-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: February 17, 2019, 12:28 pm
-- Server version: 5.6.43
-- PHP Version: 7.2.7

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `sandybal_2017`
--

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

--
-- Table structure for table `2017ccpo_post_order_rel`
--

CREATE TABLE `2017ccpo_post_order_rel` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` int(11) NOT NULL,
  `incl` tinyint(1) NOT NULL DEFAULT '1',
  `weight` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017ccpo_post_order_rel`
--

INSERT INTO `2017ccpo_post_order_rel` VALUES
(1, '2', 1, 1, 1),
(2, '2', 128, 1, 1),
(3, '2', 128, 1, 2),
(4, '7', 135, 1, 0),
(5, '8', 135, 1, 0),
(6, '7', 155, 1, 0),
(7, '1', 162, 1, 0),
(8, '9', 162, 1, 0),
(9, '3', 180, 1, 6),
(10, '1', 183, 1, 0),
(11, '2', 128, 1, 2),
(12, '3', 183, 1, 4),
(13, '3', 46, 1, 5),
(14, '3', 96, 1, 7),
(15, '1', 242, 1, 0),
(16, '2', 242, 1, 0),
(17, '3', 128, 1, 3),
(18, '1', 250, 1, 0),
(19, '1', 252, 1, 0),
(20, '1', 263, 1, 0),
(21, '10', 263, 1, 2),
(22, '10', 252, 1, 1),
(23, '1', 319, 1, 0),
(24, '3', 319, 1, 1),
(25, '1', 324, 1, 0),
(26, '3', 324, 1, 2),
(27, '1', 341, 1, 0),
(28, '2', 341, 1, 0),
(29, '11', 355, 1, 0),
(30, '1', 49, 1, 0);

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

--
-- Table structure for table `2017commentmeta`
--

CREATE TABLE `2017commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `2017comments`
--

CREATE TABLE `2017comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `2017links`
--

CREATE TABLE `2017links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `2017loginizer_logs`
--

CREATE TABLE `2017loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT '0',
  `count` int(10) NOT NULL DEFAULT '0',
  `lockout` int(10) NOT NULL DEFAULT '0',
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017loginizer_logs`
--

INSERT INTO `2017loginizer_logs` VALUES
('sandy', 1550350662, 1, 0, '195.138.78.255', 'http://sandybalascak.com/wp-login.php');

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

--
-- Table structure for table `2017mgmlp_folders`
--

CREATE TABLE `2017mgmlp_folders` (
  `post_id` bigint(20) NOT NULL,
  `folder_id` bigint(20) NOT NULL,
  PRIMARY KEY (`post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017mgmlp_folders`
--

INSERT INTO `2017mgmlp_folders` VALUES
(57, 0),
(58, 57),
(59, 58),
(16, 59),
(17, 59),
(20, 59),
(55, 59),
(60, 57),
(61, 57),
(62, 61),
(63, 59),
(64, 59),
(65, 59),
(66, 59),
(67, 59),
(68, 59),
(69, 59),
(70, 59),
(71, 59),
(72, 59),
(75, 59),
(97, 59),
(119, 61),
(120, 58),
(148, 120),
(160, 58),
(165, 160),
(177, 58),
(181, 177),
(186, 58),
(220, 58),
(222, 58),
(223, 58),
(229, 58),
(231, 58),
(232, 58),
(233, 57),
(234, 233),
(235, 233),
(237, 61),
(270, 61),
(272, 233),
(275, 233),
(277, 275),
(279, 275),
(284, 61),
(302, 233),
(306, 233),
(320, 306),
(366, 233),
(367, 233),
(368, 233),
(369, 233),
(370, 233),
(371, 233),
(374, 57),
(375, 374),
(378, 61),
(382, 374);

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

--
-- Table structure for table `2017options`
--

CREATE TABLE `2017options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017options`
--

INSERT INTO `2017options` VALUES
(1, 'siteurl', 'http://sandybalascak.com', 'yes'),
(2, 'home', 'http://sandybalascak.com', 'yes'),
(3, 'blogname', 'Sandy Balascak', 'yes'),
(4, 'blogdescription', 'There is no such thing as problem youth, just youth with problems.  Teach them to cope and they will soar.', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'sandy@sandybalascak.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '', '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', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'm/d/Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '1', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:98:{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:44:"mgmlp_media_folder/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"mgmlp_media_folder/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"mgmlp_media_folder/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"mgmlp_media_folder/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"mgmlp_media_folder/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:50:"mgmlp_media_folder/.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:33:"mgmlp_media_folder/(.+?)/embed/?$";s:51:"index.php?mgmlp_media_folder=$matches[1]&embed=true";s:37:"mgmlp_media_folder/(.+?)/trackback/?$";s:45:"index.php?mgmlp_media_folder=$matches[1]&tb=1";s:45:"mgmlp_media_folder/(.+?)/page/?([0-9]{1,})/?$";s:58:"index.php?mgmlp_media_folder=$matches[1]&paged=$matches[2]";s:52:"mgmlp_media_folder/(.+?)/comment-page-([0-9]{1,})/?$";s:58:"index.php?mgmlp_media_folder=$matches[1]&cpage=$matches[2]";s:41:"mgmlp_media_folder/(.+?)(?:/([0-9]+))?/?$";s:57:"index.php?mgmlp_media_folder=$matches[1]&page=$matches[2]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s: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'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:19:{i:0;s:46:"add-category-to-pages/add-category-to-page.php";i:1;s:17:"backup/backup.php";i:2;s:29:"catch-web-tools/functions.php";i:3;s:53:"child-theme-configurator/child-theme-configurator.php";i:4;s:33:"classic-editor/classic-editor.php";i:5;s:57:"custom-post-order-category/wp-customcategorypostorder.php";i:6;s:33:"embed-any-document/awsm-embed.php";i:7;s:43:"gallery-and-caption/gallery-and-caption.php";i:8;s:19:"jetpack/jetpack.php";i:9;s:23:"loginizer/loginizer.php";i:10;s:48:"media-library-plus/maxgalleria-media-library.php";i:11;s:32:"media-library-plus/mlp-reset.php";i:12;s:41:"post-type-switcher/post-type-switcher.php";i:13;s:31:"posts-in-page/posts_in_page.php";i:14;s:19:"twitter/twitter.php";i:15;s:43:"wp-maintenance-mode/wp-maintenance-mode.php";i:16;s:53:"wp-meta-and-date-remover/wp-meta-and-date-remover.php";i:17;s:27:"wp-pagenavi/wp-pagenavi.php";i:18;s:23:"z-url-preview/index.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:77:"/home/sandybal/public_html/wp-content/themes/gridalicious-pro-child/style.css";i:2;s:71:"/home/sandybal/public_html/wp-content/themes/gridalicious-pro/style.css";i:3;s:88:"/home/sandybal/public_html/wp-content/themes/gridalicious-pro/inc/gridalicious-menus.php";i:4;s:69:"/home/sandybal/public_html/wp-content/plugins/z-url-preview/index.php";i:5;s:103:"/home/sandybal/public_html/wp-content/plugins/custom-post-order-category/wp-customcategorypostorder.php";}', 'no'),
(40, 'template', 'gridalicious-pro', 'yes'),
(41, 'stylesheet', 'gridalicious-pro-child', 'yes'),
(42, 'comment_whitelist', '', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', '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', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', '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:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:4:{i:1;a:0:{}i:2;a:4:{s:5:"title";s:14:"Sandy''s Tweets";s:4:"text";s:459:"      <a class="twitter-timeline"  href="https://twitter.com/SandyBalascak" data-widget-id="440505943978033152">Tweets by @SandyBalascak</a>\r\n            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?''http'':''https'';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>\r\n          ";s:6:"filter";b:0;s:10:"conditions";a:2:{s:6:"action";s:4:"show";s:5:"rules";a:1:{i:0;a:3:{s:5:"major";s:6:"author";s:5:"minor";s:1:"2";s:12:"has_children";b:0;}}}}i:4;a:3:{s:5:"title";s:6:"Tweets";s:4:"text";s:200:"<a class="twitter-timeline" href="https://twitter.com/SandyBalascak"\r\ndata-height="1000">\r\nTweets by SandyBalascak</a> \r\n<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>";s:6:"filter";b: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:7:{s:23:"loginizer/loginizer.php";s:22:"loginizer_deactivation";s:22:"backup/BackupGuard.php";s:22:"uninstall_backup_guard";s:27:"wp-pagenavi/wp-pagenavi.php";s:14:"__return_false";s:17:"backup/backup.php";s:22:"uninstall_backup_guard";s:59:"intuitive-custom-post-order/intuitive-custom-post-order.php";s:15:"hicpo_uninstall";s:53:"child-theme-configurator/child-theme-configurator.php";s:22:"chld_thm_cfg_uninstall";s:33:"classic-editor/classic-editor.php";a:2:{i:0;s:14:"Classic_Editor";i:1;s:9:"uninstall";}}', 'no'),
(82, 'timezone_string', 'America/Vancouver', '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, 'initial_db_version', '38590', 'yes'),
(92, '2017user_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, 'fresh_site', '0', 'yes'),
(94, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:16:{s:19:"wp_inactive_widgets";a:2:{i:0;s:8:"search-2";i:1;s:6:"text-2";}s:15:"primary-sidebar";a:3:{i:0;s:19:"blog_subscription-3";i:1;s:16:"twitter-follow-2";i:2;s:6:"text-4";}s:25:"sidebar-optional-homepage";a:0:{}s:24:"sidebar-optional-archive";a:0:{}s:21:"sidebar-optional-page";a:0:{}s:21:"sidebar-optional-post";a:0:{}s:20:"sidebar-optional-one";a:0:{}s:20:"sidebar-optional-two";a:0:{}s:22:"sidebar-optional-three";a:0:{}s:16:"sidebar-notfound";a:0:{}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:8:"footer-4";a:0:{}s:12:"header-right";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'cron', 'a:15:{i:1550424471;a:1:{s:40:"jetpack_display_posts_widget_cron_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"minutes_10";s:4:"args";a:0:{}s:8:"interval";i:600;}}}i:1550424473;a:2:{s:22:"jetpack_sync_full_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:21:"jetpack_sync_interval";s:4:"args";a:0:{}s:8:"interval";i:300;}}s:17:"jetpack_sync_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:21:"jetpack_sync_interval";s:4:"args";a:0:{}s:8:"interval";i:300;}}}i:1550425795;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:1550426271;a:1:{s:20:"jetpack_clean_nonces";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1550430004;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:1550430072;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1550433473;a:1:{s:20:"jetpack_v2_heartbeat";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1550433485;a:1:{s:24:"jp_purge_transients_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1550433691;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:1550437703;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:1550440469;a:1:{s:16:"new_folder_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1550462715;a:1:{s:20:"jp_sitemap_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"sitemap-interval";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1550462835;a:1:{s:24:"grunion_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1550858509;a:1:{s:32:"hugeit_photo_gallery_opt_in_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:27:"hugeit-photo-gallery-weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(105, 'theme_mods_twentyseventeen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1488135886;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(106, 'loginizer_version', '1.4.1', 'yes'),
(107, 'loginizer_options', 'a:6:{s:11:"max_retries";i:5;s:12:"lockout_time";i:900;s:12:"max_lockouts";i:5;s:15:"lockouts_extend";i:86400;s:13:"reset_retries";i:86400;s:12:"notify_email";i:0;}', 'yes'),
(108, 'loginizer_last_reset', '1550353869', 'yes'),
(109, 'loginizer_whitelist', 'a:0:{}', 'yes'),
(110, 'loginizer_blacklist', 'a:0:{}', 'yes'),
(111, 'loginizer_ins_time', '1488135605', 'yes'),
(112, 'loginizer_promo_time', '-1490801943', 'yes'),
(84616, 'ccpo_category_ordering_10', 'checked', 'yes'),
(148055, 'subscription_options', 'a:2:{s:10:"invitation";s:226:"Hello.\r\n\r\nYou recently followed this blog''s posts. This means you will receive each new post by email.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we''ll never bother you again.";s:14:"comment_follow";s:239:"Hello.\r\n\r\nYou recently followed one of my posts. This means you will receive an email when new comments are posted.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we''ll never bother you again.";}', 'yes'),
(147718, 'show_comments_cookies_opt_in', '', 'yes'),
(147869, 'tiled_galleries', '1', 'yes'),
(110453, 'mlf-folder-check', '2018-06-24 18:49:07', 'yes'),
(107541, 'jetpack_sync_full__queue_finished', '1528685472', 'yes'),
(172469, '_transient_timeout_jpp_li_2e7b5c5d15a5196f088acc71ccf11606', '1550374754', 'no'),
(172470, '_transient_jpp_li_2e7b5c5d15a5196f088acc71ccf11606', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (188.136.174.5)";s:17:"seconds_remaining";i:1108;s:16:"blocked_attempts";s:4:"6199";s:6:"expire";i:1550374754;}', 'no'),
(172387, '_transient_timeout_jpp_li_d3d41d2f5dfaed948aeb741993af4f92', '1550352800', 'no'),
(172388, '_transient_jpp_li_d3d41d2f5dfaed948aeb741993af4f92', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (91.134.231.156)";s:17:"seconds_remaining";i:487;s:16:"blocked_attempts";s:4:"6177";s:6:"expire";i:1550352800;}', 'no'),
(172390, '_transient_timeout_jpp_li_b332886dbdb05dc465f6b7e5d88090f1', '1550355928', 'no'),
(172623, '_transient_timeout_jpp_li_17c5d9425728bb2ae0db4f15b6dda9ac', '1550424330', 'no'),
(172624, '_transient_jpp_li_17c5d9425728bb2ae0db4f15b6dda9ac', 'a:5:{s:6:"status";s:7:"blocked";s:3:"msg";s:44:"This IP is currently blocked (104.218.63.73)";s:17:"seconds_remaining";i:2622;s:16:"blocked_attempts";s:4:"6208";s:6:"expire";i:1550424330;}', 'no'),
(172512, '_transient_timeout_jpp_li_7ecd895ab6c3da8059a5e1edc7919642', '1550384053', 'no'),
(172513, '_transient_jpp_li_7ecd895ab6c3da8059a5e1edc7919642', 'a:5:{s:6:"status";s:7:"blocked";s:3:"msg";s:42:"This IP is currently blocked (200.0.135.1)";s:17:"seconds_remaining";i:3348;s:16:"blocked_attempts";s:4:"6206";s:6:"expire";i:1550384053;}', 'no'),
(172522, '_transient_timeout_jpp_li_7f7bc03112c23a19b728bba4bf5d54e8', '1550391212', 'no'),
(172523, '_transient_jpp_li_7f7bc03112c23a19b728bba4bf5d54e8', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (74.208.214.160)";s:17:"seconds_remaining";i:1833;s:16:"blocked_attempts";s:4:"6207";s:6:"expire";i:1550391212;}', 'no'),
(147088, 'catchwebtools_social', 'a:1:{s:6:"status";s:1:"1";}', 'yes'),
(147089, 'widget_catch_web_tools_social_icons', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(147090, 'catchwebtools_to_top_options', 'a:1:{s:6:"status";i:1;}', 'yes'),
(107552, 'jetpack_next_sync_time_full_sync', '1528685484', 'yes'),
(107533, 'jetpack_sync_full_enqueue_status', 'a:4:{s:9:"constants";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:"functions";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:"options";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:"users";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}', 'no'),
(141549, '_transient_wpcom_subscribers_total', 'a:2:{s:6:"status";s:7:"success";s:5:"value";i:2;}', 'no'),
(172628, '_transient_timeout_wpcom_social_media_icons_widget::is_active', '1550427305', 'no'),
(95243, 'widget_jetpack_widget_social_icons', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(165189, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:4:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:65:"https://downloads.wordpress.org/release/en_CA/wordpress-5.0.3.zip";s:6:"locale";s:5:"en_CA";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/en_CA/wordpress-5.0.3.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.0.3";s:7:"version";s:5:"5.0.3";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.3.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.3.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.0.3";s:7:"version";s:5:"5.0.3";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";}i:2;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.3.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.3.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.0.3";s:7:"version";s:5:"5.0.3";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}i:3;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.0.2";s:7:"version";s:5:"5.0.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1550390536;s:15:"version_checked";s:5:"4.9.9";s:12:"translations";a:0:{}}', 'no'),
(172621, '_transient_all_the_cool_cats', '8', 'yes'),
(165119, '_transient_timeout_jetpack_file_data_6.9', '1550517777', 'no');
INSERT INTO `2017options` VALUES
(165120, '_transient_jetpack_file_data_6.9', 'a:60:{s:32:"c22c48d7cfe9d38dff2864cfea64636a";a:15:{s:4:"name";s:20:"Spelling and Grammar";s:11:"description";s:39:"Check your spelling, style, and grammar";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:7:"Writing";s:25:"additional_search_queries";s:115:"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche";s:12:"plan_classes";s:0:"";}s:32:"933d4f6d290580156e0652ce850af1b2";a:15:{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:12:"plan_classes";s:0:"";}s:32:"fb5c4814ddc3946a3f22cc838fcb2af3";a:15:{s:4:"name";s:8:"Carousel";s:11:"description";s:75:"Display images and galleries in a gorgeous, full-screen browsing experience";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:21:"Appearance, Jumpstart";s:25:"additional_search_queries";s:80:"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image";s:12:"plan_classes";s:0:"";}s:32:"5813eda53235a9a81a69b1f6a4a15db6";a:15:{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:12:"plan_classes";s:0:"";}s:32:"7ef4ca32a1c84fc10ef50c8293cae5df";a:15:{s:4:"name";s:8:"Comments";s:11:"description";s:80:"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment";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:10:"Engagement";s:25:"additional_search_queries";s:53:"comments, comment, facebook, twitter, google+, social";s:12:"plan_classes";s:0:"";}s:32:"c5331bfc2648dfeeebe486736d79a72c";a:15:{s:4:"name";s:12:"Contact Form";s:11:"description";s:57:"Insert a customizable 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:18:"Writing, Jumpstart";s:25:"additional_search_queries";s:44:"contact, form, grunion, feedback, submission";s:12:"plan_classes";s:0:"";}s:32:"707c77d2e8cb0c12d094e5423c8beda8";a:15:{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: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: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:"cd499b1678cfe3aabfc8ca0d3eb7e8b9";a:15:{s:4:"name";s:10:"Custom CSS";s:11:"description";s:53:"Tweak 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: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:"7d266d6546645f42cf52a66387699c50";a:15:{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:12:"plan_classes";s:0:"";}s:32:"5d436678d5e010ac6b0f157aa1021554";a:15:{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:10:"Engagement";s:25:"additional_search_queries";s:54:"google, seo, firehose, search, broadcast, broadcasting";s:12:"plan_classes";s:0:"";}s:32:"2c9ff765b826940496a65c0f927a594a";a:15:{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:12:"plan_classes";s:0:"";}s:32:"092b94702bb483a5472578283c2103d6";a:15:{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:12:"plan_classes";s:17:"business, premium";}s:32:"6bd77e09440df2b63044cf8cb7963773";a:15:{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:12:"plan_classes";s:0:"";}s:32:"ee1a10e2ef5733ab19eb1eb552d5ecb3";a:15:{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:21:"Appearance, Jumpstart";s:25:"additional_search_queries";s:20:"gravatar, hovercards";s:12:"plan_classes";s:0:"";}s:32:"284c08538b0bdc266315b2cf80b9c044";a:15:{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:12:"plan_classes";s:0:"";}s:32:"0ce5c3ac630dea9f41215e48bb0f52f3";a:15:{s:4:"name";s:15:"Infinite Scroll";s:11:"description";s:53:"Automatically load new content when a visitor scrolls";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:10:"Appearance";s:25:"additional_search_queries";s:33:"scroll, infinite, infinite scroll";s:12:"plan_classes";s:0:"";}s:32:"87da2858d4f9cadb6a44fdcf32e8d2b5";a:15:{s:4:"name";s:8:"JSON API";s:11:"description";s:51:"Allow applications to securely access your content.";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:7:"General";s:25:"additional_search_queries";s:50:"api, rest, develop, developers, json, klout, oauth";s:12:"plan_classes";s:0:"";}s:32:"004962cb7cb9ec2b64769ac4df509217";a:15:{s:4:"name";s:14:"Beautiful Math";s:11:"description";s:57:"Use LaTeX markup 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:7:"Writing";s:25:"additional_search_queries";s:47:"latex, math, equation, equations, formula, code";s:12:"plan_classes";s:0:"";}s:32:"7f408184bee8850d439c01322867e72c";a:15:{s:4:"name";s:11:"Lazy Images";s:11:"description";s:16:"Lazy load images";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:33:"mobile, theme, performance, image";s:12:"plan_classes";s:0:"";}s:32:"2ad914b747f382ae918ed3b37077d4a1";a:15:{s:4:"name";s:5:"Likes";s:11:"description";s:63:"Give visitors an easy way to show they appreciate 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:10:"Engagement";s:25:"additional_search_queries";s:26:"like, likes, wordpress.com";s:12:"plan_classes";s:0:"";}s:32:"b347263e3470979442ebf0514e41e893";a:15:{s:4:"name";s:6:"Manage";s:11:"description";s:54:"Manage all of your sites from a centralized dashboard.";s:14:"jumpstart_desc";s:151:"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:7:"General";s:25:"additional_search_queries";s:26:"manage, management, remote";s:12:"plan_classes";s:0:"";}s:32:"589982245aa6f495b72ab7cf57a1a48e";a:15:{s:4:"name";s:8:"Markdown";s:11:"description";s:50:"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:7:"Writing";s:25:"additional_search_queries";s:12:"md, markdown";s:12:"plan_classes";s:0:"";}s:32:"d3bec8e063d637bc285018241b783725";a:15:{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:12:"plan_classes";s:0:"";}s:32:"6ab1c3e749bcfba2dedbaebe6c9fc614";a:15:{s:4:"name";s:12:"Mobile Theme";s:11:"description";s:31:"Enable the Jetpack Mobile theme";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:10:"Appearance";s:25:"additional_search_queries";s:24:"mobile, theme, minileven";s:12:"plan_classes";s:0:"";}s:32:"b7be7da643ec641511839ecc6afb6def";a:15:{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:12:"plan_classes";s:0:"";}s:32:"d54f83ff429a8a37ace796de98459411";a:15:{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:12:"plan_classes";s:0:"";}s:32:"0f8b373fa12c825162c0b0bc20b8bbdd";a:15:{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:12:"plan_classes";s:0:"";}s:32:"5d7b0750cb34a4a72a44fa67790de639";a:15:{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:12:"plan_classes";s:0:"";}s:32:"f07fde8db279ffb0116c727df72c6374";a:15:{s:4:"name";s:7:"Monitor";s:11:"description";s:61:"Receive immediate notifications if your site goes down, 24/7.";s:14:"jumpstart_desc";s:61:"Receive immediate notifications if your site goes down, 24/7.";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:19:"Security, Jumpstart";s:25:"additional_search_queries";s:37:"monitor, uptime, downtime, monitoring";s:12:"plan_classes";s:0:"";}s:32:"136a5445a49150db75472862f3d3aefb";a:15:{s:4:"name";s:13:"Notifications";s:11:"description";s:57:"Receive instant notifications of site comments and likes.";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:7:"General";s:25:"additional_search_queries";s:62:"notification, notifications, toolbar, adminbar, push, comments";s:12:"plan_classes";s:0:"";}s:32:"395d8ae651afabb54d1e98440674b384";a:15:{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:12:"plan_classes";s:0:"";}s:32:"0b7b5e3ff80355a67c5485b0d00cd1a2";a:15:{s:4:"name";s:9:"Asset CDN";s:11:"description";s:36:"Serve static assets from our 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:46:"photon, image, cdn, performance, speed, assets";s:12:"plan_classes";s:0:"";}s:32:"4484ac68583fbbaab0ef698cdc986950";a:15:{s:4:"name";s:6:"Photon";s:11:"description";s:29:"Serve images from our servers";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:34:"Recommended, Jumpstart, Appearance";s:25:"additional_search_queries";s:38:"photon, image, cdn, performance, speed";s:12:"plan_classes";s:0:"";}s:32:"6f30193afa5b1360e3fa2676501b5e3a";a:15:{s:4:"name";s:13:"Post by email";s:11:"description";s:33:"Publish posts by sending an email";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:7:"Writing";s:25:"additional_search_queries";s:20:"post by email, email";s:12:"plan_classes";s:0:"";}s:32:"3e9f8bd3755d92e8e5d06966a957beb8";a:15:{s:4:"name";s:7:"Protect";s:11:"description";s:41:"Block suspicious-looking sign in activity";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:8:"Security";s:25:"additional_search_queries";s:65:"security, secure, protection, botnet, brute force, protect, login";s:12:"plan_classes";s:0:"";}s:32:"0cacc8ab2145ad11cb54d181a98aa550";a:15:{s:4:"name";s:9:"Publicize";s:11:"description";s:27:"Automated social marketing.";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:10:"Engagement";s:25:"additional_search_queries";s:101:"facebook, twitter, google+, googleplus, google, tumblr, linkedin, social, tweet, connections, sharing";s:12:"plan_classes";s:0:"";}s:32:"a528c2f803a92c5c2effa67cd33ab33a";a:15:{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:12:"plan_classes";s:0:"";}s:32:"329b8efce059081d46936ece0c6736b3";a:15:{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:12:"plan_classes";s:0:"";}s:32:"5fdd42d482712fbdaf000b28ea7adce9";a:15:{s:4:"name";s:13:"Related posts";s:11:"description";s:64:"Increase page views by showing related content to your visitors.";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:21:"Engagement, Jumpstart";s:25:"additional_search_queries";s:22:"related, related posts";s:12:"plan_classes";s:0:"";}s:32:"2c5096ef610018e98a8bcccfbea4471e";a:15:{s:4:"name";s:6:"Search";s:11:"description";s:41:"Enhanced search, powered by Elasticsearch";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:6:"search";s:12:"plan_classes";s:8:"business";}s:32:"0d81dd7df3ad2f245e84fd4fb66bf829";a:15:{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:12:"plan_classes";s:17:"business, premium";}s:32:"32aaa676b3b6c9f3ef22430e1e0bca24";a:15:{s:4:"name";s:7:"Sharing";s:11:"description";s:37:"Allow visitors to 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:21:"Engagement, Jumpstart";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:12:"plan_classes";s:0:"";}s:32:"948472b453cda59b38bb7c37af889af0";a:15:{s:4:"name";s:16:"Shortcode Embeds";s:11:"description";s:50:"Embed media from popular sites without any coding.";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: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:"7d00a6ca0a79fbe893275aaf6ed6ae42";a:15:{s:4:"name";s:16:"WP.me Shortlinks";s:11:"description";s:54:"Create short and simple links 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:7:"Writing";s:25:"additional_search_queries";s:17:"shortlinks, wp.me";s:12:"plan_classes";s:0:"";}s:32:"372e711395f23c466e04d4fd07f73099";a:15:{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:12:"plan_classes";s:0:"";}s:32:"2ea687cec293289a2a3e5f0459e79768";a:15:{s:4:"name";s:8:"Sitemaps";s:11:"description";s:50:"Make it easy for search engines to find your site.";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:12:"plan_classes";s:0:"";}s:32:"2fe9dc2c7389d4f0825a0b23bc8b19d1";a:15:{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:12:"plan_classes";s:0:"";}s:32:"e7cf8a7e0f151ccf7cbdc6d8f118f316";a:15:{s:4:"name";s:14:"Secure Sign On";s:11:"description";s:62:"Allow users to log into this site using WordPress.com accounts";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:19:"Security, Jumpstart";s:25:"additional_search_queries";s:34:"sso, single sign on, login, log in";s:12:"plan_classes";s:0:"";}s:32:"34fb073ed896af853ed48bd5739240cb";a:15:{s:4:"name";s:10:"Site Stats";s:11:"description";s:44:"Collect valuable 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:10:"Engagement";s:25:"additional_search_queries";s:54:"statistics, tracking, analytics, views, traffic, stats";s:12:"plan_classes";s:0:"";}s:32:"8de0dfff24a17cf0fa0011dfc691a3f3";a:15:{s:4:"name";s:13:"Subscriptions";s:11:"description";s:87:"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:21:"Engagement, Jumpstart";s:25:"additional_search_queries";s:74:"subscriptions, subscription, email, follow, followers, subscribers, signup";s:12:"plan_classes";s:0:"";}s:32:"4744f348db095538d3edcacb0ed99c89";a:15:{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:12:"plan_classes";s:0:"";}s:32:"d89db0d934b39f86065ff58e73594070";a:15:{s:4:"name";s:15:"Tiled Galleries";s:11:"description";s:61:"Display image galleries in a variety of elegant arrangements.";s:14:"jumpstart_desc";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:21:"Appearance, Jumpstart";s:25:"additional_search_queries";s:43:"gallery, tiles, tiled, grid, mosaic, images";s:12:"plan_classes";s:0:"";}s:32:"01987a7ba5e19786f2992501add8181a";a:15:{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:12:"plan_classes";s:0:"";}s:32:"20459cc462babfc5a82adf6b34f6e8b1";a:15:{s:4:"name";s:12:"Data Backups";s:11:"description";s:54:"Off-site backups, security scans, and automatic fixes.";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:16:"Security, Health";s:25:"additional_search_queries";s:28:"vaultpress, backup, security";s:12:"plan_classes";s:0:"";}s:32:"836245eb0a8f0c5272542305a88940c1";a:15:{s:4:"name";s:17:"Site verification";s:11:"description";s:58:"Establish your site''s authenticity with external services.";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:10:"Engagement";s:25:"additional_search_queries";s:56:"webmaster, seo, google, bing, pinterest, search, console";s:12:"plan_classes";s:0:"";}s:32:"e94397a5c47c1be995eff613e65a674f";a:15:{s:4:"name";s:10:"VideoPress";s:11:"description";s:27:"Fast, ad-free video hosting";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:7:"Writing";s:25:"additional_search_queries";s:25:"video, videos, videopress";s:12:"plan_classes";s:17:"business, premium";}s:32:"032cd76e08467c732ccb026efda0c9cd";a:15:{s:4:"name";s:17:"Widget Visibility";s:11:"description";s:42:"Control where widgets appear on 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:10:"Appearance";s:25:"additional_search_queries";s:54:"widget visibility, logic, conditional, widgets, widget";s:12:"plan_classes";s:0:"";}s:32:"9b3e84beedf2e96f1ac5dd6498d2b1aa";a:15:{s:4:"name";s:21:"Extra Sidebar Widgets";s:11:"description";s:54:"Add images, Twitter streams, 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: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:"7724fd9600745cf93e37cc09282e1a37";a:15:{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";s:12:"plan_classes";s:17:"premium, business";}s:32:"5b8f8e5b5a1887e3c0393cb78d5143a3";a:15:{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:12:"plan_classes";s:0:"";}}', 'no'),
(107556, 'jetpack_sync_full__constants_sent', '1', 'no'),
(107557, 'jetpack_sync_full__functions_sent', '1', 'no'),
(107558, 'jetpack_sync_full__options_sent', '1', 'no'),
(107559, 'jetpack_sync_full__users_sent', '1', 'no'),
(107560, 'jetpack_sync_full__finished', '1528685476', 'no'),
(172485, '_transient_timeout_jpp_li_7319e3faf6b325c56f594cb7a8ae7947', '1550378012', 'no'),
(172486, '_transient_jpp_li_7319e3faf6b325c56f594cb7a8ae7947', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (89.218.71.214)";s:17:"seconds_remaining";i:960;s:16:"blocked_attempts";s:4:"6205";s:6:"expire";i:1550378012;}', 'no'),
(172482, '_transient_timeout_jpp_li_69c9bfac0c04173d180c63d147bd5a08', '1550378587', 'no'),
(172483, '_transient_jpp_li_69c9bfac0c04173d180c63d147bd5a08', 'a:5:{s:6:"status";s:7:"blocked";s:3:"msg";s:44:"This IP is currently blocked (68.66.200.218)";s:17:"seconds_remaining";i:2819;s:16:"blocked_attempts";s:4:"6204";s:6:"expire";i:1550378587;}', 'no'),
(172480, '_transient_timeout_jpp_li_61beb24fbd8c16db0c8dade70740d0de', '1550375775', 'no'),
(172481, '_transient_jpp_li_61beb24fbd8c16db0c8dade70740d0de', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (81.180.84.206)";s:17:"seconds_remaining";i:452;s:16:"blocked_attempts";s:4:"6203";s:6:"expire";i:1550375775;}', 'no'),
(172453, '_transient_jpp_li_0bb33af630d91810e7d82c2a253f2666', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:46:"This IP is currently blocked (178.128.124.246)";s:17:"seconds_remaining";i:3063;s:16:"blocked_attempts";s:4:"6194";s:6:"expire";i:1550371374;}', 'no'),
(172454, '_transient_timeout_jpp_li_f3a762c971edebd358d846c73c88c142', '1550371857', 'no'),
(172455, '_transient_jpp_li_f3a762c971edebd358d846c73c88c142', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (86.109.170.96)";s:17:"seconds_remaining";i:2760;s:16:"blocked_attempts";s:4:"6195";s:6:"expire";i:1550371857;}', 'no'),
(172456, '_transient_timeout_jpp_li_fe2b2073af57682abb906e0fbaead261', '1550372309', 'no'),
(172457, '_transient_jpp_li_fe2b2073af57682abb906e0fbaead261', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (79.175.172.38)";s:17:"seconds_remaining";i:2264;s:16:"blocked_attempts";s:4:"6196";s:6:"expire";i:1550372309;}', 'no'),
(172460, '_transient_timeout_jpp_li_0c03525c7ccf7676769646e7fa39fb56', '1550373448', 'no'),
(172461, '_transient_jpp_li_0c03525c7ccf7676769646e7fa39fb56', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (35.154.208.195)";s:17:"seconds_remaining";i:1874;s:16:"blocked_attempts";s:4:"6197";s:6:"expire";i:1550373448;}', 'no'),
(172462, '_transient_timeout_jpp_li_d1bf1371451515252354f6af9af9da9c', '1550375989', 'no'),
(172463, '_transient_jpp_li_d1bf1371451515252354f6af9af9da9c', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (185.45.72.176)";s:17:"seconds_remaining";i:3163;s:16:"blocked_attempts";s:4:"6198";s:6:"expire";i:1550375989;}', 'no'),
(172471, '_transient_timeout_jpp_li_492ccd845cda4480b225ac175f96de5b', '1550376688', 'no'),
(172472, '_transient_jpp_li_492ccd845cda4480b225ac175f96de5b', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:46:"This IP is currently blocked (103.221.221.149)";s:17:"seconds_remaining";i:2875;s:16:"blocked_attempts";s:4:"6200";s:6:"expire";i:1550376688;}', 'no'),
(172473, '_transient_timeout_jpp_li_6524b1a3f87b57a9b918b10caabf795d', '1550377523', 'no'),
(172474, '_transient_jpp_li_6524b1a3f87b57a9b918b10caabf795d', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:46:"This IP is currently blocked (119.252.174.184)";s:17:"seconds_remaining";i:3218;s:16:"blocked_attempts";s:4:"6201";s:6:"expire";i:1550377523;}', 'no'),
(172475, '_transient_timeout_jpp_li_c9f5e8624d7acdf3022053d69bd8c00f', '1550377709', 'no'),
(172476, '_transient_jpp_li_c9f5e8624d7acdf3022053d69bd8c00f', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (103.89.84.245)";s:17:"seconds_remaining";i:2737;s:16:"blocked_attempts";s:4:"6202";s:6:"expire";i:1550377709;}', 'no'),
(21117, 'mgmlp_move_or_copy', 'on', 'yes'),
(21118, 'widget_eu_cookie_law_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(21119, 'widget_flickr', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(21120, 'widget_internet_defense_league_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(25440, 'widget_listcategorypostswidget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(25437, 'numberposts', '10', 'yes'),
(25398, 'post_by_email_address1', 'NULL', 'yes'),
(9194, 'ccpo_db_version', '2.5', 'yes'),
(82585, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(82669, 'jetpack_plugin_api_action_links', 'a:8:{s:29:"catch-web-tools/functions.php";a:1:{s:8:"Settings";s:64:"http://sandybalascak.com/wp-admin/admin.php?page=catch-web-tools";}s:33:"embed-any-document/awsm-embed.php";a:1:{s:8:"Settings";s:71:"http://sandybalascak.com/wp-admin/options-general.php?page=ead-settings";}s:19:"jetpack/jetpack.php";a:1:{s:7:"Jetpack";s:56:"http://sandybalascak.com/wp-admin/admin.php?page=jetpack";}s:23:"loginizer/loginizer.php";a:2:{s:8:"Settings";s:58:"http://sandybalascak.com/wp-admin/admin.php?page=loginizer";s:7:"Upgrade";s:38:"https://loginizer.com/features#compare";}s:31:"posts-in-page/posts_in_page.php";a:1:{s:5:" Help";s:72:"http://sandybalascak.com/wp-admin/options-general.php?page=posts_in_page";}s:27:"wp-pagenavi/wp-pagenavi.php";a:1:{s:8:"Settings";s:67:"http://sandybalascak.com/wp-admin/options-general.php?page=pagenavi";}s:43:"wp-maintenance-mode/wp-maintenance-mode.php";a:1:{s:8:"Settings";s:78:"http://sandybalascak.com/wp-admin/options-general.php?page=wp-maintenance-mode";}s:53:"wp-meta-and-date-remover/wp-meta-and-date-remover.php";a:3:{s:19:"Support Development";s:22:"http://bit.ly/PKDonate";s:18:"More Customization";s:21:"http://bit.ly/2bzAUb6";s:8:"Settings";s:99:"http://sandybalascak.com/wp-admin/../wp-admin/options-general.php?page=wp-meta-and-date-remover.php";}}', 'yes'),
(95732, 'chld_thm_cfg_options_dict_query', 'a:12:{i:1;s:4:"base";i:2;s:37:"@media screen and (max-width: 1280px)";i:3;s:37:"@media screen and (max-width: 1152px)";i:4;s:37:"@media screen and (max-width: 1100px)";i:5;s:36:"@media screen and (max-width: 990px)";i:6;s:36:"@media screen and (max-width: 767px)";i:7;s:36:"@media screen and (max-width: 700px)";i:8;s:36:"@media screen and (max-width: 600px)";i:9;s:36:"@media screen and (max-width: 540px)";i:10;s:36:"@media screen and (max-width: 479px)";i:11;s:36:"@media screen and (max-width: 319px)";i:12;s:53:"@media screen and (-webkit-min-device-pixel-ratio: 0)";}', 'no'),
(95733, 'chld_thm_cfg_options_dict_rule', 'a:73:{i:1;s:6:"border";i:2;s:11:"font-family";i:3;s:9:"font-size";i:4;s:10:"font-style";i:5;s:11:"font-weight";i:6;s:10:"margin-top";i:7;s:12:"margin-right";i:8;s:13:"margin-bottom";i:9;s:11:"margin-left";i:10;s:7:"outline";i:11;s:11:"padding-top";i:12;s:13:"padding-right";i:13;s:14:"padding-bottom";i:14;s:12:"padding-left";i:15;s:14:"vertical-align";i:16;s:10:"overflow-y";i:17;s:24:"-webkit-text-size-adjust";i:18;s:20:"-ms-text-size-adjust";i:19;s:16:"background-color";i:20;s:7:"display";i:21;s:10:"list-style";i:22;s:15:"border-collapse";i:23;s:14:"border-spacing";i:24;s:10:"text-align";i:25;s:7:"content";i:26;s:6:"quotes";i:27;s:5:"color";i:28;s:11:"line-height";i:29;s:5:"clear";i:30;s:9:"max-width";i:31;s:8:"overflow";i:32;s:13:"border-bottom";i:33;s:6:"cursor";i:34;s:15:"text-decoration";i:35;s:6:"height";i:36;s:8:"position";i:37;s:6:"bottom";i:38;s:3:"top";i:39;s:5:"width";i:40;s:10:"border-top";i:41;s:11:"border-left";i:42;s:12:"border-right";i:43;s:14:"text-transform";i:44;s:4:"left";i:45;s:15:"list-style-type";i:46;s:14:"font-smoothing";i:47;s:23:"-moz-osx-font-smoothing";i:48;s:12:"border-color";i:49;s:13:"border-radius";i:50;s:10:"box-shadow";i:51;s:18:"-webkit-appearance";i:52;s:11:"text-shadow";i:53;s:10:"box-sizing";i:54;s:5:"float";i:55;s:7:"opacity";i:56;s:10:"transition";i:57;s:7:"z-index";i:58;s:4:"clip";i:59;s:10:"visibility";i:60;s:19:"-webkit-perspective";i:61;s:16:"-moz-perspective";i:62;s:15:"-ms-perspective";i:63;s:11:"perspective";i:64;s:27:"-webkit-backface-visibility";i:65;s:24:"-moz-backface-visibility";i:66;s:19:"backface-visibility";i:67;s:9:"transform";i:68;s:9:"word-wrap";i:69;s:5:"right";i:70;s:10:"max-height";i:71;s:10:"overflow-x";i:72;s:16:"background-image";i:73;s:15:"background-size";}', 'no');
INSERT INTO `2017options` VALUES
(95734, 'chld_thm_cfg_options_dict_val', 'a:312:{i:1;s:1:"0";i:2;s:7:"inherit";i:3;s:4:"100%";i:4;s:8:"baseline";i:5;s:5:"62.5%";i:6;s:6:"scroll";i:7;s:4:"#fff";i:8;s:5:"block";i:9;s:4:"none";i:10;s:8:"separate";i:11;s:6:"normal";i:12;s:4:"left";i:13;s:2:"""";i:14;s:5:""" """;i:15;s:11:"thin dotted";i:16;s:7:"#404040";i:17;s:10:"sans-serif";i:18;s:4:"15px";i:19;s:3:"1.6";i:20;s:4:"both";i:21;s:3:"1.2";i:22;s:4:"26px";i:23;s:7:"#4b0082";i:24;s:4:"24px";i:25;s:4:"22px";i:26;s:4:"20px";i:27;s:4:"18px";i:28;s:4:"16px";i:29;s:4:"bold";i:30;s:6:"italic";i:31;s:5:"1.5em";i:32;s:4:"#eee";i:33;s:38:""Courier 10 Pitch", Courier, monospace";i:34;s:6:"1.5rem";i:35;s:5:"1.6em";i:36;s:4:"auto";i:37;s:62:"Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace";i:38;s:15:"1px dotted #666";i:39;s:4:"help";i:40;s:7:"#fff9c0";i:41;s:3:"75%";i:42;s:8:"relative";i:43;s:3:"1ex";i:44;s:4:".5ex";i:45;s:4:"125%";i:46;s:4:"40px";i:47;s:3:"1.4";i:48;s:4:"14px";i:49;s:4:"30px";i:50;s:4:"13px";i:51;s:4:"11px";i:52;s:3:"500";i:53;s:6:"1200px";i:54;s:7:"#21759b";i:55;s:9:"underline";i:56;s:4:"#ccc";i:57;s:3:"1px";i:58;s:14:"1px solid #eee";i:59;s:3:"2em";i:60;s:4:"#666";i:61;s:3:"700";i:62;s:3:"8px";i:63;s:9:"uppercase";i:64;s:7:""\\201C"";i:65;s:5:"-20px";i:66;s:5:"-10px";i:67;s:7:"decimal";i:68;s:4:"disc";i:69;s:4:"#333";i:70;s:4:"#ddd";i:71;s:11:"antialiased";i:72;s:9:"grayscale";i:73;s:12:"inline-block";i:74;s:1:"1";i:75;s:12:"''Genericons''";i:76;s:11:"text-bottom";i:77;s:7:""\\f400"";i:78;s:7:"''\\f432''";i:79;s:7:""\\f307"";i:80;s:7:""\\f304"";i:81;s:7:""\\f411"";i:82;s:7:""\\f301"";i:83;s:7:""\\f302"";i:84;s:7:""\\f300"";i:85;s:4:"44px";i:86;s:4:"32px";i:87;s:4:"12px";i:88;s:3:"7px";i:89;s:4:"50px";i:90;s:4:"10px";i:91;s:3:"5px";i:92;s:4:"25px";i:93;s:3:"9px";i:94;s:4:"35px";i:95;s:9:"1px solid";i:96;s:14:"#ccc #ccc #bbb";i:97;s:3:"3px";i:98;s:7:"#e6e6e6";i:99;s:121:"inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05)";i:100;s:17:"rgba(0, 0, 0, .8)";i:101;s:7:"pointer";i:102;s:6:"button";i:103;s:6:"1.2rem";i:104;s:4:".6em";i:105;s:3:"1em";i:106;s:4:".4em";i:107;s:32:"0 1px 0 rgba(255, 255, 255, 0.8)";i:108;s:14:"#ccc #bbb #aaa";i:109;s:121:"inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02)";i:110;s:14:"#aaa #bbb #bbb";i:111;s:76:"inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15)";i:112;s:9:"textfield";i:113;s:11:"content-box";i:114;s:14:"1px solid #ccc";i:115;s:4:"#111";i:116;s:3:"top";i:117;s:6:"hidden";i:118;s:3:"50%";i:119;s:5:"right";i:120;s:7:"-9999px";i:121;s:8:"absolute";i:122;s:23:"opacity .4s ease-in-out";i:123;s:5:"250px";i:124;s:3:"200";i:125;s:5:"-43px";i:126;s:5:"249px";i:127;s:6:"static";i:128;s:4:"#444";i:129;s:15:"rgba(0,0,0,0.6)";i:130;s:3:"198";i:131;s:10:"border-box";i:132;s:5:"fixed";i:133;s:5:"-42px";i:134;s:11:"transparent";i:135;s:4:"42px";i:136;s:6:"center";i:137;s:4:"#000";i:138;s:5:"-56px";i:139;s:3:"999";i:140;s:5:"-18px";i:141;s:3:"199";i:142;s:3:"197";i:143;s:5:"-45px";i:144;s:4:"#222";i:145;s:4:"28px";i:146;s:7:"#f2f2f2";i:147;s:3:"2px";i:148;s:21:"rect(1px 1px 1px 1px)";i:149;s:24:"rect(1px, 1px, 1px, 1px)";i:150;s:7:"#f1f1f1";i:151;s:30:"0 0 2px 2px rgba(0, 0, 0, 0.6)";i:152;s:4:"23px";i:153;s:6:"100000";i:154;s:6:"inline";i:155;s:7:""\\0020"";i:156;s:4:"1000";i:157;s:5:"400px";i:158;s:8:"scale(1)";i:159;s:28:"-webkit-transform .2s linear";i:160;s:20:"transform .2s linear";i:161;s:24:"-ms-transform .2s linear";i:162;s:7:"#303030";i:163;s:18:"rgba(48,48,48,0.9)";i:164;s:16:"all .2s 0 linear";i:165;s:27:"translateY(-55%) scale(1.2)";i:166;s:7:"#fefefe";i:167;s:5:"-25px";i:168;s:10:"capitalize";i:169;s:10:"scale(1.1)";i:170;s:5:"800px";i:171;s:31:"inset 0 0 50px 0 rgba(0,0,0,.1)";i:172;s:25:"translateY(-50%) scale(1)";i:173;s:14:"2px solid #eee";i:174;s:5:"290px";i:175;s:5:"386px";i:176;s:3:"-2%";i:177;s:4:"102%";i:178;s:2:"2%";i:179;s:3:"23%";i:180;s:5:"820px";i:181;s:5:"340px";i:182;s:6:"33.33%";i:183;s:5:"440px";i:184;s:5:"260px";i:185;s:5:"481px";i:186;s:5:"680px";i:187;s:10:"break-word";i:188;s:15:"4px double #eee";i:189;s:7:"#f3f3f3";i:190;s:14:"1px solid #ddd";i:191;s:3:"25%";i:192;s:3:"20%";i:193;s:6:"16.66%";i:194;s:6:"14.28%";i:195;s:5:"12.5%";i:196;s:6:"11.11%";i:197;s:14:"2px solid #222";i:198;s:4:"#bbb";i:199;s:2:"1%";i:200;s:5:"580px";i:201;s:4:"#aaa";i:202;s:28:"0 2px 6px rgba(0, 0, 0, 0.5)";i:203;s:4:"9999";i:204;s:4:"-5px";i:205;s:3:"6px";i:206;s:7:"#3b5998";i:207;s:7:"#00aced";i:208;s:7:"#dd4b39";i:209;s:7:"#1d62f0";i:210;s:7:"#dc622c";i:211;s:7:"#4183c4";i:212;s:7:"#007bb6";i:213;s:7:"#cb2027";i:214;s:7:"#ff0084";i:215;s:7:"#aad450";i:216;s:4:"#b00";i:217;s:7:"#32506d";i:218;s:7:"#517fa4";i:219;s:7:"#ff442c";i:220;s:7:"#ea4c89";i:221;s:7:"#12a5f4";i:222;s:7:"#ff4500";i:223;s:7:"#eb4924";i:224;s:7:"#f13753";i:225;s:7:"#2281cf";i:226;s:7:"#81b900";i:227;s:7:"#73a500";i:228;s:7:"#bc0b0b";i:229;s:7:"#f94877";i:230;s:7:"#6441a5";i:231;s:7:"#42b41e";i:232;s:7:"#2e6da4";i:233;s:6:"1098px";i:234;s:5:"718px";i:235;s:5:"360px";i:236;s:5:"618px";i:237;s:5:"366px";i:238;s:5:"732px";i:239;s:6:"1038px";i:240;s:5:"678px";i:241;s:5:"330px";i:242;s:5:"230px";i:243;s:5:"390px";i:244;s:5:"460px";i:245;s:5:"346px";i:246;s:5:"692px";i:247;s:5:"960px";i:248;s:5:"600px";i:249;s:5:"185px";i:250;s:5:"300px";i:251;s:5:"570px";i:252;s:5:"320px";i:253;s:5:"640px";i:254;s:5:"738px";i:255;s:5:"150px";i:256;s:5:"638px";i:257;s:5:"246px";i:258;s:5:"432px";i:259;s:5:"492px";i:260;s:5:"660px";i:261;s:5:"560px";i:262;s:5:"210px";i:263;s:5:"220px";i:264;s:5:"561px";i:265;s:5:"501px";i:266;s:5:"461px";i:267;s:5:"180px";i:268;s:5:"187px";i:269;s:5:"374px";i:270;s:5:"522px";i:271;s:5:"462px";i:272;s:5:"422px";i:273;s:5:"165px";i:274;s:5:"297px";i:275;s:5:"174px";i:276;s:5:"348px";i:277;s:5:"402px";i:278;s:5:"362px";i:279;s:5:"125px";i:280;s:5:"282px";i:281;s:5:"154px";i:282;s:5:"308px";i:283;s:5:"270px";i:284;s:5:"240px";i:285;s:7:""\\f406"";i:286;s:6:"999999";i:287;s:22:"inset 0 0 5px 5px #222";i:288;s:6:"-260px";i:289;s:27:"top:#4d4d4d:0%:#1a1a1a:100%";i:290;s:32:"0 5px 5px 3px rgba(0, 0, 0, 0.2)";i:291;s:24:"rgba(255, 255, 255, 0.9)";i:292;s:17:"1px solid #1a1a1a";i:293;s:17:"1px solid #4d4d4d";i:294;s:4:"48px";i:295;s:4:"49px";i:296;s:23:"inset 0 0 15px 3px #222";i:297;s:4:"41px";i:298;s:18:"rgba(0, 0, 0, 0.1)";i:299;s:24:"rgba(255, 255, 255, 0.6)";i:300;s:47:""lucida grande",tahoma,verdana,arial,sans-serif";i:301;s:7:"#f8f8f8";i:302;s:25:"0 0 5px 5px #ebebeb inset";i:303;s:533:"url(''data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='')";i:304;s:24:"top:#fff:0%:#dfdfdf:100%";i:305;s:29:"0 5px 5px 3px rgba(0,0,0,0.2)";i:306;s:18:"rgba(51,51,51,0.9)";i:307;s:17:"1px solid #dfdfdf";i:308;s:14:"1px solid #fff";i:309;s:26:"0 0 15px 3px #ebebeb inset";i:310;s:18:"rgba(51,51,51,0.8)";i:311;s:15:"rgba(0,0,0,0.1)";i:312;s:18:"rgba(51,51,51,0.6)";}', 'no'),
(95374, 'theme_mods_gridalicious-pro-child', 'a:13:{i:0;b:0;s:11:"custom_logo";i:0;s:12:"logo_version";s:3:"2.8";s:17:"site_icon_version";s:3:"2.8";s:18:"custom_css_post_id";i:103;s:26:"gridalicious_theme_options";a:63:{s:18:"move_title_tagline";b:0;s:23:"featured_content_option";s:8:"disabled";s:28:"featured_grid_content_option";s:8:"disabled";s:28:"enable_featured_header_image";s:11:"entire-site";s:19:"featured_image_size";s:9:"full-size";s:25:"featured_header_image_alt";s:17:"TEDx Langley 2017";s:28:"disable_header_right_sidebar";b:0;s:14:"comment_option";s:18:"disable-completely";s:14:"excerpt_length";s:2:"40";s:22:"primary_search_disable";b:0;s:18:"promotion_headline";s:27:"Workshops and Presentations";s:21:"promotion_subheadline";s:70:"Topics focusing on at-risk youth and creating a culture of acceptance.";s:25:"promotion_headline_button";s:16:"More Information";s:22:"promotion_headline_url";s:54:"http://sandybalascak.com/category/presentation-topics/";s:29:"promotion_headline_link_color";s:7:"#8224e3";s:42:"promotion_headline_button_background_color";s:7:"#4b0082";s:36:"promotion_headline_button_text_color";s:7:"#ffffff";s:48:"promotion_headline_button_hover_background_color";s:7:"#8224e3";s:42:"promotion_headline_button_hover_text_color";s:7:"#ffffff";s:23:"footer_background_color";s:7:"#000000";s:20:"footer_right_content";s:0:"";s:23:"header_background_color";s:7:"#ffffff";s:22:"site_title_hover_color";s:7:"#d5c7e2";s:13:"disable_notes";b:1;s:21:"disable_website_field";b:1;s:10:"link_color";s:7:"#8224e3";s:16:"link_hover_color";s:7:"#d5c7e2";s:19:"content_title_color";s:7:"#4b0082";s:25:"content_title_hover_color";s:7:"#8224e3";s:13:"tagline_color";s:7:"#000000";s:25:"sidebar_widget_link_color";s:7:"#8224e3";s:21:"pagination_link_color";s:7:"#8224e3";s:24:"footer_widget_text_color";s:7:"#000000";s:24:"footer_widget_link_color";s:7:"#8224e3";s:25:"footer_widget_title_color";s:7:"#4b0082";s:17:"footer_link_color";s:7:"#ffffff";s:16:"breadcumb_option";b:1;s:14:"content_layout";s:12:"full-content";s:24:"single_post_image_layout";s:8:"featured";s:21:"featured_content_type";s:21:"featured-page-content";s:32:"featured_content_select_category";a:1:{i:0;s:1:"2";}s:21:"menu_background_color";s:7:"#000000";s:23:"hover_active_text_color";s:7:"#d5c7e2";s:32:"content_wrapper_background_color";s:7:"#ffffff";s:24:"content_background_color";s:7:"#ffffff";s:24:"sidebar_background_color";s:7:"#ffffff";s:27:"pagination_background_color";s:7:"#ffffff";s:29:"promotion_headline_text_color";s:7:"#8224e3";s:25:"scrollup_background_color";s:7:"#ffffff";s:33:"featured_content_background_color";s:7:"#ffffff";s:31:"scrollup_hover_background_color";s:7:"#8224e3";s:19:"scrollup_text_color";s:7:"#ffffff";s:19:"footer_left_content";s:51:"Copyright © 2017 [site-link]. All Rights Reserved.";s:26:"featured_grid_content_type";s:26:"featured-page-grid-content";s:28:"featured_grid_content_page_1";i:49;s:28:"featured_grid_content_number";i:2;s:28:"featured_grid_content_layout";s:10:"layout-two";s:28:"featured_grid_content_page_2";i:196;s:25:"featured_content_position";b:1;s:23:"featured_content_number";i:2;s:23:"featured_content_page_1";i:341;s:23:"featured_content_page_2";i:313;s:23:"featured_content_page_3";i:313;}s:12:"header_image";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:17;s:3:"url";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:13:"thumbnail_url";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:6:"height";i:511;s:5:"width";i:1191;}s:16:"background_image";s:0:"";s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:16:"header_textcolor";s:6:"8224e3";s:16:"background_color";s:6:"ffffff";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1523930730;s:4:"data";a:15:{s:19:"wp_inactive_widgets";a:2:{i:0;s:8:"search-2";i:1;s:6:"text-2";}s:15:"primary-sidebar";a:3:{i:0;s:19:"blog_subscription-3";i:1;s:16:"twitter-follow-2";i:2;s:6:"text-4";}s:25:"sidebar-optional-homepage";a:0:{}s:24:"sidebar-optional-archive";a:0:{}s:21:"sidebar-optional-page";a:0:{}s:21:"sidebar-optional-post";a:0:{}s:20:"sidebar-optional-one";a:0:{}s:20:"sidebar-optional-two";a:0:{}s:22:"sidebar-optional-three";a:0:{}s:16:"sidebar-notfound";a:0:{}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:8:"footer-4";a:0:{}s:12:"header-right";a:0:{}}}}', 'yes'),
(95735, 'chld_thm_cfg_options_dict_seq', 'a:0:{}', 'no'),
(95736, 'chld_thm_cfg_options_dict_token', 'a:0:{}', 'no'),
(95737, 'chld_thm_cfg_options_val_ndx', 'a:546:{i:1;s:165:"jE=hT?GUZA$A<CSOYMtOBtUE_Q3nE3cAgAnBJHNzWHuWvDqI:$vbKAS"(",ub@JB5FWuLvSQ[zBAG"#(k)NoyAlB7L.4FxrjAANc=hT?GUZA$A`CSOYM?IBt@Q_Q3nE3MAi"rBJHNznEuW=JqI:$vbGARtsBJHNz?MuWA";i:2;s:45:"[J=hT?GU~AlB|L.4Fx~5BA<v=hT?GU5A$ABDSOYMLUBtA";i:3;s:17:"?2=hT?IUeBlBqGEAB";i:4;s:13:"!5=hT?GUuBlBA";i:5;s:100:"18=hT?GU!BlBvL.4FxrjAA$T=hT?GUZA$A]CSOYM?IBt8M_Q3nE3MAi"qBJHNznEuWoIqI:$vbGARtrBJHNznEuW=JqI:$vbGAQA";i:6;s:111:"l#=hT?GU>BlBYM.4FxrjAAvW>hT?GUbKlBFN.4Fx~5OAHO=hT?GUSFlBvL.4FxrjAA$T=hT?GUZA$A]CSOYMM%Et8M_Q3nE3MAi"4BJHNzFKuWA";i:7;s:24:"tP=hT?GUDClBcM.4Fx}MDABA";i:8;s:13:"),=hT?GUjClBA";i:9;s:13:"z:=hT?GUzClBA";i:10;s:13:"yd=hT?GU(ClBA";i:11;s:12:"yd=hT?GUZA$A";i:12;s:12:"VE=hT?GUZA$A";i:13;s:46:"l==hT?GU^ClBfL.4FxrjEApI=hT?GUYDlBsM.4Fxs@EABA";i:14;s:67:"F^=hT?GU4DlBsM.4FxrjFA[Q=hT?GUZA$A[CSOYM?IBtXL_Q3nE35B$A^CSOYM?IBtA";i:15;s:24:"?J=hT?GU}DlBoM.4Fxs@FABA";i:16;s:24:"?J=hT?GUdElBoM.4Fxs@FABA";i:17;s:24:"?J=hT?GUtElBoM.4Fxs@FABA";i:18;s:24:"?J=hT?GU9ElBoM.4Fxs@FABA";i:19;s:24:"?J=hT?GU=ElBoM.4Fxs@FABA";i:20;s:24:"?J=hT?GUCFlBoM.4Fxs@FABA";i:21;s:13:"sP=hT?GUSFlBA";i:22;s:13:"9M=hT?GUiFlBA";i:23;s:45:"eS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3+C$A^CSOYM?IBtA";i:24;s:127:"~2=hT?GU&FlBfL.4FxrjIApI=hT?IUYDlB}cEAkn_Q3nE3%B$A]CSOYMLUDtSq_Q3nE3cAi"0BJHNz?MvW(HqI:$vbzBgArBJHNzFKvWNJqI:$vbzBgAsBJHNzFKvWA";i:25;s:24:"?J=hT?GUYDlBfL.4FxrjJABA";i:26;s:24:"nB>hT?GU,GlB$M.4Fxs@JABA";i:27;s:24:"@2=hT?GUMHlB)M.4FxrjCABA";i:28;s:56:"]J=hT?GUcHlB.M.4FxrjAA,>=hT?GUZA$ATDSOYMu7DtJV_Q3nE3kAgA";i:29;s:13:"sP>hT?GU8HlBA";i:30;s:13:"bS>hT?GU<HlBA";i:31;s:13:">J=hT?GUcHlBA";i:32;s:13:">J=hT?GUBIlBA";i:33;s:24:"?J=hT?GURIlBrL.4FxrjHABA";i:34;s:35:"@J=hT?GU9ElBoM.4Fxs@FAHO=hT?GUSFlBA";i:35;s:24:"?J=hT?GU=ElBoM.4Fxs@FABA";i:36;s:13:">J=hT?GU9ElBA";i:37;s:13:">J=hT?GUCFlBA";i:38;s:13:"R@=hT?GUhIlBA";i:39;s:13:">J=hT?GUCFlBA";i:40;s:13:">J=hT?GUxIlBA";i:41;s:147:""J=hT?GUxIlBsM.4FxrjMA;C=hT?GU!BlB5N.4Fx}MDApI>hT?GU~@.A^9$(k)NoRT:C4YzXJI{ZiMZLDHVElg*NRA3()",ub@JB5FLvLvSQ[z"A2W*",ub@JB5FrvLvSQ[z"AJt:",ub@&G5FA";i:42;s:13:">J=hT?GU[IlBA";i:43;s:79:"_J=hT?GUGJlBrL.4Fx}MNA|e=hT?GUJQlB,L.4FxrjAA1k=hT?GUORlB?L.4FxrjAA|e>hT?GUQLlBA";i:44;s:67:"PV>hT?GU5A$A@CSOYM?IBt=J_Q3nE3TD$A]CSOYM?IBt8M_Q3nE3TD$A`CSOYMifGtA";i:45;s:101:"SV>hT?GUmJlBvL.4FxrjAA$T=hT?GUnGlB3L.4FxrjAAeZ=hT?GUnGlB(L.4FxrjAA+h=hT?GU9ElB;L.4FxrjAAkn=hT?GU9ElBA";i:46;s:24:"j==hT?GU2JlB)M.4FxrjCABA";i:47;s:35:"k==hT?GU^ClB#L.4FxrjCA6F>hT?GU+JlBA";i:48;s:46:"]2=hT?GU{JlBbL.4FxrjAApI>hT?GULKlB3L.4Fxs@HABA";i:49;s:13:"t8=hT?GU!BlBA";i:50;s:13:"t8=hT?GU!BlBA";i:51;s:23:"`X=hT?GUZA$A^CSOYM6|CtA";i:52;s:13:"sP=hT?GUSFlBA";i:53;s:45:"eS=hT?GUZA$A[CSOYM6|CtXL_Q3nE3+C$A^CSOYM6|CtA";i:54;s:24:"?J>hT?GUnGlB0M.4Fxs@AABA";i:55;s:45:"eS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3MAi"pBJHNznEuWA";i:56;s:101:"uB>hT?GUbKlBJN.4Fx~5OA};=hT?GU7KlBrL.4FxrjPA|e=hT?GUALlB,L.4Fx~5PA1k=hT?GUALlB?L.4Fx~5PA|e>hT?GUQLlBA";i:57;s:68:"rB>hT?GUbKlBJN.4Fx~5OA|e=hT?GUALlB,L.4Fx~5PA1k=hT?GUALlB?L.4Fx~5PABA";i:58;s:79:":,=hT?GUgLlBMM.4Fx}MCApI=hT?GU%IlB.M.4FxrjAA+h>hT?GUwLlB<M.4Fx~5KA[Q>hT?GU$LlBA";i:59;s:24:"`X=hT?GU9ElB7L.4Fx~5EABA";i:60;s:13:""l>hT?GU@LlBA";i:61;s:13:""l>hT?GUFMlBA";i:62;s:12:"_X=hT?GUZA$A";i:63;s:24:"@2=hT?GUVMlBoM.4Fx~5RABA";i:64;s:13:"!5=hT?GUuBlBA";i:65;s:13:"!5=hT?GU!BlBA";i:66;s:13:"!5=hT?GUuBlBA";i:67;s:79:"?o>hT?GU1MlBdN.4Fx}MSAZ4=hT?GU`MlBsM.4Fx~5SA6F=hT?GUaNlB)M.4Fx~5AATq=hT?GUqNlBA";i:68;s:24:"*,=hT?GU6NlBvL.4Fxs@VABA";i:69;s:13:"),=hT?GU:NlBA";i:70;s:13:"),=hT?GU"NlBA";i:71;s:13:"),=hT?GUPOlBA";i:72;s:13:"),=hT?GUfOlBA";i:73;s:13:"),=hT?GUvOlBA";i:74;s:13:"),=hT?GU#OlBA";i:75;s:13:"),=hT?GU?OlBA";i:76;s:12:"hg=hT?GUZA$A";i:77;s:46:"eS=hT?GU9ElBzL.4Fx~5LAvW=hT?GU9ElB7L.4Fx~5LABA";i:78;s:13:"bS=hT?GUUPlBA";i:79;s:13:"bS=hT?GU9ElBA";i:80;s:13:"bS=hT?GU0PlBA";i:81;s:100:"jS=hT?GUZA$A[CSOYMu7CtXL_Q3nE3MAi"pBJHNz*:uW(HqI:$vbPBgArBJHNznEuWNJqI:$vbGAS"*",ub@JB5F6yLvSQ[z6AEA";i:82;s:45:"eS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3eC$A^CSOYM?IBtA";i:83;s:25:"cS=hT?GU)PlBBN.4Fx}MIx6FA";i:84;s:13:"KV=hT?GU_PlBA";i:85;s:13:"_X=hT?GU9ElBA";i:86;s:13:"_X=hT?GUkPlBA";i:87;s:13:"_X=hT?GUJQlBA";i:88;s:13:"(a=hT?GUYDlBA";i:89;s:12:"bS=hT?GUZA$A";i:90;s:12:"_X=hT?GUZA$A";i:91;s:45:"eS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3MAi"pBJHNznEuWA";i:92;s:46:"kg=hT?GU9ElB,L.4Fx~5GA1k=hT?GU9ElB?L.4Fx~5GABA";i:93;s:103:"pg=hT?GU_PlB,L.4Fx}MXA1k=hT?GU_PlB?L.4Fx}MXAq1=hT?GU}j/A7F#(k)No`,]B2W>",ub@k$5F*xLvSQ[z8AFtjt,ub@(z5FA";i:94;s:46:"kg=hT?GU9ElB,L.4FxrjAA1k=hT?GU9ElB?L.4FxrjAABA";i:95;s:45:"kg=hT?GU9ElB,L.4Fx~5GA1k=hT?GUZA$A}CSOYMu7CtA";i:96;s:191:"vg=hT?IUpQlBqGNA[Q_Q3nF35B$A`aEtNJqI/TwbKEi"@7vW_EVE^2*NlA3(W:XLRtLvSQ[zEBIAnt,ub@^(5F51LvSQ[zGB3(+",ub@d*5F/1LvSQ[zIB3(.",ub@&+5F:yLvSQ[zKB3(>",ub@M.5FxtLvpb[z|A/hmk5F}YzXJI{ZlAwW&(k)No;l:CA";i:97;s:46:"kg=hT?GUJQlB,L.4Fx~5WA1k=hT?GUJQlB?L.4Fx~5WABA";i:98;s:25:"ig=hT?GURIlBIM.4Fx}M:L6FA";i:99;s:48:"kg=hT?GU%IlB;L.4Fx~5LAq1=hT?GU}j.A^9$(k)No`,TCIA";i:100;s:13:"hg=hT?GU9ElBA";i:101;s:13:"Qj=hT?GU_PlBA";i:102;s:13:""l=hT?GU9ElBA";i:103;s:13:""l=hT?GU_PlBA";i:104;s:36:";o=hT?GU5QlBIM.4Fx}MUN6FxtLvSQ[zyAEA";i:105;s:13:"/o=hT?GU_PlBA";i:106;s:12:"hg=hT?GUZA$A";i:107;s:12:""l=hT?GUZA$A";i:108;s:45:"kg=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNznEuWA";i:109;s:67:"^J=hT?GU5A$A@CSOYM?IBt=J_Q3nE3MAgApBJHNznEuWeGqI:$vbGARtsBJHNz?MuWA";i:110;s:24:"ou>hT?GUITlBpN.4FxrjbABA";i:111;s:24:"ou>hT?GUoTlBpN.4Fxs@bABA";i:112;s:45:"kg=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNznEuWA";i:113;s:24:"@2>hT?GU.TlB1N.4FxrjcABA";i:114;s:13:"?2>hT?GU!BlBA";i:115;s:56:"ZE=hT?GUZA$A`CSOYM?IBt@Q_Q3nE3MAi"rBJHNznEuW=JqI:$vbGAQA";i:116;s:35:"k==hT?GU7KlBbL.4Fx~5cA<v>hT?GUORlBA";i:117;s:13:"i==hT?GUdUlBA";i:118;s:46:"8}=hT?GUnGlB?L.4FxrjYATq=hT?GUtUlB}M.4Fxs@AABA";i:119;s:56:"fS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3+C$A^CSOYM?IBt3r_Q3nE3eK$A";i:120;s:24:"d#>hT?GUTClB}M.4Fx~5dABA";i:121;s:35:"e#>hT?GUCVlBcM.4Fxs@dA$T>hT?GU=UlBA";i:122;s:35:"$5=hT?GU`MlB5N.4Fx}MDAw(=hT?GUTClBA";i:123;s:57:"m==hT?GU7KlB(L.4Fx~5WA+h=hT?GU9ElB;L.4Fx~5WAkn=hT?GU9ElBA";i:124;s:24:"j==hT?GU2JlB)M.4FxrjCABA";i:125;s:13:"i==hT?GU2JlBA";i:126;s:13:"i==hT?GU2JlBA";i:127;s:111:"Zj>hT?GUSVlBvL.4FxrjAA$T=hT?GUZA$A]CSOYM?IBt8M_Q3nE3MAi"$BJHNznEuWdZqI:$vbfFgA%BJHNz*:xWnbqI:$vbnFi"%BJHNzj@xWA";i:128;s:13:"_X>hT?GUbKlBA";i:129;s:57:"^2=hT?GUeBlBbL.4Fx~5OAYL>hT?GUsHlB}M.4Fxs@eAvW>hT?GU!BlBA";i:130;s:13:"i==hT?GU2JlBA";i:131;s:56:"}X>hT?GUbKlBvL.4FxrjfA$T=hT?GUZA$A]CSOYM?IBt8M_Q3nE3LL$A";i:132;s:13:"9M>hT?GUnWlBA";i:133;s:24:"Rj>hT?GUnGlB9N.4Fx~5SABA";i:134;s:66:"^2=hT?IU}j$A]Q~@$A/h%(k)NoyAlB}M.4Fxs@AAf+>hT?GU}j%AOc&(k)No`,oBIA";i:135;s:14:"9M>hT?GU}j&ACA";i:136;s:13:"i==hT?GUeBlBA";i:137;s:24:"j==hT?GUlMlB)M.4FxrjCABA";i:138;s:13:"i==hT?GUlMlBA";i:139;s:13:"i==hT?GUlMlBA";i:140;s:13:"i==hT?GUlMlBA";i:141;s:111:"Zj>hT?GUSVlBvL.4FxrjAA$T=hT?GUZA$A]CSOYM?IBt8M_Q3nE3MAi"$BJHNznEuWdZqI:$vbfFgA%BJHNz*:xWnbqI:$vbnFi"%BJHNzj@xWA";i:142;s:31:"@2=hT?IU}j$A]Q~@$A9F#(k)NohD:CA";i:143;s:58:"ZE=hT?GU!BlBvL.4Fx}MHE6FWuLvSQ[zBAG"#(k)NoyAlB7L.4Fxs@eABA";i:144;s:13:"VE=hT?GU!BlBA";i:145;s:25:"@2=hT?GU}j(AwW%(k)No>s:CA";i:146;s:45:"kg=hT?GUZA$A{CSOYMu7CtaS_Q3nE3|H$A}CSOYMu7CtA";i:147;s:13:"i==hT?GUeBlBA";i:148;s:13:"i==hT?GUlMlBA";i:149;s:13:">J=hT?GUtElBA";i:150;s:13:"c#>hT?GUTClBA";i:151;s:94:"{2=hT?GU}j(A^9$(k)NobV:ClZzXJI|+yA,h&(k)NoEq:C1ZzXJI{Z}KZLqCVElg*N1AIAkt,ub@=1ADRt4BJHNzij`L$A";i:152;s:26:"@2=hT?GU}j(A^9$(k)No`,uBIA";i:153;s:70:"xP>hT?GU}j*AP/$(k)NoVH:CiazXJI|+AAwW%(k)No)q:C`ZzXJI|+BA8y&(k)No`,wBIA";i:154;s:13:"!5=hT?GU!BlBA";i:155;s:36:"pu>hT?GU&FlB1N.4Fx}M9C6F?zLvSQ[zDAEA";i:156;s:25:"ou>hT?GU7KlBoM.4Fx}M[G6FA";i:157;s:36:"e#>hT?GUCVlBzL.4Fx}MAJ6F?zLvSQ[zkAEA";i:158;s:48:"D^=hT?GUCVlBzL.4Fx}MAJ6FfzLvSQ[zqAbLot,ub@=1KDQA";i:159;s:13:"?2=hT?GU&FlBA";i:160;s:25:"!M>hT?GUsHlB*N.4Fx}MlK6FA";i:161;s:13:"?2=hT?GUVMlBA";i:162;s:25:"@2=hT?GUVMlBhN.4Fx}M1":CA";i:163;s:47:"eS=hT?GU~@,Aln#(k)NoyAlB3L.4FxrjAAeZ=hT?GUXWlBA";i:164;s:13:"i==hT?GU{JlBA";i:165;s:13:"i==hT?GUeBlBA";i:166;s:25:"u8=hT?GU!BlBcM.4Fx}MRG6FA";i:167;s:24:"d#>hT?GU!BlBsM.4FxrjFABA";i:168;s:34:"0d>hT?GUNUlB;L.4FxrjAA|e=hT?GUZA$A";i:169;s:13:"yd>hT?GU!BlBA";i:170;s:24:"B^=hT?GU4DlB5N.4Fxs@dABA";i:171;s:13:"EH>hT?GU!BlBA";i:172;s:13:"(a=hT?GU_PlBA";i:173;s:25:"@2=hT?GU~@)A^9$(k)No8C:CA";i:174;s:25:"@2=hT?GU}j/A^9$(k)No;F:CA";i:175;s:79:"`2=hT?GU}j(A^9$(k)No;F:CbXzXJI|+AA^9#(k)NoyAlB,L.4FxrjAA1k=hT?GUZA$A}CSOYM?IBtA";i:176;s:57:"^2=hT?GU}j/A,h#(k)NoyAlBzL.4FxrjAAvW=hT?GUZA$A^CSOYMu7GtA";i:177;s:70:"n==hT?GU^ClBIM.4Fx}M,E6F{uLvSQ[z#3yWoIqI:$vbGARtrBJHNznEuW=JqI:$vbGAQA";i:178;s:25:"@2=hT?GU}j.A^9$(k)No8C:CA";i:179;s:36:"[2=hT?GU}j.A^9$(k)No8C:C{WzXJI|+FACA";i:180;s:125:"~2=hT?GU}j/A7F&(k)Noci:C@YzXJI{ZbA7F%(k)No%j:CYYzXJI{ZEA^9#(k)No=f:CzXzXJI|+AAP/#(k)No=f:C(XzXJI|+AADt$(k)No`,tB3(;",ub@uC5FA";i:181;s:36:"[2=hT?GU}j.A^9$(k)No8C:CtZzXJI|+EACA";i:182;s:31:"!M>hT?GUj&lB/N.4?z}M5O6F=Z8ewWA";i:183;s:58:"3:>hT?GU~@:AwW%(k)No)q;C1ZzXJI|+cAln%(k)NoWU:CVZzXJI|+6ACA";i:184;s:218:"oCR*+",ub@=1cDRt9BJHNznExWPjqI:$vb*|U"1[_Q3nE3%Z$AKDSOYMAlEtMc_Q3nE3)Ai"mBJHNz5uvWvDqI:$vbbBi"2BJHNz?MvW{eqI:$vbCEgAzBJHNzzguW(HqI:$vb:AQA*",ub@=1gDRtrBJHNz5uvW=JqI:$vb"IV";v_Q3nE3<AgA4BJHNz0=wWnbqI:$vb3Bi"%BJHNzijvN$A";i:185;s:36:"$5=hT?GU}j=A,h&(k)NomE:CLXzXJI|+PACA";i:186;s:36:"$5=hT?GU}j=A,h&(k)NoEq:CbXzXJI|+PACA";i:187;s:67:"F^=hT?GU4DlBMM.4Fx}MCA[Q=hT?GUZA$A[CSOYM)ZDtXL_Q3nE3MAi"pBJHNz?MvWA";i:188;s:58:".,=hT?GU~@=AwW$(k)NoBD:C1ZzXJI|+AAP/$(k)NoVH:C#bzXJI|+6ACA";i:189;s:24:"#5=hT?GU`MlB5N.4Fx}MDABA";i:190;s:12:":`=hT?GU5A$A";i:191;s:24:"#5=hT?GUuBlBsM.4FxrjAABA";i:192;s:13:"/o=hT?GU_PlBA";i:193;s:13:"Qj=hT?GU_PlBA";i:194;s:13:"i==hT?GU^ClBA";i:195;s:24:"j==hT?GU2JlB)M.4FxrjCABA";i:196;s:13:"9M=hT?GUiFlBA";i:197;s:13:"c#>hT?GUCVlBA";i:198;s:58:"E^=hT?GU4DlBMM.4Fx}MCA,>=hT?GUZA$AWDSOYMLUBt*h_Q3nE3~RiABA";i:199;s:67:"mg=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNznEuWdZqI:$vb?Bi"uBJHNz!PwWA";i:200;s:13:"mB>hT?GUbKlBA";i:201;s:173:"C3=hT?GUVMlB4M.4FxrjdAZ4=hT?GUuBlBsM.4FxrjAAYL>hT?GUsHlB[N.4Fx}MXU6F(3LvSQ[zB[yW3rqI:$vbA2V"4}_Q3nE3~RnABA`Q3nE3eK$AwDSOYMifIt:C`Q3nE3eK$ASDSOYM)ZDt|;_Q3nE3JB$AWDSOYM*+(blBA";i:202;s:71:">`=hT?GU5A$AWDSOYM)ZDtVx_Q3nE3TD$AyDSOYM*+^blB%N.4!2}MhW6F=Zxv,h#zWCGtA";i:203;s:121:"}2=hT?IU}j[A]Q~@[AyW%(k)No)q:C`ZzXJI|+BA]Q%(k)NoXB:C=ZzXJI|+AAx(%(k)NoyAlBsM.4Fxs@CA%$>hT?GUZA$AHDSOYM*+EYlB%N.4Fx}M@Z6FA";i:204;s:59:"&5=hT?GUuBlB<M.4Fx~5KA[Q>hT?GU=UlBSO.4Fx}M1a6F>2LvSQ[ztNzWA";i:205;s:36:"k==hT?GU}j^AwW$(k)NoBD:C9ZzXJI{ZVACA";i:206;s:91:";,=hT?GUjClB.M.4FxrjOAq1=hT?GUeBlB}M.4FxrjWAYL>hT?GUiVlB_M.4FxrjLA+h>hT?GU=UlB7L.4Fx}M"b6FA";i:207;s:37:"k==hT?GU}j^AwW$(k)NoBD:CaazXJI{Zj5ZLA";i:208;s:14:">J?hT?GU~@_ACA";i:209;s:14:"KV>hT?GU}j`ACA";i:210;s:25:"G0>hT?GU~@`Aln&(k)NoUa:CA";i:211;s:14:">J?hT?GU}j{ACA";i:212;s:13:"A^=hT?GU4DlBA";i:213;s:13:"?2=hT?GUeBlBA";i:214;s:47:"%5=hT?GUuBlB0M.4Fxs@AAw(=hT?GU}j)Aln%(k)NoXB:CA";i:215;s:36:"pu>hT?GU7KlBoM.4Fx}M[G6F"yLvSQ[zJAEA";i:216;s:14:"?2=hT?GU}j/ACA";i:217;s:14:"`)=hT?GU}j)ACA";i:218;s:24:"`X>hT?GUbKlB8M.4FxrjCABA";i:219;s:13:"i==hT?GU^ClBA";i:220;s:13:"i==hT?GU2JlBA";i:221;s:24:"#5=hT?GUuBlBsM.4FxrjAABA";i:222;s:24:"WE=hT?GU!BlB5N.4Fx}MDABA";i:223;s:14:"KV>hT?GU}j|ACA";i:224;s:14:"KV>hT?GU~@|ACA";i:225;s:13:"A^=hT?GU4DlBA";i:226;s:24:"#5=hT?GUuBlBsM.4FxrjAABA";i:227;s:26:")a=hT?GU}j}Aln%(k)No`,{BIA";i:228;s:50:"+a=hT?GU}j~Az(it,ub@=1_DQA*",ub@=1_DRt4BJHNzij/P$A";i:229;s:25:"d#>hT?GUTClB}M.4Fx}MMl6FA";i:230;s:25:"d#>hT?GUCVlB}M.4Fx}M<l6FA";i:231;s:24:"#5=hT?GUuBlBsM.4FxrjAABA";i:232;s:25:"LV>hT?GU5A$AkDSOYM*+PXlBA";i:233;s:13:"mB>hT?GUbKlBA";i:234;s:13:"i==hT?GU^ClBA";i:235;s:13:"i==hT?GU2JlBA";i:236;s:13:"EH>hT?GU!BlBA";i:237;s:13:"!5=hT?GU!BlBA";i:238;s:14:"!5=hT?GU}j=ACA";i:239;s:13:"c#>hT?GUCVlBA";i:240;s:13:"c#>hT?GUTClBA";i:241;s:79:")5=hT?GUuBlB5N.4FxrjCA[Q=hT?GUZA$A[CSOYM)ZDtXL_Q3nE3MAi"pBJHNz?MvWnbqI:$vbA2Y"A";i:242;s:14:"KV>hT?GU}j`ACA";i:243;s:14:"KV>hT?GU}j`ACA";i:244;s:14:"KV>hT?GU~@>ACA";i:245;s:12:"KV>hT?GU5A$A";i:246;s:14:"KV>hT?GU}jABEA";i:247;s:13:"KV>hT?GU&VlBA";i:248;s:14:"KV>hT?GU~@ABEA";i:249;s:25:"#5=hT?GU}j=A,h&(k)NomE:CA";i:250;s:25:"#5=hT?GU}j=A,h&(k)NoEq:CA";i:251;s:14:"KV>hT?GU}jBBEA";i:252;s:14:"KV>hT?GU~@BBEA";i:253;s:12:"KV>hT?GU5A$A";i:254;s:14:"KV>hT?GU~@>ACA";i:255;s:14:"KV>hT?GU}jCBEA";i:256;s:12:":`=hT?GU5A$A";i:257;s:13:"!5=hT?GU!BlBA";i:258;s:25:"LV>hT?GU5A$AHDSOYM*+EYlBA";i:259;s:14:"`)=hT?GU}j)ACA";i:260;s:47:"]2=hT?GU}j/ADt%(k)No2U:CdZzXJI{ZdAOc#(k)NokK:CA";i:261;s:36:"[2=hT?GU}j/ADt%(k)No2U:CdZzXJI{ZdACA";i:262;s:14:"9M?hT?GU~@CBEA";i:263;s:13:"!5=hT?GUuBlBA";i:264;s:13:"!5=hT?GUuBlBA";i:265;s:13:"_X=hT?GU9ElBA";i:266;s:36:"oB>hT?GU}jDBG"#(k)NofJ:C7XzXJI{ZNACA";i:267;s:13:"_X=hT?GU9ElBA";i:268;s:78:"i#>hT?GUTClBsM.4FxrjAA$T=hT?GU_PlB(L.4FxrjAA+h=hT?GUZA$A|CSOYM?IBt#T_Q3nE3MAgA";i:269;s:78:"bE=hT?GU!BlB3L.4FxrjAA[Q=hT?GUZA$A`CSOYM?IBt@Q_Q3nE3MAi"rBJHNznEuW=JqI:$vbGAQA";i:270;s:12:":`=hT?GU5A$A";i:271;s:24:"#5=hT?GUuBlBsM.4FxrjAABA";i:272;s:13:"sP=hT?GUSFlBA";i:273;s:92:"{2=hT?GU~@DBbLht,ub@=1REQA)",ub@FN5FayLvSQ[zDA/hit,ub@k$5FLvLvSQ[zAB2W*",ub@JB5FrvLvSQ[zABIA";i:274;s:57:"&5=hT?GUuBlBvL.4FxrjAA$T=hT?GUnGlB3L.4FxrjAAeZ=hT?GUnGlBA";i:275;s:14:"`)=hT?GU}j)ACA";i:276;s:46:"eS=hT?GUALlBzL.4FxrjAAvW=hT?GUALlB7L.4FxrjAABA";i:277;s:13:"_X=hT?GUyFlBA";i:278;s:57:"ZE=hT?GUbKlB(L.4Fxs@WA+h=hT?GUJQlB;L.4Fxs@WAkn=hT?GUJQlBA";i:279;s:47:"%5=hT?GU`MlBcM.4Fx}MRG6F7vLvSQ[zZB3(;",ub@uC5FA";i:280;s:13:":`=hT?GU=UlBA";i:281;s:14:":`=hT?GU}jABEA";i:282;s:14:":`=hT?GU~@EBEA";i:283;s:14:":`=hT?GU}jFBEA";i:284;s:14:":`=hT?GU~@FBEA";i:285;s:14:":`=hT?GU}jGBEA";i:286;s:14:":`=hT?GU~@GBEA";i:287;s:14:":`=hT?GU}jHBEA";i:288;s:13:"!5=hT?GUuBlBA";i:289;s:48:"]2=hT?GUVMlBoM.4Fx}M.x6FPzLvSQ[z`V0W/VqI:$vbPFgA";i:290;s:13:"i==hT?GU{JlBA";i:291;s:13:"i==hT?GUeBlBA";i:292;s:24:"d#>hT?GUTClB}M.4Fxs@AABA";i:293;s:14:"KV>hT?GU}jJBEA";i:294;s:14:"KV>hT?GU~@|ACA";i:295;s:14:"KV>hT?GU}j|ACA";i:296;s:13:"i==hT?GUlMlBA";i:297;s:13:"i==hT?GU{JlBA";i:298;s:24:"j==hT?GUeBlB)M.4FxrjCABA";i:299;s:47:"D^=hT?GU4DlBMM.4Fx}MCAw(=hT?GU}j)Aln%(k)NoXB:CA";i:300;s:161:"B3=hT?GU7KlBlN.4FxrjYA7y>hT?GU}jKB/hkt,ub@]W5F:yLvSQ[zKBK"jt,ub@&G5FPzLvSQ[zuAFtlt,ub@=1^CRt3BJHNz*:uWwwqI:$vbPBgAxBJHNzijCM$ARDSOYM@1Bt>2_Q3nE3IE$AoDSOYM*+;jlBA";i:301;s:36:"[2=hT?GU~@)A^9$(k)No8C:CtZzXJI|+EACA";i:302;s:58:"^2=hT?GU}j(A^9$(k)NobV:CYYzXJI{ZEA,h&(k)NomE:C>WzXJI{ZPACA";i:303;s:67:"h#>hT?GUCVlB7L.4FxrjAA|e=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNz0=wWA";i:304;s:13:"VE=hT?GU!BlBA";i:305;s:68:"n==hT?GU2JlBMM.4FxrjSA|e=hT?GU0PlB,L.4Fxs@WA1k=hT?GUJQlB?L.4Fxs@WABA";i:306;s:24:"j==hT?GU^ClB)M.4FxrjCABA";i:307;s:46:"kg=hT?GU0PlB,L.4Fxs@WA1k=hT?GUJQlB?L.4Fxs@WABA";i:308;s:14:"(a=hT?GU}jLBEA";i:309;s:149:"A3=hT?GU&FlBbL.4Fx~5cA<v>hT?GU9ElB1N.4FxrjcA};=hT?GU^ClBvL.4FxrjAA$T=hT?GUZA$A]CSOYMM%Gt8M_Q3nE3EI$A`CSOYM*+QklB,L.4Fx}M%26FbvLvSQ[z:m0W=JqI:$vbX%b"A";i:310;s:13:">J=hT?GU9ElBA";i:311;s:37:"[2=hT?GU~@)AE">hT?GU~@)A^9$(k)No8C:CA";i:312;s:13:"EH>hT?GU!BlBA";i:313;s:26:"@2=hT?GU}jMBEA&(k)No`,YCIA";i:314;s:26:"@2=hT?GU~@MBEA&(k)No`,ZCIA";i:315;s:26:"@2=hT?GU}jNBEA&(k)No`,aCIA";i:316;s:26:"@2=hT?GU~@NBEA&(k)No`,bCIA";i:317;s:26:"@2=hT?GU}jOBEA&(k)No`,cCIA";i:318;s:24:"@2=hT?GU2JlBhN.4Fx~5NABA";i:319;s:26:"@2=hT?GU~@OBEA&(k)No`,dCIA";i:320;s:26:"@2=hT?GU}jPBEA&(k)No`,eCIA";i:321;s:26:"@2=hT?GU~@PBEA&(k)No`,fCIA";i:322;s:26:"@2=hT?GU}jQBEA&(k)No`,gCIA";i:323;s:26:"@2=hT?GU~@QBEA&(k)No`,hCIA";i:324;s:26:"@2=hT?GU}jRBEA&(k)No`,iCIA";i:325;s:26:"@2=hT?GU~@RBEA&(k)No`,jCIA";i:326;s:26:"@2=hT?GU}jSBEA&(k)No`,kCIA";i:327;s:26:"@2=hT?GU~@)AE">hT?GU~@)ACA";i:328;s:26:"@2=hT?GU~@SBEA&(k)No`,lCIA";i:329;s:26:"@2=hT?GU}jTBEA&(k)No`,mCIA";i:330;s:26:"@2=hT?GU~@TBEA&(k)No`,nCIA";i:331;s:24:"@2=hT?GUVMlBhN.4FxrjRABA";i:332;s:26:"@2=hT?GU}jUBEA&(k)No`,oCIA";i:333;s:26:"@2=hT?GU~@UBEA&(k)No`,pCIA";i:334;s:26:"@2=hT?GU}jVBEA&(k)No`,qCIA";i:335;s:26:"@2=hT?GU~@VBEA&(k)No`,rCIA";i:336;s:26:"@2=hT?GU}jWBEA&(k)No`,tCIA";i:337;s:26:"@2=hT?GU}jXBEA&(k)No`,uCIA";i:338;s:26:"@2=hT?GU~@XBEA&(k)No`,vCIA";i:339;s:26:"@2=hT?GU}jYBEA&(k)No`,wCIA";i:340;s:26:"@2=hT?GU~@MBEA&(k)No`,ZCIA";i:341;s:26:"@2=hT?GU~@YBEA&(k)No`,xCIA";i:342;s:26:"@2=hT?GU}jZBEA&(k)No`,yCIA";i:343;s:69:"aE=hT?GU!BlBIM.4Fx}M,E6F{uLvSQ[zBAFtit,ub@JB5FbvLvSQ[zBAz(it,ub@JB5FA";i:344;s:13:"!5=hT?GU!BlBA";i:345;s:35:"$5=hT?GU`MlB)M.4FxrjCA;C=hT?GU!BlBA";i:346;s:14:"KV>hT?GU~@ZBEA";i:347;s:14:"KV>hT?GU}jaBEA";i:348;s:14:"KV>hT?GU~@EBEA";i:349;s:14:"KV>hT?GU}jABEA";i:350;s:13:"A^=hT?GU4DlBA";i:351;s:13:"KV>hT?GU=UlBA";i:352;s:13:"KV>hT?GU&VlBA";i:353;s:14:"KV>hT?GU~@>ACA";i:354;s:14:"KV>hT?GU~@aBEA";i:355;s:14:"KV>hT?GU}jbBEA";i:356;s:14:"KV>hT?GU~@bBEA";i:357;s:14:"KV>hT?GU}jcBEA";i:358;s:58:"OV>hT?GU~@cB/hit,ub@JB5FLvLvSQ[zSAc4it,ub@JB5FrvLvSQ[zSAEA";i:359;s:46:"kg=hT?GUYDlB,L.4FxrjAA1k=hT?GUYDlB?L.4FxrjAABA";i:360;s:46:"kg=hT?GUYDlB,L.4Fx~5EA1k=hT?GUYDlB?L.4Fx~5EABA";i:361;s:13:"hg=hT?GUYDlBA";i:362;s:46:"kg=hT?GU_PlB,L.4Fx~5EA1k=hT?GU_PlB?L.4Fx~5EABA";i:363;s:45:"kg=hT?GUZA$A{CSOYMu7GtaS_Q3nE3MAgAsBJHNz*:wWA";i:364;s:13:"/o=hT?GUZQlBA";i:365;s:13:"_X=hT?GUYDlBA";i:366;s:14:"KV>hT?GU}jdBEA";i:367;s:14:"KV>hT?GU~@dBEA";i:368;s:14:"KV>hT?GU}jeBEA";i:369;s:14:"KV>hT?GU~@eBEA";i:370;s:14:"KV>hT?GU~@dBEA";i:371;s:14:"KV>hT?GU}jbBEA";i:372;s:14:"KV>hT?GU}jfBEA";i:373;s:14:"KV>hT?GU~@fBEA";i:374;s:14:"KV>hT?GU}jgBEA";i:375;s:14:"KV>hT?GU~@gBEA";i:376;s:14:"KV>hT?GU}jhBEA";i:377;s:14:"KV>hT?GU~@hBEA";i:378;s:14:"KV>hT?GU~@aBEA";i:379;s:14:"KV>hT?GU}jiBEA";i:380;s:14:"KV>hT?GU~@iBEA";i:381;s:14:"KV>hT?GU}jjBEA";i:382;s:14:"KV>hT?GU~@jBEA";i:383;s:14:"KV>hT?GU}jkBEA";i:384;s:12:"hg=hT?GUZA$A";i:385;s:46:"kg=hT?GU_PlB,L.4FxrjAA1k=hT?GU_PlB?L.4FxrjAABA";i:386;s:45:"kg=hT?GUZA$A{CSOYMu7GtaS_Q3nE3MAgAsBJHNz*:wWA";i:387;s:58:"lg=hT?GUJQlB,L.4Fx~5WA1k=hT?GUZA$A}CSOYMu7Gt*h_Q3nE3~RiABA";i:388;s:45:"kg=hT?GU_PlB,L.4Fx~5WA1k=hT?GUZA$A}CSOYMu7GtA";i:389;s:46:"kg=hT?GUALlB,L.4Fx~5EA1k=hT?GUALlB?L.4Fx~5EABA";i:390;s:13:"hg=hT?GU_PlBA";i:391;s:45:"kg=hT?GU_PlB,L.4Fx~5WA1k=hT?GUZA$A}CSOYMu7GtA";i:392;s:46:"kg=hT?GU_PlB,L.4Fx~5WA1k=hT?GU_PlB?L.4Fx~5WABA";i:393;s:45:"eS=hT?GUZA$A[CSOYM?IBtXL_Q3nE3|H$A^CSOYM?IBtA";i:394;s:13:"bS=hT?GU_PlBA";i:395;s:13:"/o=hT?GUYDlBA";i:396;s:13:"_X=hT?GUJQlBA";i:397;s:13:"_X=hT?GU_PlBA";i:398;s:13:"_X=hT?GUYDlBA";i:399;s:13:""l=hT?GU_PlBA";i:400;s:13:">J=hT?GU%IlBA";i:401;s:13:">J=hT?GU}DlBA";i:402;s:13:">J=hT?GUdElBA";i:403;s:13:">J=hT?GUtElBA";i:404;s:13:">J=hT?GU=ElBA";i:405;s:13:">J=hT?GUCFlBA";i:406;s:13:">J=hT?GUxIlBA";i:407;s:13:">J=hT?GUdElBA";i:408;s:13:">J=hT?GU9ElBA";i:409;s:13:">J=hT?GU[IlBA";i:410;s:12:"KV>hT?GU5A$A";i:411;s:56:"E^=hT?GU4DlB(L.4FxrjAA+h=hT?GUZA$A|CSOYM?IBt#T_Q3nE3MAgA";i:412;s:68:"h#>hT?GUTClB(L.4Fx~5WA+h=hT?GU_PlB;L.4Fx~5WAkn=hT?GU_PlB}M.4Fx~5dABA";i:413;s:23:")a=hT?GUZA$AWDSOYMLUBtA";i:414;s:79:"i#>hT?GUTClB7L.4FxrjAA|e=hT?GU_PlB,L.4Fx~5WA1k=hT?GU_PlB?L.4Fx~5WA$T>hT?GU=UlBA";i:415;s:13:"A^=hT?GU4DlBA";i:416;s:45:"kg=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNznEuWA";i:417;s:13:"!5=hT?GU`MlBA";i:418;s:24:"#5=hT?GUuBlB5N.4FxrjCABA";i:419;s:24:"ig=hT?GUALlB?L.4FxrjAABA";i:420;s:24:"ig=hT?GU_PlB,L.4FxrjAABA";i:421;s:14:"bS?hT?GU~@kBEA";i:422;s:58:"E^=hT?GU4DlBMM.4FxrjSA]9>hT?GU!BlBcM.4Fx}MRG6F?zLvSQ[zDAEA";i:423;s:13:"c#>hT?GU!BlBA";i:424;s:13:"!5=hT?GU!BlBA";i:425;s:25:":o=hT?GUZA$AWDSOYM*+eqlBA";i:426;s:37:";o=hT?GUZA$A{CSOYM?IBt>2_Q3nE30oAA:CA";i:427;s:24:"#5=hT?GUuBlB}M.4Fxs@AABA";i:428;s:78:""X>hT?GUbKlBMM.4Fx}MCA|e=hT?GUZA$A{CSOYMu7GtaS_Q3nE3MAgAsBJHNz*:wWnbqI:$vbOAQA";i:429;s:15:"KV>hT?GUO[lBXLA";i:430;s:15:"KV>hT?GUO[:CXLA";i:431;s:15:"KV>hT?GUO[lBXLA";i:432;s:15:"KV>hT?GUO[UEXLA";i:433;s:15:"KV>hT?GUO[5FXLA";i:434;s:14:"KV>hT?GU}jhBEA";i:435;s:15:"KV>hT?GUO[DHXLA";i:436;s:15:"KV>hT?GUO[oIXLA";i:437;s:14:"KV>hT?GU~@eBEA";i:438;s:15:"KV>hT?GUO[=JXLA";i:439;s:14:"KV>hT?GU~@ABEA";i:440;s:15:"KV>hT?GUO[XLXLA";i:441;s:15:"KV>hT?GUO[8MXLA";i:442;s:15:"KV>hT?GUO[GOXLA";i:443;s:36:"$5=hT?GUuBlBcM.4Fx}MRG6F?zLvSQ[zDAEA";i:444;s:15:"KV>hT?GUO[rPXLA";i:445;s:14:"KV>hT?GU}jjBEA";i:446;s:15:"KV>hT?GUO[@QXLA";i:447;s:15:"KV>hT?GUO[aSXLA";i:448;s:15:"KV>hT?GUO[#TXLA";i:449;s:15:"KV>hT?GUO[JVXLA";i:450;s:15:"KV>hT?GUO[uWXLA";i:451;s:13:">J=hT?GU}DlBA";i:452;s:13:">J=hT?GUdElBA";i:453;s:13:">J=hT?GUtElBA";i:454;s:13:">J=hT?GU9ElBA";i:455;s:13:">J=hT?GU=ElBA";i:456;s:13:">J=hT?GUCFlBA";i:457;s:13:">J=hT?GUxIlBA";i:458;s:13:">J=hT?GUtElBA";i:459;s:13:">J=hT?GU=ElBA";i:460;s:15:"KV>hT?GUO[^XXLA";i:461;s:15:"KV>hT?GUO[dZXLA";i:462;s:15:"KV>hT?GUO[&aXLA";i:463;s:15:"KV>hT?GUO[McXLA";i:464;s:15:"KV>hT?GUO[JVXLA";i:465;s:15:"KV>hT?GUO[xdXLA";i:466;s:15:"KV>hT?GUO[{eXLA";i:467;s:13:">J=hT?GUxIlBA";i:468;s:13:">J=hT?GUxIlBA";i:469;s:13:">J=hT?GUdElBA";i:470;s:13:">J=hT?GUtElBA";i:471;s:13:">J=hT?GU9ElBA";i:472;s:13:">J=hT?GU=ElBA";i:473;s:13:">J=hT?GUCFlBA";i:474;s:13:">J=hT?GUxIlBA";i:475;s:13:">J=hT?GU[IlBA";i:476;s:13:">J=hT?GU9ElBA";i:477;s:13:">J=hT?GU=ElBA";i:478;s:15:"KV>hT?GUO[ggXLA";i:479;s:15:"KV>hT?GUO[*hXLA";i:480;s:15:"KV>hT?GUO[PjXLA";i:481;s:15:"KV>hT?GUO[0kXLA";i:482;s:14:"KV>hT?GU}jjBEA";i:483;s:12:"hg=hT?GUZA$A";i:484;s:46:"kg=hT?GUJQlB,L.4Fxs@WA1k=hT?GUJQlB?L.4Fxs@WABA";i:485;s:15:"KV>hT?GUO[~lXLA";i:486;s:15:"KV>hT?GUO[jnXLA";i:487;s:34:"$5=hT?GUuBlB5N.4FxrjCA$T>hT?GU5A$A";i:488;s:12:":`=hT?GU5A$A";i:489;s:12:""l=hT?GUZA$A";i:490;s:12:"hg=hT?GUZA$A";i:491;s:13:">J=hT?GUkPlBA";i:492;s:13:">J=hT?GUGJlBA";i:493;s:12:"KV>hT?GU5A$A";i:494;s:24:"B^=hT?GU4DlB}M.4Fxs@AABA";i:495;s:13:"KV>hT?GU=UlBA";i:496;s:12:"KV>hT?GU5A$A";i:497;s:12:"KV>hT?GU5A$A";i:498;s:45:"kg=hT?GUZA$A{CSOYMM%GtaS_Q3nE3MAgAsBJHNz0=wWA";i:499;s:13:"hg=hT?GUJQlBA";i:500;s:78:"G^=hT?GU4DlBMM.4Fx}MCA|e=hT?GUZA$A{CSOYM?IBtaS_Q3nE3MAgAsBJHNznEuWnbqI:$vbOAQA";i:501;s:23:"Rj=hT?GUZA$A}CSOYM?IBtA";i:502;s:13:">J=hT?GU[IlBA";i:503;s:13:">J=hT?GU[IlBA";i:504;s:13:">J=hT?GUtElBA";i:505;s:13:">J=hT?GU9ElBA";i:506;s:13:">J=hT?GU=ElBA";i:507;s:13:">J=hT?GUCFlBA";i:508;s:13:">J=hT?GUxIlBA";i:509;s:13:">J=hT?GU[IlBA";i:510;s:13:">J=hT?GUkPlBA";i:511;s:13:">J=hT?GU=ElBA";i:512;s:13:">J=hT?GUCFlBA";i:513;s:17:"KV>hT?IU5A$Au#EtA";i:514;s:13:">J=hT?GUCFlBA";i:515;s:13:"!5=hT?GU!BlBA";i:516;s:13:"c#>hT?GUTClBA";i:517;s:13:"c#>hT?GUCVlBA";i:518;s:24:"j==hT?GU^ClB)M.4FxrjCABA";i:519;s:15:"),=hT?GUO[.oXLA";i:520;s:179:":5=hT?GUuBlB<M.4Fx}MiD6F#zLvSQ[zBA/hlt,ub@uC5FD3LvSQ[zGF6C$AWDSOYM*+sglBiO.4?zrjCAq1eKlB~FkcwYtzG"UE_Q3nE35B$ACDSO}MifFt&aaU;P5F@YzX&N|+DA]QVM:CpN.4?zrjYB!A3(y2/>E"lBqI:$vbaUrP:CA";i:521;s:45:"kg=hT?GUZA$A{CSOYM?IBtaS_Q3nE35B$A}CSOYM?IBtA";i:522;s:24:")a=hT?GUYDlBzL.4Fx~5EABA";i:523;s:26:"Rj>hT?GUnGlBaO.4FxrjYB$AIA";i:524;s:26:"Rj>hT?GUO[BtXLYYVElg*N/AIA";i:525;s:198:"BK=hT?GUGJlBrL.4Fxs@CA|e=hT?GUZA$A{CSOYMtOCtaS_Q3nE3MAgAsBJHNzX0uWUEqI:$vbGARtoBJHNznEuW5FqI:$vbCEi"pBJHNznEuW"SqI/TwbeARt<HvW=JVElg*NxAIAqt,ur@y28FDt&aaUwQ5FnjYBFBy">",uj@y2aLDt&aaUVR5F_czXJI|+BACA";i:526;s:56:"]J=hT?GU[IlBvL.4FxrjAA$T=hT?GUZA$A]CSOYM5qGt8M_Q3nE3MAgA";i:527;s:23:"i==hT?IUO[VxXL#zGFkElBA";i:528;s:24:")a=hT?GUYDlBzL.4Fx~5EABA";i:529;s:141:".5=hT?GUuBlBvL.4FxrjAA$T=hT?GUZA$A]CSOYMtOCt8M_Q3nE3MAi"qBJHNznEuWoIqI:$vbGARtrBJHNznEuW=JqI:$vbGAQA<",uj@y2xWDt&aaU`R5FdZzX&N|+wC5Bi"ITItGAB";i:530;s:111:"*5=hT?GUuBlBvL.4FxrjAA$T=hT?GUZA$A]CSOYM?IBt8M_Q3nE3MAgAzBJHNzRmPtJAvW>hT?IUO[E0XL#zGF0ElBeGkc`Z)!5ASA]QO[(,uWA";i:531;s:31:"`X>hT?IU!BlB%RAAkn_Q3nE30onb5FA";i:532;s:23:"F0>hT?IUO[Y4XL#zGF8ElBA";i:533;s:83:"ng=hT?GUZA$A{CSOYMtOCtaS_Q3nE3MAgAsBJHNzX0uWGOqI:$vbiAS":",ub@&G5F*xLvpb[zHA/hqY5FA";i:534;s:61:"qB>hT?IU!BlB%RAApI_Q3nE3MAi"oBJHNznEuW5FqI:$vbGARtpBJHNznEuWA";i:535;s:24:"S@=hT?GURIlBjL.4Fx~5MABA";i:536;s:17:"mB>hT?IU!BlB%RAAB";i:537;s:31:"`X>hT?IU!BlB%RAAkn_Q3nE30o<c5FA";i:538;s:23:"F0>hT?IUO[Y4XL#zGF8ElBA";i:539;s:36:"j==hT?IU{JlB&!5AbA:>#(k)RofJ:CnjMACA";i:540;s:13:"/o=hT?GU%IlBA";i:541;s:45:"eS=hT?GUZA$A[CSOYMtOCtXL_Q3nE3MAi"pBJHNzX0uWA";i:542;s:13:">J=hT?GU[IlBA";i:543;s:217:"oCB*;",ub@uC5FxtLvSQ[zyA/hit,ub@k$5FLvLvSQ[zAB2W*",ub@k$5FrvLvSQ[zAB2W?",ub@=1[CS"(",ub@JB5FWuLvSQ[zBAG"#(k)No=f:CbXzXJI|+AA7F&(k)No`,4B2W&",uj@&G5F>+AA_Q$(k)Roa.NcvWhNNK9J:CoM.4?zrjYB{A3(y2EtF"GOqI:$vbiARtzBJHNz@5uWA";i:544;s:36:"MV>hT?GUnGlBMM.4Fx}M=S6FKyLvSQ[zJAEA";i:545;s:36:"j==hT?IUVMlB&!7"WA_Q$(k)Ro8C:CnjRACA";i:546;s:23:"?2=hT?IUO[VxXL#zGFkElBA";}', 'no'),
(96648, 'wpmdr_from_', 'a:1:{s:4:"home";s:1:"1";}', 'yes'),
(96649, 'wpmdr_individual_post', '0', 'yes'),
(107530, 'jetpack_sync_full__started', '1528685472', 'no'),
(107531, 'jetpack_sync_full__params', 'a:4:{s:7:"options";b:1;s:9:"functions";b:1;s:9:"constants";b:1;s:5:"users";a:1:{i:0;i:2;}}', 'no'),
(107532, 'jetpack_sync_full_config', 'a:4:{s:9:"constants";b:1;s:9:"functions";b:1;s:7:"options";b:1;s:5:"users";a:1:{i:0;i:2;}}', 'no'),
(82623, 'widget_sg_wordpress_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(8975, 'wpcom_publish_posts_with_markdown', '1', 'yes'),
(9079, 'tto_options', 'a:3:{s:8:"autosort";s:1:"1";s:9:"adminsort";s:1:"1";s:10:"capability";s:15:"install_plugins";}', 'yes'),
(6260, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:23:"sandy@sandybalascak.com";s:7:"version";s:5:"4.9.9";s:9:"timestamp";i:1544672096;}', 'no'),
(141, 'can_compress_scripts', '1', 'no'),
(154, 'theme_mods_twentyfifteen', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1488135913;s:4:"data";a:2:{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";}}}}', 'yes'),
(145, 'current_theme', 'Gridalicious Pro Child', 'yes'),
(146, 'theme_mods_gridalicious-pro', 'a:13:{i:0;b:0;s:11:"custom_logo";i:0;s:12:"logo_version";s:3:"2.8";s:17:"site_icon_version";s:3:"2.8";s:18:"custom_css_post_id";i:103;s:26:"gridalicious_theme_options";a:53:{s:18:"move_title_tagline";b:0;s:23:"featured_content_option";s:8:"disabled";s:28:"featured_grid_content_option";s:8:"disabled";s:28:"enable_featured_header_image";s:11:"entire-site";s:19:"featured_image_size";s:9:"full-size";s:25:"featured_header_image_alt";s:17:"TEDx Langley 2017";s:28:"disable_header_right_sidebar";b:0;s:14:"comment_option";s:18:"disable-completely";s:14:"excerpt_length";s:2:"40";s:22:"primary_search_disable";b:0;s:18:"promotion_headline";s:27:"Workshops and Presentations";s:21:"promotion_subheadline";s:70:"Topics focusing on at-risk youth and creating a culture of acceptance.";s:25:"promotion_headline_button";s:16:"More Information";s:22:"promotion_headline_url";s:54:"http://sandybalascak.com/category/presentation-topics/";s:29:"promotion_headline_link_color";s:7:"#8224e3";s:42:"promotion_headline_button_background_color";s:7:"#4b0082";s:36:"promotion_headline_button_text_color";s:7:"#ffffff";s:48:"promotion_headline_button_hover_background_color";s:7:"#8224e3";s:42:"promotion_headline_button_hover_text_color";s:7:"#ffffff";s:23:"footer_background_color";s:7:"#000000";s:20:"footer_right_content";s:0:"";s:23:"header_background_color";s:7:"#ffffff";s:22:"site_title_hover_color";s:7:"#d5c7e2";s:13:"disable_notes";b:1;s:21:"disable_website_field";b:1;s:10:"link_color";s:7:"#8224e3";s:16:"link_hover_color";s:7:"#d5c7e2";s:19:"content_title_color";s:7:"#4b0082";s:25:"content_title_hover_color";s:7:"#8224e3";s:13:"tagline_color";s:7:"#000000";s:25:"sidebar_widget_link_color";s:7:"#8224e3";s:21:"pagination_link_color";s:7:"#8224e3";s:24:"footer_widget_text_color";s:7:"#000000";s:24:"footer_widget_link_color";s:7:"#8224e3";s:25:"footer_widget_title_color";s:7:"#4b0082";s:17:"footer_link_color";s:7:"#ffffff";s:16:"breadcumb_option";b:1;s:14:"content_layout";s:12:"full-content";s:24:"single_post_image_layout";s:8:"featured";s:21:"featured_content_type";s:25:"featured-category-content";s:32:"featured_content_select_category";a:1:{i:0;s:1:"2";}s:21:"menu_background_color";s:7:"#000000";s:23:"hover_active_text_color";s:7:"#d5c7e2";s:32:"content_wrapper_background_color";s:7:"#ffffff";s:24:"content_background_color";s:7:"#ffffff";s:24:"sidebar_background_color";s:7:"#ffffff";s:27:"pagination_background_color";s:7:"#ffffff";s:29:"promotion_headline_text_color";s:7:"#8224e3";s:25:"scrollup_background_color";s:7:"#ffffff";s:33:"featured_content_background_color";s:7:"#ffffff";s:31:"scrollup_hover_background_color";s:7:"#8224e3";s:19:"scrollup_text_color";s:7:"#ffffff";s:19:"footer_left_content";s:51:"Copyright © 2017 [site-link]. All Rights Reserved.";}s:12:"header_image";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:17;s:3:"url";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:13:"thumbnail_url";s:68:"http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg";s:6:"height";i:511;s:5:"width";i:1191;}s:16:"background_image";s:0:"";s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:16:"header_textcolor";s:6:"8224e3";s:16:"background_color";s:6:"ffffff";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1543196812;s:4:"data";a:15:{s:19:"wp_inactive_widgets";a:2:{i:0;s:8:"search-2";i:1;s:6:"text-2";}s:15:"primary-sidebar";a:3:{i:0;s:19:"blog_subscription-3";i:1;s:16:"twitter-follow-2";i:2;s:6:"text-4";}s:25:"sidebar-optional-homepage";a:0:{}s:24:"sidebar-optional-archive";a:0:{}s:21:"sidebar-optional-page";a:0:{}s:21:"sidebar-optional-post";a:0:{}s:20:"sidebar-optional-one";a:0:{}s:20:"sidebar-optional-two";a:0:{}s:22:"sidebar-optional-three";a:0:{}s:16:"sidebar-notfound";a:0:{}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:8:"footer-4";a:0:{}s:12:"header-right";a:0:{}}}}', 'yes'),
(147, 'theme_switched', '', 'yes'),
(148, 'widget_gridalicious_social_icons', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(149, 'widget_gridalicious_page_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(150, 'widget_gridalicious_post_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(151, 'widget_widget_gridalicious_adspace_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2274, 'video_ht_view7_loadmore_font_color', 'CCCCCC', 'yes'),
(2275, 'video_ht_view7_loading_type', '1', 'yes'),
(2187, 'slider_show_arrows', 'on', 'yes'),
(2188, 'thumb_image_behavior', 'on', 'yes'),
(2189, 'thumb_image_width', '240', 'yes'),
(2190, 'thumb_image_height', '150', 'yes'),
(2191, 'thumb_image_border_width', '1', 'yes'),
(2192, 'thumb_image_border_color', '444444', 'yes'),
(2193, 'thumb_image_border_radius', '5', 'yes'),
(2194, 'thumb_margin_image', '1', 'yes'),
(2195, 'thumb_title_font_size', '16', 'yes'),
(2196, 'thumb_title_font_color', 'FFFFFF', 'yes'),
(2177, 'slider_description_width', '70', 'yes'),
(2178, 'slider_description_height', '50', 'yes'),
(2179, 'slider_description_background_transparency', '70', 'yes'),
(2180, 'slider_description_text_align', 'justify', 'yes'),
(2181, 'slider_title_width', '30', 'yes'),
(2182, 'slider_title_height', '50', 'yes'),
(2183, 'slider_title_background_transparency', '70', 'yes'),
(2184, 'slider_title_text_align', 'right', 'yes'),
(2185, 'slider_title_has_margin', 'off', 'yes'),
(2186, 'slider_description_has_margin', 'off', 'yes'),
(2241, 'ht_view9_general_separator_size', '0', 'yes'),
(2242, 'ht_view9_general_separator_color', '010457', 'yes'),
(2247, 'ht_view9_paginator_icon_size', '18', 'yes'),
(2243, 'view9_general_separator_style', 'dotted', 'yes'),
(2244, 'ht_view9_paginator_fontsize', '22', 'yes'),
(2245, 'ht_view9_paginator_color', '1046B3', 'yes'),
(2246, 'ht_view9_paginator_icon_color', '1046B3', 'yes'),
(180, 'wpmm_settings', 'a:5:{s:7:"general";a:9:{s:6:"status";i:0;s:11:"bypass_bots";i:1;s:11:"meta_robots";i:0;s:11:"redirection";s:0:"";s:7:"exclude";a:3:{i:0;s:4:"feed";i:1;s:8:"wp-login";i:2;s:5:"login";}s:6:"notice";i:0;s:10:"admin_link";i:0;s:12:"backend_role";a:0:{}s:13:"frontend_role";a:0:{}}s:6:"design";a:10:{s:5:"title";s:11:"Maintenance";s:7:"heading";s:11:"Maintenance";s:13:"heading_color";s:0:"";s:4:"text";s:146:"<p>Sorry for the inconvenience.<br />We are performing maintenance but the site should be back up soon.<br />Thank you for your understanding.</p>";s:10:"text_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:9:"bg_custom";s:0:"";s:13:"bg_predefined";s:7:"bg1.jpg";s:10:"custom_css";a:0:{}}s:7:"modules";a:23:{s:16:"countdown_status";i:0;s:15:"countdown_start";s:19:"2017-02-26 19:15:21";s:17:"countdown_details";a:3:{s:4:"days";i:0;s:5:"hours";i:1;s:7:"minutes";i:0;}s:15:"countdown_color";s:0:"";s:16:"subscribe_status";i:0;s:14:"subscribe_text";s:25:"Notify me when it''s ready";s:20:"subscribe_text_color";s:0:"";s:13:"social_status";i:0;s:13:"social_target";i:1;s:13:"social_github";s:0:"";s:15:"social_dribbble";s:0:"";s:14:"social_twitter";s:0:"";s:15:"social_facebook";s:0:"";s:16:"social_pinterest";s:0:"";s:14:"social_google+";s:0:"";s:15:"social_linkedin";s:0:"";s:14:"contact_status";i:0;s:13:"contact_email";s:23:"admin@sandybalascak.com";s:15:"contact_effects";s:20:"move_top|move_bottom";s:9:"ga_status";i:0;s:7:"ga_code";s:0:"";s:10:"custom_css";a:0:{}s:15:"ga_anonymize_ip";i:0;}s:3:"bot";a:6:{s:6:"status";i:0;s:4:"name";s:5:"Admin";s:6:"avatar";s:0:"";s:8:"messages";a:11:{s:2:"01";s:97:"Hey! My name is {bot_name}, I''m the owner of this website and I''d like to be your assistant here.";s:2:"02";s:28:"I have just a few questions.";s:2:"03";s:18:"What is your name?";s:2:"04";s:38:"Nice to meet you here, {visitor_name}!";s:2:"05";s:55:"How you can see, our website will be lauched very soon.";s:2:"06";s:76:"I know, you are very excited to see it, but we need a few days to finish it.";s:2:"07";s:37:"Would you like to be first to see it?";s:4:"08_1";s:81:"Cool! Please leave your email here and I will send you a message when it''s ready.";s:4:"08_2";s:56:"Sad to hear that, {visitor_name} :( See you next time…";s:2:"09";s:40:"Got it! Thank you and see you soon here!";i:10;s:17:"Have a great day!";}s:9:"responses";a:4:{s:2:"01";s:22:"Type your name here…";s:4:"02_1";s:12:"Tell me more";s:4:"02_2";s:6:"Boring";s:2:"03";s:23:"Type your email here…";}s:10:"custom_css";a:0:{}}s:4:"gdpr";a:6:{s:6:"status";i:0;s:17:"policy_page_label";s:14:"Privacy Policy";s:16:"policy_page_link";s:0:"";s:17:"contact_form_tail";s:186:"This form collects your name and email so that we can reach you back. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.";s:19:"subscribe_form_tail";s:193:"This form collects your email so that we can add you to our newsletter list. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.";s:18:"policy_page_target";i:0;}}', 'yes'),
(175, 'recently_activated', 'a:0:{}', 'yes'),
(2078, 'ht_view5_thumbs_width', '75', 'yes'),
(2079, 'ht_view5_thumbs_height', '75', 'yes'),
(2080, 'ht_view5_show_thumbs', 'on', 'yes'),
(2081, 'ht_view5_title_font_size', '16', 'yes'),
(2082, 'ht_view5_title_font_color', '0074a2', 'yes'),
(2083, 'ht_view5_main_image_width', '275', 'yes'),
(2084, 'ht_view5_slider_tabs_font_color', 'd9d99', 'yes'),
(2085, 'ht_view5_slider_tabs_background_color', '555555', 'yes'),
(2086, 'ht_view5_slider_background_color', 'f9f9f9', 'yes'),
(2087, 'ht_view6_title_font_size', '16', 'yes'),
(2088, 'ht_view6_title_font_color', '0074A2', 'yes'),
(2089, 'ht_view6_title_font_hover_color', '2EA2CD', 'yes'),
(2090, 'ht_view6_title_background_color', '000000', 'yes'),
(2091, 'ht_view6_title_background_transparency', '80', 'yes'),
(2092, 'ht_view6_border_radius', '3', 'yes'),
(2093, 'ht_view6_border_width', '0', 'yes'),
(2094, 'ht_view6_border_color', 'eeeeee', 'yes'),
(2095, 'ht_view6_width', '275', 'yes'),
(2096, 'light_box_size', '17', 'yes'),
(2097, 'light_box_width', '500', 'yes'),
(2098, 'light_box_transition', 'elastic', 'yes'),
(2099, 'light_box_speed', '800', 'yes'),
(2100, 'light_box_href', 'False', 'yes'),
(2101, 'light_box_title', 'false', 'yes'),
(2102, 'light_box_scalephotos', 'true', 'yes'),
(181, 'wpmm_version', '2.2.2', 'yes'),
(2109, 'light_box_arrowkey', 'false', 'yes'),
(2073, 'ht_view5_linkbutton_color', 'ffffff', 'yes'),
(2074, 'ht_view5_linkbutton_font_size', '14', 'yes'),
(2075, 'ht_view5_description_color', '555555', 'yes'),
(2076, 'ht_view5_description_font_size', '14', 'yes'),
(2077, 'ht_view5_show_description', 'on', 'yes'),
(2110, 'light_box_loop', 'true', 'yes'),
(2111, 'light_box_data', 'false', 'yes'),
(2112, 'light_box_classname', 'false', 'yes'),
(2113, 'light_box_fadeout', '300', 'yes'),
(2114, 'light_box_closebutton', 'false', 'yes'),
(2115, 'light_box_current', 'image', 'yes'),
(2116, 'light_box_previous', 'previous', 'yes'),
(2117, 'light_box_next', 'next', 'yes'),
(2118, 'light_box_close', 'close', 'yes'),
(2119, 'light_box_iframe', 'false', 'yes'),
(2120, 'light_box_inline', 'false', 'yes'),
(2121, 'light_box_html', 'false', 'yes'),
(2122, 'light_box_photo', 'false', 'yes'),
(2123, 'light_box_height', '500', 'yes'),
(2124, 'light_box_innerwidth', 'false', 'yes'),
(203, 'jetpack_activated', '1', 'yes');
INSERT INTO `2017options` VALUES
(205, 'jetpack_file_data', 'a:2:{s:5:"5.2.1";a:55:{s:32:"31e5b9ae08b62c2b0cd8a7792242298b";a:14:{s:4:"name";s:20:"Spelling and Grammar";s:11:"description";s:39:"Check your spelling, style, and grammar";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:7:"Writing";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:75:"Display images and galleries in a gorgeous, full-screen browsing experience";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:21:"Appearance, Jumpstart";s:25:"additional_search_queries";s:80:"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image";}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:"c6ebb418dde302de09600a6025370583";a:14:{s:4:"name";s:8:"Comments";s:11:"description";s:80:"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment";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:10:"Engagement";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:57:"Insert a customizable 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:18:"Writing, 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:74:"Display different types of content on your site with custom content types.";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:7:"Writing";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:53:"Tweak 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:10:"Appearance";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:10:"Engagement";s:25:"additional_search_queries";s:54:"google, seo, firehose, search, broadcast, broadcasting";}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:"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:21:"Appearance, 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:53:"Automatically load new content when a visitor scrolls";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:10:"Appearance";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:51:"Allow applications to securely access your content.";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:7:"General";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:57:"Use LaTeX markup 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:7:"Writing";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:63:"Give visitors an easy way to show they appreciate 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:10:"Engagement";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:54:"Manage all of your sites from a centralized dashboard.";s:14:"jumpstart_desc";s:151:"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:7:"General";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:50:"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:7:"Writing";s:25:"additional_search_queries";s:12:"md, markdown";}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:"c49a35b6482b0426cb07ad28ecf5d7df";a:14:{s:4:"name";s:12:"Mobile Theme";s:11:"description";s:31:"Enable the Jetpack Mobile theme";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:10:"Appearance";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:61:"Receive immediate notifications if your site goes down, 24/7.";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:8:"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:57:"Receive instant notifications of site comments and likes.";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:7:"General";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:7:"General";s:25:"additional_search_queries";s:6:"search";}s:32:"3f0a11e23118f0788d424b646a6d465f";a:14:{s:4:"name";s:6:"Photon";s:11:"description";s:26:"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:34:"Recommended, Jumpstart, Appearance";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:33:"Publish posts by sending an email";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:7:"Writing";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:41:"Block suspicious-looking sign in activity";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:8:"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:27:"Automated social marketing.";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:10:"Engagement";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:64:"Increase page views by showing related content to your visitors.";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:21:"Engagement, Jumpstart";s:25:"additional_search_queries";s:22:"related, related posts";}s:32:"fe7a38addc9275dcbe6c4ff6c44a9350";a:14:{s:4:"name";s:6:"Search";s:11:"description";s:41:"Enhanced search, powered by Elasticsearch";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";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:6:"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: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:18:"Traffic, Jumpstart";s:25:"additional_search_queries";s:81:"search engine optimization, social preview, meta description, custom title format";}s:32:"8b059cb50a66b717f1ec842e736b858c";a:14:{s:4:"name";s:7:"Sharing";s:11:"description";s:37:"Allow visitors to 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:21:"Engagement, Jumpstart";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:50:"Embed media from popular sites without any coding.";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: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:32:"21496e2897ea5f81605e2f2ac3beb921";a:14:{s:4:"name";s:16:"WP.me Shortlinks";s:11:"description";s:54:"Create short and simple links 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:7:"Writing";s:25:"additional_search_queries";s:17:"shortlinks, wp.me";}s:32:"e2a54a5d7879a4162709e6ffb540dd08";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:"f5c537bc304f55b29c1a87e30be0cd24";a:14:{s:4:"name";s:8:"Sitemaps";s:11:"description";s:50:"Make it easy for search engines to find your site.";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:62:"Allow users to log into this site using WordPress.com accounts";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:19:"Security, Jumpstart";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:44:"Collect valuable 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:10:"Engagement";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:87:"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:21:"Engagement, 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:61:"Display image galleries in a variety of elegant arrangements.";s:14:"jumpstart_desc";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:21:"Appearance, Jumpstart";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:54:"Off-site backups, security scans, and automatic fixes.";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:16:"Security, Health";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:58:"Establish your site''s authenticity with external services.";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:10:"Engagement";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:27:"Fast, ad-free video hosting";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:7:"Writing";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:42:"Control where widgets appear on 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:10:"Appearance";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:54:"Add images, Twitter streams, 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:10:"Appearance";s:25:"additional_search_queries";s:65:"widget, widgets, facebook, gallery, twitter, gravatar, image, rss";}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";}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:3:"4.9";a:53:{s:32:"31e5b9ae08b62c2b0cd8a7792242298b";a:14:{s:4:"name";s:20:"Spelling and Grammar";s:11:"description";s:39:"Check your spelling, style, and grammar";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:7:"Writing";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:75:"Display images and galleries in a gorgeous, full-screen browsing experience";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:21:"Appearance, 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:80:"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment";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:10:"Engagement";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:57:"Insert a customizable 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:18:"Writing, 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:74:"Display different types of content on your site with custom content types.";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:7:"Writing";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:53:"Tweak 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:10:"Appearance";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:10:"Engagement";s:25:"additional_search_queries";s:54:"google, seo, firehose, search, broadcast, broadcasting";}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:"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:21:"Appearance, 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:53:"Automatically load new content when a visitor scrolls";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:10:"Appearance";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:51:"Allow applications to securely access your content.";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:7:"General";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:57:"Use LaTeX markup 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:7:"Writing";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:63:"Give visitors an easy way to show they appreciate 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:10:"Engagement";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:54:"Manage all of your sites from a centralized dashboard.";s:14:"jumpstart_desc";s:151:"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:7:"General";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:50:"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:7:"Writing";s:25:"additional_search_queries";s:12:"md, markdown";}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:"c49a35b6482b0426cb07ad28ecf5d7df";a:14:{s:4:"name";s:12:"Mobile Theme";s:11:"description";s:34:"Optimize your site 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:10:"Appearance";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:61:"Receive immediate notifications if your site goes down, 24/7.";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:8:"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:57:"Receive instant notifications of site comments and likes.";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:7:"General";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:7:"General";s:25:"additional_search_queries";s:6:"search";}s:32:"3f0a11e23118f0788d424b646a6d465f";a:14:{s:4:"name";s:6:"Photon";s:11:"description";s:26:"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:34:"Recommended, Jumpstart, Appearance";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:33:"Publish posts by sending an email";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:7:"Writing";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:41:"Block suspicious-looking sign in activity";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:8:"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:27:"Automated social marketing.";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:10:"Engagement";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:64:"Increase page views by showing related content to your visitors.";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:21:"Engagement, Jumpstart";s:25:"additional_search_queries";s:22:"related, related posts";}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: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:18:"Traffic, Jumpstart";s:25:"additional_search_queries";s:81:"search engine optimization, social preview, meta description, custom title format";}s:32:"8b059cb50a66b717f1ec842e736b858c";a:14:{s:4:"name";s:7:"Sharing";s:11:"description";s:37:"Allow visitors to 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:21:"Engagement, Jumpstart";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:50:"Embed media from popular sites without any coding.";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: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:32:"21496e2897ea5f81605e2f2ac3beb921";a:14:{s:4:"name";s:16:"WP.me Shortlinks";s:11:"description";s:54:"Create short and simple links 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:7:"Writing";s:25:"additional_search_queries";s:17:"shortlinks, wp.me";}s:32:"e2a54a5d7879a4162709e6ffb540dd08";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:"f5c537bc304f55b29c1a87e30be0cd24";a:14:{s:4:"name";s:8:"Sitemaps";s:11:"description";s:50:"Make it easy for search engines to find your site.";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:62:"Allow users to log into this site using WordPress.com accounts";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:19:"Security, Jumpstart";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:44:"Collect valuable 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:10:"Engagement";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:87:"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:21:"Engagement, 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:61:"Display image galleries in a variety of elegant arrangements.";s:14:"jumpstart_desc";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:21:"Appearance, Jumpstart";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:54:"Off-site backups, security scans, and automatic fixes.";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:16:"Security, Health";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:58:"Establish your site''s authenticity with external services.";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:10:"Engagement";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:27:"Fast, ad-free video hosting";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:7:"Writing";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:42:"Control where widgets appear on 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:10:"Appearance";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:54:"Add images, Twitter streams, 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:10:"Appearance";s:25:"additional_search_queries";s:65:"widget, widgets, facebook, gallery, twitter, gravatar, image, rss";}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";}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:"";}}}', 'yes');
INSERT INTO `2017options` VALUES
(206, 'jetpack_available_modules', 'a:1:{s:3:"6.9";a:44:{s:18:"after-the-deadline";s:3:"1.1";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: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:6:"manage";s:3:"3.4";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:3:"pwa";s:5:"5.6.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'),
(207, 'jetpack_options', 'a:12:{s:7:"version";s:14:"6.9:1548012179";s:11:"old_version";s:14:"6.7:1543196571";s:2:"id";i:124643016;s:6:"public";i:1;s:9:"jumpstart";s:19:"jumpstart_dismissed";s:28:"fallback_no_verify_ssl_certs";i:0;s:9:"time_diff";i:0;s:11:"master_user";i:2;s:14:"last_heartbeat";i:1550348988;s:24:"custom_css_4.7_migration";b:1;s:22:"image_widget_migration";b:1;s:24:"gallery_widget_migration";b:1;}', 'yes'),
(2067, 'ht_view5_show_separator_lines', 'on', 'yes'),
(209, 'do_activate', '0', 'yes'),
(214, 'jetpack_log', 'a:3:{i:0;a:4:{s:4:"time";i:1488138984;s:7:"user_id";i:2;s:7:"blog_id";b:0;s:4:"code";s:8:"register";}i:1;a:4:{s:4:"time";i:1488139060;s:7:"user_id";i:2;s:7:"blog_id";i:124643016;s:4:"code";s:8:"register";}i:2;a:5:{s:4:"time";i:1488139085;s:7:"user_id";i:2;s:7:"blog_id";i:124643016;s:4:"code";s:24:"custom_css_4.7_migration";s:4:"data";s:5:"start";}}', 'no'),
(215, 'jetpack_private_options', 'a:4:{s:8:"register";s:78:"mwOtzB2ZMlNLS9kIrvRHs5l5e5W3zIwc:gmlQmYv7jxGY81FfZNW1nW82qQ2h6FhE:1488139660:2";s:10:"blog_token";s:65:"n*BR!Usht0HgEXCnQ(^9bk4tdV*$(l&p.kXXDQIBBHIc@jNyZ67)cEu6H&cd^Q4xA";s:11:"user_tokens";a:1:{i:2;s:67:"MyT%He6ov2VbcXDgjmV2A4GafTyZakHg.Ueir(QhSY!!eJq#73rliUAQ(3DQ4FfTK.2";}s:9:"authorize";s:78:"8iE9JeZmvLOX9vOmEe7CcfgzV8c4fdYc:am7PnwM6EEkTTaQWbigabHa5He5H3KER:1498433998:1";}', 'yes'),
(216, 'wpmdr_css', '/* Remove meta from post */\r\n.entry-meta {\r\ndisplay:none !important;\r\n}\r\n\r\n/* Remove meta from home page */\r\n.home .entry-meta { \r\ndisplay: none; \r\n}\r\n/* WPTheme 2015 Metadata Removal */\r\n.entry-footer {\r\ndisplay:none !important;\r\n}\r\n\r\n/* WPTheme 2015 Metadata Removal */\r\n.home .entry-footer { \r\ndisplay: none; \r\n}', 'yes'),
(217, 'wpmdr_disable_php', '0', 'yes'),
(218, 'wpmdr_disable_css', '0', 'yes'),
(236, 'jetpack_sync_settings_disable', '0', 'yes'),
(241, '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'),
(82688, 'jpsq_full_sync_checkout', '0:0', 'no'),
(243, '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:124643016;s:12:"do_not_track";b:1;s:10:"hide_smile";b:1;s:7:"version";s:1:"9";}', 'yes'),
(2048, 'ht_view2_popup_background_color', 'FFFFFF', 'yes'),
(2049, 'ht_view2_popup_overlay_color', '000000', 'yes'),
(2050, 'ht_view2_popup_overlay_transparency_color', '70', 'yes'),
(2051, 'ht_view2_popup_closebutton_style', 'dark', 'yes'),
(2052, 'ht_view2_show_separator_lines', 'on', 'yes'),
(2053, 'ht_view2_show_popup_title', 'on', 'yes'),
(2054, 'ht_view2_element_title_font_size', '18', 'yes'),
(2055, 'ht_view2_element_title_font_color', '222222', 'yes'),
(2056, 'ht_view2_popup_title_font_size', '18', 'yes'),
(2057, 'ht_view2_popup_title_font_color', '222222', 'yes'),
(2058, 'ht_view2_element_overlay_color', 'FFFFFF', 'yes'),
(2059, 'ht_view2_element_overlay_transparency', '70', 'yes'),
(2060, 'ht_view2_zoombutton_style', 'light', 'yes'),
(2061, 'ht_view2_element_border_width', '1', 'yes'),
(2062, 'ht_view2_element_border_color', 'dedede', 'yes'),
(2063, 'ht_view2_element_background_color', 'f9f9f9', 'yes'),
(2064, 'ht_view2_element_width', '275', 'yes'),
(2065, 'ht_view2_element_height', '160', 'yes'),
(254, 'jetpack_constants_sync_checksum', 'a:19:{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:2155450872;s:14:"WP_CONTENT_DIR";i:1197255769;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:1096059824;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:1509121188;s:15:"WP_MEMORY_LIMIT";i:3065409971;s:19:"WP_MAX_MEMORY_LIMIT";i:1474498405;}', 'yes'),
(2066, 'ht_view5_icons_style', 'dark', 'yes'),
(257, 'jetpack_sync_https_history_main_network_site_url', 'a:5:{i:0;s:4:"http";i:1;s:4:"http";i:2;s:4:"http";i:3;s:4:"http";i:4;s:4:"http";}', 'yes'),
(258, 'jetpack_sync_https_history_site_url', 'a:5:{i:0;s:4:"http";i:1;s:4:"http";i:2;s:4:"http";i:3;s:4:"http";i:4;s:4:"http";}', 'yes'),
(259, 'jetpack_sync_https_history_home_url', 'a:5:{i:0;s:4:"http";i:1;s:4:"http";i:2;s:4:"http";i:3;s:4:"http";i:4;s:4:"http";}', 'yes'),
(9201, 'ccpo_order_manager', 'administrator', 'yes'),
(9202, 'ccpo_category_ordering_2', 'checked', 'yes'),
(2664, 'mgmlp_sort_order', '0', 'yes'),
(2665, 'maxgalleria_media_library_version', '3.2.4', 'yes'),
(2666, 'mgmlp_upload_folder_name', 'uploads', 'yes'),
(2668, 'mgmlp_upload_folder_id', '57', 'yes'),
(2674, 'mgmlp_src_fix', '1', 'yes'),
(2072, 'ht_view5_linkbutton_font_hover_color', 'ffffff', 'yes'),
(2205, 'ht_view8_element_height', '120', 'yes'),
(2206, 'ht_view8_element_maxheight', '155', 'yes'),
(2207, 'ht_view8_element_show_caption', 'true', 'yes'),
(2208, 'ht_view8_element_padding', '0', 'yes'),
(2209, 'ht_view8_element_border_radius', '5', 'yes'),
(2210, 'ht_view8_icons_style', 'dark', 'yes'),
(2211, 'ht_view8_element_title_font_size', '13', 'yes'),
(2212, 'ht_view8_element_title_font_color', '3AD6FC', 'yes'),
(2213, 'ht_view8_popup_background_color', '000000', 'yes'),
(2214, 'ht_view8_popup_overlay_transparency_color', '0', 'yes'),
(2215, 'ht_view8_popup_closebutton_style', 'dark', 'yes'),
(2216, 'ht_view8_element_title_overlay_transparency', '90', 'yes'),
(2217, 'ht_view8_element_size_fix', 'false', 'yes'),
(2255, 'video_ht_view8_paginator_position', 'center', 'yes'),
(2256, 'video_ht_view8_paginator_icon_size', '18', 'yes'),
(2257, 'video_ht_view8_paginator_icon_color', '26A6FC', 'yes'),
(2258, 'video_ht_view8_paginator_color', '26A6FC', 'yes'),
(2259, 'video_ht_view8_paginator_fontsize', '18', 'yes'),
(2260, 'video_ht_view8_loadmore_position', 'center', 'yes'),
(2261, 'video_ht_view8_loadmore_fontsize', '14', 'yes'),
(2262, 'video_ht_view8_button_color', '26A6FC', 'yes'),
(2263, 'video_ht_view8_loadmore_font_color', 'FF1C1C', 'yes'),
(2264, 'video_ht_view8_loading_type', '3', 'yes'),
(2170, 'slider_description_background_color', '000000', 'yes'),
(2171, 'slider_title_transparent', 'on', 'yes'),
(2172, 'slider_description_transparent', 'on', 'yes'),
(2173, 'slider_slider_background_color', 'ffffff', 'yes'),
(2174, 'slider_dots_position', 'top', 'yes'),
(2175, 'slider_active_dot_color', 'ffffff', 'yes'),
(2176, 'slider_dots_color', '000000', 'yes'),
(2265, 'video_ht_view8_loadmore_text', 'View More', 'yes'),
(2266, 'video_ht_view7_paginator_fontsize', '22', 'yes'),
(2267, 'video_ht_view7_paginator_color', '0A0202', 'yes'),
(2268, 'video_ht_view7_paginator_icon_color', '333333', 'yes'),
(2269, 'video_ht_view7_paginator_icon_size', '22', 'yes'),
(2270, 'video_ht_view7_paginator_position', 'center', 'yes'),
(2271, 'video_ht_view7_loadmore_position', 'center', 'yes'),
(2248, 'view9_paginator_position', 'center', 'yes'),
(2249, 'video_view9_loadmore_position', 'center', 'yes'),
(2250, 'video_ht_view9_loadmore_fontsize', '19', 'yes'),
(2251, 'video_ht_view9_button_color', '5CADFF', 'yes'),
(2252, 'video_ht_view9_loadmore_font_color', 'Load More', 'yes'),
(2253, 'loading_type', '2', 'yes'),
(2254, 'video_ht_view9_loadmore_text', 'View More', 'yes'),
(289, 'jetpack_callables_sync_checksum', 'a:31:{s:18:"wp_max_upload_size";i:3259225623;s:15:"is_main_network";i:734881840;s:13:"is_multi_site";i:734881840;s:17:"main_network_site";i:1334079823;s:8:"site_url";i:3923823960;s:8:"home_url";i:3923823960;s:16:"single_user_site";i:734881840;s:7:"updates";i:4000440694;s:28:"has_file_system_write_access";i:4261170317;s:21:"is_version_controlled";i:734881840;s:10:"taxonomies";i:3135931810;s:10:"post_types";i:1687202285;s:18:"post_type_features";i:2257811468;s:10:"shortcodes";i:3316098115;s:27:"rest_api_allowed_post_types";i:696315151;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:1077949322;s:11:"get_plugins";i:2784590294;s:24:"get_plugins_action_links";i:2536162054;s:14:"active_modules";i:333107702;s:16:"hosting_provider";i:769900095;s:6:"locale";i:1724232643;s:13:"site_icon_url";i:734881840;s:5:"roles";i:2074191413;s:8:"timezone";i:905745714;s:24:"available_jetpack_blocks";i:223132457;}', 'yes'),
(290, 'jpsq_sync_checkout', '0:0', 'no'),
(291, 'jetpack_next_sync_time_sync', '1549800164', 'yes'),
(292, 'jetpack_next_sync_time_full-sync-enqueue', '1550424396', 'yes'),
(294, 'jetpack_unique_connection', 'a:3:{s:9:"connected";i:1;s:12:"disconnected";i:0;s:7:"version";s:5:"3.6.1";}', 'yes'),
(295, 'jetpack_active_modules', 'a:24:{i:0;s:18:"after-the-deadline";i:1;s:12:"contact-form";i:2;s:20:"custom-content-types";i:3;s:10:"custom-css";i:4;s:21:"enhanced-distribution";i:5;s:19:"gravatar-hovercards";i:6;s:8:"json-api";i:7;s:5:"latex";i:8;s:6:"manage";i:9;s:5:"notes";i:11;s:13:"post-by-email";i:12;s:7:"protect";i:13;s:9:"publicize";i:14;s:10:"sharedaddy";i:15;s:10:"shortcodes";i:16;s:10:"shortlinks";i:17;s:8:"sitemaps";i:18;s:5:"stats";i:19;s:13:"subscriptions";i:21;s:18:"verification-tools";i:22;s:17:"widget-visibility";i:23;s:7:"widgets";i:24;s:6:"photon";i:25;s:13:"tiled-gallery";}', 'yes'),
(298, 'jetpack_protect_blocked_attempts', '6208', 'no'),
(297, 'jetpack_protect_key', '0d82acbbb17ac82be11d0d7ff51e72a7815d067e', 'no'),
(341, 'jetpack_active_plan', 'a:8:{s:10:"product_id";i:2002;s:12:"product_slug";s:12:"jetpack_free";s:18:"product_name_short";s:4:"Free";s:10:"free_trial";b:0;s:7:"expired";b:0;s:13:"user_is_owner";b:0;s:7:"is_free";b:1;s:8:"features";a:2:{s:6:"active";a:2:{i:0;s:7:"akismet";i:1;s:7:"support";}s:9:"available";a:10:{s:7:"akismet";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:18:"vaultpress-backups";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:25:"vaultpress-backup-archive";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:24:"vaultpress-storage-space";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:29:"vaultpress-automated-restores";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:15:"simple-payments";a:4:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:23:"jetpack_premium_monthly";i:3;s:24:"jetpack_business_monthly";}s:7:"support";a:6:{i:0;s:15:"jetpack_premium";i:1;s:16:"jetpack_business";i:2;s:16:"jetpack_personal";i:3;s:23:"jetpack_premium_monthly";i:4;s:24:"jetpack_business_monthly";i:5;s:24:"jetpack_personal_monthly";}s:14:"premium-themes";a:2:{i:0;s:16:"jetpack_business";i:1;s:24:"jetpack_business_monthly";}s:28:"vaultpress-security-scanning";a:2:{i:0;s:16:"jetpack_business";i:1;s:24:"jetpack_business_monthly";}s:9:"polldaddy";a:2:{i:0;s:16:"jetpack_business";i:1;s:24:"jetpack_business_monthly";}}}}', 'yes'),
(301, 'jetpack_sync_settings_sync_via_cron', '1', 'yes'),
(302, 'jetpack_sync_settings_max_queue_size', '1000', 'yes'),
(303, 'jetpack_sync_settings_max_queue_lag', '900', 'yes'),
(304, 'widget_blog_subscription', 'a:2:{i:3;a:6:{s:5:"title";s:28:"Upcoming Events Subscription";s:14:"subscribe_text";s:95:"Subscribe to receive notifications when upcoming events are added.  You can cancel at any time.";s:21:"subscribe_placeholder";s:13:"Email Address";s:16:"subscribe_button";s:9:"Subscribe";s:15:"success_message";s:136:"Success! An email was just sent to confirm your subscription. Please find the email now and click ''Confirm Follow'' to start subscribing.";s:22:"show_subscribers_total";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(305, 'widget_authors', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(306, 'widget_facebook-likebox', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(307, 'widget_wpcom-goodreads', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(308, 'widget_google_translate_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(309, 'widget_googleplus-badge', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(310, 'widget_grofile', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(312, 'widget_milestone_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(313, 'widget_jetpack_my_community', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(314, 'widget_rss_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(315, 'widget_wpcom_social_media_icons_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(316, 'widget_twitter_timeline', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(317, 'widget_upcoming_events_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(318, 'widget_jetpack_display_posts_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(320, 'jetpack_portfolio', '0', 'yes'),
(2235, 'view9_image_position', '2', 'yes'),
(2236, 'ht_view9_title_back_color', '000000', 'yes'),
(2237, 'ht_view9_title_opacity', '70', 'yes'),
(322, 'jetpack_sync_settings_dequeue_max_bytes', '500000', 'yes'),
(323, 'jetpack_sync_settings_upload_max_bytes', '600000', 'yes'),
(324, 'jetpack_sync_settings_upload_max_rows', '500', 'yes'),
(325, 'jetpack_sync_settings_sync_wait_time', '10', 'yes'),
(326, 'jetpack_sync_settings_sync_wait_threshold', '5', 'yes'),
(327, 'jetpack_sync_settings_enqueue_wait_time', '10', 'yes'),
(328, 'jetpack_sync_settings_queue_max_writes_sec', '100', 'yes'),
(329, 'jetpack_sync_settings_post_types_blacklist', 'a:17:{i:0;s:11:"ai1ec_event";i:1;s:9:"bwg_album";i:2;s:11:"bwg_gallery";i:3;s:19:"customize_changeset";i:4;s:12:"dn_wp_yt_log";i:5;s:4:"http";i:6;s:8:"idx_page";i:7;s:17:"jetpack_migration";i:8;s:17:"postman_sent_mail";i:9;s:10:"rssap-feed";i:10;s:15:"rssmi_feed_item";i:11;s:20:"secupress_log_action";i:12;s:17:"sg_optimizer_jobs";i:13;s:6:"snitch";i:14;s:17:"wpephpcompat_jobs";i:15;s:15:"wprss_feed_item";i:16;s:12:"wp_automatic";}', 'yes'),
(330, 'jetpack_sync_settings_render_filtered_content', '0', 'yes'),
(331, 'jetpack_sync_settings_post_meta_whitelist', 'a:48:{i:0;s:24:"_feedback_akismet_values";i:1;s:15:"_feedback_email";i:2;s:22:"_feedback_extra_fields";i:3;s:21:"_g_feedback_shortcode";i:4;s:23:"_jetpack_post_thumbnail";i:5;s:18:"_menu_item_classes";i:6;s:27:"_menu_item_menu_item_parent";i:7;s:17:"_menu_item_object";i:8;s:20:"_menu_item_object_id";i:9;s:19:"_menu_item_orphaned";i:10;s:15:"_menu_item_type";i:11;s:14:"_menu_item_xfn";i:12;s:24:"_publicize_facebook_user";i:13;s:23:"_publicize_twitter_user";i:14;s:13:"_thumbnail_id";i:15;s:17:"_wp_attached_file";i:16;s:27:"_wp_attachment_backup_sizes";i:17;s:22:"_wp_attachment_context";i:18;s:24:"_wp_attachment_image_alt";i:19;s:35:"_wp_attachment_is_custom_background";i:20;s:31:"_wp_attachment_is_custom_header";i:21;s:23:"_wp_attachment_metadata";i:22;s:17:"_wp_page_template";i:23;s:30:"_wp_trash_meta_comments_status";i:24;s:10:"_wpas_mess";i:25;s:13:"content_width";i:26;s:14:"custom_css_add";i:27;s:23:"custom_css_preprocessor";i:28;s:9:"enclosure";i:29;s:9:"imagedata";i:30;s:10:"nova_price";i:31;s:17:"publicize_results";i:32;s:16:"sharing_disabled";i:33;s:18:"switch_like_status";i:34;s:15:"videopress_guid";i:35;s:18:"vimeo_poster_image";i:36;s:24:"advanced_seo_description";i:37;s:14:"spay_paypal_id";i:38;s:11:"spay_status";i:39;s:15:"spay_product_id";i:40;s:13:"spay_quantity";i:41;s:10:"spay_price";i:42;s:19:"spay_customer_email";i:43;s:13:"spay_currency";i:44;s:8:"spay_cta";i:45;s:10:"spay_email";i:46;s:13:"spay_multiple";i:47;s:20:"spay_formatted_price";}', 'yes'),
(332, 'jetpack_sync_settings_comment_meta_whitelist', 'a:4:{i:0;s:9:"hc_avatar";i:1;s:10:"hc_post_as";i:2;s:15:"hc_wpcom_id_sig";i:3;s:18:"hc_foreign_user_id";}', 'yes'),
(333, 'jetpack_sync_settings_max_enqueue_full_sync', '100', 'yes'),
(334, 'jetpack_sync_settings_max_queue_size_full_sync', '1000', 'yes'),
(335, 'jetpack_sync_settings_cron_sync_time_limit', '30', 'yes'),
(336, 'sharedaddy_disable_resources', '0', 'yes'),
(337, 'jetpack_testimonial', '0', 'yes'),
(2238, 'ht_view9_desc_opacity', '100', 'yes'),
(2239, 'ht_view9_desc_back_color', 'FFFFFF', 'yes'),
(2240, 'ht_view9_general_space', '0', 'yes'),
(2233, 'view9_title_textalign', 'left', 'yes'),
(2234, 'view9_desc_textalign', 'justify', 'yes'),
(2197, 'thumb_title_background_color', 'CCCCCC', 'yes'),
(2198, 'thumb_title_background_transparency', '80', 'yes'),
(2199, 'thumb_box_padding', '28', 'yes'),
(2200, 'thumb_box_background', '333333', 'yes'),
(2201, 'thumb_box_use_shadow', 'on', 'yes'),
(2202, 'thumb_box_has_background', 'on', 'yes'),
(2203, 'thumb_view_text', 'View Picture', 'yes'),
(2204, 'ht_view8_element_cssAnimation', 'false', 'yes'),
(2218, 'ht_view8_element_title_background_color', 'FF1C1C', 'yes'),
(2219, 'ht_view8_element_justify', 'true', 'yes'),
(2220, 'ht_view8_element_randomize', 'false', 'yes'),
(2221, 'ht_view8_element_animation_speed', '2000', 'yes'),
(2222, 'ht_view2_content_in_center', 'off', 'yes'),
(2223, 'ht_view6_content_in_center', 'off', 'yes'),
(2224, 'ht_view2_popup_full_width', 'on', 'yes'),
(2225, 'ht_view9_title_fontsize', '18', 'yes'),
(2226, 'ht_view9_title_color', 'FFFFFF', 'yes'),
(2227, 'ht_view9_desc_color', '000000', 'yes'),
(2228, 'ht_view9_desc_fontsize', '14', 'yes'),
(2229, 'ht_view9_element_title_show', 'true', 'yes'),
(2230, 'ht_view9_element_desc_show', 'true', 'yes'),
(2231, 'ht_view9_general_width', '100', 'yes'),
(2232, 'view9_general_position', 'center', 'yes'),
(348, 'trusted_ip_header', 'O:8:"stdClass":3:{s:14:"trusted_header";s:11:"REMOTE_ADDR";s:8:"segments";i:1;s:7:"reverse";b:0;}', 'no'),
(349, 'gravatar_disable_hovercards', 'disabled', 'yes'),
(353, 'stats_cache', 'a:2:{s:32:"e188b4d01458d309053032098813df5c";a:1:{i:1548013007;a:1:{i:0;a:4:{s:7:"post_id";s:1:"0";s:10:"post_title";s:9:"Home page";s:14:"post_permalink";s:25:"http://sandybalascak.com/";s:5:"views";s:1:"4";}}}s:32:"4ffa13e08c5736cd91a57dd72cc1165a";a:1:{i:1548013007;a:0:{}}}', 'yes'),
(356, 'post_by_email_address2', 'NULL', 'yes'),
(357, 'monitor_receive_notifications', '1', 'yes'),
(361, 'jetpack_restapi_stats_cache', 'a:1:{s:32:"0f0a2237448c6504cf1cac0b85d7af21";a:1:{i:1543201270;O:8:"stdClass":3:{s:4:"date";s:10:"2018-11-26";s:5:"stats";O:8:"stdClass":19:{s:14:"visitors_today";i:2;s:18:"visitors_yesterday";i:0;s:8:"visitors";i:407;s:11:"views_today";i:19;s:15:"views_yesterday";i:0;s:14:"views_best_day";s:10:"2017-03-11";s:20:"views_best_day_total";i:54;s:5:"views";i:927;s:8:"comments";i:0;s:5:"posts";i:13;s:14:"followers_blog";i:2;s:18:"followers_comments";i:0;s:18:"comments_per_month";i:0;s:31:"comments_most_active_recent_day";s:0:"";s:25:"comments_most_active_time";s:3:"N/A";s:13:"comments_spam";i:0;s:10:"categories";i:6;s:4:"tags";i:0;s:6:"shares";i:0;}s:6:"visits";O:8:"stdClass":3:{s:4:"unit";s:3:"day";s:6:"fields";a:3:{i:0;s:6:"period";i:1;s:5:"views";i:2;s:8:"visitors";}s:4:"data";a:30:{i:0;a:3:{i:0;s:10:"2018-10-27";i:1;i:0;i:2;i:0;}i:1;a:3:{i:0;s:10:"2018-10-28";i:1;i:0;i:2;i:0;}i:2;a:3:{i:0;s:10:"2018-10-29";i:1;i:0;i:2;i:0;}i:3;a:3:{i:0;s:10:"2018-10-30";i:1;i:0;i:2;i:0;}i:4;a:3:{i:0;s:10:"2018-10-31";i:1;i:0;i:2;i:0;}i:5;a:3:{i:0;s:10:"2018-11-01";i:1;i:1;i:2;i:1;}i:6;a:3:{i:0;s:10:"2018-11-02";i:1;i:0;i:2;i:0;}i:7;a:3:{i:0;s:10:"2018-11-03";i:1;i:0;i:2;i:0;}i:8;a:3:{i:0;s:10:"2018-11-04";i:1;i:0;i:2;i:0;}i:9;a:3:{i:0;s:10:"2018-11-05";i:1;i:2;i:2;i:1;}i:10;a:3:{i:0;s:10:"2018-11-06";i:1;i:1;i:2;i:1;}i:11;a:3:{i:0;s:10:"2018-11-07";i:1;i:0;i:2;i:0;}i:12;a:3:{i:0;s:10:"2018-11-08";i:1;i:0;i:2;i:0;}i:13;a:3:{i:0;s:10:"2018-11-09";i:1;i:2;i:2;i:1;}i:14;a:3:{i:0;s:10:"2018-11-10";i:1;i:0;i:2;i:0;}i:15;a:3:{i:0;s:10:"2018-11-11";i:1;i:1;i:2;i:1;}i:16;a:3:{i:0;s:10:"2018-11-12";i:1;i:3;i:2;i:1;}i:17;a:3:{i:0;s:10:"2018-11-13";i:1;i:0;i:2;i:0;}i:18;a:3:{i:0;s:10:"2018-11-14";i:1;i:0;i:2;i:0;}i:19;a:3:{i:0;s:10:"2018-11-15";i:1;i:0;i:2;i:0;}i:20;a:3:{i:0;s:10:"2018-11-16";i:1;i:0;i:2;i:0;}i:21;a:3:{i:0;s:10:"2018-11-17";i:1;i:0;i:2;i:0;}i:22;a:3:{i:0;s:10:"2018-11-18";i:1;i:0;i:2;i:0;}i:23;a:3:{i:0;s:10:"2018-11-19";i:1;i:0;i:2;i:0;}i:24;a:3:{i:0;s:10:"2018-11-20";i:1;i:0;i:2;i:0;}i:25;a:3:{i:0;s:10:"2018-11-21";i:1;i:0;i:2;i:0;}i:26;a:3:{i:0;s:10:"2018-11-22";i:1;i:0;i:2;i:0;}i:27;a:3:{i:0;s:10:"2018-11-23";i:1;i:0;i:2;i:0;}i:28;a:3:{i:0;s:10:"2018-11-24";i:1;i:0;i:2;i:0;}i:29;a:3:{i:0;s:10:"2018-11-25";i:1;i:19;i:2;i:2;}}}}}}', 'no'),
(2105, 'light_box_opacity', '20', 'yes'),
(2106, 'light_box_open', 'false', 'yes'),
(2107, 'light_box_overlayclose', 'true', 'yes'),
(2108, 'light_box_esckey', 'false', 'yes'),
(2068, 'ht_view5_linkbutton_text', 'View More', 'yes'),
(172626, '_transient_timeout_jetpack_idc_allowed', '1550427304', 'no'),
(172627, '_transient_jetpack_idc_allowed', '1', 'no'),
(2103, 'light_box_rel', 'false', 'yes'),
(2104, 'light_box_scrolling', 'false', 'yes'),
(147993, 'category_children', 'a:0:{}', 'yes'),
(404, 'verification_services_codes', '0', 'yes'),
(2272, 'video_ht_view7_loadmore_fontsize', '19', 'yes'),
(2273, 'video_ht_view7_button_color', '333333', 'yes'),
(406, 'open_graph_protocol_site_type', '', 'yes'),
(407, 'facebook_admins', 'a:0:{}', 'yes'),
(408, 'jetpack-twitter-cards-site-tag', '', 'yes'),
(2029, 'ht_view2_element_linkbutton_text', 'View More', 'yes'),
(2030, 'ht_view2_element_show_linkbutton', 'on', 'yes'),
(2031, 'ht_view2_element_linkbutton_color', 'ffffff', 'yes'),
(2032, 'ht_view2_element_linkbutton_font_size', '14', 'yes'),
(2033, 'ht_view2_element_linkbutton_background_color', '2ea2cd', 'yes'),
(2034, 'ht_view2_show_popup_linkbutton', 'on', 'yes'),
(2035, 'ht_view2_popup_linkbutton_text', 'View More', 'yes'),
(2036, 'ht_view2_popup_linkbutton_background_hover_color', '0074a2', 'yes'),
(2037, 'ht_view2_popup_linkbutton_background_color', '2ea2cd', 'yes'),
(2038, 'ht_view2_popup_linkbutton_font_hover_color', 'ffffff', 'yes'),
(2039, 'ht_view2_popup_linkbutton_color', 'ffffff', 'yes'),
(2040, 'ht_view2_popup_linkbutton_font_size', '14', 'yes'),
(2041, 'ht_view2_description_color', '222222', 'yes'),
(2042, 'ht_view2_description_font_size', '14', 'yes'),
(2043, 'ht_view2_show_description', 'on', 'yes'),
(2044, 'ht_view2_thumbs_width', '75', 'yes'),
(2045, 'ht_view2_thumbs_height', '75', 'yes'),
(2046, 'ht_view2_thumbs_position', 'before', 'yes'),
(2047, 'ht_view2_show_thumbs', 'on', 'yes'),
(2125, 'light_box_innerheight', 'false', 'yes'),
(2126, 'light_box_initialwidth', '300', 'yes'),
(2127, 'light_box_initialheight', '100', 'yes'),
(2128, 'light_box_maxwidth', '900', 'yes'),
(2129, 'light_box_maxheight', '700', 'yes'),
(2130, 'light_box_slideshow', 'false', 'yes'),
(2131, 'light_box_slideshowspeed', '2500', 'yes'),
(2132, 'light_box_slideshowauto', 'true', 'yes'),
(2133, 'light_box_slideshowstart', 'start slideshow', 'yes'),
(2134, 'light_box_slideshowstop', 'stop slideshow', 'yes'),
(2135, 'light_box_fixed', 'true', 'yes'),
(2136, 'light_box_top', 'false', 'yes'),
(2137, 'light_box_bottom', 'false', 'yes'),
(2138, 'light_box_left', 'false', 'yes'),
(2139, 'light_box_right', 'false', 'yes'),
(2140, 'light_box_reposition', 'false', 'yes'),
(2141, 'light_box_retinaimage', 'true', 'yes'),
(2142, 'light_box_retinaurl', 'false', 'yes'),
(2143, 'light_box_retinasuffix', '@2x.$1', 'yes'),
(2144, 'light_box_returnfocus', 'true', 'yes'),
(2145, 'light_box_trapfocus', 'true', 'yes'),
(2146, 'light_box_fastiframe', 'true', 'yes'),
(2147, 'light_box_preloading', 'true', 'yes'),
(2148, 'lightbox_open_position', '5', 'yes'),
(2149, 'light_box_style', '1', 'yes'),
(2150, 'light_box_size_fix', 'false', 'yes'),
(2151, 'slider_crop_image', 'crop', 'yes'),
(2152, 'slider_title_color', '000000', 'yes'),
(2153, 'slider_title_font_size', '13', 'yes'),
(2154, 'slider_description_color', 'ffffff', 'yes'),
(2155, 'slider_description_font_size', '12', 'yes'),
(2156, 'slider_title_position', 'right-top', 'yes'),
(2157, 'slider_description_position', 'right-bottom', 'yes'),
(2158, 'slider_title_border_size', '0', 'yes'),
(2159, 'slider_title_border_color', 'ffffff', 'yes'),
(2160, 'slider_title_border_radius', '4', 'yes'),
(2161, 'slider_description_border_size', '0', 'yes'),
(2162, 'slider_description_border_color', 'ffffff', 'yes'),
(2163, 'slider_description_border_radius', '0', 'yes'),
(2164, 'slider_slideshow_border_size', '0', 'yes'),
(2165, 'slider_slideshow_border_color', 'ffffff', 'yes'),
(2166, 'slider_slideshow_border_radius', '0', 'yes'),
(2167, 'slider_navigation_type', '1', 'yes'),
(2168, 'slider_navigation_position', 'bottom', 'yes'),
(2169, 'slider_title_background_color', 'ffffff', 'yes'),
(421, 'jetpack_updates_sync_checksum', 'a:3:{s:13:"update_themes";i:479366871;s:11:"update_core";i:2784021020;s:14:"update_plugins";i:3018543165;}', 'yes'),
(423, 'widget_blog-stats', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(426, 'widget_widget_contact_info', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(427, 'widget_top-posts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2309, 'image_natural_size_thumbnail', 'resize', 'yes'),
(2310, 'image_natural_size_contentpopup', 'resize', 'yes'),
(2311, 'ht_popup_rating_count', 'on', 'yes'),
(2312, 'ht_popup_likedislike_bg', '7993A3', 'yes'),
(2313, 'ht_contentsl_rating_count', 'on', 'yes'),
(2314, 'ht_popup_likedislike_bg_trans', '0', 'yes'),
(2315, 'ht_popup_likedislike_thumb_color', '2EC7E6', 'yes'),
(2316, 'ht_popup_likedislike_thumb_active_color', '2883C9', 'yes'),
(2317, 'ht_popup_likedislike_font_color', '454545', 'yes'),
(2318, 'ht_popup_active_font_color', '000000', 'yes'),
(2319, 'ht_contentsl_likedislike_bg', '7993A3', 'yes'),
(2320, 'ht_contentsl_likedislike_bg_trans', '0', 'yes'),
(2321, 'ht_contentsl_likedislike_thumb_color', '2EC7E6', 'yes'),
(2322, 'ht_contentsl_likedislike_thumb_active_color', '2883C9', 'yes'),
(2323, 'ht_contentsl_likedislike_font_color', '454545', 'yes'),
(2324, 'ht_contentsl_active_font_color', '1C1C1C', 'yes'),
(2325, 'ht_lightbox_rating_count', 'on', 'yes'),
(2326, 'ht_lightbox_likedislike_bg', 'FFFFFF', 'yes'),
(2327, 'ht_lightbox_likedislike_bg_trans', '20', 'yes'),
(2328, 'ht_lightbox_likedislike_thumb_color', '7A7A7A', 'yes'),
(2329, 'ht_lightbox_likedislike_thumb_active_color', 'E83D09', 'yes'),
(2330, 'ht_lightbox_likedislike_font_color', 'FFFFFF', 'yes'),
(2276, 'video_ht_view7_loadmore_text', 'View More', 'yes'),
(2277, 'video_ht_view4_paginator_fontsize', '19', 'yes'),
(2278, 'video_ht_view4_paginator_color', 'FF2C2C', 'yes'),
(2279, 'video_ht_view4_paginator_icon_color', 'B82020', 'yes'),
(2280, 'video_ht_view4_paginator_icon_size', '21', 'yes'),
(2281, 'video_ht_view4_paginator_position', 'center', 'yes'),
(2282, 'video_ht_view4_loadmore_position', 'center', 'yes'),
(2283, 'video_ht_view4_loadmore_fontsize', '16', 'yes'),
(2284, 'video_ht_view4_button_color', '5CADFF', 'yes'),
(2285, 'video_ht_view4_loadmore_font_color', 'FF0D0D', 'yes'),
(2286, 'video_ht_view4_loading_type', '3', 'yes'),
(2287, 'video_ht_view4_loadmore_text', 'View More', 'yes'),
(2288, 'video_ht_view1_paginator_fontsize', '22', 'yes'),
(2289, 'video_ht_view1_paginator_color', '222222', 'yes'),
(2290, 'video_ht_view1_paginator_icon_color', 'FF2C2C', 'yes'),
(2291, 'video_ht_view1_paginator_icon_size', '22', 'yes'),
(2292, 'video_ht_view1_paginator_position', 'left', 'yes'),
(2293, 'video_ht_view1_loadmore_position', 'center', 'yes'),
(2294, 'video_ht_view1_loadmore_fontsize', '22', 'yes'),
(2295, 'video_ht_view1_button_color', 'FF2C2C', 'yes'),
(2296, 'video_ht_view1_loadmore_font_color', 'FFFFFF', 'yes'),
(2297, 'video_ht_view1_loading_type', '2', 'yes'),
(2298, 'video_ht_view1_loadmore_text', 'Load More', 'yes'),
(2299, 'video_ht_view9_loadmore_font_color_hover', 'D9D9D9', 'yes'),
(2300, 'video_ht_view9_button_color_hover', '8F827C', 'yes'),
(2301, 'video_ht_view8_loadmore_font_color_hover', 'FF4242', 'yes'),
(2302, 'video_ht_view8_button_color_hover', '0FEFFF', 'yes'),
(2303, 'video_ht_view7_loadmore_font_color_hover', 'D9D9D9', 'yes'),
(2304, 'video_ht_view7_button_color_hover', '8F827C', 'yes'),
(2305, 'video_ht_view4_loadmore_font_color_hover', 'FF4040', 'yes'),
(2306, 'video_ht_view4_button_color_hover', '99C5FF', 'yes'),
(2307, 'video_ht_view1_loadmore_font_color_hover', 'F2F2F2', 'yes'),
(2308, 'video_ht_view1_button_color_hover', '991A1A', 'yes'),
(2331, 'ht_lightbox_active_font_color', 'FFFFFF', 'yes'),
(2332, 'ht_slider_rating_count', 'on', 'yes'),
(2333, 'ht_slider_likedislike_bg', 'FFFFFF', 'yes'),
(2334, 'ht_slider_likedislike_bg_trans', '70', 'yes'),
(2335, 'ht_slider_likedislike_thumb_color', '000000', 'yes'),
(2336, 'ht_slider_likedislike_thumb_active_color', 'FF3D3D', 'yes'),
(2337, 'ht_slider_likedislike_font_color', '3D3D3D', 'yes'),
(2338, 'ht_slider_active_font_color', '1C1C1C', 'yes'),
(2339, 'ht_thumb_rating_count', 'on', 'yes'),
(2340, 'ht_thumb_likedislike_bg', '63150C', 'yes'),
(2341, 'ht_thumb_likedislike_bg_trans', '0', 'yes'),
(2342, 'ht_thumb_likedislike_thumb_color', 'F7F7F7', 'yes'),
(2343, 'ht_thumb_likedislike_thumb_active_color', 'E65010', 'yes'),
(2344, 'ht_thumb_likedislike_font_color', 'E6E6E6', 'yes'),
(2345, 'ht_thumb_active_font_color', 'FFFFFF', 'yes'),
(2346, 'ht_just_rating_count', 'off', 'yes'),
(2347, 'ht_just_likedislike_bg', 'FFFFFF', 'yes'),
(2348, 'ht_just_likedislike_bg_trans', '0', 'yes'),
(2349, 'ht_just_likedislike_thumb_color', 'FFFFFF', 'yes'),
(2350, 'ht_just_likedislike_thumb_active_color', '0ECC5A', 'yes'),
(2351, 'ht_just_likedislike_font_color', '030303', 'yes'),
(2352, 'ht_just_active_font_color', 'EDEDED', 'yes'),
(2353, 'ht_blog_rating_count', 'on', 'yes'),
(2354, 'ht_blog_likedislike_bg', '0B0B63', 'yes'),
(2355, 'ht_blog_likedislike_bg_trans', '0', 'yes'),
(2356, 'ht_blog_likedislike_thumb_color', '8F827C', 'yes'),
(2357, 'ht_blog_likedislike_thumb_active_color', '5CADFF', 'yes'),
(2358, 'ht_blog_likedislike_font_color', '4D4B49', 'yes'),
(2359, 'ht_blog_active_font_color', '020300', 'yes'),
(2360, 'ht_popup_heart_likedislike_thumb_color', '84E0E3', 'yes'),
(2361, 'ht_popup_heart_likedislike_thumb_active_color', '46B4E3', 'yes'),
(2362, 'ht_contentsl_heart_likedislike_thumb_color', '84E0E3', 'yes'),
(2363, 'ht_contentsl_heart_likedislike_thumb_active_color', '46B4E3', 'yes'),
(2364, 'ht_lightbox_heart_likedislike_thumb_color', 'B50000', 'yes'),
(2365, 'ht_lightbox_heart_likedislike_thumb_active_color', 'EB1221', 'yes'),
(2366, 'ht_slider_heart_likedislike_thumb_color', '8F8F8F', 'yes'),
(2367, 'ht_slider_heart_likedislike_thumb_active_color', 'FF2A12', 'yes'),
(2368, 'ht_thumb_heart_likedislike_thumb_color', 'FF0000', 'yes'),
(2369, 'ht_thumb_heart_likedislike_thumb_active_color', 'C21313', 'yes'),
(2370, 'ht_just_heart_likedislike_thumb_color', 'E0E0E0', 'yes'),
(2371, 'ht_just_heart_likedislike_thumb_active_color', 'F23D3D', 'yes'),
(2372, 'ht_blog_heart_likedislike_thumb_color', 'D63E48', 'yes'),
(2373, 'ht_blog_heart_likedislike_thumb_active_color', 'E00000', 'yes'),
(2374, 'photo_gallery_wp_admin_image_hover_preview', 'on', 'yes'),
(2377, 'widget_photo_gallery_wp_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2678, 'mgmlp_postmeta_updated', 'on', 'yes'),
(2494, 'widget_twitter-follow', 'a:2:{i:2;a:4:{s:5:"title";s:23:"Follow Sandy on Twitter";s:4:"size";s:5:"large";s:11:"screen_name";s:13:"SandyBalascak";s:10:"show_count";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(2495, 'widget_periscope-on-air', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2496, 'widget_twitter-timeline-profile', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2497, 'widget_twitter-timeline-list', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2498, 'widget_twitter-timeline-search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2499, 'widget_twitter-collection', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2500, 'widget_twitter-tracking', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2069, 'ht_view5_show_linkbutton', 'on', 'yes'),
(2070, 'ht_view5_linkbutton_background_hover_color', '0074a2', 'yes'),
(2071, 'ht_view5_linkbutton_background_color', '2ea2cd', 'yes'),
(931, 'nav_menu_options', 'a:1:{s:8:"auto_add";a:0:{}}', 'yes'),
(3826, 'WPLANG', 'en_CA', 'yes'),
(3860, 'stb_enabled', '', 'yes'),
(3862, 'stc_enabled', '', 'yes'),
(14029, 'jetpack-sitemap-state', 'a:5:{s:12:"sitemap-type";s:10:"jp_sitemap";s:10:"last-added";i:0;s:6:"number";i:0;s:13:"last-modified";s:19:"1970-01-01 00:00:00";s:3:"max";a:0:{}}', 'yes'),
(14022, 'jetpack_sitemap_location', '', 'yes'),
(4291, 'widget_akismet_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(4286, 'pagenavi_options', 'a:15:{s:10:"pages_text";s:36:"Page %CURRENT_PAGE% of %TOTAL_PAGES%";s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"&laquo; First";s:9:"last_text";s:12:"Last &raquo;";s:9:"prev_text";s:7:"&laquo;";s:9:"next_text";s:7:"&raquo;";s:12:"dotleft_text";s:3:"…";s:13:"dotright_text";s:3:"…";s:9:"num_pages";i:5;s:23:"num_larger_page_numbers";i:3;s:28:"larger_page_numbers_multiple";i:10;s:11:"always_show";b:0;s:16:"use_pagenavi_css";b:1;s:5:"style";i:1;}', 'yes'),
(9056, 'cpto_options', 'a:6:{s:23:"show_reorder_interfaces";a:3:{s:4:"post";s:4:"show";s:10:"attachment";s:4:"show";s:8:"feedback";s:4:"show";}s:8:"autosort";i:1;s:9:"adminsort";i:1;s:17:"archive_drag_drop";i:1;s:10:"capability";s:13:"switch_themes";s:21:"navigation_sort_apply";i:1;}', 'yes'),
(9057, 'CPT_configured', 'TRUE', 'yes'),
(4024, 'feedback_unread_count', '2', 'yes'),
(10360, 'zurlpreview_css', '#at_zurlpreview img {\n				width: 100%;\n				max-width:100%;\n 			}', 'yes'),
(10361, 'zurlpreview_linktxt', 'Source:', 'yes'),
(10362, 'zurlpreview_linkmode', 'target-blank', 'yes'),
(10363, 'zurlpreview_buttonrow', '1', 'yes'),
(10364, 'zurlpreview_parsemode', 'd', 'yes'),
(10365, 'zurlpreview_noheadtag', 'No', 'yes'),
(14017, 'widget_widget_mailchimp_subscriber_popup', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(14016, 'jetpack_sitemap_post_types', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'),
(25914, 'ccpo_category_ordering_3', 'checked', 'yes'),
(50307, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(50308, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(50309, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(50310, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(172450, '_transient_timeout_jpp_li_892551b25e45d1f360048516b9eb30a3', '1550371346', 'no'),
(172451, '_transient_jpp_li_892551b25e45d1f360048516b9eb30a3', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (103.116.45.50)";s:17:"seconds_remaining";i:3351;s:16:"blocked_attempts";s:4:"6193";s:6:"expire";i:1550371346;}', 'no'),
(172452, '_transient_timeout_jpp_li_0bb33af630d91810e7d82c2a253f2666', '1550371374', 'no'),
(172391, '_transient_jpp_li_b332886dbdb05dc465f6b7e5d88090f1', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (218.145.71.215)";s:17:"seconds_remaining";i:3345;s:16:"blocked_attempts";s:4:"6178";s:6:"expire";i:1550355928;}', 'no'),
(165191, 'external_theme_updates-gridalicious-pro', 'O:8:"stdClass":3:{s:9:"lastCheck";i:1550390537;s:14:"checkedVersion";s:3:"3.6";s:6:"update";N;}', 'yes'),
(165192, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1550390538;s:7:"checked";a:3:{s:22:"gridalicious-pro-child";s:14:"3.4.1523929452";s:16:"gridalicious-pro";s:3:"3.6";s:12:"gridalicious";s:3:"1.9";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(172535, '_site_transient_timeout_theme_roots', '1550392337', 'no'),
(172536, '_site_transient_theme_roots', 'a:4:{s:22:"gridalicious-pro-child";s:7:"/themes";s:16:"gridalicious-pro";s:7:"/themes";s:12:"gridalicious";s:7:"/themes";s:5:"sandy";s:7:"/themes";}', 'no');
INSERT INTO `2017options` VALUES
(172537, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1550390538;s:7:"checked";a:20:{s:46:"add-category-to-pages/add-category-to-page.php";s:3:"1.1";s:19:"akismet/akismet.php";s:3:"4.1";s:17:"backup/backup.php";s:6:"1.1.80";s:29:"catch-web-tools/functions.php";s:5:"2.1.1";s:53:"child-theme-configurator/child-theme-configurator.php";s:5:"2.4.1";s:33:"classic-editor/classic-editor.php";s:3:"1.3";s:57:"custom-post-order-category/wp-customcategorypostorder.php";s:5:"1.5.8";s:33:"embed-any-document/awsm-embed.php";s:5:"2.4.1";s:43:"gallery-and-caption/gallery-and-caption.php";s:5:"2.1.2";s:19:"jetpack/jetpack.php";s:3:"6.9";s:23:"loginizer/loginizer.php";s:5:"1.4.1";s:48:"media-library-plus/maxgalleria-media-library.php";s:5:"4.3.4";s:32:"media-library-plus/mlp-reset.php";s:5:"4.3.4";s:31:"posts-in-page/posts_in_page.php";s:5:"1.3.1";s:41:"post-type-switcher/post-type-switcher.php";s:5:"3.1.0";s:19:"twitter/twitter.php";s:5:"2.0.3";s:27:"wp-pagenavi/wp-pagenavi.php";s:4:"2.93";s:43:"wp-maintenance-mode/wp-maintenance-mode.php";s:5:"2.2.2";s:53:"wp-meta-and-date-remover/wp-meta-and-date-remover.php";s:5:"1.7.3";s:23:"z-url-preview/index.php";s:5:"2.0.0";}s:8:"response";a:7:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{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.1";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.1.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:6:"tested";s:3:"5.1";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:29:"catch-web-tools/functions.php";O:8:"stdClass":12:{s:2:"id";s:29:"w.org/plugins/catch-web-tools";s:4:"slug";s:15:"catch-web-tools";s:6:"plugin";s:29:"catch-web-tools/functions.php";s:11:"new_version";s:5:"2.1.2";s:3:"url";s:46:"https://wordpress.org/plugins/catch-web-tools/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/catch-web-tools.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/catch-web-tools/assets/icon-256x256.png?rev=1059104";s:2:"1x";s:68:"https://ps.w.org/catch-web-tools/assets/icon-128x128.png?rev=1059104";}s:7:"banners";a:1:{s:2:"1x";s:69:"https://ps.w.org/catch-web-tools/assets/banner-772x250.png?rev=797094";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.0.3";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:53:"child-theme-configurator/child-theme-configurator.php";O:8:"stdClass":12:{s:2:"id";s:38:"w.org/plugins/child-theme-configurator";s:4:"slug";s:24:"child-theme-configurator";s:6:"plugin";s:53:"child-theme-configurator/child-theme-configurator.php";s:11:"new_version";s:5:"2.4.2";s:3:"url";s:55:"https://wordpress.org/plugins/child-theme-configurator/";s:7:"package";s:73:"https://downloads.wordpress.org/plugin/child-theme-configurator.2.4.2.zip";s:5:"icons";a:1:{s:2:"1x";s:77:"https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885";}s:7:"banners";a:1:{s:2:"1x";s:79:"https://ps.w.org/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.0.3";s:12:"requires_php";s:6:"5.6.36";s:13:"compatibility";O:8:"stdClass":0:{}}s:33:"classic-editor/classic-editor.php";O:8:"stdClass":12:{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.4";s:3:"url";s:45:"https://wordpress.org/plugins/classic-editor/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/classic-editor.1.4.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:6:"tested";s:5:"5.0.3";s:12:"requires_php";s:5:"5.2.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.0.1";s:3:"url";s:38:"https://wordpress.org/plugins/jetpack/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/jetpack.7.0.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:5:"5.0.3";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:48:"media-library-plus/maxgalleria-media-library.php";O:8:"stdClass":12:{s:2:"id";s:32:"w.org/plugins/media-library-plus";s:4:"slug";s:18:"media-library-plus";s:6:"plugin";s:48:"media-library-plus/maxgalleria-media-library.php";s:11:"new_version";s:5:"4.3.7";s:3:"url";s:49:"https://wordpress.org/plugins/media-library-plus/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/media-library-plus.4.3.7.zip";s:5:"icons";a:1:{s:2:"1x";s:71:"https://ps.w.org/media-library-plus/assets/icon-128x128.jpg?rev=1814048";}s:7:"banners";a:1:{s:2:"1x";s:73:"https://ps.w.org/media-library-plus/assets/banner-772x250.png?rev=1814048";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:3:"5.1";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:32:"media-library-plus/mlp-reset.php";O:8:"stdClass":12:{s:2:"id";s:32:"w.org/plugins/media-library-plus";s:4:"slug";s:18:"media-library-plus";s:6:"plugin";s:32:"media-library-plus/mlp-reset.php";s:11:"new_version";s:5:"4.3.7";s:3:"url";s:49:"https://wordpress.org/plugins/media-library-plus/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/media-library-plus.4.3.7.zip";s:5:"icons";a:1:{s:2:"1x";s:71:"https://ps.w.org/media-library-plus/assets/icon-128x128.jpg?rev=1814048";}s:7:"banners";a:1:{s:2:"1x";s:73:"https://ps.w.org/media-library-plus/assets/banner-772x250.png?rev=1814048";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:3:"5.1";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:12:{s:46:"add-category-to-pages/add-category-to-page.php";O:8:"stdClass":9:{s:2:"id";s:35:"w.org/plugins/add-category-to-pages";s:4:"slug";s:21:"add-category-to-pages";s:6:"plugin";s:46:"add-category-to-pages/add-category-to-page.php";s:11:"new_version";s:3:"1.1";s:3:"url";s:52:"https://wordpress.org/plugins/add-category-to-pages/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/add-category-to-pages.1.1.zip";s:5:"icons";a:1:{s:7:"default";s:65:"https://s.w.org/plugins/geopattern-icon/add-category-to-pages.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:17:"backup/backup.php";O:8:"stdClass":9:{s:2:"id";s:20:"w.org/plugins/backup";s:4:"slug";s:6:"backup";s:6:"plugin";s:17:"backup/backup.php";s:11:"new_version";s:6:"1.1.80";s:3:"url";s:37:"https://wordpress.org/plugins/backup/";s:7:"package";s:49:"https://downloads.wordpress.org/plugin/backup.zip";s:5:"icons";a:1:{s:2:"1x";s:59:"https://ps.w.org/backup/assets/icon-128x128.png?rev=1691337";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/backup/assets/banner-772x250.jpg?rev=1691337";}s:11:"banners_rtl";a:0:{}}s:57:"custom-post-order-category/wp-customcategorypostorder.php";O:8:"stdClass":9:{s:2:"id";s:40:"w.org/plugins/custom-post-order-category";s:4:"slug";s:26:"custom-post-order-category";s:6:"plugin";s:57:"custom-post-order-category/wp-customcategorypostorder.php";s:11:"new_version";s:5:"1.5.8";s:3:"url";s:57:"https://wordpress.org/plugins/custom-post-order-category/";s:7:"package";s:69:"https://downloads.wordpress.org/plugin/custom-post-order-category.zip";s:5:"icons";a:1:{s:7:"default";s:77:"https://s.w.org/plugins/geopattern-icon/custom-post-order-category_f1f1f1.svg";}s:7:"banners";a:1:{s:2:"1x";s:80:"https://ps.w.org/custom-post-order-category/assets/banner-772x250.png?rev=861430";}s:11:"banners_rtl";a:0:{}}s:33:"embed-any-document/awsm-embed.php";O:8:"stdClass":9:{s:2:"id";s:32:"w.org/plugins/embed-any-document";s:4:"slug";s:18:"embed-any-document";s:6:"plugin";s:33:"embed-any-document/awsm-embed.php";s:11:"new_version";s:5:"2.4.1";s:3:"url";s:49:"https://wordpress.org/plugins/embed-any-document/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/embed-any-document.zip";s:5:"icons";a:2:{s:2:"2x";s:71:"https://ps.w.org/embed-any-document/assets/icon-256x256.png?rev=1933856";s:2:"1x";s:71:"https://ps.w.org/embed-any-document/assets/icon-128x128.png?rev=1933856";}s:7:"banners";a:2:{s:2:"2x";s:74:"https://ps.w.org/embed-any-document/assets/banner-1544x500.png?rev=1933856";s:2:"1x";s:73:"https://ps.w.org/embed-any-document/assets/banner-772x250.png?rev=1933856";}s:11:"banners_rtl";a:0:{}}s:23:"loginizer/loginizer.php";O:8:"stdClass":9:{s:2:"id";s:23:"w.org/plugins/loginizer";s:4:"slug";s:9:"loginizer";s:6:"plugin";s:23:"loginizer/loginizer.php";s:11:"new_version";s:5:"1.4.1";s:3:"url";s:40:"https://wordpress.org/plugins/loginizer/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/loginizer.1.4.1.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093";s:2:"1x";s:62:"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954";s:2:"1x";s:64:"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954";}s:11:"banners_rtl";a:0:{}}s:31:"posts-in-page/posts_in_page.php";O:8:"stdClass":9:{s:2:"id";s:27:"w.org/plugins/posts-in-page";s:4:"slug";s:13:"posts-in-page";s:6:"plugin";s:31:"posts-in-page/posts_in_page.php";s:11:"new_version";s:5:"1.3.1";s:3:"url";s:44:"https://wordpress.org/plugins/posts-in-page/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/posts-in-page.zip";s:5:"icons";a:2:{s:2:"2x";s:66:"https://ps.w.org/posts-in-page/assets/icon-256x256.png?rev=1596190";s:2:"1x";s:66:"https://ps.w.org/posts-in-page/assets/icon-128x128.png?rev=1596190";}s:7:"banners";a:1:{s:2:"1x";s:68:"https://ps.w.org/posts-in-page/assets/banner-772x250.png?rev=1596190";}s:11:"banners_rtl";a:0:{}}s:41:"post-type-switcher/post-type-switcher.php";O:8:"stdClass":9:{s:2:"id";s:32:"w.org/plugins/post-type-switcher";s:4:"slug";s:18:"post-type-switcher";s:6:"plugin";s:41:"post-type-switcher/post-type-switcher.php";s:11:"new_version";s:5:"3.1.0";s:3:"url";s:49:"https://wordpress.org/plugins/post-type-switcher/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/post-type-switcher.3.1.0.zip";s:5:"icons";a:2:{s:2:"2x";s:71:"https://ps.w.org/post-type-switcher/assets/icon-256x256.jpg?rev=1823578";s:2:"1x";s:71:"https://ps.w.org/post-type-switcher/assets/icon-128x128.jpg?rev=1823578";}s:7:"banners";a:2:{s:2:"2x";s:74:"https://ps.w.org/post-type-switcher/assets/banner-1544x500.jpg?rev=1823571";s:2:"1x";s:73:"https://ps.w.org/post-type-switcher/assets/banner-772x250.jpg?rev=1823571";}s:11:"banners_rtl";a:0:{}}s:19:"twitter/twitter.php";O:8:"stdClass":9:{s:2:"id";s:21:"w.org/plugins/twitter";s:4:"slug";s:7:"twitter";s:6:"plugin";s:19:"twitter/twitter.php";s:11:"new_version";s:5:"2.0.3";s:3:"url";s:38:"https://wordpress.org/plugins/twitter/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/twitter.2.0.3.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/twitter/assets/icon-256x256.png?rev=1590182";s:2:"1x";s:60:"https://ps.w.org/twitter/assets/icon-128x128.png?rev=1590182";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/twitter/assets/banner-1544x500.png?rev=1590182";s:2:"1x";s:62:"https://ps.w.org/twitter/assets/banner-772x250.png?rev=1590182";}s:11:"banners_rtl";a:0:{}}s:27:"wp-pagenavi/wp-pagenavi.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/wp-pagenavi";s:4:"slug";s:11:"wp-pagenavi";s:6:"plugin";s:27:"wp-pagenavi/wp-pagenavi.php";s:11:"new_version";s:4:"2.93";s:3:"url";s:42:"https://wordpress.org/plugins/wp-pagenavi/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/wp-pagenavi.2.93.zip";s:5:"icons";a:2:{s:2:"1x";s:55:"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997";s:3:"svg";s:55:"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-pagenavi/assets/banner-1544x500.jpg?rev=1206758";s:2:"1x";s:66:"https://ps.w.org/wp-pagenavi/assets/banner-772x250.jpg?rev=1206758";}s:11:"banners_rtl";a:0:{}}s:43:"wp-maintenance-mode/wp-maintenance-mode.php";O:8:"stdClass":9:{s:2:"id";s:33:"w.org/plugins/wp-maintenance-mode";s:4:"slug";s:19:"wp-maintenance-mode";s:6:"plugin";s:43:"wp-maintenance-mode/wp-maintenance-mode.php";s:11:"new_version";s:5:"2.2.2";s:3:"url";s:50:"https://wordpress.org/plugins/wp-maintenance-mode/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.2.zip";s:5:"icons";a:2:{s:2:"2x";s:72:"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218";s:2:"1x";s:72:"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218";}s:7:"banners";a:1:{s:2:"1x";s:74:"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485";}s:11:"banners_rtl";a:0:{}}s:53:"wp-meta-and-date-remover/wp-meta-and-date-remover.php";O:8:"stdClass":9:{s:2:"id";s:38:"w.org/plugins/wp-meta-and-date-remover";s:4:"slug";s:24:"wp-meta-and-date-remover";s:6:"plugin";s:53:"wp-meta-and-date-remover/wp-meta-and-date-remover.php";s:11:"new_version";s:5:"1.7.3";s:3:"url";s:55:"https://wordpress.org/plugins/wp-meta-and-date-remover/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/wp-meta-and-date-remover.zip";s:5:"icons";a:1:{s:7:"default";s:68:"https://s.w.org/plugins/geopattern-icon/wp-meta-and-date-remover.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:23:"z-url-preview/index.php";O:8:"stdClass":9:{s:2:"id";s:27:"w.org/plugins/z-url-preview";s:4:"slug";s:13:"z-url-preview";s:6:"plugin";s:23:"z-url-preview/index.php";s:11:"new_version";s:5:"2.0.0";s:3:"url";s:44:"https://wordpress.org/plugins/z-url-preview/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/z-url-preview.zip";s:5:"icons";a:1:{s:7:"default";s:57:"https://s.w.org/plugins/geopattern-icon/z-url-preview.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(172532, '_transient_timeout_jetpack_sync_last_checked_queue_state_sync', '1550390837', 'no'),
(172533, '_transient_jetpack_sync_last_checked_queue_state_sync', 'a:2:{i:0;i:0;i:1;i:0;}', 'no'),
(172631, '_transient_timeout_jetpack_sync_constants_await', '1550427307', 'no'),
(172565, '_transient_timeout_gridalicious_custom_css', '1550491087', 'no'),
(172566, '_transient_gridalicious_custom_css', '<!-- Sandy Balascak inline CSS Styles -->\n<style type="text/css" media="screen">\n.site-title a, .site-description { color: #8224e3; }\na { color: #8224e3; }\na:hover, a:focus, a:active { color: #d5c7e2; }\n#masthead { background-color: #ffffff; }\n.site-title a:hover { color: #d5c7e2; }\n.site-description { color: #000000; }\n.page-title, #main .entry-title, #main .entry-title a { color: #4b0082; }\n#main .entry-title a:hover { color: #8224e3; }\n.sidebar-primary .widget-wrap a { color: #404040; }\n#nav-below a, #nav-below .wp-pagenavi a, #nav-below .wp-pagenavi span, .site-main #infinite-handle span button { color: #8224e3; }\n#site-generator, .nav-footer { background-color: #000000; color: #aaaaaa; }\n#site-generator a { color: #ffffff; }\n#supplementary .widget-wrap .widget-title, #supplementary .widget-wrap .widget-title a { color: #4b0082; }\n#supplementary .widget-wrap { color: #000000; }\n#supplementary .widget-wrap a { color: #8224e3; }\n#promotion-message .wrapper { background-color: #ffffff; color: #8224e3;  }\n#promotion-message a { color: #8224e3; }\n#promotion-message .right a { background-color: #4b0082; color: #ffffff; }\n#promotion-message .right a:hover { background-color: #8224e3; color: #ffffff; }\n#scrollup { background-color: #ffffff; color: #ffffff; }\n#scrollup:hover { background-color: #8224e3; color: #ffffff; }\n#featured-content .wrapper { background-color: #ffffff; }\n.nav-primary { background-color: #000000; }\n.nav-primary ul.menu a { color: #ffffff; }\n.nav-primary ul.menu li:hover > a, .nav-primary ul.menu a:focus, .nav-primary ul.menu .current-menu-item > a, .nav-primary ul.menu .current-menu-ancestor > a, .nav-primary ul.menu .current_page_item > a, .nav-primary ul.menu .current_page_ancestor > a { background-color: #444444; color: #d5c7e2; }\n.nav-primary ul.menu .sub-menu a, .nav-primary ul.menu .children a { background-color: #444444; color: #ffffff; }\n</style>\n', 'no'),
(172567, '_transient_timeout_gridalicious_footer_content', '1550491088', 'no'),
(172568, '_transient_gridalicious_footer_content', '\n	    	<div id="site-generator" class="one">\n	    		<div class="wrapper"><div id="footer-left-content" class="copyright">Copyright © 2017 <a href="https://sandybalascak.com/">Sandy Balascak</a>. All Rights Reserved.</div>\n				</div><!-- .wrapper -->\n			</div><!-- #site-generator -->', 'no'),
(172569, '_transient_timeout_gridalicious_scrollup', '1550491088', 'no'),
(172570, '_transient_gridalicious_scrollup', '<a href="#masthead" id="scrollup" class="genericon"><span class="screen-reader-text">Scroll Up</span></a>', 'no'),
(172306, '_transient_timeout_jetpack_news_sitemap_xml', '1550385144', 'no'),
(172307, '_transient_jetpack_news_sitemap_xml', '<?xml version="1.0" encoding="UTF-8"?>\n<!--generator=''jetpack-6.9''-->\n<?xml-stylesheet type="text/xsl" href="//sandybalascak.com/news-sitemap.xsl"?>\n<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"/>\n', 'no'),
(172573, '_transient_timeout_gridalicious_promotion_headline', '1550491970', 'no'),
(172574, '_transient_gridalicious_promotion_headline', '\n				<div id="promotion-message">\n					<div class="wrapper">\n						<div class="section left"><h2>Workshops and Presentations</h2><p>Topics focusing on at-risk youth and creating a culture of acceptance.</p>\n						</div><!-- .section.left -->\n							<div class="section right">\n								<a href="http://sandybalascak.com/category/presentation-topics/" target="_blank">More Information\n								</a>\n							</div><!-- .section.right -->\n					</div><!-- .wrapper -->\n				</div><!-- #promotion-message -->', 'no'),
(172448, '_transient_timeout_jpp_li_d79443d518972d5b1d5eace83bf8cc44', '1550368283', 'no'),
(172449, '_transient_jpp_li_d79443d518972d5b1d5eace83bf8cc44', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (213.136.92.123)";s:17:"seconds_remaining";i:608;s:16:"blocked_attempts";s:4:"6192";s:6:"expire";i:1550368283;}', 'no'),
(172438, '_transient_timeout_jpp_li_4589461f69c170a2840f49e212914ca2', '1550366282', 'no'),
(172439, '_transient_jpp_li_4589461f69c170a2840f49e212914ca2', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (185.51.203.70)";s:17:"seconds_remaining";i:663;s:16:"blocked_attempts";s:4:"6188";s:6:"expire";i:1550366282;}', 'no'),
(172436, '_transient_timeout_jpp_li_9d193b60abece733581122dc0cd179c4', '1550364590', 'no'),
(172437, '_transient_jpp_li_9d193b60abece733581122dc0cd179c4', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (182.253.107.62)";s:17:"seconds_remaining";i:738;s:16:"blocked_attempts";s:4:"6187";s:6:"expire";i:1550364590;}', 'no'),
(172446, '_transient_timeout_jpp_li_977d76baa31a82d4129078ab26c19c9f', '1550369342', 'no'),
(172447, '_transient_jpp_li_977d76baa31a82d4129078ab26c19c9f', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (165.227.73.144)";s:17:"seconds_remaining";i:2025;s:16:"blocked_attempts";s:4:"6191";s:6:"expire";i:1550369342;}', 'no'),
(172429, '_transient_timeout_jpp_li_3d2016eb8e0f127ab7c5ee5caeeaf927', '1550363345', 'no'),
(172430, '_transient_jpp_li_3d2016eb8e0f127ab7c5ee5caeeaf927', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (35.164.73.219)";s:17:"seconds_remaining";i:490;s:16:"blocked_attempts";s:4:"6186";s:6:"expire";i:1550363345;}', 'no'),
(172440, '_transient_timeout_jpp_li_373f373149a9c8d29298ab93b4544d9b', '1550368301', 'no'),
(172441, '_transient_jpp_li_373f373149a9c8d29298ab93b4544d9b', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (144.217.71.236)";s:17:"seconds_remaining";i:2388;s:16:"blocked_attempts";s:4:"6189";s:6:"expire";i:1550368301;}', 'no'),
(172442, '_transient_timeout_jpp_li_b2494d7c2ec5da27b07ff4a87bed03f7', '1550369599', 'no'),
(172443, '_transient_jpp_li_b2494d7c2ec5da27b07ff4a87bed03f7', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (103.92.26.221)";s:17:"seconds_remaining";i:3338;s:16:"blocked_attempts";s:4:"6190";s:6:"expire";i:1550369599;}', 'no'),
(172356, '_transient_timeout_jetpack_https_test', '1550435388', 'no'),
(172357, '_transient_jetpack_https_test', '1', 'no'),
(171820, '_transient_timeout_jetpack_https_test_message', '1550435388', 'no'),
(171821, '_transient_jetpack_https_test_message', '', 'no'),
(149252, '_transient_timeout_gridalicious_social_icons', '1550511326', 'no'),
(149253, '_transient_gridalicious_social_icons', '', 'no'),
(172416, '_transient_jpp_li_73b1038f278c8904c05b17ac61423758', 'a:5:{s:6:"status";s:7:"blocked";s:3:"msg";s:42:"This IP is currently blocked (77.68.64.25)";s:17:"seconds_remaining";i:2125;s:16:"blocked_attempts";s:4:"6182";s:6:"expire";i:1550360775;}', 'no'),
(172413, '_transient_timeout_jpp_li_d6103c5f4c1e8a4bf58bc9244a0d17eb', '1550360387', 'no'),
(172414, '_transient_jpp_li_d6103c5f4c1e8a4bf58bc9244a0d17eb', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (138.68.21.195)";s:17:"seconds_remaining";i:2546;s:16:"blocked_attempts";s:4:"6181";s:6:"expire";i:1550360387;}', 'no'),
(172366, '_transient_timeout_jpp_li_b03e1c047ffe27b7653c99f980c62afe', '1550352719', 'no'),
(172367, '_transient_jpp_li_b03e1c047ffe27b7653c99f980c62afe', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:45:"This IP is currently blocked (142.93.210.154)";s:17:"seconds_remaining";i:2678;s:16:"blocked_attempts";s:4:"6172";s:6:"expire";i:1550352719;}', 'no'),
(172368, '_transient_timeout_jpp_li_b9b2f366466bbab57141d77d04defab3', '1550351803', 'no'),
(172369, '_transient_jpp_li_b9b2f366466bbab57141d77d04defab3', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (5.101.156.189)";s:17:"seconds_remaining";i:1502;s:16:"blocked_attempts";s:4:"6173";s:6:"expire";i:1550351803;}', 'no'),
(172378, '_transient_timeout_jpp_li_54feab96cc3e428de73ffb73e0172179', '1550354262', 'no'),
(172379, '_transient_jpp_li_54feab96cc3e428de73ffb73e0172179', 'a:5:{s:6:"status";s:2:"ok";s:3:"msg";s:53:"No current blocks on this IP address (195.138.78.255)";s:17:"seconds_remaining";i:3600;s:16:"blocked_attempts";s:4:"6175";s:6:"expire";i:1550354262;}', 'no'),
(172372, '_transient_timeout_jpp_li_0d0f31d4e7da895994445d3192fc2df3', '1550352638', 'no'),
(172373, '_transient_jpp_li_0d0f31d4e7da895994445d3192fc2df3', 'a:5:{s:6:"status";s:7:"blocked";s:3:"msg";s:46:"This IP is currently blocked (195.210.144.166)";s:17:"seconds_remaining";i:1977;s:16:"blocked_attempts";s:4:"6174";s:6:"expire";i:1550352638;}', 'no'),
(172406, '_transient_jpp_li_d83602e7afeb296cb7d91a4cf2495df0', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (87.236.20.244)";s:17:"seconds_remaining";i:2340;s:16:"blocked_attempts";s:4:"6180";s:6:"expire";i:1550358953;}', 'no'),
(172415, '_transient_timeout_jpp_li_73b1038f278c8904c05b17ac61423758', '1550360775', 'no'),
(172398, '_transient_jpp_li_b900a18ac71cfa56afca0547b9b788db', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:43:"This IP is currently blocked (87.236.20.22)";s:17:"seconds_remaining";i:3075;s:16:"blocked_attempts";s:4:"6179";s:6:"expire";i:1550358042;}', 'no'),
(172405, '_transient_timeout_jpp_li_d83602e7afeb296cb7d91a4cf2495df0', '1550358953', 'no'),
(170756, '_transient_timeout_catchwebtools_custom_css', '1550467088', 'no'),
(170757, '_transient_catchwebtools_custom_css', '<style type="text/css" rel="cwt">\n/* CWT Social Icons Custom CSS */\n.catchwebtools-social .genericon::before { font-size : 32px }\n.catchwebtools-social .genericon { \nwidth : 32px; height : 32px;\n}\n\n</style>', 'no'),
(172629, '_transient_wpcom_social_media_icons_widget::is_active', '0', 'no'),
(172397, '_transient_timeout_jpp_li_b900a18ac71cfa56afca0547b9b788db', '1550358042', 'no'),
(172382, '_transient_timeout_jpp_li_e26c5ef774554cf89995a80b940fdafe', '1550351504', 'no'),
(172383, '_transient_jpp_li_e26c5ef774554cf89995a80b940fdafe', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (69.162.92.170)";s:17:"seconds_remaining";i:56;s:16:"blocked_attempts";s:4:"6175";s:6:"expire";i:1550351504;}', 'no'),
(172632, '_transient_jetpack_sync_constants_await', '1550423707.07', 'no'),
(172618, '_transient_is_multi_author', '0', 'yes'),
(172619, '_transient_timeout_gridalicious_featured_image', '1550508100', 'no'),
(172620, '_transient_gridalicious_featured_image', '<div id="header-featured-image">\n					<div class="wrapper"><img class="wp-post-image" alt="TEDx Langley 2017" src="http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg" /></div><!-- .wrapper -->\n				</div><!-- #header-featured-image -->', 'no'),
(82834, 'db_upgraded', '', 'yes'),
(107555, 'jetpack_sync_full__send_started', '1528685476', 'no'),
(147077, 'catchwebtools_webmaster', 'a:1:{s:6:"status";s:1:"1";}', 'yes'),
(147082, 'catchwebtools_catch_updater', 'a:1:{s:6:"status";s:1:"1";}', 'yes'),
(96222, 'jetpack_last_connect_url_check', '1543201251', 'no'),
(96223, 'jetpack_secrets', 'a:1:{s:19:"jetpack_authorize_2";a:3:{s:8:"secret_1";s:32:"J7hn06Zcxcf4gwEFU14EYeee3fD1NdfZ";s:8:"secret_2";s:32:"RRfPiLKB3kZR8ubi4INqz2iEHk0nCSgH";s:3:"exp";i:1543208451;}}', 'no'),
(95729, 'chld_thm_cfg_options_configvars', 'a:38:{s:8:"addl_css";a:2:{i:0;s:18:"css/responsive.css";i:1;s:29:"css/jquery.sidr.light.min.css";}s:8:"forcedep";N;s:8:"cssunreg";N;s:9:"csswphead";N;s:10:"cssnotheme";N;s:7:"reorder";N;s:10:"parnt_deps";N;s:10:"child_deps";a:3:{i:0;s:18:"gridalicious-style";i:1;s:23:"gridalicious-responsive";i:2;s:11:"jquery-sidr";}s:9:"hasstyles";i:1;s:11:"parntloaded";N;s:11:"childloaded";N;s:11:"ignoreparnt";N;s:9:"qpriority";i:10;s:7:"enqueue";s:7:"enqueue";s:8:"handling";s:8:"separate";s:9:"templates";a:29:{i:0;s:10:"footer.php";i:1;s:13:"functions.php";i:2;s:11:"archive.php";i:3;s:23:"posts_loop_template.php";i:4;s:18:"content-single.php";i:5;s:21:"single-maxgallery.php";i:6;s:12:"comments.php";i:7;s:18:"sidebar-footer.php";i:8;s:10:"header.php";i:9;s:16:"content-none.php";i:10;s:9:"index.php";i:11;s:11:"sidebar.php";i:12;s:14:"searchform.php";i:13;s:10:"search.php";i:14;s:16:"content-page.php";i:15;s:8:"page.php";i:16;s:14:"no-results.php";i:17;s:7:"404.php";i:18;s:11:"content.php";i:19;s:10:"single.php";i:20;s:24:"sidebar-header-right.php";i:21;s:25:"Changed Files/archive.php";i:22;s:30:"Changed Files/content-page.php";i:23;s:73:"inc/customizer-includes/gridalicious-customizer-featured-grid-content.php";i:24;s:64:"inc/customizer-includes/gridalicious-customizer-social-icons.php";i:25;s:76:"inc/customizer-includes/gridalicious-customizer-featured-content-setting.php";i:26;s:65:"inc/customizer-includes/gridalicious-customizer-color-options.php";i:27;s:65:"inc/customizer-includes/gridalicious-customizer-theme-options.php";i:28;s:66:"inc/customizer-includes/gridalicious-customizer-header-options.php";}s:7:"max_sel";N;s:7:"imports";a:2:{s:5:"child";a:0:{}s:5:"parnt";a:0:{}}s:13:"child_version";s:3:"3.4";s:12:"child_author";s:12:"Catch Themes";s:10:"child_name";s:22:"Gridalicious Pro Child";s:14:"child_themeuri";s:47:"https://catchthemes.com/themes/gridalicious-pro";s:15:"child_authoruri";s:24:"https://catchthemes.com/";s:11:"child_descr";s:665:"Gridalicious Pro is an advanced version of Gridalicious free theme. Gridalicious Pro is a Simple, Clean, Grid Base Responsive WordPress Theme which automatically adapts to the screen\\''s size, ensuring that your content is always displayed beautifully no matter what device visitors are using. It is based in HTML5, CSS3 and WordPress Theme Customizer for real time customization. This theme is translation ready and also currently translated in French and German language. Check out Theme Instructions at https://catchthemes.com/theme-instructions/gridalicious-pro/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/gridalicious/";s:10:"child_tags";s:343:"one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,front-page-post-form,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,footer-widgets,full-width-template,blog,e-commerce,portfolio";s:5:"parnt";s:16:"gridalicious-pro";s:5:"child";s:22:"gridalicious-pro-child";s:10:"configtype";s:5:"theme";s:6:"valkey";i:312;s:7:"rulekey";i:73;s:5:"qskey";i:546;s:6:"selkey";i:418;s:8:"querykey";i:12;s:8:"tokenkey";N;s:6:"recent";N;s:9:"converted";i:1;s:5:"fsize";i:60;s:7:"version";s:5:"2.2.9";}', 'no'),
(95730, 'chld_thm_cfg_options_dict_qs', 'a:546:{i:1;s:3:"1:1";i:2;s:3:"1:2";i:3;s:3:"1:3";i:4;s:3:"1:4";i:5;s:3:"1:5";i:6;s:3:"1:6";i:7;s:3:"1:7";i:8;s:3:"1:8";i:9;s:3:"1:9";i:10;s:4:"1:10";i:11;s:4:"1:11";i:12;s:4:"1:12";i:13;s:4:"1:13";i:14;s:4:"1:14";i:15;s:4:"1:15";i:16;s:4:"1:16";i:17;s:4:"1:17";i:18;s:4:"1:18";i:19;s:4:"1:19";i:20;s:4:"1:20";i:21;s:4:"1:21";i:22;s:4:"1:22";i:23;s:4:"1:23";i:24;s:4:"1:24";i:25;s:4:"1:25";i:26;s:4:"1:26";i:27;s:4:"1:27";i:28;s:4:"1:28";i:29;s:4:"1:29";i:30;s:4:"1:30";i:31;s:4:"1:31";i:32;s:4:"1:32";i:33;s:4:"1:33";i:34;s:4:"1:34";i:35;s:4:"1:35";i:36;s:4:"1:36";i:37;s:4:"1:37";i:38;s:4:"1:38";i:39;s:4:"1:39";i:40;s:4:"1:40";i:41;s:4:"1:41";i:42;s:4:"1:42";i:43;s:4:"1:43";i:44;s:4:"1:44";i:45;s:4:"1:45";i:46;s:4:"1:46";i:47;s:4:"1:47";i:48;s:4:"1:48";i:49;s:4:"1:49";i:50;s:4:"1:50";i:51;s:4:"1:51";i:52;s:4:"1:52";i:53;s:4:"1:53";i:54;s:4:"1:54";i:55;s:4:"1:55";i:56;s:4:"1:56";i:57;s:4:"1:57";i:58;s:4:"1:58";i:59;s:4:"1:59";i:60;s:4:"1:60";i:61;s:4:"1:61";i:62;s:4:"1:62";i:63;s:4:"1:63";i:64;s:4:"1:64";i:65;s:4:"1:65";i:66;s:4:"1:66";i:67;s:4:"1:67";i:68;s:4:"1:68";i:69;s:4:"1:69";i:70;s:4:"1:70";i:71;s:4:"1:71";i:72;s:4:"1:72";i:73;s:4:"1:73";i:74;s:4:"1:74";i:75;s:4:"1:75";i:76;s:4:"1:76";i:77;s:4:"1:77";i:78;s:4:"1:78";i:79;s:4:"1:79";i:80;s:4:"1:80";i:81;s:4:"1:81";i:82;s:4:"1:82";i:83;s:4:"1:83";i:84;s:4:"1:84";i:85;s:4:"1:85";i:86;s:4:"1:86";i:87;s:4:"1:87";i:88;s:4:"1:88";i:89;s:4:"1:89";i:90;s:4:"1:90";i:91;s:4:"1:91";i:92;s:4:"1:92";i:93;s:4:"1:93";i:94;s:4:"1:94";i:95;s:4:"1:95";i:96;s:4:"1:96";i:97;s:4:"1:97";i:98;s:4:"1:98";i:99;s:4:"1:99";i:100;s:5:"1:100";i:101;s:5:"1:101";i:102;s:5:"1:102";i:103;s:5:"1:103";i:104;s:5:"1:104";i:105;s:5:"1:105";i:106;s:5:"1:106";i:107;s:5:"1:107";i:108;s:5:"1:108";i:109;s:5:"1:109";i:110;s:5:"1:110";i:111;s:5:"1:111";i:112;s:5:"1:112";i:113;s:5:"1:113";i:114;s:5:"1:114";i:115;s:5:"1:115";i:116;s:5:"1:116";i:117;s:5:"1:117";i:118;s:5:"1:118";i:119;s:5:"1:119";i:120;s:5:"1:120";i:121;s:5:"1:121";i:122;s:5:"1:122";i:123;s:5:"1:123";i:124;s:5:"1:124";i:125;s:5:"1:125";i:126;s:5:"1:126";i:127;s:5:"1:127";i:128;s:5:"1:128";i:129;s:5:"1:129";i:130;s:5:"1:130";i:131;s:5:"1:131";i:132;s:5:"1:132";i:133;s:5:"1:133";i:134;s:5:"1:134";i:135;s:5:"1:135";i:136;s:5:"1:136";i:137;s:5:"1:137";i:138;s:5:"1:138";i:139;s:5:"1:139";i:140;s:5:"1:140";i:141;s:5:"1:141";i:142;s:5:"1:142";i:143;s:5:"1:143";i:144;s:5:"1:144";i:145;s:5:"1:145";i:146;s:5:"1:146";i:147;s:5:"1:147";i:148;s:5:"1:148";i:149;s:5:"1:149";i:150;s:5:"1:150";i:151;s:5:"1:151";i:152;s:5:"1:152";i:153;s:5:"1:153";i:154;s:5:"1:154";i:155;s:5:"1:155";i:156;s:5:"1:156";i:157;s:5:"1:157";i:158;s:5:"1:158";i:159;s:5:"1:159";i:160;s:5:"1:160";i:161;s:5:"1:161";i:162;s:5:"1:162";i:163;s:5:"1:163";i:164;s:5:"1:164";i:165;s:5:"1:165";i:166;s:5:"1:166";i:167;s:5:"1:167";i:168;s:5:"1:168";i:169;s:5:"1:169";i:170;s:5:"1:170";i:171;s:5:"1:171";i:172;s:5:"1:172";i:173;s:5:"1:173";i:174;s:5:"1:174";i:175;s:5:"1:175";i:176;s:5:"1:176";i:177;s:5:"1:177";i:178;s:5:"1:178";i:179;s:5:"1:179";i:180;s:5:"1:180";i:181;s:5:"1:181";i:182;s:5:"1:182";i:183;s:5:"1:183";i:184;s:5:"1:184";i:185;s:5:"1:185";i:186;s:5:"1:186";i:187;s:5:"1:187";i:188;s:5:"1:188";i:189;s:5:"1:189";i:190;s:5:"1:190";i:191;s:5:"1:191";i:192;s:5:"1:192";i:193;s:5:"1:193";i:194;s:5:"1:194";i:195;s:5:"1:195";i:196;s:5:"1:196";i:197;s:5:"1:197";i:198;s:5:"1:198";i:199;s:5:"1:199";i:200;s:5:"1:200";i:201;s:5:"1:201";i:202;s:5:"1:202";i:203;s:5:"1:203";i:204;s:5:"1:204";i:205;s:5:"1:205";i:206;s:5:"1:206";i:207;s:5:"1:207";i:208;s:5:"1:208";i:209;s:5:"1:209";i:210;s:5:"1:210";i:211;s:5:"1:211";i:212;s:5:"1:212";i:213;s:5:"1:213";i:214;s:5:"1:214";i:215;s:5:"1:215";i:216;s:5:"1:216";i:217;s:5:"1:217";i:218;s:5:"1:218";i:219;s:5:"1:219";i:220;s:5:"1:220";i:221;s:5:"1:221";i:222;s:5:"1:222";i:223;s:5:"1:223";i:224;s:5:"1:224";i:225;s:5:"1:225";i:226;s:5:"1:226";i:227;s:5:"1:227";i:228;s:5:"1:228";i:229;s:5:"1:229";i:230;s:5:"1:230";i:231;s:5:"1:231";i:232;s:5:"1:232";i:233;s:5:"1:233";i:234;s:5:"1:234";i:235;s:5:"1:235";i:236;s:5:"1:236";i:237;s:5:"1:237";i:238;s:5:"1:238";i:239;s:5:"1:239";i:240;s:5:"1:240";i:241;s:5:"1:241";i:242;s:5:"1:242";i:243;s:5:"1:243";i:244;s:5:"1:244";i:245;s:5:"1:245";i:246;s:5:"1:246";i:247;s:5:"1:247";i:248;s:5:"1:248";i:249;s:5:"1:249";i:250;s:5:"1:250";i:251;s:5:"1:251";i:252;s:5:"1:252";i:253;s:5:"1:253";i:254;s:5:"1:254";i:255;s:5:"1:255";i:256;s:5:"1:256";i:257;s:5:"1:257";i:258;s:5:"1:258";i:259;s:5:"1:259";i:260;s:5:"1:260";i:261;s:5:"1:261";i:262;s:5:"1:262";i:263;s:5:"1:263";i:264;s:5:"1:264";i:265;s:5:"1:265";i:266;s:5:"1:266";i:267;s:5:"1:267";i:268;s:5:"1:268";i:269;s:5:"1:269";i:270;s:5:"1:270";i:271;s:5:"1:271";i:272;s:5:"1:272";i:273;s:5:"1:273";i:274;s:5:"1:274";i:275;s:5:"1:275";i:276;s:5:"1:276";i:277;s:5:"1:277";i:278;s:5:"1:278";i:279;s:5:"1:279";i:280;s:5:"1:280";i:281;s:5:"1:281";i:282;s:5:"1:282";i:283;s:5:"1:283";i:284;s:5:"1:284";i:285;s:5:"1:285";i:286;s:5:"1:286";i:287;s:5:"1:287";i:288;s:5:"1:288";i:289;s:5:"1:289";i:290;s:5:"1:290";i:291;s:5:"1:291";i:292;s:5:"1:292";i:293;s:5:"1:293";i:294;s:5:"1:294";i:295;s:5:"1:295";i:296;s:5:"1:296";i:297;s:5:"1:297";i:298;s:5:"1:298";i:299;s:5:"1:299";i:300;s:5:"1:300";i:301;s:5:"1:301";i:302;s:5:"1:302";i:303;s:5:"1:303";i:304;s:5:"1:304";i:305;s:5:"1:305";i:306;s:5:"1:306";i:307;s:5:"1:307";i:308;s:5:"1:308";i:309;s:5:"1:309";i:310;s:5:"1:310";i:311;s:5:"1:311";i:312;s:5:"1:312";i:313;s:5:"1:313";i:314;s:5:"1:314";i:315;s:5:"1:315";i:316;s:5:"1:316";i:317;s:5:"1:317";i:318;s:5:"1:318";i:319;s:5:"1:319";i:320;s:5:"1:320";i:321;s:5:"1:321";i:322;s:5:"1:322";i:323;s:5:"1:323";i:324;s:5:"1:324";i:325;s:5:"1:325";i:326;s:5:"1:326";i:327;s:5:"1:327";i:328;s:5:"1:328";i:329;s:5:"1:329";i:330;s:5:"1:330";i:331;s:5:"1:331";i:332;s:5:"1:332";i:333;s:5:"1:333";i:334;s:5:"1:334";i:335;s:5:"1:335";i:336;s:5:"1:336";i:337;s:5:"1:337";i:338;s:5:"1:338";i:339;s:5:"1:339";i:340;s:5:"1:340";i:341;s:5:"1:341";i:342;s:5:"1:342";i:343;s:5:"1:343";i:344;s:5:"1:344";i:345;s:5:"1:345";i:346;s:4:"2:45";i:347;s:5:"2:229";i:348;s:5:"2:346";i:349;s:5:"2:347";i:350;s:5:"2:225";i:351;s:5:"2:293";i:352;s:5:"2:251";i:353;s:5:"2:252";i:354;s:5:"2:254";i:355;s:5:"2:255";i:356;s:5:"2:201";i:357;s:5:"2:209";i:358;s:4:"3:45";i:359;s:4:"3:94";i:360;s:5:"3:348";i:361;s:5:"3:289";i:362;s:5:"3:123";i:363;s:5:"3:349";i:364;s:5:"3:104";i:365;s:5:"3:350";i:366;s:5:"3:229";i:367;s:5:"3:230";i:368;s:5:"3:251";i:369;s:5:"3:252";i:370;s:5:"3:254";i:371;s:5:"3:255";i:372;s:5:"3:248";i:373;s:5:"3:201";i:374;s:5:"3:209";i:375;s:4:"4:45";i:376;s:5:"4:229";i:377;s:5:"4:251";i:378;s:5:"4:252";i:379;s:5:"4:254";i:380;s:5:"4:255";i:381;s:5:"4:201";i:382;s:5:"4:209";i:383;s:5:"5:351";i:384;s:4:"5:44";i:385;s:4:"5:94";i:386;s:5:"5:352";i:387;s:5:"5:353";i:388;s:5:"5:354";i:389;s:4:"5:93";i:390;s:5:"5:289";i:391;s:5:"5:217";i:392;s:5:"5:355";i:393;s:5:"5:356";i:394;s:5:"5:357";i:395;s:5:"5:104";i:396;s:4:"5:14";i:397;s:5:"5:350";i:398;s:5:"5:358";i:399;s:5:"5:359";i:400;s:4:"5:33";i:401;s:4:"5:15";i:402;s:4:"5:16";i:403;s:4:"5:17";i:404;s:4:"5:18";i:405;s:4:"5:19";i:406;s:4:"5:20";i:407;s:4:"5:34";i:408;s:4:"5:86";i:409;s:4:"5:99";i:410;s:5:"5:360";i:411;s:5:"5:361";i:412;s:5:"5:362";i:413;s:5:"5:227";i:414;s:5:"5:228";i:415;s:5:"5:363";i:416;s:5:"5:364";i:417;s:5:"5:365";i:418;s:5:"5:366";i:419;s:5:"5:105";i:420;s:5:"5:101";i:421;s:5:"5:367";i:422;s:5:"5:368";i:423;s:5:"5:369";i:424;s:5:"5:370";i:425;s:5:"5:371";i:426;s:5:"5:372";i:427;s:5:"5:373";i:428;s:5:"5:374";i:429;s:5:"5:375";i:430;s:5:"5:376";i:431;s:5:"5:377";i:432;s:5:"5:378";i:433;s:5:"6:351";i:434;s:5:"6:371";i:435;s:5:"6:372";i:436;s:5:"6:375";i:437;s:5:"6:376";i:438;s:5:"6:377";i:439;s:5:"6:378";i:440;s:5:"7:351";i:441;s:5:"7:371";i:442;s:5:"7:372";i:443;s:5:"7:299";i:444;s:5:"7:375";i:445;s:5:"7:376";i:446;s:5:"7:377";i:447;s:5:"7:378";i:448;s:5:"8:351";i:449;s:5:"8:371";i:450;s:5:"8:372";i:451;s:4:"8:33";i:452;s:4:"8:15";i:453;s:4:"8:16";i:454;s:4:"8:17";i:455;s:4:"8:18";i:456;s:4:"8:19";i:457;s:4:"8:20";i:458;s:4:"8:34";i:459;s:4:"8:86";i:460;s:5:"8:375";i:461;s:5:"8:376";i:462;s:5:"8:377";i:463;s:5:"8:378";i:464;s:5:"9:351";i:465;s:5:"9:371";i:466;s:5:"9:372";i:467;s:4:"9:13";i:468;s:4:"9:96";i:469;s:4:"9:33";i:470;s:4:"9:15";i:471;s:4:"9:16";i:472;s:4:"9:17";i:473;s:4:"9:18";i:474;s:4:"9:19";i:475;s:4:"9:20";i:476;s:4:"9:34";i:477;s:4:"9:86";i:478;s:5:"9:375";i:479;s:5:"9:376";i:480;s:5:"9:377";i:481;s:5:"9:378";i:482;s:6:"10:351";i:483;s:6:"10:353";i:484;s:6:"10:379";i:485;s:6:"10:371";i:486;s:6:"10:372";i:487;s:6:"10:380";i:488;s:6:"10:381";i:489;s:6:"10:382";i:490;s:6:"10:106";i:491;s:5:"10:42";i:492;s:5:"10:99";i:493;s:6:"10:375";i:494;s:6:"10:376";i:495;s:6:"10:377";i:496;s:6:"10:383";i:497;s:6:"11:384";i:498;s:5:"11:45";i:499;s:5:"11:94";i:500;s:6:"11:385";i:501;s:6:"11:354";i:502;s:5:"11:13";i:503;s:5:"11:96";i:504;s:5:"11:33";i:505;s:5:"11:15";i:506;s:5:"11:16";i:507;s:5:"11:17";i:508;s:5:"11:18";i:509;s:5:"11:19";i:510;s:5:"11:20";i:511;s:5:"11:34";i:512;s:5:"11:86";i:513;s:6:"11:377";i:514;s:6:"12:386";i:515;s:5:"1:387";i:516;s:5:"1:388";i:517;s:5:"1:389";i:518;s:5:"1:390";i:519;s:5:"1:391";i:520;s:5:"1:392";i:521;s:5:"1:393";i:522;s:5:"1:394";i:523;s:5:"1:395";i:524;s:5:"1:396";i:525;s:5:"1:397";i:526;s:5:"1:398";i:527;s:5:"1:399";i:528;s:5:"1:400";i:529;s:5:"1:401";i:530;s:5:"1:402";i:531;s:5:"1:403";i:532;s:5:"1:404";i:533;s:5:"1:405";i:534;s:5:"1:406";i:535;s:5:"1:407";i:536;s:5:"1:408";i:537;s:5:"1:409";i:538;s:5:"1:410";i:539;s:5:"1:411";i:540;s:5:"1:412";i:541;s:5:"1:413";i:542;s:5:"1:414";i:543;s:5:"1:415";i:544;s:5:"1:416";i:545;s:5:"1:417";i:546;s:5:"1:418";}', 'no');
INSERT INTO `2017options` VALUES
(95731, 'chld_thm_cfg_options_dict_sel', 'a:418:{i:1;s:321:"html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td";i:2;s:4:"html";i:3;s:4:"body";i:4;s:79:"article, aside, details, figcaption, figure, footer, header, main, nav, section";i:5;s:6:"ol, ul";i:6;s:5:"table";i:7;s:15:"caption, th, td";i:8;s:54:"blockquote:before, blockquote:after, q:before, q:after";i:9;s:13:"blockquote, q";i:10;s:7:"a:focus";i:11;s:17:"a:hover, a:active";i:12;s:5:"a img";i:13;s:37:"body, button, input, select, textarea";i:14;s:22:"h1, h2, h3, h4, h5, h6";i:15;s:2:"h1";i:16;s:2:"h2";i:17;s:2:"h3";i:18;s:2:"h4";i:19;s:2:"h5";i:20;s:2:"h6";i:21;s:9:"b, strong";i:22;s:16:"dfn, cite, em, i";i:23;s:7:"address";i:24;s:3:"pre";i:25;s:18:"code, kbd, tt, var";i:26;s:13:"abbr, acronym";i:27;s:9:"mark, ins";i:28;s:8:"sup, sub";i:29;s:3:"sup";i:30;s:3:"sub";i:31;s:5:"small";i:32;s:3:"big";i:33;s:11:".site-title";i:34;s:109:".entry-title, #featured-grid-content .entry-title, #promotion-message h2, #featured-content #featured-heading";i:35;s:155:".has-post-thumbnail.excerpt-image-left .entry-title, .has-post-thumbnail.excerpt-image-right .entry-title, #featured-content .entry-title, #scrollup:before";i:36;s:120:".comments-title, #search-toggle, #header-toggle, .genericon.genericon-menu, .widget_gridalicious_social_icons .genericon";i:37;s:25:".entry-meta span a:before";i:38;s:13:".widget-title";i:39;s:58:".sidebar-header-right .widget-title, #infinite-handle span";i:40;s:149:".gridalicious-nav-menu .sub-menu a, .gridalicious-nav-menu .children a, .sidebar-header-right .widget_nav_menu .sub-menu a, #breadcrumb-list .wrapper";i:41;s:73:"#nav-below .wp-pagenavi a, #nav-below .wp-pagenavi span, .page-links span";i:42;s:57:"#breadcrumb-list .wrapper, .entry-meta, .site-description";i:43;s:37:".widget_calendar #wp-calendar caption";i:44;s:5:".site";i:45;s:8:".wrapper";i:46;s:1:"a";i:47;s:26:"a:hover, a:focus, a:active";i:48;s:2:"hr";i:49;s:2:"ul";i:50;s:2:"ol";i:51;s:16:"li > ul, li > ol";i:52;s:2:"dt";i:53;s:2:"dd";i:54;s:3:"img";i:55;s:6:"figure";i:56;s:2:"th";i:57;s:2:"td";i:58;s:17:"blockquote:before";i:59;s:100:".entry-content ol, .entry-content ul, .sidebar ol, .sidebar ul, #supplementary ol, #supplementary ul";i:60;s:64:".entry-content ol > li, .sidebar ol > li, #supplementary ol > li";i:61;s:64:".entry-content ul > li, .sidebar ul > li, #supplementary ul > li";i:62;s:42:".entry-content ol ol, .entry-content ul ul";i:63;s:19:".entry-content code";i:64;s:124:".displayblock, #heading, #primary, #secondary, #comments, .gridalicious-nav-menu a, .sidebar-header-right .widget_nav_menu a";i:65;s:12:".displaynone";i:66;s:7:".sticky";i:67;s:159:".genericon:before, .posted-on a:before, .byline a:before, .cat-links span + a:before, .tags-links span + a:before, .comments-link a:before, .edit-link a:before";i:68;s:21:"#search-toggle:before";i:69;s:16:"#scrollup:before";i:70;s:31:".entry-meta .posted-on a:before";i:71;s:28:".entry-meta .author a:before";i:72;s:19:".edit-link a:before";i:73;s:26:".cat-links span + a:before";i:74;s:27:".tags-links span + a:before";i:75;s:35:".entry-meta .comments-link a:before";i:76;s:27:".disable-primary-menu .site";i:77;s:10:"blockquote";i:78;s:23:".admin-bar .nav-primary";i:79;s:64:"#featured-content .entry-container, #featured-grid-content .more";i:80;s:45:"#promotion-message .right a, #scrollup:before";i:81;s:16:"#feature-heading";i:82;s:29:".hentry, .widget, .page-links";i:83;s:9:"#colophon";i:84;s:95:".entry-meta .posted-on, .entry-meta .byline, .entry-meta .comments-link, .entry-meta .cat-links";i:85;s:153:".entry-title, p, .hentry .featured-image, .has-post-thumbnail.excerpt-image-left .featured-image, .has-post-thumbnail.excerpt-image-right .featured-image";i:86;s:30:"#featured-content .entry-title";i:87;s:21:"#promotion-message h2";i:88;s:25:"#supplementary .widget ul";i:89;s:64:"#featured-content .entry-title, #featured-content .entry-content";i:90;s:119:".site-title, .site-description, .page-header .page-title, #featured-content p, .sidebar-header-right .widget:last-child";i:91;s:67:".page-content, .entry-content, .entry-summary, #promotion-message p";i:92;s:307:"#site-branding, #promotion-message .section, #promotion-message .wrapper, #featured-content .wrapper, #featured-content .featured-heading-wrap, #content .wrapper, .hentry, .no-results, .not-found, .error-404 .widget, .sidebar, #comments, #nav-below, #infinite-handle, #supplementary .widget, #site-generator";i:93;s:27:"#promotion-message .right a";i:94;s:9:"#masthead";i:95;s:12:".page-header";i:96;s:71:"button, input[type="button"], input[type="reset"], input[type="submit"]";i:97;s:104:"input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]";i:98;s:11:".nav-footer";i:99;s:15:"#site-generator";i:100;s:76:"#featured-content, #supplementary, #site-generator.two #footer-right-content";i:101;s:24:".logo-right #site-header";i:102;s:44:".sidebar-primary .widget, .archive-post-wrap";i:103;s:24:".page-header .page-title";i:104;s:25:"#breadcrumb-list .wrapper";i:105;s:23:".logo-left #site-header";i:106;s:25:"#promotion-message .right";i:107;s:71:".blog #main .hentry, .archive #main .hentry, #featured-content .wrapper";i:108;s:78:"#featured-content, .nav-header-right .wrapper, #header-featured-image .wrapper";i:109;s:31:"button, input, select, textarea";i:110;s:95:"button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover";i:111;s:196:"button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active";i:112;s:43:"input[type="checkbox"], input[type="radio"]";i:113;s:20:"input[type="search"]";i:114;s:47:"input[type="search"]::-webkit-search-decoration";i:115;s:49:"button::-moz-focus-inner, input::-moz-focus-inner";i:116;s:114:"input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea";i:117;s:150:"input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus";i:118;s:8:"textarea";i:119;s:90:".site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation";i:120;s:114:".comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous, .nav-previous";i:121;s:98:".comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next, .nav-next";i:122;s:68:".gridalicious-nav-menu li, .sidebar-header-right .widget_nav_menu li";i:123;s:66:".gridalicious-nav-menu a, .sidebar-header-right .widget_nav_menu a";i:124;s:170:".gridalicious-nav-menu li a:hover, .gridalicious-nav-menu li a:focus, .sidebar-header-right .widget_nav_menu li a:hover, .sidebar-header-right .widget_nav_menu li a:focus";i:125;s:88:".gridalicious-nav-menu li:hover > a, .sidebar-header-right .widget_nav_menu li:hover > a";i:126;s:324:".gridalicious-nav-menu .current-menu-item > a, .gridalicious-nav-menu .current-menu-ancestor > a, .gridalicious-nav-menu .current_page_item > a, .gridalicious-nav-menu .current_page_ancestor > a, .sidebar-header-right .widget_nav_menu .current-menu-item > a, .sidebar-header-right .widget_nav_menu .current-menu-ancestor > a";i:127;s:116:".gridalicious-nav-menu .sub-menu, .gridalicious-nav-menu .children, .sidebar-header-right .widget_nav_menu .sub-menu";i:128;s:48:".sidebar-header-right .widget_nav_menu .sub-menu";i:129;s:122:".gridalicious-nav-menu .sub-menu a, .gridalicious-nav-menu .children a, .sidebar-header-right .widget_nav_menu .sub-menu a";i:130;s:300:".gridalicious-nav-menu .sub-menu li a:hover, .gridalicious-nav-menu .sub-menu li a:focus, .gridalicious-nav-menu .children li a:hover, .gridalicious-nav-menu .children li a:focus, .sidebar-header-right .widget_nav_menu .sub-menu li a:hover, .sidebar-header-right .widget_nav_menu .sub-menu li a:focus";i:131;s:146:".gridalicious-nav-menu .sub-menu .sub-menu, .gridalicious-nav-menu .children .children, .sidebar-header-right .widget_nav_menu .sub-menu .sub-menu";i:132;s:137:".gridalicious-nav-menu .menu-item:hover, .gridalicious-nav-menu .page_item:hover, .sidebar-header-right .widget_nav_menu .menu-item:hover";i:133;s:173:".gridalicious-nav-menu .menu-item:hover > .sub-menu, .gridalicious-nav-menu .page_item:hover > .children, .sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu";i:134;s:12:".nav-primary";i:135;s:41:".nav-primary, .nav-primary.search-enabled";i:136;s:20:".nav-primary .menu a";i:137;s:60:".nav-primary .menu li a:hover, .nav-primary .menu li a:focus";i:138;s:93:".nav-primary .menu li:hover > a, .nav-primary .menu ul :hover > a, .nav-primary .menu a:focus";i:139;s:178:".nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a";i:140;s:162:".nav-primary .menu .sub-menu li a:hover, .nav-primary .menu .sub-menu li a:focus, .nav-primary .menu .children li a:hover, .nav-primary .menu .children li a:focus";i:141;s:58:".nav-primary .menu .sub-menu, .nav-primary .menu .children";i:142;s:81:".nav-primary .menu .sub-menu a, .nav-primary .menu .children a, #search-container";i:143;s:78:".nav-primary .menu .sub-menu .sub-menu, .nav-primary .menu .children .children";i:144;s:82:".nav-primary .menu .sub-menu .sub-menu a, .nav-primary .menu .children .children a";i:145;s:30:".nav-primary #search-container";i:146;s:25:".nav-primary .search-form";i:147;s:27:".nav-primary #search-toggle";i:148;s:33:".nav-primary #search-toggle:hover";i:149;s:34:".nav-primary #search-toggle:before";i:150;s:33:".nav-primary.search-enabled .menu";i:151;s:14:"#search-toggle";i:152;s:20:"#search-toggle:hover";i:153;s:17:"#search-container";i:154;s:27:".nav-primary .search-submit";i:155;s:26:".nav-primary .search-field";i:156;s:32:".nav-primary .search-field:focus";i:157;s:26:".nav-header-right .wrapper";i:158;s:38:".sidebar-header-right .widget_nav_menu";i:159;s:80:".sidebar-header-right .menu .sub-menu a, .sidebar-header-right .menu .sub-menu a";i:160;s:14:".nav-secondary";i:161;s:23:".nav-secondary .wrapper";i:162;s:150:".nav-secondary .menu .sub-menu a, .nav-secondary .menu .children a, .nav-secondary .menu .sub-menu .sub-menu, .nav-secondary .menu .children .children";i:163;s:82:".nav-secondary .menu .sub-menu .sub-menu, .nav-secondary .menu .children .children";i:164;s:31:".nav-secondary a, .nav-footer a";i:165;s:313:".nav-secondary li:hover > a, .nav-secondary li a:hover, .nav-secondary li a:focus, .nav-secondary .current-menu-item > a, .nav-secondary .current-menu-ancestor > a, .nav-secondary .sub-menu li a:hover, .nav-secondary .sub-menu li a:focus, .nav-footer ul.menu li.current-menu-item a, .nav-footer ul.menu li a:hover";i:166;s:17:".nav-footer .menu";i:167;s:20:".nav-footer .menu li";i:168;s:22:".nav-footer .menu li a";i:169;s:33:".nav-footer .menu li:last-child a";i:170;s:36:"#nav-below .wp-pagenavi, .page-links";i:171;s:18:"#nav-below a:hover";i:172;s:16:".page-links span";i:173;s:42:".page-links span, .page-links a:hover span";i:174;s:18:".page-links a span";i:175;s:22:".page-links span.pages";i:176;s:55:"#nav-below .wp-pagenavi a, #nav-below .wp-pagenavi span";i:177;s:34:"#nav-below .wp-pagenavi span.pages";i:178;s:74:"#nav-below .wp-pagenavi a:hover, #nav-below #wp_page_numbers ul li a:hover";i:179;s:36:"#nav-below .wp-pagenavi span.current";i:180;s:21:"#infinite-handle span";i:181;s:27:"#infinite-handle span:hover";i:182;s:15:".assistive-text";i:183;s:19:".screen-reader-text";i:184;s:80:".screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus";i:185;s:10:".alignleft";i:186;s:11:".alignright";i:187;s:12:".aligncenter";i:188;s:253:".clear:after, .hentry:after, .archive-post-wrap:after, .wrapper:after, .gridalicious-nav-menu:after, .featured-content-wrap:after, #content_sidebar_wrap:after, .widget:after, .widget-wrap:after, #nav-below:after, .page-links:after, #site-generator:after";i:189;s:40:"#site-branding, #site-logo, #site-header";i:190;s:26:"#site-branding, #site-logo";i:191;s:12:"#site-logo a";i:192;s:34:"#site-header.logo-enable.logo-left";i:193;s:35:"#site-header.logo-enable.logo-right";i:194;s:13:".site-title a";i:195;s:19:".site-title a:hover";i:196;s:17:".site-description";i:197;s:57:".sidebar-header-right, .sidebar-header-right .widget-wrap";i:198;s:22:"#header-featured-image";i:199;s:31:"#featured-grid-content .wrapper";i:200;s:107:"#featured-grid-content .wrapper, #promotion-message .wrapper, #featured-content .wrapper, #content .wrapper";i:201;s:32:"#featured-grid-content .grid-box";i:202;s:26:"#featured-grid-content img";i:203;s:31:"#featured-grid-content .caption";i:204;s:40:"#featured-grid-content .caption>.vcenter";i:205;s:35:"#featured-grid-content .entry-title";i:206;s:41:"#featured-grid-content .entry-title:after";i:207;s:28:"#featured-grid-content .more";i:208;s:42:"#featured-grid-content .grid-box:hover img";i:209;s:38:"#featured-grid-content .grid-box.first";i:210;s:47:"#featured-grid-content .grid-box:hover .caption";i:211;s:56:"#featured-grid-content .grid-box:hover .caption>.vcenter";i:212;s:34:"#featured-grid-content .first-cols";i:213;s:46:"#promotion-message .wrapper, #content .wrapper";i:214;s:51:"#promotion-message .left, #promotion-message .right";i:215;s:33:"#promotion-message .right a:hover";i:216;s:26:"#featured-content .wrapper";i:217;s:40:"#featured-content .featured-heading-wrap";i:218;s:28:"#featured-content.border-top";i:219;s:32:"#featured-content .entry-title a";i:220;s:38:"#featured-content .entry-title a:hover";i:221;s:41:"#featured-content .featured-content-image";i:222;s:25:"#featured-content .hentry";i:223;s:37:"#featured-content.layout-four .hentry";i:224;s:38:"#featured-content.layout-three .hentry";i:225;s:109:"#featured-content.layout-four .hentry:nth-child(4n+1), #featured-content.layout-three .hentry:nth-child(3n+1)";i:226;s:26:"#featured-content figure a";i:227;s:47:".one-column .layout-four .featured-content-wrap";i:228;s:49:".one-column #featured-content.layout-four .hentry";i:229;s:5:"#main";i:230;s:16:".sidebar-primary";i:231;s:25:".sidebar-primary figure a";i:232;s:30:".sidebar-primary .search-field";i:233;s:44:".archive-post-wrap, .page-header .page-title";i:234;s:28:".entry-title, .entry-title a";i:235;s:20:".entry-title a:hover";i:236;s:41:".entry-title a:hover, .entry-meta a:hover";i:237;s:209:".has-post-thumbnail.excerpt-image-left .entry-meta, .has-post-thumbnail.excerpt-image-right .entry-meta, .blog .format-aside .entry-title, .archive .format-aside .entry-title, .byline, .updated:not(.published)";i:238;s:36:".single .byline, .group-blog .byline";i:239;s:20:".content-right #main";i:240;s:31:".content-right .sidebar-primary";i:241;s:31:".no-sidebar.content-width #main";i:242;s:31:".no-sidebar.one-column .wrapper";i:243;s:61:".no-sidebar.one-column #featured-grid-content .grid-box.first";i:244;s:55:".no-sidebar.one-column #featured-grid-content .grid-box";i:245;s:28:".no-sidebar.one-column #main";i:246;s:119:".no-sidebar.one-column #featured-content.layout-three .hentry, .no-sidebar.one-column #supplementary.three .widget-area";i:247;s:157:".no-sidebar.one-column .has-post-thumbnail.excerpt-image-left .featured-image, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-right .featured-image";i:248;s:159:".no-sidebar.one-column .has-post-thumbnail.excerpt-image-left .entry-container, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-right .entry-container";i:249;s:112:".has-post-thumbnail.excerpt-image-left .featured-image, .has-post-thumbnail.excerpt-image-right .entry-container";i:250;s:112:".has-post-thumbnail.excerpt-image-right .featured-image, .has-post-thumbnail.excerpt-image-left .entry-container";i:251;s:111:".has-post-thumbnail.excerpt-image-left .featured-image, .has-post-thumbnail.excerpt-image-right .featured-image";i:252;s:113:".has-post-thumbnail.excerpt-image-left .entry-container, .has-post-thumbnail.excerpt-image-right .entry-container";i:253;s:28:".no-sidebar.full-width #main";i:254;s:157:".no-sidebar.full-width .has-post-thumbnail.excerpt-image-left .featured-image, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-right .featured-image";i:255;s:159:".no-sidebar.full-width .has-post-thumbnail.excerpt-image-left .entry-container, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-right .entry-container";i:256;s:14:".widget select";i:257;s:29:".widget_search .search-submit";i:258;s:29:".widget_calendar #wp-calendar";i:259;s:105:".widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th";i:260;s:32:".widget_calendar #wp-calendar th";i:261;s:38:".widget_calendar #wp-calendar tfoot td";i:262;s:18:".comment-content a";i:263;s:13:".bypostauthor";i:264;s:19:"#respond form label";i:265;s:15:".comments-title";i:266;s:13:".comment-body";i:267;s:61:".comment-body .comment-meta, .sidebar-primary .featured-image";i:268;s:33:".comment-body .comment-author img";i:269;s:89:".page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley";i:270;s:21:"embed, iframe, object";i:271;s:25:".hentry .featured-image a";i:272;s:7:"caption";i:273;s:11:".wp-caption";i:274;s:35:".wp-caption img[class*="wp-image-"]";i:275;s:16:".wp-caption-text";i:276;s:28:".wp-caption .wp-caption-text";i:277;s:14:"#main .gallery";i:278;s:18:"#main .gallery img";i:279;s:13:".gallery-item";i:280;s:32:".gallery-columns-2 .gallery-item";i:281;s:32:".gallery-columns-3 .gallery-item";i:282;s:32:".gallery-columns-4 .gallery-item";i:283;s:32:".gallery-columns-5 .gallery-item";i:284;s:32:".gallery-columns-6 .gallery-item";i:285;s:32:".gallery-columns-7 .gallery-item";i:286;s:32:".gallery-columns-8 .gallery-item";i:287;s:32:".gallery-columns-9 .gallery-item";i:288;s:16:".gallery-caption";i:289;s:14:"#supplementary";i:290;s:16:"#supplementary a";i:291;s:22:"#supplementary a:hover";i:292;s:27:"#supplementary .widget-area";i:293;s:31:"#supplementary.two .widget-area";i:294;s:33:"#supplementary.three .widget-area";i:295;s:32:"#supplementary.four .widget-area";i:296;s:60:"#supplementary .widget-title, #supplementary .widget-title a";i:297;s:17:"#site-generator a";i:298;s:23:"#site-generator a:hover";i:299;s:43:"#footer-left-content, #footer-right-content";i:300;s:9:"#scrollup";i:301;s:15:"#scrollup:hover";i:302;s:21:"#breadcrumb-list span";i:303;s:25:"#breadcrumb-list span.sep";i:304;s:163:"#breadcrumb-list span.sep, #breadcrumb-list span.archive-text, #breadcrumb-list span.search-text, #breadcrumb-list span.tag-text, #breadcrumb-list span.author-text";i:305;s:43:"#breadcrumb-list a, #breadcrumb-list a span";i:306;s:55:"#breadcrumb-list a:hover, #breadcrumb-list a:hover span";i:307;s:36:"#breadcrumb-list .breadcrumb-current";i:308;s:46:".widget_gridalicious_social_icons .widget-wrap";i:309;s:50:".site .widget_gridalicious_social_icons .genericon";i:310;s:57:".site .widget_gridalicious_social_icons .genericon:before";i:311;s:56:".site .widget_gridalicious_social_icons .genericon:hover";i:312;s:47:".site .widget_gridalicious_social_icons a:hover";i:313;s:69:".site .widget_gridalicious_social_icons .genericon-facebook-alt:hover";i:314;s:64:".site .widget_gridalicious_social_icons .genericon-twitter:hover";i:315;s:71:".site .widget_gridalicious_social_icons .genericon-googleplus-alt:hover";i:316;s:61:".site .widget_gridalicious_social_icons .genericon-mail:hover";i:317;s:61:".site .widget_gridalicious_social_icons .genericon-feed:hover";i:318;s:66:".site .widget_gridalicious_social_icons .genericon-wordpress:hover";i:319;s:64:".site .widget_gridalicious_social_icons a.genericon-github:hover";i:320;s:65:".site .widget_gridalicious_social_icons .genericon-linkedin:hover";i:321;s:66:".site .widget_gridalicious_social_icons .genericon-pinterest:hover";i:322;s:63:".site .widget_gridalicious_social_icons .genericon-flickr:hover";i:323;s:62:".site .widget_gridalicious_social_icons .genericon-vimeo:hover";i:324;s:64:".site .widget_gridalicious_social_icons .genericon-youtube:hover";i:325;s:63:".site .widget_gridalicious_social_icons .genericon-tumblr:hover";i:326;s:66:".site .widget_gridalicious_social_icons .genericon-instagram:hover";i:327;s:64:".site .widget_gridalicious_social_icons .genericon-codepen:hover";i:328;s:61:".site .widget_gridalicious_social_icons .genericon-path:hover";i:329;s:65:".site .widget_gridalicious_social_icons .genericon-dribbble:hover";i:330;s:62:".site .widget_gridalicious_social_icons .genericon-skype:hover";i:331;s:61:".site .widget_gridalicious_social_icons .genericon-digg:hover";i:332;s:63:".site .widget_gridalicious_social_icons .genericon-reddit:hover";i:333;s:68:".site .widget_gridalicious_social_icons .genericon-stumbleupon:hover";i:334;s:63:".site .widget_gridalicious_social_icons .genericon-pocket:hover";i:335;s:64:".site .widget_gridalicious_social_icons .genericon-dropbox:hover";i:336;s:64:".site .widget_gridalicious_social_icons .genericon-spotify:hover";i:337;s:66:".site .widget_gridalicious_social_icons .genericon-polldaddy:hover";i:338;s:67:".site .widget_gridalicious_social_icons .genericon-foursquare:hover";i:339;s:63:".site .widget_gridalicious_social_icons .genericon-twitch:hover";i:340;s:63:".site .widget_gridalicious_social_icons a.genericon-cloud:hover";i:341;s:261:".site .widget_gridalicious_social_icons a.genericon-website:hover, .site .widget_gridalicious_social_icons a.genericon-cart:hover, .site .widget_gridalicious_social_icons a.genericon-phone:hover, .site .widget_gridalicious_social_icons a.genericon-handset:hover";i:342;s:62:".site .widget_gridalicious_social_icons a.genericon-link:hover";i:343;s:53:".site .widget_gridalicious_social_icons a.custom-icon";i:344;s:122:".site .widget_gridalicious_social_icons .icon-hover, .site .widget_gridalicious_social_icons .has-hover:hover .icon-static";i:345;s:68:".site .widget_gridalicious_social_icons .has-hover:hover .icon-hover";i:346;s:71:"#featured-content.layout-four .hentry, #supplementary.four .widget-area";i:347;s:73:"#featured-content.layout-three .hentry, #supplementary.three .widget-area";i:348;s:287:"#site-branding, #promotion-message .wrapper, #promotion-message .section, #featured-content .wrapper, #featured-content .featured-heading-wrap, #content .wrapper, .hentry, .no-results, .not-found, .sidebar, #comments, #nav-below, #infinite-handle, #supplementary .widget, #site-generator";i:349;s:24:"#site-generator .wrapper";i:350;s:103:"p, .entry-content ol, .entry-content ul, .sidebar ol, .sidebar ul, #supplementary ol, #supplementary ul";i:351;s:41:".wrapper, .no-sidebar.one-column .wrapper";i:352;s:18:"#masthead .wrapper";i:353;s:14:"#site-branding";i:354;s:31:"#masthead .sidebar-header-right";i:355;s:189:".genericon-menu, #promotion-message .section, #content .wrapper, .hentry, .no-results, .not-found, .sidebar, #comments, #nav-below, #infinite-handle, #supplementary .widget, #site-generator";i:356;s:16:".hentry, .widget";i:357;s:34:"#featured-content .entry-container";i:358;s:23:".hentry .featured-image";i:359;s:18:".archive-post-wrap";i:360;s:154:"#site-branding, #main, .no-sidebar.content-width #main, .no-sidebar.one-column #main, #content_sidebar_wrap, #content_sidebar_wrap #main, .sidebar-primary";i:361;s:36:".sidebar-primary, .sidebar-secondary";i:362;s:193:".sidebar-primary .widget, .sidebar-secondary .widget, #featured-content.layout-four .hentry, #supplementary.four .widget-area, #supplementary.three .widget-area, #supplementary.two .widget-area";i:363;s:140:".sidebar-primary .widget:nth-child(2n+1), #featured-content.layout-four .hentry:nth-child(2n+1), #supplementary .widget-area:nth-child(2n+1)";i:364;s:100:"#supplementary.four .widget-area, #supplementary.three .widget-area, #supplementary.two .widget-area";i:365;s:19:".mobile-menu-anchor";i:366;s:24:"#site-logo, #site-header";i:367;s:14:"#site-logo img";i:368;s:21:".sidebar-header-right";i:369;s:34:".sidebar-header-right .widget-wrap";i:370;s:47:".nav-primary, .nav-header-right, .nav-secondary";i:371;s:31:".mobile-menu-one #site-branding";i:372;s:66:".mobile-menu-two #site-branding, .mobile-menu-three #site-branding";i:373;s:22:"#mobile-secondary-menu";i:374;s:19:"#mobile-footer-menu";i:375;s:429:".has-post-thumbnail.excerpt-image-left .featured-image, .has-post-thumbnail.excerpt-image-right .featured-image, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-left .featured-image, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-right .featured-image, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-left .featured-image, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-right .featured-image";i:376;s:435:".has-post-thumbnail.excerpt-image-left .entry-container, .has-post-thumbnail.excerpt-image-right .entry-container, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-left .entry-container, .no-sidebar.full-width .has-post-thumbnail.excerpt-image-right .entry-container, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-left .entry-container, .no-sidebar.one-column .has-post-thumbnail.excerpt-image-right .entry-container";i:377;s:89:"#featured-grid-content .grid-box, .no-sidebar.one-column #featured-grid-content .grid-box";i:378;s:101:"#featured-grid-content .grid-box.first, .no-sidebar.one-column #featured-grid-content .grid-box.first";i:379;s:15:".genericon-menu";i:380;s:313:"#promotion-message .section, .sidebar-primary .widget, .sidebar-secondary .widget, #featured-content.layout-four .hentry, #featured-content.layout-three .hentry, #supplementary.four .widget-area, #supplementary.three .widget-area, #supplementary.two .widget-area, .one-column #featured-content.layout-four .hentry";i:381;s:27:"#promotion-message .section";i:382;s:24:"#promotion-message .left";i:383;s:214:"#featured-grid-content .grid-box.first, .no-sidebar.one-column #featured-grid-content .grid-box.first, #featured-grid-content .grid-box.first-cols, .no-sidebar.one-column #featured-grid-content .grid-box.first-cols";i:384;s:35:".site, .no-sidebar.one-column .site";i:385;s:115:"#site-branding, .mobile-menu-one #site-branding, .mobile-menu-two #site-branding, .mobile-menu-three #site-branding";i:386;s:202:"select:focus, textarea:focus, input:focus, input#s, #respond form input[type="text"], #respond form textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea";i:387;s:52:".mobile-menu, .mobile-menu-anchor, .mobile-menu-text";i:388;s:24:"#mobile-header-left-menu";i:389;s:25:"#mobile-header-right-menu";i:390;s:80:".mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover";i:391;s:230:".mobile-header-left-nav-open #mobile-header-left-menu .genericon-menu:before, .mobile-secondary-nav-open #mobile-secondary-menu .genericon-menu:before, .mobile-header-right-nav-open #mobile-header-right-menu .genericon-menu:before";i:392;s:5:".sidr";i:393;s:17:".sidr .sidr-inner";i:394;s:19:".sidr .sidr-inner>p";i:395;s:11:".sidr.right";i:396;s:10:".sidr.left";i:397;s:58:".sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6";i:398;s:7:".sidr p";i:399;s:9:".sidr p a";i:400;s:7:".sidr>p";i:401;s:8:".sidr ul";i:402;s:11:".sidr ul li";i:403;s:68:".sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active";i:404;s:159:".sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span";i:405;s:31:".sidr ul li a, .sidr ul li span";i:406;s:14:".sidr ul li ul";i:407;s:17:".sidr ul li ul li";i:408;s:28:".sidr ul li ul li:last-child";i:409;s:86:".sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active";i:410;s:195:".sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span";i:411;s:43:".sidr ul li ul li a, .sidr ul li ul li span";i:412;s:55:".sidr ul li ul li ul li a, .sidr ul li ul li ul li span";i:413;s:10:".sidr form";i:414;s:11:".sidr label";i:415;s:299:".sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select";i:416;s:26:".sidr input[type=checkbox]";i:417;s:50:".sidr input[type=button], .sidr input[type=submit]";i:418;s:62:".sidr input[type=button]:hover, .sidr input[type=submit]:hover";}', 'no');

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

--
-- Table structure for table `2017photo_gallery_wp_gallerys`
--

CREATE TABLE `2017photo_gallery_wp_gallerys` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `sl_height` int(11) unsigned DEFAULT NULL,
  `sl_width` int(11) unsigned DEFAULT NULL,
  `pause_on_hover` text,
  `gallery_list_effects_s` text,
  `description` text,
  `param` text,
  `sl_position` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` text,
  `photo_gallery_wp_sl_effects` text NOT NULL,
  `gallery_loader_type` tinyint(4) DEFAULT '1',
  `display_type` int(11) DEFAULT '2',
  `content_per_page` int(11) DEFAULT '5',
  `rating` varchar(15) NOT NULL DEFAULT 'off',
  `autoslide` varchar(15) NOT NULL DEFAULT 'on',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017photo_gallery_wp_gallerys`
--

INSERT INTO `2017photo_gallery_wp_gallerys` VALUES
(1, 'TEDx LangleyED 2017', 375, 500, 'on', 'fade', '4000', '1000', 'center', 1, '300', '3', 1, 2, 5, 'off', 'on');

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

--
-- Table structure for table `2017photo_gallery_wp_images`
--

CREATE TABLE `2017photo_gallery_wp_images` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `gallery_id` varchar(200) DEFAULT NULL,
  `description` text,
  `image_url` text,
  `sl_url` text,
  `sl_type` text NOT NULL,
  `link_target` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` tinyint(4) unsigned DEFAULT NULL,
  `published_in_sl_width` tinyint(4) unsigned DEFAULT NULL,
  `like` int(11) NOT NULL DEFAULT '0',
  `dislike` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017photo_gallery_wp_images`
--

INSERT INTO `2017photo_gallery_wp_images` VALUES
(10, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Kelly-Kerrigan-3.png', '', 'image', 'on', 6, 2, 1, 0, 0),
(11, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Niki-Robinson.png', '', 'image', 'on', 7, 2, 1, 0, 0),
(12, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Sharon-Douglas.png', '', 'image', 'on', 8, 2, 1, 0, 0),
(13, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/TEDx-Speakers.jpg', '', 'image', 'on', 0, 2, 1, 0, 0),
(14, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/ACE-Students-on-Stage.jpg', '', 'image', 'on', 3, 2, 1, 0, 0),
(15, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Alternate-Student-Slide.jpg', '', 'image', 'on', 1, 2, 1, 0, 0),
(16, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Bryon-Carpenter.png', '', 'image', 'on', 4, 2, 1, 0, 0),
(17, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Cecelia-Reekie.png', '', 'image', 'on', 9, 2, 1, 0, 0),
(18, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Chris-Wejr.png', '', 'image', 'on', 5, 2, 1, 0, 0),
(19, '', '1', '', 'http://sandybalascak.com/wp-content/uploads/2017/02/Hugh-Mcdonald-4.png', '', 'image', 'on', 2, 2, 1, 0, 0);

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

--
-- Table structure for table `2017photo_gallery_wp_like_dislike`
--

CREATE TABLE `2017photo_gallery_wp_like_dislike` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image_id` int(11) NOT NULL,
  `image_status` varchar(10) NOT NULL,
  `ip` varchar(35) NOT NULL,
  `cook` varchar(15) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `2017postmeta`
--

CREATE TABLE `2017postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017postmeta`
--

INSERT INTO `2017postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(14, 9, '_edit_last', '2'),
(6, 2, '_edit_lock', '1529865093:2'),
(7, 2, '_jetpack_dont_email_post_to_subs', '1'),
(8, 2, '_edit_last', '2'),
(9, 2, 'gridalicious-layout-option', 'default'),
(10, 2, 'gridalicious-header-image', 'default'),
(11, 2, 'gridalicious-sidebar-options', 'default-sidebar'),
(12, 2, 'gridalicious-featured-image', 'default'),
(13, 9, '_edit_lock', '1488650672:2'),
(15, 9, '_publicize_pending', '1'),
(489, 9, 'gridalicious-layout-option', 'default'),
(490, 9, 'gridalicious-header-image', 'default'),
(491, 9, 'gridalicious-sidebar-options', 'default-sidebar'),
(492, 9, 'gridalicious-featured-image', 'default'),
(20, 11, '_edit_lock', '1488645912:2'),
(21, 11, '_edit_last', '2'),
(22, 11, '_publicize_pending', '1'),
(445, 11, 'gridalicious-layout-option', 'default'),
(446, 11, 'gridalicious-header-image', 'default'),
(447, 11, 'gridalicious-sidebar-options', 'default-sidebar'),
(448, 11, 'gridalicious-featured-image', 'default'),
(796, 183, 'gridalicious-sidebar-options', 'default-sidebar'),
(795, 183, 'gridalicious-header-image', 'default'),
(794, 183, 'gridalicious-layout-option', 'default'),
(33, 16, '_wp_attached_file', '2017/02/TEDx.jpg'),
(34, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1191;s:6:"height";i:781;s:4:"file";s:16:"2017/02/TEDx.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"TEDx-150x150.jpg";s:5:"width";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:"TEDx-300x197.jpg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"TEDx-768x504.jpg";s:5:"width";i:768;s:6:"height";i:504;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"TEDx-1024x671.jpg";s:5:"width";i:1024;s:6:"height";i:671;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:16:"TEDx-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:16:"TEDx-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:16:"TEDx-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:17:"TEDx-1191x514.jpg";s:5:"width";i:1191;s:6:"height";i:514;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:"0";s:8:"keywords";a:0:{}}}'),
(35, 17, '_wp_attached_file', '2017/02/cropped-TEDx.jpg'),
(36, 17, '_wp_attachment_context', 'custom-header'),
(37, 17, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1191;s:6:"height";i:511;s:4:"file";s:24:"2017/02/cropped-TEDx.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cropped-TEDx-150x150.jpg";s:5:"width";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:"cropped-TEDx-300x129.jpg";s:5:"width";i:300;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"cropped-TEDx-768x330.jpg";s:5:"width";i:768;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"cropped-TEDx-1024x439.jpg";s:5:"width";i:1024;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:24:"cropped-TEDx-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:24:"cropped-TEDx-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:24:"cropped-TEDx-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;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:"0";s:8:"keywords";a:0:{}}}'),
(38, 17, '_wp_attachment_custom_header_last_used_gridalicious-pro', '1488140557'),
(39, 17, '_wp_attachment_is_custom_header', 'gridalicious-pro'),
(785, 186, '_wp_attached_file', '2017/06'),
(778, 183, '_wpas_done_all', '1'),
(770, 183, '_oembed_22b4db03e7c9254128bdd3fd7064f40e', '{{unknown}}'),
(766, 180, 'gridalicious-featured-image', 'default'),
(46, 20, '_wp_attached_file', '2017/02/bg-dark.jpg'),
(47, 20, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:150;s:4:"file";s:19:"2017/02/bg-dark.jpg";s:5:"sizes";a:0:{}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:{}}}'),
(48, 20, '_wp_attachment_is_custom_background', 'gridalicious-pro'),
(765, 180, 'gridalicious-sidebar-options', 'default-sidebar'),
(764, 180, 'gridalicious-header-image', 'default'),
(763, 180, 'gridalicious-layout-option', 'default'),
(55, 24, '_publicize_pending', '1'),
(56, 24, '_menu_item_type', 'custom'),
(57, 24, '_menu_item_menu_item_parent', '0'),
(58, 24, '_menu_item_object_id', '24'),
(59, 24, '_menu_item_object', 'custom'),
(60, 24, '_menu_item_target', ''),
(61, 24, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(62, 24, '_menu_item_xfn', ''),
(63, 24, '_menu_item_url', 'http://sandybalascak.com'),
(64, 25, '_publicize_pending', '1'),
(65, 25, '_menu_item_type', 'post_type'),
(66, 25, '_menu_item_menu_item_parent', '0'),
(67, 25, '_menu_item_object_id', '11'),
(68, 25, '_menu_item_object', 'page'),
(69, 25, '_menu_item_target', ''),
(70, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(71, 25, '_menu_item_xfn', ''),
(72, 25, '_menu_item_url', ''),
(73, 26, '_publicize_pending', '1'),
(74, 26, '_menu_item_type', 'post_type'),
(75, 26, '_menu_item_menu_item_parent', '0'),
(76, 26, '_menu_item_object_id', '9'),
(77, 26, '_menu_item_object', 'page'),
(78, 26, '_menu_item_target', ''),
(79, 26, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(80, 26, '_menu_item_xfn', ''),
(81, 26, '_menu_item_url', ''),
(1481, 363, '_menu_item_object', 'category'),
(1480, 363, '_menu_item_object_id', '2'),
(1479, 363, '_menu_item_menu_item_parent', '0'),
(1478, 363, '_menu_item_type', 'taxonomy'),
(91, 28, '_publicize_pending', '1'),
(92, 28, '_menu_item_type', 'taxonomy'),
(93, 28, '_menu_item_menu_item_parent', '0'),
(94, 28, '_menu_item_object_id', '3'),
(95, 28, '_menu_item_object', 'category'),
(96, 28, '_menu_item_target', ''),
(97, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(98, 28, '_menu_item_xfn', ''),
(99, 28, '_menu_item_url', ''),
(768, 183, '_edit_lock', '1496546685:1'),
(769, 183, '_edit_last', '1'),
(767, 180, '_wpas_done_all', '1'),
(905, 220, '_wp_attached_file', '2017/07'),
(736, 155, '_jetpack_dont_email_post_to_subs', '1'),
(729, 162, 'enclosure', 'http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3\r\n5420930\r\naudio/mpeg\r\n'),
(722, 162, '_jetpack_dont_email_post_to_subs', '1'),
(168, 46, '_edit_last', '1'),
(176, 46, '_wpas_done_all', '1'),
(178, 46, '_jetpack_dont_email_post_to_subs', '1'),
(800, 46, 'gridalicious-layout-option', 'default'),
(801, 46, 'gridalicious-header-image', 'default'),
(802, 46, 'gridalicious-sidebar-options', 'default-sidebar'),
(803, 46, 'gridalicious-featured-image', 'default'),
(177, 46, '_edit_lock', '1496546730:1'),
(181, 46, '_wp_old_slug', 'adult-centred-education-conference'),
(189, 49, '_edit_last', '2'),
(1523, 49, '_wpas_done_all', '1'),
(1524, 49, 'gridalicious-layout-option', 'default'),
(1525, 49, 'gridalicious-header-image', 'default'),
(1526, 49, 'gridalicious-sidebar-options', 'default-sidebar'),
(1527, 49, 'gridalicious-featured-image', 'default'),
(195, 49, '_edit_lock', '1543250200:2'),
(196, 25, '_jetpack_dont_email_post_to_subs', '1'),
(399, 96, 'gridalicious-layout-option', 'default'),
(360, 96, '_jetpack_dont_email_post_to_subs', '1'),
(346, 96, '_wpas_done_all', '1'),
(338, 96, '_edit_last', '2'),
(316, 9, '_jetpack_dont_email_post_to_subs', '1'),
(215, 55, '_wp_attached_file', '2017/02/TEDxPPT.pptx'),
(216, 49, '_jetpack_dont_email_post_to_subs', '1'),
(221, 57, '_wp_attached_file', ''),
(222, 58, '_wp_attached_file', '2017'),
(223, 59, '_wp_attached_file', '2017/02'),
(224, 60, '_wp_attached_file', 'TEDxLangleyED'),
(225, 61, '_wp_attached_file', 'backup-guard'),
(226, 62, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20170226205546'),
(227, 63, '_wp_attached_file', '2017/02/Kelly-Kerrigan-3.png'),
(228, 63, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:467;s:6:"height";i:257;s:4:"file";s:28:"2017/02/Kelly-Kerrigan-3.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"Kelly-Kerrigan-3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"Kelly-Kerrigan-3-300x165.png";s:5:"width";i:300;s:6:"height";i:165;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:28:"Kelly-Kerrigan-3-400x225.png";s:5:"width";i:400;s:6:"height";i:225;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:{}}}'),
(229, 64, '_wp_attached_file', '2017/02/Niki-Robinson.png'),
(230, 64, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:621;s:6:"height";i:511;s:4:"file";s:25:"2017/02/Niki-Robinson.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Niki-Robinson-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:25:"Niki-Robinson-300x247.png";s:5:"width";i:300;s:6:"height";i:247;s:9:"mime-type";s:9:"image/png";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:25:"Niki-Robinson-621x439.png";s:5:"width";i:621;s:6:"height";i:439;s:9:"mime-type";s:9:"image/png";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:25:"Niki-Robinson-621x450.png";s:5:"width";i:621;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:25:"Niki-Robinson-400x225.png";s:5:"width";i:400;s:6:"height";i:225;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:{}}}'),
(231, 65, '_wp_attached_file', '2017/02/Sharon-Douglas.png'),
(232, 65, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:473;s:6:"height";i:269;s:4:"file";s:26:"2017/02/Sharon-Douglas.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"Sharon-Douglas-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"Sharon-Douglas-300x171.png";s:5:"width";i:300;s:6:"height";i:171;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:26:"Sharon-Douglas-400x225.png";s:5:"width";i:400;s:6:"height";i:225;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:{}}}'),
(233, 66, '_wp_attached_file', '2017/02/TEDx-Speakers.jpg'),
(234, 66, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:25:"2017/02/TEDx-Speakers.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"TEDx-Speakers-150x150.jpg";s:5:"width";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:"TEDx-Speakers-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:25:"TEDx-Speakers-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:26:"TEDx-Speakers-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:25:"TEDx-Speakers-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:25:"TEDx-Speakers-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:25:"TEDx-Speakers-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:26:"TEDx-Speakers-1024x514.jpg";s:5:"width";i:1024;s:6:"height";i:514;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:"0";s:8:"keywords";a:0:{}}}'),
(235, 67, '_wp_attached_file', '2017/02/ACE-Students-on-Stage.jpg'),
(236, 67, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3264;s:6:"height";i:2448;s:4:"file";s:33:"2017/02/ACE-Students-on-Stage.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"ACE-Students-on-Stage-150x150.jpg";s:5:"width";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:"ACE-Students-on-Stage-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:33:"ACE-Students-on-Stage-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:34:"ACE-Students-on-Stage-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:33:"ACE-Students-on-Stage-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:33:"ACE-Students-on-Stage-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:33:"ACE-Students-on-Stage-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:34:"ACE-Students-on-Stage-1200x514.jpg";s:5:"width";i:1200;s:6:"height";i:514;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:"0";s:8:"keywords";a:0:{}}}'),
(237, 68, '_wp_attached_file', '2017/02/Alternate-Student-Slide.jpg'),
(238, 68, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:900;s:4:"file";s:35:"2017/02/Alternate-Student-Slide.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Alternate-Student-Slide-150x150.jpg";s:5:"width";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:"Alternate-Student-Slide-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:35:"Alternate-Student-Slide-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:36:"Alternate-Student-Slide-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:35:"Alternate-Student-Slide-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:35:"Alternate-Student-Slide-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:35:"Alternate-Student-Slide-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:36:"Alternate-Student-Slide-1200x514.jpg";s:5:"width";i:1200;s:6:"height";i:514;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:"0";s:8:"keywords";a:0:{}}}'),
(239, 69, '_wp_attached_file', '2017/02/Bryon-Carpenter.png'),
(240, 69, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:631;s:6:"height";i:589;s:4:"file";s:27:"2017/02/Bryon-Carpenter.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Bryon-Carpenter-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"Bryon-Carpenter-300x280.png";s:5:"width";i:300;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:27:"Bryon-Carpenter-631x439.png";s:5:"width";i:631;s:6:"height";i:439;s:9:"mime-type";s:9:"image/png";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:27:"Bryon-Carpenter-631x450.png";s:5:"width";i:631;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:27:"Bryon-Carpenter-400x225.png";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:27:"Bryon-Carpenter-631x514.png";s:5:"width";i:631;s:6:"height";i:514;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:{}}}'),
(241, 70, '_wp_attached_file', '2017/02/Cecelia-Reekie.png'),
(242, 70, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:625;s:6:"height";i:337;s:4:"file";s:26:"2017/02/Cecelia-Reekie.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"Cecelia-Reekie-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"Cecelia-Reekie-300x162.png";s:5:"width";i:300;s:6:"height";i:162;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:26:"Cecelia-Reekie-400x225.png";s:5:"width";i:400;s:6:"height";i:225;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:{}}}'),
(243, 71, '_wp_attached_file', '2017/02/Chris-Wejr.png'),
(244, 71, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:624;s:6:"height";i:532;s:4:"file";s:22:"2017/02/Chris-Wejr.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Chris-Wejr-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"Chris-Wejr-300x256.png";s:5:"width";i:300;s:6:"height";i:256;s:9:"mime-type";s:9:"image/png";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:22:"Chris-Wejr-624x439.png";s:5:"width";i:624;s:6:"height";i:439;s:9:"mime-type";s:9:"image/png";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:22:"Chris-Wejr-624x450.png";s:5:"width";i:624;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:22:"Chris-Wejr-400x225.png";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:22:"Chris-Wejr-624x514.png";s:5:"width";i:624;s:6:"height";i:514;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:{}}}'),
(245, 72, '_wp_attached_file', '2017/02/Hugh-Mcdonald-4.png'),
(246, 72, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:463;s:6:"height";i:555;s:4:"file";s:27:"2017/02/Hugh-Mcdonald-4.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-250x300.png";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-463x439.png";s:5:"width";i:463;s:6:"height";i:439;s:9:"mime-type";s:9:"image/png";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-463x450.png";s:5:"width";i:463;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-400x225.png";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:27:"Hugh-Mcdonald-4-463x514.png";s:5:"width";i:463;s:6:"height";i:514;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:{}}}'),
(255, 11, '_jetpack_dont_email_post_to_subs', '1'),
(260, 75, '_wp_attached_file', '2017/02/SITEPoster.pdf'),
(337, 97, '_wp_attached_file', '2017/02/From-Outcast-to-In-cast-The-Rebuilding-of-an-Alternate-Program.pptx'),
(268, 11, '_g_feedback_shortcode', '[contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/]'),
(269, 11, '_g_feedback_shortcode_atts', 'a:6:{s:2:"to";s:23:"sandy@sandybalascak.com";s:7:"subject";s:21:"From the Contact Form";s:12:"show_subject";s:2:"no";s:6:"widget";i:0;s:2:"id";i:11;s:18:"submit_button_text";s:13:"Submit &#187;";}'),
(721, 165, '_wp_attachment_metadata', 'a:16:{s:10:"dataformat";s:3:"mp3";s:8:"channels";s:1:"2";s:11:"sample_rate";s:5:"44100";s:7:"bitrate";s:6:"128000";s:11:"channelmode";s:6:"stereo";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";s:0:"";s:15:"encoder_options";s:6:"CBR128";s:17:"compression_ratio";s:15:"0.0907029478458";s:10:"fileformat";s:3:"mp3";s:8:"filesize";s:7:"5420930";s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";s:3:"339";s:16:"length_formatted";s:4:"5:39";s:6:"artist";s:0:"";s:5:"album";s:0:"";}'),
(735, 162, 'gridalicious-featured-image', 'default'),
(734, 162, 'gridalicious-sidebar-options', 'default-sidebar'),
(733, 162, 'gridalicious-header-image', 'default'),
(732, 162, 'gridalicious-layout-option', 'default'),
(720, 165, '_wp_attached_file', '2017/04/CBC-2016-Christmas.mp3'),
(719, 162, '_wpas_done_all', '1'),
(711, 162, '_edit_last', '2'),
(710, 162, '_edit_lock', '1491152174:2'),
(933, 232, '_wp_attached_file', '2017/12'),
(739, 155, 'gridalicious-layout-option', 'default'),
(1502, 313, 'gridalicious-header-image', 'default'),
(974, 242, '_wpas_done_all', '1'),
(1094, 252, 'wpmdr_menu', '1'),
(1095, 270, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20180218051018'),
(965, 242, '_edit_last', '2'),
(964, 242, '_edit_lock', '1529866698:2'),
(685, 158, '_wp_attached_file', '2017/03/Sponsor-Letter.pdf'),
(664, 135, '_wp_old_slug', 'tedx-coverage-2017'),
(675, 155, '_edit_lock', '1491153051:2'),
(676, 155, '_edit_last', '2'),
(684, 155, '_wpas_done_all', '1'),
(312, 24, '_jetpack_dont_email_post_to_subs', '1'),
(313, 26, '_jetpack_dont_email_post_to_subs', '1'),
(315, 28, '_jetpack_dont_email_post_to_subs', '1'),
(400, 96, 'gridalicious-header-image', 'default'),
(401, 96, 'gridalicious-sidebar-options', 'default-sidebar'),
(402, 96, 'gridalicious-featured-image', 'default'),
(347, 96, '_edit_lock', '1488157956:2'),
(403, 103, '_publicize_pending', '1'),
(741, 155, 'gridalicious-sidebar-options', 'default-sidebar'),
(742, 155, 'gridalicious-featured-image', 'default'),
(698, 160, '_wp_attached_file', '2017/04'),
(1254, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:900;s:4:"file";s:23:"2018/06/Ignite-2018.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Ignite-2018-150x150.jpg";s:5:"width";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:"Ignite-2018-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Ignite-2018-768x480.jpg";s:5:"width";i:768;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Ignite-2018-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:23:"Ignite-2018-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:23:"Ignite-2018-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:23:"Ignite-2018-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:24:"Ignite-2018-1200x514.jpg";s:5:"width";i:1200;s:6:"height";i:514;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:"0";s:8:"keywords";a:0:{}}}'),
(1253, 320, '_wp_attached_file', '2018/06/Ignite-2018.jpg'),
(757, 180, '_edit_last', '2'),
(932, 231, '_wp_attached_file', '2017/11'),
(756, 180, '_edit_lock', '1494794328:2'),
(1251, 319, '_edit_lock', '1543211070:2'),
(1252, 319, '_edit_last', '2'),
(620, 148, '_wp_attached_file', '2017/03/02-23-17-TEDx.pdf'),
(740, 155, 'gridalicious-header-image', 'default'),
(475, 119, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20170227033115'),
(758, 181, '_wp_attached_file', '2017/05/DSCF3831.jpg'),
(488, 120, '_wp_attached_file', '2017/03'),
(505, 128, '_edit_last', '2'),
(513, 128, '_wpas_done_all', '1'),
(1250, 242, 'gridalicious-featured-image', 'default'),
(984, 128, 'gridalicious-layout-option', 'default'),
(985, 128, 'gridalicious-header-image', 'default'),
(986, 128, 'gridalicious-sidebar-options', 'default-sidebar'),
(987, 128, 'gridalicious-featured-image', 'default'),
(514, 128, '_edit_lock', '1543210923:2'),
(515, 128, '_jetpack_dont_email_post_to_subs', '1'),
(759, 181, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:320;s:4:"file";s:20:"2017/05/DSCF3831.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF3831-150x150.jpg";s:5:"width";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:"DSCF3831-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:20:"DSCF3831-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:6:"Picasa";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:{}}}'),
(1249, 242, 'gridalicious-sidebar-options', 'default-sidebar'),
(1248, 242, 'gridalicious-header-image', 'default'),
(552, 135, '_edit_last', '2'),
(560, 135, '_wpas_done_all', '1'),
(562, 135, '_jetpack_dont_email_post_to_subs', '1'),
(745, 135, 'gridalicious-layout-option', 'default'),
(746, 135, 'gridalicious-header-image', 'default'),
(747, 135, 'gridalicious-sidebar-options', 'default-sidebar'),
(748, 135, 'gridalicious-featured-image', 'default'),
(561, 135, '_edit_lock', '1492708705:2'),
(1247, 242, 'gridalicious-layout-option', 'default'),
(975, 242, 'wpmdr_menu', '1'),
(752, 177, '_wp_attached_file', '2017/05'),
(797, 183, 'gridalicious-featured-image', 'default'),
(909, 222, '_wp_attached_file', '2017/08'),
(910, 223, '_wp_attached_file', '2017/09'),
(1510, 324, 'gridalicious-featured-image', 'default'),
(1145, 277, '_wp_attached_file', '2017/02/cropped-TEDx-1.jpg'),
(1146, 277, '_wp_attachment_context', 'custom-header'),
(1147, 277, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1191;s:6:"height";i:511;s:4:"file";s:26:"2017/02/cropped-TEDx-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-TEDx-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"cropped-TEDx-1-300x129.jpg";s:5:"width";i:300;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"cropped-TEDx-1-768x330.jpg";s:5:"width";i:768;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"cropped-TEDx-1-1024x439.jpg";s:5:"width";i:1024;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:26:"cropped-TEDx-1-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:26:"cropped-TEDx-1-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:26:"cropped-TEDx-1-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;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:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:16;}'),
(1503, 313, 'gridalicious-sidebar-options', 'default-sidebar'),
(1504, 313, 'gridalicious-featured-image', 'default'),
(1539, 373, '_feedback_email', 'a:2:{s:2:"to";a:1:{i:0;s:33:""sandy" <sandy@sandybalascak.com>";}s:7:"message";s:571:"<!doctype html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<body>\n\n<b>Name:</b> Richardunert<br /><br /><b>Email:</b> joomlamodsws@mail.ru<br /><br /><b>Subject:</b> Sentence<br /><br /><b>Comment:</b> This message was sent by mod for XRumer. <br />\r\nWant to also send your messages to the full machine, then you here. <br />\r\nhttp://bysws.ru/info/mail.html<br /><br /><br /><hr />Time: 12/11/2018 at 11:34 pm<br />IP Address: 188.32.232.69<br />Contact Form URL: http://sandybalascak.com/contact/<br /><p>Sent by an unverified visitor to your site.</p>\n\n</body>\n</html>";}'),
(868, 212, '_publicize_pending', '1'),
(869, 212, '_menu_item_type', 'post_type'),
(870, 212, '_menu_item_menu_item_parent', '0'),
(871, 212, '_menu_item_object_id', '49'),
(872, 212, '_menu_item_object', 'page'),
(873, 212, '_menu_item_target', ''),
(874, 212, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(875, 212, '_menu_item_xfn', ''),
(876, 212, '_menu_item_url', ''),
(934, 233, '_wp_attached_file', '2018'),
(935, 234, '_wp_attached_file', '2018/01'),
(936, 235, '_wp_attached_file', '2018/02'),
(926, 11, '_g_feedback_shortcode_69ad4f15b7bb2f8bdf0af8ff75d129fbf0c9b1c3', '[contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/]'),
(927, 11, '_g_feedback_shortcode_atts_69ad4f15b7bb2f8bdf0af8ff75d129fbf0c9b1c3', 'a:6:{s:2:"to";s:23:"sandy@sandybalascak.com";s:7:"subject";s:21:"From the Contact Form";s:12:"show_subject";s:2:"no";s:6:"widget";i:0;s:2:"id";i:11;s:18:"submit_button_text";s:6:"Submit";}'),
(928, 229, '_wp_attached_file', '2017/10'),
(952, 237, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20180217212208'),
(953, 155, 'wpmdr_menu', '1'),
(1501, 313, 'gridalicious-layout-option', 'default'),
(1117, 67, 'wpmdr_menu', '1'),
(1126, 275, '_wp_attached_file', '2018/04'),
(1226, 313, '_edit_lock', '1543210982:2'),
(1227, 313, '_edit_last', '2'),
(1015, 252, '_edit_lock', '1525147411:2'),
(1016, 252, '_edit_last', '2'),
(1024, 252, '_wpas_done_all', '1'),
(1241, 318, '_menu_item_object', 'page'),
(1025, 9, 'wpmdr_menu', '1'),
(1090, 252, 'gridalicious-layout-option', 'default'),
(1091, 252, 'gridalicious-header-image', 'default'),
(1092, 252, 'gridalicious-sidebar-options', 'default-sidebar'),
(1093, 252, 'gridalicious-featured-image', 'default'),
(1242, 318, '_menu_item_target', ''),
(1243, 318, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1244, 318, '_menu_item_xfn', ''),
(1245, 318, '_menu_item_url', ''),
(1238, 318, '_menu_item_type', 'post_type'),
(1239, 318, '_menu_item_menu_item_parent', '0'),
(1058, 263, '_edit_lock', '1518930455:2'),
(1059, 263, '_edit_last', '2'),
(1060, 49, 'wpmdr_menu', '1'),
(1068, 263, '_wpas_done_all', '1'),
(1069, 263, 'wpmdr_menu', '1'),
(1072, 263, 'gridalicious-layout-option', 'default'),
(1073, 263, 'gridalicious-header-image', 'default'),
(1074, 263, 'gridalicious-sidebar-options', 'default-sidebar'),
(1075, 263, 'gridalicious-featured-image', 'default'),
(1240, 318, '_menu_item_object_id', '313'),
(1078, 46, 'wpmdr_menu', '1'),
(1079, 180, 'wpmdr_menu', '1'),
(1080, 71, 'wpmdr_menu', '1'),
(1096, 128, 'wpmdr_menu', '1'),
(1116, 272, '_wp_attached_file', '2018/03'),
(1098, 11, 'wpmdr_menu', '1'),
(1099, 183, 'wpmdr_menu', '1'),
(1100, 135, 'wpmdr_menu', '1'),
(1101, 96, 'wpmdr_menu', '1'),
(1102, 162, 'wpmdr_menu', '1'),
(1509, 324, 'gridalicious-sidebar-options', 'default-sidebar'),
(1262, 319, '_wpas_done_all', '1'),
(1281, 319, 'wpmdr_menu', '1'),
(1282, 324, '_edit_lock', '1543211151:2'),
(1513, 319, 'gridalicious-layout-option', 'default'),
(1514, 319, 'gridalicious-header-image', 'default'),
(1515, 319, 'gridalicious-sidebar-options', 'default-sidebar'),
(1516, 319, 'gridalicious-featured-image', 'default'),
(1283, 324, '_edit_last', '2'),
(1291, 324, '_wpas_done_all', '1'),
(1298, 324, 'wpmdr_menu', '1'),
(1507, 324, 'gridalicious-layout-option', 'default'),
(1508, 324, 'gridalicious-header-image', 'default'),
(1106, 2, 'wpmdr_menu', '1'),
(1107, 69, 'wpmdr_menu', '1'),
(1108, 17, 'wpmdr_menu', '1'),
(1109, 65, 'wpmdr_menu', '1'),
(1110, 68, 'wpmdr_menu', '1'),
(1111, 64, 'wpmdr_menu', '1'),
(1112, 66, 'wpmdr_menu', '1'),
(1113, 20, 'wpmdr_menu', '1'),
(1114, 63, 'wpmdr_menu', '1'),
(1115, 72, 'wpmdr_menu', '1'),
(1118, 16, 'wpmdr_menu', '1'),
(1119, 70, 'wpmdr_menu', '1'),
(1566, 384, '_feedback_extra_fields', 'a:1:{s:9:"5_Subject";s:58:"Do you have a leaky bucket to fill for sandybalascak.com ?";}'),
(1567, 384, '_feedback_email', 'a:2:{s:2:"to";a:1:{i:0;s:33:""sandy" <sandy@sandybalascak.com>";}s:7:"message";s:5738:"<!doctype html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<body>\n\n<b>Name:</b> Eric<br /><br /><b>Email:</b> eric@talkwithcustomer.com<br /><br /><b>Subject:</b> Do you have a leaky bucket to fill for sandybalascak.com ?<br /><br /><b>Comment:</b> Hello,<br />\r\n<br />\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.<br />\r\n<br />\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...<br />\r\n<br />\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.<br />\r\n<br />\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.<br />\r\n<br />\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In<br />\r\n<br />\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.<br />\r\n<br />\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?<br />\r\n<br />\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers<br />\r\n<br />\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.<br />\r\n<br />\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.<br />\r\n<br />\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales<br />\r\n<br />\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.<br />\r\n<br />\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.<br />\r\n<br />\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue<br />\r\n<br />\r\nOnce you''ve got customers... your job is done, right? Not so fast!<br />\r\n<br />\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.<br />\r\n<br />\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy<br />\r\n<br />\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.<br />\r\n<br />\r\nOr is it?<br />\r\n<br />\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.<br />\r\n<br />\r\nHow our software overcomes each of these ongoing challenges:<br />\r\n<br />\r\nThese are real challenges that never seem to go away...<br />\r\n<br />\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.<br />\r\n<br />\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com<br />\r\n<br />\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!<br />\r\n<br />\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.<br />\r\n<br />\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.<br />\r\n<br />\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com<br />\r\n<br />\r\nThis is a one-time only promotion that expires in 14 days.<br />\r\n<br />\r\nWhy am I offering you this time sensitive 14 days free trial incentive?<br />\r\n<br />\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...<br />\r\n<br />\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...<br />\r\n<br />\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com<br />\r\n<br />\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!<br />\r\n<br />\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)<br />\r\n<br />\r\nWith appreciation,<br />\r\n-Eric "simplifying tech" Jones<br />\r\n<br />\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com<br /><br /><br /><hr />Time: 02/06/2019 at 1:42 pm<br />IP Address: 75.75.233.238<br />Contact Form URL: http://sandybalascak.com/contact/<br /><p>Sent by an unverified visitor to your site.</p>\n\n</body>\n</html>";}'),
(1152, 279, '_wp_attachment_context', 'custom-header'),
(1151, 279, '_wp_attached_file', '2017/02/cropped-TEDx-2.jpg'),
(1153, 279, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1191;s:6:"height";i:511;s:4:"file";s:26:"2017/02/cropped-TEDx-2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-TEDx-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:26:"cropped-TEDx-2-300x129.jpg";s:5:"width";i:300;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"cropped-TEDx-2-768x330.jpg";s:5:"width";i:768;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"cropped-TEDx-2-1024x439.jpg";s:5:"width";i:1024;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:26:"cropped-TEDx-2-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:26:"cropped-TEDx-2-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:26:"cropped-TEDx-2-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;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:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:16;}'),
(1154, 279, '_wp_attachment_custom_header_last_used_gridalicious-pro-child', '1523843806'),
(1155, 279, '_wp_attachment_is_custom_header', 'gridalicious-pro-child'),
(1160, 284, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20180415235336'),
(1161, 103, '_wp_old_slug', 'gridalicious-pro'),
(1200, 279, 'wpmdr_menu', '1'),
(1199, 277, 'wpmdr_menu', '1'),
(1210, 306, '_wp_attached_file', '2018/06'),
(1195, 302, '_wp_attached_file', '2018/05'),
(1538, 373, '_feedback_extra_fields', 'a:1:{s:9:"5_Subject";s:8:"Sentence";}'),
(1565, 383, '_feedback_email', 'a:2:{s:2:"to";a:1:{i:0;s:33:""sandy" <sandy@sandybalascak.com>";}s:7:"message";s:5737:"<!doctype html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<body>\n\n<b>Name:</b> Eric<br /><br /><b>Email:</b> eric@talkwithcustomer.com<br /><br /><b>Subject:</b> Do you have a leaky bucket to fill for sandybalascak.com ?<br /><br /><b>Comment:</b> Hello,<br />\r\n<br />\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.<br />\r\n<br />\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...<br />\r\n<br />\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.<br />\r\n<br />\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.<br />\r\n<br />\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In<br />\r\n<br />\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.<br />\r\n<br />\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?<br />\r\n<br />\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers<br />\r\n<br />\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.<br />\r\n<br />\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.<br />\r\n<br />\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales<br />\r\n<br />\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.<br />\r\n<br />\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.<br />\r\n<br />\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue<br />\r\n<br />\r\nOnce you''ve got customers... your job is done, right? Not so fast!<br />\r\n<br />\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.<br />\r\n<br />\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy<br />\r\n<br />\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.<br />\r\n<br />\r\nOr is it?<br />\r\n<br />\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.<br />\r\n<br />\r\nHow our software overcomes each of these ongoing challenges:<br />\r\n<br />\r\nThese are real challenges that never seem to go away...<br />\r\n<br />\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.<br />\r\n<br />\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com<br />\r\n<br />\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!<br />\r\n<br />\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.<br />\r\n<br />\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.<br />\r\n<br />\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com<br />\r\n<br />\r\nThis is a one-time only promotion that expires in 14 days.<br />\r\n<br />\r\nWhy am I offering you this time sensitive 14 days free trial incentive?<br />\r\n<br />\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...<br />\r\n<br />\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...<br />\r\n<br />\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com<br />\r\n<br />\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!<br />\r\n<br />\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)<br />\r\n<br />\r\nWith appreciation,<br />\r\n-Eric "simplifying tech" Jones<br />\r\n<br />\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com<br /><br /><br /><hr />Time: 02/04/2019 at 10:11 am<br />IP Address: 64.44.49.95<br />Contact Form URL: http://sandybalascak.com/contact/<br /><p>Sent by an unverified visitor to your site.</p>\n\n</body>\n</html>";}'),
(1546, 351, '_wp_desired_post_slug', ''),
(1547, 349, '_wp_trash_meta_status', 'draft'),
(1548, 349, '_wp_trash_meta_time', '1548012179'),
(1549, 349, '_wp_desired_post_slug', ''),
(1550, 350, '_wp_trash_meta_status', 'draft'),
(1551, 350, '_wp_trash_meta_time', '1548012179'),
(1552, 350, '_wp_desired_post_slug', ''),
(1553, 376, '_wp_trash_meta_status', 'publish');
INSERT INTO `2017postmeta` VALUES
(1554, 376, '_wp_trash_meta_time', '1548012993'),
(1555, 376, '_wp_desired_post_slug', 'e809191fec55cac8b2c4d68ae33fd146'),
(1556, 373, '_wp_trash_meta_status', 'publish'),
(1557, 373, '_wp_trash_meta_time', '1548012993'),
(1558, 373, '_wp_desired_post_slug', '3d3a831a722d730dba7b863dd158cb35'),
(1559, 372, '_wp_trash_meta_status', 'publish'),
(1560, 372, '_wp_trash_meta_time', '1548012993'),
(1561, 372, '_wp_desired_post_slug', '53df1efa0f978e22d8c1cfcbf4cd147f'),
(1562, 378, '_wp_attached_file', 'backup-guard/sg_backup_opt(full)_20190120193844'),
(1563, 382, '_wp_attached_file', '2019/02'),
(1564, 383, '_feedback_extra_fields', 'a:1:{s:9:"5_Subject";s:58:"Do you have a leaky bucket to fill for sandybalascak.com ?";}'),
(1545, 351, '_wp_trash_meta_time', '1548012179'),
(1333, 334, '_wp_attached_file', '2018/11/gridalicious-pro-3.4-1543197827.zip'),
(1544, 351, '_wp_trash_meta_status', 'draft'),
(1342, 338, '_wp_attached_file', '2018/11/TEDx.jpg'),
(1343, 338, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1191;s:6:"height";i:781;s:4:"file";s:16:"2018/11/TEDx.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"TEDx-150x150.jpg";s:5:"width";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:"TEDx-300x197.jpg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"TEDx-768x504.jpg";s:5:"width";i:768;s:6:"height";i:504;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"TEDx-1024x671.jpg";s:5:"width";i:1024;s:6:"height";i:671;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:16:"TEDx-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:16:"TEDx-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:16:"TEDx-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:17:"TEDx-1191x514.jpg";s:5:"width";i:1191;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"4";s:6:"credit";s:12:"Angelo Cikes";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1484394298";s:9:"copyright";s:20:"© 2017 Angelo Cikes";s:12:"focal_length";s:2:"95";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1344, 49, '_thumbnail_id', '66'),
(1358, 341, '_edit_lock', '1543210739:2'),
(1359, 341, '_edit_last', '2'),
(1367, 341, '_wpas_done_all', '1'),
(1368, 341, 'wpmdr_menu', '1'),
(1487, 341, 'gridalicious-layout-option', 'default'),
(1488, 341, 'gridalicious-header-image', 'default'),
(1489, 341, 'gridalicious-sidebar-options', 'default-sidebar'),
(1490, 341, 'gridalicious-featured-image', 'default'),
(1379, 348, '_wp_attached_file', '2018/11/No-Such-Thing-As-Problem-Youth-Slide.jpg'),
(1380, 348, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1019;s:6:"height";i:766;s:4:"file";s:48:"2018/11/No-Such-Thing-As-Problem-Youth-Slide.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-768x577.jpg";s:5:"width";i:768;s:6:"height";i:577;s:9:"mime-type";s:10:"image/jpeg";}s:21:"gridalicious-featured";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-780x439.jpg";s:5:"width";i:780;s:6:"height";i:439;s:9:"mime-type";s:10:"image/jpeg";}s:26:"gridalicious-featured-grid";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"gridalicious-featured-content";a:4:{s:4:"file";s:48:"No-Such-Thing-As-Problem-Youth-Slide-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:28:"gridalicious-featured-header";a:4:{s:4:"file";s:49:"No-Such-Thing-As-Problem-Youth-Slide-1019x514.jpg";s:5:"width";i:1019;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:5:"Sandy";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1543171908";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:{}}}'),
(1381, 313, '_thumbnail_id', '348'),
(1386, 313, 'wpmdr_menu', '1'),
(1534, 370, '_wp_attached_file', '2018/09'),
(1535, 371, '_wp_attached_file', '2018/12'),
(1536, 372, '_feedback_extra_fields', 'a:1:{s:9:"5_Subject";s:28:"Concerning sandybalascak.com";}'),
(1543, 376, '_feedback_email', 'a:2:{s:2:"to";a:1:{i:0;s:33:""sandy" <sandy@sandybalascak.com>";}s:7:"message";s:1034:"<!doctype html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<body>\n\n<b>Name:</b> Kelly Smith<br /><br /><b>Email:</b> kellyinternetmarketing4@gmail.com<br /><br /><b>Subject:</b> Re: Websites Promotion<br /><br /><b>Comment:</b> Re: Websites Promotion<br />\r\n<br />\r\nHello,<br />\r\n <br />\r\nTrust you are doing very well,<br />\r\n <br />\r\nDo you want to see your website in Top 10 position in Google?<br />\r\n <br />\r\nIf yes, please let us know your domain name which you want to optimize. We will run analysis on your website and no cost and send full report with all the points and where your website is missing.<br />\r\n <br />\r\nPlease let me know your website URL then we will get back to you with our report on your website.<br />\r\n <br />\r\nThanks &amp; Regards,<br />\r\nKelly Smith<br />\r\nkellyinternetmarketing4@gmail.com<br /><br /><br /><hr />Time: 01/17/2019 at 4:09 am<br />IP Address: 14.192.55.74<br />Contact Form URL: http://sandybalascak.com/contact/<br /><p>Sent by an unverified visitor to your site.</p>\n\n</body>\n</html>";}'),
(1413, 355, '_edit_last', '2'),
(1412, 355, '_edit_lock', '1543250290:2'),
(1421, 355, '_wpas_done_all', '1'),
(1533, 369, '_wp_attached_file', '2018/10'),
(1458, 355, 'gridalicious-layout-option', 'default'),
(1459, 355, 'gridalicious-header-image', 'default'),
(1460, 355, 'gridalicious-sidebar-options', 'default-sidebar'),
(1461, 355, 'gridalicious-featured-image', 'default'),
(1532, 368, '_wp_attached_file', '2018/11'),
(1531, 367, '_wp_attached_file', '2018/07'),
(1530, 366, '_wp_attached_file', '2018/08'),
(1437, 355, 'wpmdr_menu', '1'),
(1440, 355, 'twitter_share', 'a:2:{s:8:"hashtags";a:1:{i:0;s:9:"altedchat";}s:4:"text";s:59:"New blog entry about problem youth vs. youth with problems.";}'),
(1537, 372, '_feedback_email', 'a:2:{s:2:"to";a:1:{i:0;s:33:""sandy" <sandy@sandybalascak.com>";}s:7:"message";s:2238:"<!doctype html>\n<html xmlns="http://www.w3.org/1999/xhtml">\n<body>\n\n<b>Name:</b> Randy<br /><br /><b>Email:</b> randy@talkwithlead.com<br /><br /><b>Subject:</b> Concerning sandybalascak.com<br /><br /><b>Comment:</b> Hi,<br />\r\n<br />\r\nMy name is Randy and I was looking at a few different sites online and came across your site sandybalascak.com.  I must say - your website is very impressive.  I found your website on the first page of the Search Engine.<br />\r\n<br />\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.<br />\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  <br />\r\n<br />\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!<br />\r\n  <br />\r\nTry the TalkWithLead Live Demo now to see exactly how it works.  Visit: http://www.talkwithcustomer.com<br />\r\n<br />\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.<br />\r\n<br />\r\nIf you would like to talk to me about this service, please give me a call.  We do offer a 14 days free trial.  <br />\r\n<br />\r\nThanks and Best Regards,<br />\r\nRandy<br />\r\n<br />\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com<br /><br /><br /><hr />Time: 12/07/2018 at 12:19 am<br />IP Address: 104.168.6.170<br />Contact Form URL: http://sandybalascak.com/contact/<br /><p>Sent by an unverified visitor to your site.</p>\n\n</body>\n</html>";}'),
(1540, 374, '_wp_attached_file', '2019'),
(1541, 375, '_wp_attached_file', '2019/01'),
(1542, 376, '_feedback_extra_fields', 'a:1:{s:9:"5_Subject";s:22:"Re: Websites Promotion";}'),
(1482, 363, '_menu_item_target', ''),
(1483, 363, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1484, 363, '_menu_item_xfn', ''),
(1485, 363, '_menu_item_url', '');

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

--
-- Table structure for table `2017posts`
--

CREATE TABLE `2017posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017posts`
--

INSERT INTO `2017posts` VALUES
(306, 0, '2018-06-01 15:07:44', '2018-06-01 15:07:44', '', '06', '', 'publish', 'closed', 'closed', '', '06', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/06', 0, 'mgmlp_media_folder', '', 0),
(380, 0, '2018-11-26 02:55:11', '0000-00-00 00:00:00', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS90ZWR4LzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjA6MjI6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9URUR4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5URUR4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2Nyb3BwZWQtdGVkeC1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMDoyMjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL2Nyb3BwZWQtVEVEeC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1URUR4LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9iZy1kYXJrLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjA6MjM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9iZy1kYXJrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZy1kYXJrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2tlbGx5LWtlcnJpZ2FuLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL0tlbGx5LUtlcnJpZ2FuLTMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktlbGx5IEtlcnJpZ2FuIDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vbmlraS1yb2JpbnNvbi88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvTmlraS1Sb2JpbnNvbi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TmlraSBSb2JpbnNvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9zaGFyb24tZG91Z2xhcy88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvU2hhcm9uLURvdWdsYXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNoYXJvbiBEb3VnbGFzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtc3BlYWtlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL1RFRHgtU3BlYWtlcnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRFRHggU3BlYWtlcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWNlLXN0dWRlbnRzLW9uLXN0YWdlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjI6MDA6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9BQ0UtU3R1ZGVudHMtb24tU3RhZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFDRSBTdHVkZW50cyBvbiBTdGFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hbHRlcm5hdGUtc3R1ZGVudC1zbGlkZS88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvQWx0ZXJuYXRlLVN0dWRlbnQtU2xpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFsdGVybmF0ZSBTdHVkZW50IFNsaWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2JyeW9uLWNhcnBlbnRlci88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvQnJ5b24tQ2FycGVudGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcnlvbiBDYXJwZW50ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vY2VjZWxpYS1yZWVraWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL0NlY2VsaWEtUmVla2llLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DZWNlbGlhIFJlZWtpZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9jaHJpcy13ZWpyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjI6MDA6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9DaHJpcy1XZWpyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaHJpcyBXZWpyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2h1Z2gtbWNkb25hbGQtNC88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvSHVnaC1NY2RvbmFsZC00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IdWdoIE1jZG9uYWxkIDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWJlYWJjLWNvbmZlcmVuY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0xNFQyMDozODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA1L0RTQ0YzODMxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BQkVBQkMgQ29uZmVyZW5jZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QUNFIFN0dWRlbnRzIGpvaW5pbmcgdGhlIHBhbmVsLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vY3JvcHBlZC10ZWR4LTEtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTZUMDE6NTQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9jcm9wcGVkLVRFRHgtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1URUR4LTEuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2Nyb3BwZWQtdGVkeC0yLWpwZy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE2VDAxOjU2OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvY3JvcHBlZC1URUR4LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyb3BwZWQtVEVEeC0yLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pZ25pdGUtMzUtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI0VDE5OjA0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvSWduaXRlLTIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklnbml0ZSAyMDE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtbGFuZ2xleWVkLTIwMTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwMjoxMjoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1RFRHguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRFRHg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vcHJlc2VudGF0aW9uLXRvcGljcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDAyOjU1OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvTm8tU3VjaC1UaGluZy1Bcy1Qcm9ibGVtLVlvdXRoLVNsaWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ObyBTdWNoIFRoaW5nIEFzIFByb2JsZW0gWW91dGggU2xpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=', 'image-sitemap-1.xml', '', 'draft', 'closed', 'closed', '', '', '', '', '2019-02-17 08:31:28', '2019-02-17 16:31:28', '', 0, 'http://sandybalascak.com/?p=380', 0, 'jp_img_sitemap', '', 0),
(2, 2, '2017-02-26 19:00:04', '2017-02-26 19:00:04', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href="http://sandybalascak.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Home', '', 'publish', 'closed', 'open', '', 'home', '', '', '2017-02-26 20:01:12', '2017-02-26 20:01:12', '', 0, 'http://sandybalascak.com/?page_id=2', 0, 'page', '', 0),
(125, 2, '2017-03-10 22:45:30', '2017-03-11 06:45:30', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\n&nbsp;\r\n\r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/JjoOJb7y9AQ" frameborder="0" allowfullscreen></iframe>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]\r\n\r\n&nbsp;\r\n\r\n[photo_gallery_wp id="1"]', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-03-10 22:45:30', '2017-03-11 06:45:30', '', 49, 'http://sandybalascak.com/2017/03/10/49-revision-v1/', 0, 'revision', '', 0),
(124, 2, '2017-03-10 22:44:25', '2017-03-11 06:44:25', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\nThe video has not yet been released, but I have included the PowerPoint and still pictures for now.\r\n\r\n&nbsp;\r\n\r\n&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/JjoOJb7y9AQ" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]\r\n\r\n&nbsp;\r\n\r\n[photo_gallery_wp id="1"]', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-03-10 22:44:25', '2017-03-11 06:44:25', '', 49, 'http://sandybalascak.com/2017/03/10/49-revision-v1/', 0, 'revision', '', 0),
(7, 2, '2017-02-26 20:00:40', '2017-02-26 20:00:40', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://sandybalascak.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-02-26 20:00:40', '2017-02-26 20:00:40', '', 2, 'http://sandybalascak.com/2017/02/26/2-revision-v1/', 0, 'revision', '', 0),
(8, 2, '2017-02-26 20:01:12', '2017-02-26 20:01:12', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href="http://sandybalascak.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Home', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-02-26 20:01:12', '2017-02-26 20:01:12', '', 2, 'http://sandybalascak.com/2017/02/26/2-revision-v1/', 0, 'revision', '', 0),
(9, 2, '2017-02-26 20:01:53', '2017-02-26 20:01:53', 'How do you take a group of alternate school youth who see themselves as bad, stupid and unworthy, and prove to them that they are as capable as students in the mainstream school? You come up with an innovative plan, that many will call crazy, that goes against all traditional methods for dealing with these youth, and that has no proven track record from which to defend your ideas; and you take a leap of faith.\r\n\r\nIt is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and instead I worked in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to work toward a Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had an ability to empathize and truly understand at-risk youth.  As my understanding of them grew and I was able to help them achieve successes and believe in themselves, my passion for doing the work also grew.  I had been a "problem youth" myself, but I managed to move past it and use it to help others; and I realized that now I could show youth how to move beyond their own barriers and issues.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nEarly after arriving at the school, I began creating relationships in the community.  Creating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them; and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'publish', 'closed', 'closed', '', 'about-me', '', '', '2017-03-04 09:40:58', '2017-03-04 17:40:58', '', 0, 'http://sandybalascak.com/?page_id=9', 0, 'page', '', 0),
(10, 2, '2017-02-26 20:01:53', '2017-02-26 20:01:53', '', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-26 20:01:53', '2017-02-26 20:01:53', '', 9, 'http://sandybalascak.com/2017/02/26/9-revision-v1/', 0, 'revision', '', 0),
(11, 2, '2017-02-26 20:02:40', '2017-02-26 20:02:40', 'You can email me directly at <a href="mailto:sandy@sandybalascak.com">sandy@sandybalascak.com</a> or use the form below.\r\n\r\n&nbsp;\r\n\r\n[contact-form subject=''From the Contact Form''][contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/][/contact-form]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-11-25 20:50:08', '2018-11-26 04:50:08', '', 0, 'http://sandybalascak.com/?page_id=11', 0, 'page', '', 0),
(12, 2, '2017-02-26 20:02:40', '2017-02-26 20:02:40', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2017-02-26 20:02:40', '2017-02-26 20:02:40', '', 11, 'http://sandybalascak.com/2017/02/26/11-revision-v1/', 0, 'revision', '', 0),
(16, 2, '2017-02-26 20:22:14', '2017-02-26 20:22:14', '', 'TEDx', '', 'inherit', 'open', 'closed', '', 'tedx', '', '', '2017-02-26 20:22:14', '2017-02-26 20:22:14', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/TEDx.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 2, '2017-02-26 20:22:29', '2017-02-26 20:22:29', '', 'cropped-TEDx.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-tedx-jpg', '', '', '2017-02-26 20:22:29', '2017-02-26 20:22:29', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 0, '2017-11-01 15:41:39', '2017-11-01 15:41:39', '', '11', '', 'publish', 'closed', 'closed', '', '11', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/11', 0, 'mgmlp_media_folder', '', 0),
(232, 0, '2017-12-01 14:15:42', '2017-12-01 14:15:42', '', '12', '', 'publish', 'closed', 'closed', '', '12', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/12', 0, 'mgmlp_media_folder', '', 0),
(20, 2, '2017-02-26 20:23:54', '2017-02-26 20:23:54', '', 'bg-dark', '', 'inherit', 'open', 'closed', '', 'bg-dark', '', '', '2017-02-26 20:23:54', '2017-02-26 20:23:54', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/bg-dark.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 2, '2018-06-24 12:04:36', '2018-06-24 19:04:36', '<img class="alignnone size-medium wp-image-320" src="http://sandybalascak.com/wp-content/uploads/2018/06/Ignite-2018-300x188.jpg" alt="" width="300" height="188" />', 'Ignite 35 2018', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2018-06-24 12:04:36', '2018-06-24 19:04:36', '', 319, 'http://sandybalascak.com/319-revision-v1/', 0, 'revision', '', 0),
(293, 2, '2018-04-16 18:46:42', '2018-04-17 01:46:42', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-04-16 18:46:42', '2018-04-17 01:46:42', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(288, 2, '2018-04-16 18:25:32', '2018-04-17 01:25:32', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.nav-links {\n    display: none;\n}\n', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-04-16 18:25:32', '2018-04-17 01:25:32', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(286, 2, '2018-04-16 18:25:05', '2018-04-17 01:25:05', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.nav-links {\n    display: none;\n}\n\nbody.archive .entry-content,\nbody.blog .entry-content {\n    display: none;\n}', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-04-16 18:25:05', '2018-04-17 01:25:05', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(175, 2, '2017-04-20 09:25:52', '2017-04-20 16:25:52', '<div id="at_zurlpreview">\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\n\n<div id="at_zurlpreview">\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison News</h2>\n<p class="imgp"><img src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" /></p>\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html" target="_blank">www.agassizharrisonobserver.com/news/412588953.html</a></p>\n\n</div>\n</div>\n<p class="imgs"></p>', 'TEDx Events', '', 'inherit', 'closed', 'closed', '', '135-autosave-v1', '', '', '2017-04-20 09:25:52', '2017-04-20 16:25:52', '', 135, 'http://sandybalascak.com/135-autosave-v1/', 0, 'revision', '', 0),
(24, 2, '2017-02-26 20:29:39', '2017-02-26 20:29:39', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/2017/02/26/home/', 1, 'nav_menu_item', '', 0),
(25, 2, '2017-02-26 20:29:39', '2017-02-26 20:29:39', ' ', '', '', 'publish', 'closed', 'closed', '', '25', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/2017/02/26/25/', 7, 'nav_menu_item', '', 0),
(26, 2, '2017-02-26 20:29:39', '2017-02-26 20:29:39', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/2017/02/26/26/', 2, 'nav_menu_item', '', 0),
(363, 2, '2018-11-25 21:37:13', '2018-11-26 05:37:13', ' ', '', '', 'publish', 'closed', 'closed', '', '363', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/?p=363', 6, 'nav_menu_item', '', 0),
(28, 2, '2017-02-26 20:29:39', '2017-02-26 20:29:39', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/2017/02/26/28/', 4, 'nav_menu_item', '', 0),
(168, 2, '2017-04-02 09:57:39', '2017-04-02 16:57:39', 'This area is under construction.\n\n<a href="http://sandybalascak.com/2017/03/29/tedx-events/">TEDx events mine and my students''</a>\n\n<a href="http://sandybalascak.com/christmas-morning-seniors-brunch/">Christmas and Grinchmas 2016</a>', 'Media Coverage', '', 'inherit', 'closed', 'closed', '', '155-autosave-v1', '', '', '2017-04-02 09:57:39', '2017-04-02 16:57:39', '', 155, 'http://sandybalascak.com/155-autosave-v1/', 0, 'revision', '', 0),
(169, 2, '2017-04-02 09:57:55', '2017-04-02 16:57:55', 'This area is under construction.\r\n\r\n<a href="http://sandybalascak.com/2017/03/29/tedx-events/">TEDx events mine and my students''</a>\r\n\r\n<a href="http://sandybalascak.com/christmas-morning-seniors-brunch/">Christmas and Grinchmas 2016</a>', 'Media Coverage', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2017-04-02 09:57:55', '2017-04-02 16:57:55', '', 155, 'http://sandybalascak.com/155-revision-v1/', 0, 'revision', '', 0),
(167, 2, '2017-04-02 09:56:10', '2017-04-02 16:56:10', '<div id="at_zurlpreview">\r\n<h2>Giving the gift of Christmas to local seniors - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Ace students and alumni share Christmas morning breakfast and gift giving at the Legion</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407939896.html" target="_blank">www.agassizharrisonobserver.com/news/407939896.html</a></p>\r\n<p class="imgs"></p>\r\n\r\n</div>\r\n<h3 class="imgs">CBC Interview of Staff and Students</h3>\r\n[audio mp3="http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3"][/audio]\r\n<h3 class="imgs"></h3>\r\n<div id="at_zurlpreview">\r\n<h2>Grinchmas grows hearts for Christmas - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Suess'' How the Grinch Stole Christmas stole hearts in Agassiz with a reading of the classic children''s book and feast prepared by volunteers</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407835786.html" target="_blank">www.agassizharrisonobserver.com/news/407835786.html</a></p>\r\n\r\n</div>', 'Christmas and Grinchmas', '', 'inherit', 'closed', 'closed', '', '162-revision-v1', '', '', '2017-04-02 09:56:10', '2017-04-02 16:56:10', '', 162, 'http://sandybalascak.com/162-revision-v1/', 0, 'revision', '', 0),
(166, 2, '2017-04-02 09:54:27', '2017-04-02 16:54:27', '<div id="at_zurlpreview">\r\n<h2>Giving the gift of Christmas to local seniors - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Ace students and alumni share Christmas morning breakfast and gift giving at the Legion</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407939896.html" target="_blank">www.agassizharrisonobserver.com/news/407939896.html</a></p>\r\n<p class="imgs"></p>\r\n\r\n</div>\r\n<h3 class="imgs">CBC Interview of Staff and Students</h3>\r\n[audio mp3="http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3"][/audio]\r\n<h3 class="imgs"></h3>\r\n<div id="at_zurlpreview">\r\n<h2>Grinchmas grows hearts for Christmas - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Suess'' How the Grinch Stole Christmas stole hearts in Agassiz with a reading of the classic children''s book and feast prepared by volunteers</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407835786.html" target="_blank">www.agassizharrisonobserver.com/news/407835786.html</a></p>\r\n\r\n</div>', 'Christmas Morning Seniors'' Brunch', '', 'inherit', 'closed', 'closed', '', '162-revision-v1', '', '', '2017-04-02 09:54:27', '2017-04-02 16:54:27', '', 162, 'http://sandybalascak.com/162-revision-v1/', 0, 'revision', '', 0),
(165, 2, '2017-04-02 09:51:45', '2017-04-02 16:51:45', '"CBC 2016 Christmas".', 'CBC 2016 Christmas', '', 'inherit', 'open', 'closed', '', 'cbc-2016-christmas', '', '', '2017-04-02 09:51:56', '2017-04-02 16:51:56', '', 162, 'http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3', 0, 'attachment', 'audio/mpeg', 0),
(164, 2, '2017-04-02 09:53:20', '2017-04-02 16:53:20', '<div id="at_zurlpreview">\n<h2>Giving the gift of Christmas to local seniors - Agassiz-Harrison News</h2>\n<p class="imgp"><img src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" /></p>\n<p class="imgd">Ace students and alumni share Christmas morning breakfast and gift giving at the Legion</p>\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407939896.html" target="_blank">www.agassizharrisonobserver.com/news/407939896.html</a></p>\n\n</div>\n<h3 class="imgs">CBC Interview of Staff and Students</h3>\n[audio mp3="http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3"][/audio]\n<h3 class="imgs">CBC Interview of Staff and Students</h3>', 'Christmas Morning Seniors'' Brunch', '', 'inherit', 'closed', 'closed', '', '162-autosave-v1', '', '', '2017-04-02 09:53:20', '2017-04-02 16:53:20', '', 162, 'http://sandybalascak.com/162-autosave-v1/', 0, 'revision', '', 0),
(163, 2, '2017-04-02 09:47:53', '2017-04-02 16:47:53', '<div id="at_zurlpreview">\r\n<h2>Giving the gift of Christmas to local seniors - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Ace students and alumni share Christmas morning breakfast and gift giving at the Legion</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407939896.html" target="_blank">www.agassizharrisonobserver.com/news/407939896.html</a></p>\r\n\r\n</div>', 'Christmas Morning Seniors'' Brunch', '', 'inherit', 'closed', 'closed', '', '162-revision-v1', '', '', '2017-04-02 09:47:53', '2017-04-02 16:47:53', '', 162, 'http://sandybalascak.com/162-revision-v1/', 0, 'revision', '', 0),
(160, 0, '2017-04-01 15:52:56', '2017-04-01 15:52:56', '', '04', '', 'publish', 'closed', 'closed', '', '04', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/04', 0, 'mgmlp_media_folder', '', 0),
(319, 2, '2018-06-24 12:04:36', '2018-06-24 19:04:36', '<img class="alignnone size-medium wp-image-320" src="http://sandybalascak.com/wp-content/uploads/2018/06/Ignite-2018-300x188.jpg" alt="" width="300" height="188" />\r\n<div class="Gallery with-tweet">\r\n<div class="Gallery-content">\r\n<div class="GalleryTweet enable-fade">\r\n<div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content original-tweet js-original-tweet favorited has-cards Tweet--invertedColors has-content " data-you-block="false" data-you-follow="true" data-user-id="103089089" data-name="Langley Pro-D" data-item-id="1000449277053865984" data-has-cards="true" data-disclosure-type="" data-reply-to-users-json="[{&quot;id_str&quot;:&quot;103089089&quot;,&quot;screen_name&quot;:&quot;thinklangley&quot;,&quot;name&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_text_as_html&quot;:&quot;Langley Pro-D&quot;}}]" data-mentions="SandyBalascak" data-follows-you="true" data-screen-name="thinklangley" data-tweet-stat-initialized="true" data-tweet-nonce="1000449277053865984-6219dd78-ca69-4d6e-9996-0dfb9dfbe704" data-conversation-id="1000449277053865984" data-permalink-path="/thinklangley/status/1000449277053865984" data-tweet-id="1000449277053865984">\r\n<div class="content">\r\n<div class="stream-item-header"><a class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="https://twitter.com/thinklangley" data-user-id="103089089"><span class="FullNameGroup"><strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part="">Langley Pro-D</strong>‏<span class="UserNameBreak"> </span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part="">@<b>thinklangley</b></span></a> <small class="time"> <a class="tweet-timestamp js-permalink js-nav js-tooltip" href="https://twitter.com/thinklangley/status/1000449277053865984" data-original-title="11:51 AM - 26 May 2018" data-conversation-id="1000449277053865984"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-long-form="true" data-time-ms="1527360669000" data-time="1527360669">May 26</span></a> </small></div>\r\n<div class="js-tweet-text-container">\r\n<p class="TweetTextSize js-tweet-text tweet-text" lang="en" data-aria-label-part="0">Sandy Balascak''s (<a class="twitter-atreply pretty-link js-nav" dir="ltr" href="https://twitter.com/SandyBalascak" data-mentioned-user-id="469509694"><s>@</s><b>SandyBalascak</b></a>) Ignite (Prozzak''s "Be As") will discuss creating a safe, "family" space at school with an emphasis on acceptance over labeling.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Ignite 35 2018', '', 'publish', 'open', 'open', '', 'ignite-35-2018', '', '', '2018-11-25 21:46:24', '2018-11-26 05:46:24', '', 0, 'http://sandybalascak.com/?p=319', 0, 'post', '', 0),
(162, 2, '2017-04-02 09:47:53', '2017-04-02 16:47:53', '<div id="at_zurlpreview">\r\n<h2>Giving the gift of Christmas to local seniors - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/12579agassizACEstudentsatChristmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Ace students and alumni share Christmas morning breakfast and gift giving at the Legion</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407939896.html" target="_blank">www.agassizharrisonobserver.com/news/407939896.html</a></p>\r\n<p class="imgs"></p>\r\n\r\n</div>\r\n<h3 class="imgs">CBC Interview of Staff and Students</h3>\r\n[audio mp3="http://sandybalascak.com/wp-content/uploads/2017/04/CBC-2016-Christmas.mp3"][/audio]\r\n<h3 class="imgs"></h3>\r\n<div id="at_zurlpreview">\r\n<h2>Grinchmas grows hearts for Christmas - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/57017agassizMLALaurieThronessGrinchmasweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Suess'' How the Grinch Stole Christmas stole hearts in Agassiz with a reading of the classic children''s book and feast prepared by volunteers</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/407835786.html" target="_blank">www.agassizharrisonobserver.com/news/407835786.html</a></p>\r\n\r\n</div>', 'Christmas and Grinchmas', '', 'publish', 'open', 'open', '', 'christmas-morning-seniors-brunch', '', '', '2017-04-02 09:56:10', '2017-04-02 16:56:10', '', 0, 'http://sandybalascak.com/?p=162', 0, 'post', '', 0),
(46, 2, '2017-02-26 21:04:49', '2017-02-26 21:04:49', 'The ACE Conference is taking place on May 18 and 19 this year.  I will be doing a session called Personalizing for Adults in an Adult/Alternate setting.  From having all ages in my program, I have come to recognize that adults are every bit as varied in their circumstances and abilities, if not more so, than alternate youth so personalized learning is essential for them as well.  I will share how we have tailored programs to a number of different backgrounds and ages to ensure success for those in our programs.\r\n\r\nConference details can be found at <a href="http://aceconference.net/index.html" target="_blank" rel="noopener noreferrer">aceconference.net</a>.  There is a student rate for aspiring teachers, and all meals and snacks are included for all.', 'Adult Centered Education (ACE) Conference', '', 'publish', 'open', 'open', '', 'adult-centered-education-conference', '', '', '2017-06-03 20:25:21', '2017-06-04 03:25:21', '', 0, 'http://sandybalascak.com/?p=46', 1, 'post', '', 0),
(47, 2, '2017-02-26 21:04:49', '2017-02-26 21:04:49', '', 'Adult Centred Education Conference', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-02-26 21:04:49', '2017-02-26 21:04:49', '', 46, 'http://sandybalascak.com/2017/02/26/46-revision-v1/', 0, 'revision', '', 0),
(48, 2, '2017-02-26 21:05:26', '2017-02-26 21:05:26', '', 'Adult Centered Education Conference', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-02-26 21:05:26', '2017-02-26 21:05:26', '', 46, 'http://sandybalascak.com/2017/02/26/46-revision-v1/', 0, 'revision', '', 0),
(49, 2, '2017-02-26 21:13:04', '2017-02-26 21:13:04', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\n&nbsp;\r\n\r\n<iframe src="https://www.youtube.com/embed/JjoOJb7y9AQ" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]\r\n\r\n&nbsp;\r\n\r\n[photo_gallery_wp id="1"]', 'TEDx LangleyED 2017', '', 'publish', 'closed', 'closed', '', 'tedx-langleyed-2017', '', '', '2018-11-25 21:48:00', '2018-11-26 05:48:00', '', 0, 'http://sandybalascak.com/?page_id=49', 0, 'page', '', 0),
(50, 2, '2017-02-26 21:13:04', '2017-02-26 21:13:04', '', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-02-26 21:13:04', '2017-02-26 21:13:04', '', 49, 'http://sandybalascak.com/2017/02/26/49-revision-v1/', 0, 'revision', '', 0),
(158, 2, '2017-04-01 13:12:37', '2017-04-01 20:12:37', '', 'IgniteSponsor', '', 'inherit', 'closed', 'closed', '', 'sponsor-letter', '', '', '2017-04-01 13:12:59', '2017-04-01 20:12:59', '', 128, 'http://sandybalascak.com/wp-content/uploads/2017/03/Sponsor-Letter.pdf', 0, 'attachment', 'application/pdf', 0),
(159, 2, '2017-04-01 13:13:33', '2017-04-01 20:13:33', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we will are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite" target="_blank">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX" target="_blank">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford" target="_blank">Facebook</a> for updates and to let us know what you think.\r\n\r\nIf you would like to support this event through partnership, here is a letter providing the details.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/Sponsor-Letter.pdf" download="all"]', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-04-01 13:13:33', '2017-04-01 20:13:33', '', 128, 'http://sandybalascak.com/128-revision-v1/', 0, 'revision', '', 0),
(157, 2, '2017-04-01 13:13:28', '2017-04-01 20:13:28', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we will are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\n\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite" target="_blank">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\n\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX" target="_blank">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford" target="_blank">Facebook</a> for updates and to let us know what you think.\n\nIf you would like to support this event through partnership, here is a letter providing the details.\n\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/Sponsor-Letter.pdf" download="all"]', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-autosave-v1', '', '', '2017-04-01 13:13:28', '2017-04-01 20:13:28', '', 128, 'http://sandybalascak.com/128-autosave-v1/', 0, 'revision', '', 0),
(155, 2, '2017-04-01 13:00:17', '2017-04-01 20:00:17', 'This area is under construction.\r\n\r\n<a href="http://sandybalascak.com/2017/03/29/tedx-events/">TEDx events mine and my students''</a>\r\n\r\n<a href="http://sandybalascak.com/christmas-morning-seniors-brunch/">Christmas and Grinchmas 2016</a>', 'Media Coverage', '', 'publish', 'closed', 'open', '', 'media-coverage', '', '', '2017-04-02 09:57:55', '2017-04-02 16:57:55', '', 0, 'http://sandybalascak.com/?p=155', 0, 'post', '', 0),
(156, 2, '2017-04-01 13:00:17', '2017-04-01 20:00:17', 'This area is under construction.\r\n\r\n<a href="http://sandybalascak.com/2017/03/29/tedx-events/">Coverage of TEDx events for me and for my students.</a>', 'Media Coverage', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2017-04-01 13:00:17', '2017-04-01 20:00:17', '', 155, 'http://sandybalascak.com/2017/04/01/155-revision-v1/', 0, 'revision', '', 0),
(55, 2, '2017-02-26 21:52:54', '2017-02-26 21:52:54', '', 'TEDxPPT', '', 'inherit', 'open', 'closed', '', 'tedxppt', '', '', '2017-02-26 21:52:54', '2017-02-26 21:52:54', '', 49, 'http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 0),
(56, 2, '2017-02-26 21:53:13', '2017-02-26 21:53:13', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\nThe video has not yet been released, but I have included the PowerPoint and still pictures for now.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-02-26 21:53:13', '2017-02-26 21:53:13', '', 49, 'http://sandybalascak.com/2017/02/26/49-revision-v1/', 0, 'revision', '', 0),
(57, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', 'uploads', '', 'publish', 'closed', 'closed', '', 'uploads', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads', 0, 'mgmlp_media_folder', '', 0),
(58, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', '2017', '', 'publish', 'closed', 'closed', '', '2017', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017', 0, 'mgmlp_media_folder', '', 0),
(59, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', '02', '', 'publish', 'closed', 'closed', '', '02', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02', 0, 'mgmlp_media_folder', '', 0),
(60, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', 'TEDxLangleyED', '', 'publish', 'closed', 'closed', '', 'TEDxLangleyED', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/TEDxLangleyED', 0, 'mgmlp_media_folder', '', 0),
(61, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', 'backup-guard', '', 'publish', 'closed', 'closed', '', 'backup-guard', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard', 0, 'mgmlp_media_folder', '', 0),
(62, 2, '2017-02-26 21:54:29', '2017-02-26 21:54:29', '', 'sg_backup_opt(full)_20170226205546', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20170226205546', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20170226205546', 0, 'mgmlp_media_folder', '', 0);
INSERT INTO `2017posts` VALUES
(63, 2, '2017-02-26 22:00:37', '2017-02-26 22:00:37', '', 'Kelly Kerrigan 3', '', 'inherit', 'open', 'closed', '', 'kelly-kerrigan-3', '', '', '2017-02-26 22:00:37', '2017-02-26 22:00:37', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Kelly-Kerrigan-3.png', 0, 'attachment', 'image/png', 0),
(64, 2, '2017-02-26 22:00:38', '2017-02-26 22:00:38', '', 'Niki Robinson', '', 'inherit', 'open', 'closed', '', 'niki-robinson', '', '', '2017-02-26 22:00:38', '2017-02-26 22:00:38', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Niki-Robinson.png', 0, 'attachment', 'image/png', 0),
(65, 2, '2017-02-26 22:00:40', '2017-02-26 22:00:40', '', 'Sharon Douglas', '', 'inherit', 'open', 'closed', '', 'sharon-douglas', '', '', '2017-02-26 22:00:40', '2017-02-26 22:00:40', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Sharon-Douglas.png', 0, 'attachment', 'image/png', 0),
(66, 2, '2017-02-26 22:00:41', '2017-02-26 22:00:41', '', 'TEDx Speakers', '', 'inherit', 'open', 'closed', '', 'tedx-speakers', '', '', '2017-02-26 22:00:41', '2017-02-26 22:00:41', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/TEDx-Speakers.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 2, '2017-02-26 22:00:44', '2017-02-26 22:00:44', '', 'ACE Students on Stage', '', 'inherit', 'open', 'closed', '', 'ace-students-on-stage', '', '', '2017-02-26 22:00:44', '2017-02-26 22:00:44', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/ACE-Students-on-Stage.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 2, '2017-02-26 22:00:50', '2017-02-26 22:00:50', '', 'Alternate Student Slide', '', 'inherit', 'open', 'closed', '', 'alternate-student-slide', '', '', '2017-02-26 22:00:50', '2017-02-26 22:00:50', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Alternate-Student-Slide.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 2, '2017-02-26 22:00:52', '2017-02-26 22:00:52', '', 'Bryon Carpenter', '', 'inherit', 'open', 'closed', '', 'bryon-carpenter', '', '', '2017-02-26 22:00:52', '2017-02-26 22:00:52', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Bryon-Carpenter.png', 0, 'attachment', 'image/png', 0),
(70, 2, '2017-02-26 22:00:55', '2017-02-26 22:00:55', '', 'Cecelia Reekie', '', 'inherit', 'open', 'closed', '', 'cecelia-reekie', '', '', '2017-02-26 22:00:55', '2017-02-26 22:00:55', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Cecelia-Reekie.png', 0, 'attachment', 'image/png', 0),
(71, 2, '2017-02-26 22:00:56', '2017-02-26 22:00:56', '', 'Chris Wejr', '', 'inherit', 'open', 'closed', '', 'chris-wejr', '', '', '2017-02-26 22:00:56', '2017-02-26 22:00:56', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Chris-Wejr.png', 0, 'attachment', 'image/png', 0),
(72, 2, '2017-02-26 22:00:59', '2017-02-26 22:00:59', '', 'Hugh Mcdonald 4', '', 'inherit', 'open', 'closed', '', 'hugh-mcdonald-4', '', '', '2017-02-26 22:00:59', '2017-02-26 22:00:59', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/Hugh-Mcdonald-4.png', 0, 'attachment', 'image/png', 0),
(73, 2, '2017-02-26 22:05:22', '2017-02-26 22:05:22', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\nThe video has not yet been released, but I have included the PowerPoint and still pictures for now.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]\r\n\r\n&nbsp;\r\n\r\n[photo_gallery_wp id="1"]', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-02-26 22:05:22', '2017-02-26 22:05:22', '', 49, 'http://sandybalascak.com/2017/02/26/49-revision-v1/', 0, 'revision', '', 0),
(74, 2, '2017-02-26 22:08:44', '2017-02-26 22:08:44', 'You can email me directly at <a href="mailto:sandy@sandybalascak.com">sandy@sandybalascak.com</a> or use the form below.\r\n\r\n&nbsp;\r\n\r\n[contact-form][contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/][/contact-form]', 'Contact', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2017-02-26 22:08:44', '2017-02-26 22:08:44', '', 11, 'http://sandybalascak.com/2017/02/26/11-revision-v1/', 0, 'revision', '', 0),
(75, 2, '2017-02-26 22:16:25', '2017-02-26 22:16:25', '', 'SITEPoster', '', 'inherit', 'open', 'closed', '', 'siteposter', '', '', '2017-02-26 22:16:25', '2017-02-26 22:16:25', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/SITEPoster.pdf', 0, 'attachment', 'application/pdf', 0),
(97, 2, '2017-02-27 00:36:39', '2017-02-27 00:36:39', '', 'From Outcast to'' In-cast'' The Rebuilding of an Alternate Program', 'BCSSA Session Slides', 'inherit', 'open', 'closed', '', 'from-outcast-to-in-cast-the-rebuilding-of-an-alternate-program', '', '', '2017-02-27 00:38:15', '2017-02-27 00:38:15', '', 96, 'http://sandybalascak.com/wp-content/uploads/2017/02/From-Outcast-to-In-cast-The-Rebuilding-of-an-Alternate-Program.pptx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 0),
(78, 2, '2017-02-26 22:38:47', '2017-02-26 22:38:47', 'The ACE Conference is taking place on May 18 and 19 this year.  I will be doing a session called Personalizing for Adults in an Adult/Alternate setting.  From having all ages in my program, I have come to recognize that adults are every bit as varied in their circumstances and abilities, if not more so, than alternate youth so personalized learning is essential for them as well.  I will share how we have tailored programs to a number of different backgrounds and ages to ensure success for those in our programs.\r\n\r\nConference details can be found at <a href="http://aceconference.net/index.html" target="_blank">aceconference.net</a>.  There is a student rate for aspiring teachers, and all meals and snacks are included for all.', 'Adult Centered Education (ACE) Conference', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-02-26 22:38:47', '2017-02-26 22:38:47', '', 46, 'http://sandybalascak.com/2017/02/26/46-revision-v1/', 0, 'revision', '', 0),
(242, 2, '2018-02-17 20:10:51', '2018-02-18 04:10:51', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html" target="_blank" rel="noopener">Click here for UBC Okanagan SIE information and registration.  </a>\r\n<h5><strong>If you are not a UBC student, you can still register by contacting the faculty at</strong> <a href="mailto:sie.education@ubc.ca">sie.education@ubc.ca</a>.</h5>\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" target="_blank" rel="noopener">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'draft', 'open', 'open', '', 'ubc-okanagan-summer-institute-in-education', '', '', '2018-06-24 11:59:56', '2018-06-24 18:59:56', '', 0, 'http://sandybalascak.com/?p=242', 0, 'post', '', 0),
(154, 2, '2017-04-01 12:56:17', '2017-04-01 19:56:17', '<div id="at_zurlpreview">\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html" target="_blank">www.agassizharrisonobserver.com/news/412588953.html</a></p>\r\n\r\n</div>\r\n</div>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>', 'TEDx Events', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-04-01 12:56:17', '2017-04-01 19:56:17', '', 135, 'http://sandybalascak.com/2017/04/01/135-revision-v1/', 0, 'revision', '', 0),
(152, 2, '2017-03-29 14:24:10', '2017-03-29 21:24:10', '<div id="at_zurlpreview">\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html" target="_blank">www.agassizharrisonobserver.com/news/412588953.html</a></p>\r\n\r\n</div>\r\n</div>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 14:24:10', '2017-03-29 21:24:10', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(151, 2, '2017-03-29 14:19:27', '2017-03-29 21:19:27', '<div id="at_zurlpreview">\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n</div>\r\n\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison Observer</h2>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html?mobile=true" target="_blank">www.agassizharrisonobserver.com/news/412588953.html?mobile=true</a></p>\r\n\r\n</div>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>\r\n\r\n</div>', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 14:19:27', '2017-03-29 21:19:27', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(150, 2, '2017-03-29 14:16:28', '2017-03-29 21:16:28', '<div id="at_zurlpreview">\r\n<h3>Agassiz Harrison Observer coverage of Langley and Chilliwack TEDx Events.</h3>\r\n&nbsp;\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n</div>\r\n<h5 class="imgs"></h5>\r\n<div id="at_zurlpreview">\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison Observer</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/AgassizObserverMobileLogo.png" data-src="http://media.bclocalnews.com/images/AgassizObserverMobileLogo.png" /></p>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html?mobile=true" target="_blank">www.agassizharrisonobserver.com/news/412588953.html?mobile=true</a></p>\r\n\r\n</div>\r\n<p class="imgs"></p>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>\r\n\r\n</div>', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 14:16:28', '2017-03-29 21:16:28', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(91, 2, '2017-02-26 23:53:00', '2017-02-26 23:53:00', 'Like the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many successful programs, some of which have won awards.\r\n\r\nThe Legion\r\n\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n\r\nSenior/Teen Events\r\n\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n\r\nChristmas Morning for Seniors\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-26 23:53:00', '2017-02-26 23:53:00', '', 9, 'http://sandybalascak.com/2017/02/26/9-revision-v1/', 0, 'revision', '', 0),
(92, 2, '2017-02-27 00:05:18', '2017-02-27 00:05:18', 'Like the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many successful programs, some of which have won awards.\r\n\r\nThe Legion\r\n\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n\r\nSenior/Teen Events\r\n\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n\r\nChristmas Morning for Seniors\r\n\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n\r\nACE Burgers and SAS\r\n\r\n&nbsp;\r\n\r\nIntergenerational Day\r\n\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n\r\nBetty Urquhart Award\r\n\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n\r\nGolden Star Award\r\n\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 00:05:18', '2017-02-27 00:05:18', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(93, 2, '2017-02-27 00:12:44', '2017-02-27 00:12:44', 'Like the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many successful programs, some of which have won awards.\r\n\r\nThe Legion\r\n\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n\r\nSenior/Teen Events\r\n\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n\r\nChristmas Morning for Seniors\r\n\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n\r\nACE Burgers and SAS\r\n\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n\r\nIntergenerational Day\r\n\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n\r\nBetty Urquhart Award\r\n\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n\r\nGolden Star Award\r\n\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 00:12:44', '2017-02-27 00:12:44', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(94, 2, '2017-02-27 00:16:36', '2017-02-27 00:16:36', 'Like the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n\r\nSenior/Teen Events\r\n\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n\r\nChristmas Morning for Seniors\r\n\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n\r\nACE Burgers and SAS\r\n\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n\r\nIntergenerational Day\r\n\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n\r\nBetty Urquhart Award\r\n\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n\r\nGolden Star Award\r\n\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 00:16:36', '2017-02-27 00:16:36', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(95, 2, '2017-02-27 00:17:58', '2017-02-27 00:17:58', 'Like the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 00:17:58', '2017-02-27 00:17:58', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(96, 2, '2017-02-27 00:38:37', '2017-02-27 00:38:37', 'In 2013, I presented to the BCSSA on the rebuilding, rebranding and reprogramming of our alternate school.  It was my first opportunity to present on the programs and innovations we introduced to increase the students'' self-esteem and successes.  I highlighted the journey of overcoming stereotypes and creating a new and respected program.  The PowerPoint that I used is below.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/From-Outcast-to-In-cast-The-Rebuilding-of-an-Alternate-Program.pptx" download="all" viewer="microsoft"]', 'BC School Superintendents Association 2013', '', 'publish', 'open', 'open', '', 'bc-school-superintendents-association-2013', '', '', '2017-02-27 01:12:33', '2017-02-27 01:12:33', '', 0, 'http://sandybalascak.com/?p=96', 3, 'post', '', 0),
(98, 2, '2017-02-27 00:38:37', '2017-02-27 00:38:37', 'In 2013, I presented to the BCSSA on the rebuilding, rebranding and reprogramming of our alternate school.  I highlighted the journey of overcoming stereotypes and creating a new and respected program.  The PowerPoint that I used is below.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/From-Outcast-to-In-cast-The-Rebuilding-of-an-Alternate-Program.pptx" download="all" viewer="microsoft"]', 'BC School Superintendents Association 2013', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2017-02-27 00:38:37', '2017-02-27 00:38:37', '', 96, 'http://sandybalascak.com/2017/02/27/96-revision-v1/', 0, 'revision', '', 0),
(99, 2, '2017-02-27 00:53:15', '2017-02-27 00:53:15', '<h3>History</h3>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 00:53:15', '2017-02-27 00:53:15', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(100, 2, '2017-02-27 01:01:46', '2017-02-27 01:01:46', 'It is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 01:01:46', '2017-02-27 01:01:46', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `2017posts` VALUES
(101, 2, '2017-02-27 01:07:11', '2017-02-27 01:07:11', 'In 2013, I presented to the BCSSA on the rebuilding, rebranding and reprogramming of our alternate school.  It was my first opportunity to present on the programs and innovations we introduced to increase the students'' self-esteem and successes.  I highlighted the journey of overcoming stereotypes and creating a new and respected program.  The PowerPoint that I used is below.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/From-Outcast-to-In-cast-The-Rebuilding-of-an-Alternate-Program.pptx" download="all" viewer="microsoft"]', 'BC School Superintendents Association 2013', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2017-02-27 01:07:11', '2017-02-27 01:07:11', '', 96, 'http://sandybalascak.com/2017/02/27/96-revision-v1/', 0, 'revision', '', 0),
(103, 2, '2017-02-27 01:13:13', '2017-02-27 01:13:13', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.archive .page-title {\ndisplay: none;\n}\n\n.post-meta .post-category {\ndisplay: none;\n}\n\n.page-title .meta-single li {\ndisplay: none;\nborder-bottom: none;\n}\n\n.nav-links {\n    display: none;\n}\n\nbody.single #main .entry-footer {\n    display: none;\n}', 'gridalicious-pro-child', '', 'publish', 'closed', 'closed', '', 'gridalicious-pro-child', '', '', '2018-11-25 18:33:50', '2018-11-26 02:33:50', '', 0, 'http://sandybalascak.com/2017/02/27/gridalicious-pro/', 0, 'custom_css', '', 0),
(104, 2, '2017-02-27 01:13:13', '2017-02-27 01:13:13', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.nav-links {\n    display: none;\n}', 'gridalicious-pro', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2017-02-27 01:13:13', '2017-02-27 01:13:13', '', 103, 'http://sandybalascak.com/2017/02/27/103-revision-v1/', 0, 'revision', '', 0),
(106, 2, '2017-02-27 01:54:38', '2017-02-27 01:54:38', 'How do you take a group of alternate school youth who see themselves as bad, stupid and unworthy, and prove to them that they are as capable as students in the mainstream school? You come up with an innovative plan, that many will call crazy, that goes against all traditional methods for dealing with these youth, and that has no proven track record from which to defend your ideas; and you take a leap of faith.\r\n\r\nIt is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 01:54:38', '2017-02-27 01:54:38', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(105, 2, '2017-02-27 01:53:32', '2017-02-27 01:53:32', '<span style="color: #000000; font-family: Calibri; font-size: medium;">How do you take a group of alternate school youth who see themselves as bad, stupid and unworthy, and prove to them that they are as capable as students in the mainstream school? You come up with an innovative plan, that many will call crazy, that goes against all traditional methods for dealing with these youth, and that has no proven track record from which to defend your ideas; and you take a leap of faith.</span>\r\n\r\nIt is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and I did work in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nCreating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them, and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 01:53:32', '2017-02-27 01:53:32', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(331, 2, '2018-11-09 09:15:18', '2018-11-09 17:15:18', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-252" class="post-252 post type-post status-publish format-standard hentry category-workshop-and-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI have presented on a number of topics and I can tailor a presentation to suit the needs of the audience for parents, for school districts, and for both mainstream and alternate schools.\r\n<h3><strong>At-Risk Youth and Mental Health Topics</strong></h3>\r\n<ol>\r\n 	<li><strong>Start With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy vs. Sympathy</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Roots of Issues vs. Symptoms</strong></li>\r\n 	<li><strong>Differences Between Relationships and "Acquaintanceships"</strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride Without Superiority</strong></li>\r\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\r\n 	<li><strong>Giving Voice Through TEDx, Ignite, and Other Public Speaking</strong></li>\r\n 	<li><strong>Reacting to Trauma and Overcoming the Effects</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n 	<li><strong>Working With Seniors</strong></li>\r\n 	<li><strong>Working With Elementary Schools</strong></li>\r\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\r\n 	<li><strong>Giving Back</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Presentation Topics', '', 'inherit', 'closed', 'closed', '', '313-revision-v1', '', '', '2018-11-09 09:15:18', '2018-11-09 17:15:18', '', 313, 'http://sandybalascak.com/313-revision-v1/', 0, 'revision', '', 0),
(317, 2, '2018-06-24 11:55:43', '2018-06-24 18:55:43', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-252" class="post-252 post type-post status-publish format-standard hentry category-workshop-and-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI have presented on a number of topics and I can tailor a presentation to suit the needs of the audience for parents, for school districts, and for both mainstream and alternate schools.\r\n<h3><strong>At-Risk Youth and Mental Health Topics</strong></h3>\r\n<ol>\r\n 	<li><strong>Start With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy vs. Sympathy\r\n</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects\r\n</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Roots of Issues vs. Symptoms</strong></li>\r\n 	<li><strong>Differences Between Relationships and "Acquaintanceships"\r\n</strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride Without Superiority\r\n</strong></li>\r\n 	<li><strong>Creating a Culture of Acceptance\r\n</strong></li>\r\n 	<li><strong>Giving Voice Through TEDx, Ignite, and Other Public Speaking\r\n</strong></li>\r\n 	<li><strong>Reacting to Trauma and Overcoming the Effects\r\n</strong></li>\r\n 	<li><strong>Clear and Relevant Expectations</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n</ol>\r\n<h3><strong>Intergenerational Approaches</strong></h3>\r\n<ol>\r\n 	<li><strong>Working With Seniors</strong></li>\r\n 	<li><strong>Working With Elementary Schools</strong></li>\r\n 	<li><strong>Creating a Cutlture of Acceptance</strong></li>\r\n 	<li><strong>Importance of Mental Health in Behaviour Modification</strong></li>\r\n 	<li>Giving Back</li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Presentation Topics', '', 'inherit', 'closed', 'closed', '', '313-revision-v1', '', '', '2018-06-24 11:55:43', '2018-06-24 18:55:43', '', 313, 'http://sandybalascak.com/313-revision-v1/', 0, 'revision', '', 0),
(149, 2, '2017-03-29 14:13:54', '2017-03-29 21:13:54', '<div id="at_zurlpreview">\r\n<h3>Agassiz Harrison Observer coverage of Langley and Chilliwack TEDx Events.</h3>\r\n&nbsp;\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n</div>\r\n<h5 class="imgs"></h5>\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison Observer</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/AgassizObserverMobileLogo.png" data-src="http://media.bclocalnews.com/images/AgassizObserverMobileLogo.png" /></p>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html?mobile=true" target="_blank">www.agassizharrisonobserver.com/news/412588953.html?mobile=true</a></p>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>\r\n\r\n</div>', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 14:13:54', '2017-03-29 21:13:54', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(148, 2, '2017-03-29 14:11:57', '2017-03-29 21:11:57', '', '02-23-17Observer', '', 'inherit', 'closed', 'closed', '', '02-23-17-tedx', '', '', '2017-03-29 14:13:28', '2017-03-29 21:13:28', '', 135, 'http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf', 0, 'attachment', 'application/pdf', 0),
(118, 2, '2017-02-27 12:19:13', '2017-02-27 20:19:13', 'How do you take a group of alternate school youth who see themselves as bad, stupid and unworthy, and prove to them that they are as capable as students in the mainstream school? You come up with an innovative plan, that many will call crazy, that goes against all traditional methods for dealing with these youth, and that has no proven track record from which to defend your ideas; and you take a leap of faith.\r\n\r\nIt is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and instead I worked in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to earn my Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had both an affinity and a passion for helping at-risk youth to be successful and overcome their barriers.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nEarly after arriving at the school, I began creating relationships in the community.  Creating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them; and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-02-27 12:19:13', '2017-02-27 20:19:13', '', 9, 'http://sandybalascak.com/2017/02/27/9-revision-v1/', 0, 'revision', '', 0),
(114, 2, '2017-02-26 20:11:22', '2017-02-27 04:11:22', 'You can email me directly at <a href="mailto:sandy@sandybalascak.com">sandy@sandybalascak.com</a> or use the form below.\r\n\r\n&nbsp;\r\n\r\n[contact-form subject=''From the Contact Form''][contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/][/contact-form]', 'Contact', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2017-02-26 20:11:22', '2017-02-27 04:11:22', '', 11, 'http://sandybalascak.com/2017/02/26/11-revision-v1/', 0, 'revision', '', 0),
(119, 0, '2017-02-27 13:57:27', '2017-02-27 13:57:27', '', 'sg_backup_opt(full)_20170227033115', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20170227033115', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20170227033115', 0, 'mgmlp_media_folder', '', 0),
(120, 0, '2017-03-01 14:13:06', '2017-03-01 14:13:06', '', '03', '', 'publish', 'closed', 'closed', '', '03', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/03', 0, 'mgmlp_media_folder', '', 0),
(121, 2, '2017-03-04 09:40:58', '2017-03-04 17:40:58', 'How do you take a group of alternate school youth who see themselves as bad, stupid and unworthy, and prove to them that they are as capable as students in the mainstream school? You come up with an innovative plan, that many will call crazy, that goes against all traditional methods for dealing with these youth, and that has no proven track record from which to defend your ideas; and you take a leap of faith.\r\n\r\nIt is my mission to change people''s beliefs in alternate programs and what the students are capable of.  After being the administrator of the school for almost 10 years, I have heard all of the negative stereotypes, but I know that they are not true; unless we allow them to be.  My students are every bit as capable as any other students, not only academically, but in achieving life successes as well.  I came in to the position with the belief that there is no such thing as problem youth, just youth with problems and if we teach them to cope, they can soar.  My students have proven this repeatedly with their successes, community involvement, increase in self-esteem, and, most recently, by becoming involved in leadership and public speaking at various events, including TEDx Chilliwack.  I have heard the "bad kids," "the druggies," and the "stupid" characterizations many times over the years, and those beliefs can become self-fulfilling prophecies if we let them.  However, we don''t have to let them.\r\n<h2>History</h2>\r\nLike the alternate students I teach now, I did not fit into the mainstream schools.  I did not graduate high school, but I returned to school as an adult and completed my B.Ed. with specializations in English and Social Studies.  After I graduated, I did not pursue a career in teaching, and instead I worked in computers, hospitality, and even stand-up comedy.  Those experiences taught me a lot about life and gave me some great skills to take into my teaching career.\r\n\r\nI continued with my learning taking university and graduate level courses in women''s studies, network administration, computer programming, and counseling.  Ultimately, I finished an MA in Interdisciplinary Studies from Royal Roads, and I am now taking graduate level courses in counselling to work toward a Registered Clinical Counsellor designation.  I have also taken several shorter courses throughout my career to learn skills in management and administration such as the BCPVPA Short Course and JIBC courses.\r\n\r\nWhen I did return to teaching, it was not long before I realized that I had an ability to empathize and truly understand at-risk youth.  As my understanding of them grew and I was able to help them achieve successes and believe in themselves, my passion for doing the work also grew.  I had been a "problem youth" myself, but I managed to move past it and use it to help others; and I realized that now I could show youth how to move beyond their own barriers and issues.  This led me to the position I have now at the Agassiz Centre for Education (ACE) where I have created many innovative and successful programs, some of which have won awards.\r\n<h4>The Legion</h4>\r\nEarly after arriving at the school, I began creating relationships in the community.  Creating a relationship with the Legion led to the students building relationships with the members and gradually overcoming some of the negative stereotypes of alternate students.  The students began to volunteer at Legion events and the Legion allowed us use of their hall for our fundraisers and special events.  With the hall having a commercial kitchen, it was the perfect opportunity to create a formal graduation.  We had a hall, we had a kitchen, so now we had a graduation.\r\n<h4>Senior/Teen Events</h4>\r\nAt our first graduation in 2009, I was approached by a member of the local senior peer support group.  He told me that the seniors were afraid of my students and he wanted to change that.  We created events where the students and seniors would have lunch together and spend the afternoon engaged in an activity.  The events continue not only with our school, but the elementary students are now involved as well.  Both groups have built strong bonds and it has been a positive experience for everyone involved.\r\n<h4>Christmas Morning for Seniors</h4>\r\nAfter seeing the success of the other events, I proposed to the students that we put on a Christmas morning event for seniors who would be alone.  The students gather donations for gifts and wrap them; and they help in all areas of the preparation.  Not all of the students are involved with the actual event, but all students are involved in the preparation.  Those who can be there at Christmas arrive at 6 am to begin preparing the breakfast, with help from community volunteers.  The seniors are treated to a hot breakfast buffet and each receives a gift from Santa.\r\n<h4>ACE Burgers and SAS</h4>\r\nIn an attempt to find not only a good method for fundraising, but one that would also highlight the skills and abilities of the students and integrate the entire community, I decided to have regular barbecues.  In addition to having top quality patties and toppings, I created a special sauce/marinade to add a unique flavor to the burgers.  The burgers became a huge success and drew several regular customers from the community.  The sauce also became popular; so much so that we started bottling and marketing the sauce locally.  The students named it SAS (Sandy''s ACE Sauce).  We have been voted the Favorite Burger by readers of the local paper, and both burger and SAS sales have increased.\r\n<h4>Intergenerational Day</h4>\r\nTo honor the national Intergenerational Day, we created an annual event that would feature community partners, local businesses, and anyone who wanted to participate.  Our liaison from the Legion organized a wheelchair walk where the elementary students would pick the seniors up from the local seniors'' home and push them to the event, which was several blocks away.  In addition to the various events, my students organize the barbecue and the wheelchair walk participants all arrive and have lunch.\r\n<h4>Betty Urquhart Award</h4>\r\nWe won the University of the Fraser Valley''s Betty Urquhart Award for community service because of the Christmas morning event, and other work we did with seniors.\r\n<h4>Golden Star Award</h4>\r\nThe BC Retired Teachers association gave us the Golden Star Award for our work with seniors and presented it at our annual Intergenerational Day Event.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About Me', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-03-04 09:40:58', '2017-03-04 17:40:58', '', 9, 'http://sandybalascak.com/2017/03/04/9-revision-v1/', 0, 'revision', '', 0),
(128, 2, '2017-03-26 15:19:07', '2017-03-26 22:19:07', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite" target="_blank" rel="noopener noreferrer">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX" target="_blank" rel="noopener noreferrer">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford" target="_blank" rel="noopener noreferrer">Facebook</a> for updates and to let us know what you think.\r\n\r\nIf you would like to support this event through partnership, here is a letter providing the details.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/Sponsor-Letter.pdf" download="all"]', 'Ignite Abbotsford 2017', '', 'publish', 'closed', 'open', '', 'ignite-abbotsford', '', '', '2018-02-17 20:12:17', '2018-02-18 04:12:17', '', 0, 'http://sandybalascak.com/?p=128', 2, 'post', '', 0),
(126, 2, '2017-03-10 23:32:11', '2017-03-11 07:32:11', '<em>From Outcast to “In-cast”: Reintegrating Disenfranchised Youth Through an Intergenerational Approach.</em>\r\n\r\nI was thrilled to be chosen to share the successes of our programs and highlight that our youth are more than just the negative stereotypes thrust upon them from being in an alternate school.  It is a topic about which I am very passionate, so the overwhelming response I received meant a great deal to me.\r\n\r\n&nbsp;\r\n\r\n<iframe src="https://www.youtube.com/embed/JjoOJb7y9AQ" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/02/TEDxPPT.pptx" download="all" viewer="microsoft"]\r\n\r\n&nbsp;\r\n\r\n[photo_gallery_wp id="1"]', 'TEDx LangleyED 2017', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-03-10 23:32:11', '2017-03-11 07:32:11', '', 49, 'http://sandybalascak.com/2017/03/10/49-revision-v1/', 0, 'revision', '', 0),
(129, 2, '2017-03-26 15:19:07', '2017-03-26 22:19:07', 'I will be part of the upcoming Ignite Abbotsford in October, and I will post details as they are finalized.', 'Ignite Abbotsford', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-03-26 15:19:07', '2017-03-26 22:19:07', '', 128, 'http://sandybalascak.com/2017/03/26/128-revision-v1/', 0, 'revision', '', 0),
(130, 2, '2017-03-27 17:36:34', '2017-03-28 00:36:34', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we will are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford">Facebook</a> for updates and to let us know what you think.', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-03-27 17:36:34', '2017-03-28 00:36:34', '', 128, 'http://sandybalascak.com/2017/03/27/128-revision-v1/', 0, 'revision', '', 0),
(131, 2, '2017-03-27 17:38:29', '2017-03-28 00:38:29', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we will are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford">Facebook</a> for updates and to let us know what you think.', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-03-27 17:38:29', '2017-03-28 00:38:29', '', 128, 'http://sandybalascak.com/2017/03/27/128-revision-v1/', 0, 'revision', '', 0),
(132, 2, '2017-03-27 17:39:47', '2017-03-28 00:39:47', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we will are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite" target="_blank">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX" target="_blank">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford" target="_blank">Facebook</a> for updates and to let us know what you think.', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-03-27 17:39:47', '2017-03-28 00:39:47', '', 128, 'http://sandybalascak.com/2017/03/27/128-revision-v1/', 0, 'revision', '', 0),
(316, 2, '2018-11-09 09:13:38', '2018-11-09 17:13:38', '<div id="page" class="hfeed site">\n<div id="content" class="site-content">\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-252" class="post-252 post type-post status-publish format-standard hentry category-workshop-and-presentation-topics full-content">\n<div class="archive-post-wrap">\n<div class="entry-container">\n<div class="entry-content">\n<div id="page" class="hfeed site">\n<div id="content" class="site-content">\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\n<div class="archive-post-wrap">\n<div class="entry-container">\n<div class="entry-content">\n\nI have presented on a number of topics and I can tailor a presentation to suit the needs of the audience for parents, for school districts, and for both mainstream and alternate schools.\n<h3><strong>At-Risk Youth and Mental Health Topics</strong></h3>\n<ol>\n 	<li><strong>Start With Your Core Values and Beliefs</strong></li>\n 	<li><strong>Empathy vs. Sympathy</strong></li>\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\n 	<li><strong>Labels and Their Effects</strong></li>\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\n 	<li><strong>Self-esteem</strong></li>\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\n 	<li><strong>Roots of Issues vs. Symptoms</strong></li>\n 	<li><strong>Differences Between Relationships and "Acquaintanceships"</strong></li>\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\n 	<li><strong>Creating Pride Without Superiority</strong></li>\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\n 	<li><strong>Giving Voice Through TEDx, Ignite, and Other Public Speaking</strong></li>\n 	<li><strong>Reacting to Trauma and Overcoming the Effects</strong></li>\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\n 	<li><strong>Working With Seniors</strong></li>\n 	<li><strong>Working With Elementary Schools</strong></li>\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\n 	<li><strong>Giving Back</strong></li>\n</ol>\n</div>\n</div>\n</div>\n</article></section></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</article></section></div>\n</div>\n</div>', 'Presentation Topics', '', 'inherit', 'closed', 'closed', '', '313-autosave-v1', '', '', '2018-11-09 09:13:38', '2018-11-09 17:13:38', '', 313, 'http://sandybalascak.com/313-autosave-v1/', 0, 'revision', '', 0),
(135, 2, '2017-03-29 08:47:45', '2017-03-29 15:47:45', '<div id="at_zurlpreview">\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n<div id="at_zurlpreview">\r\n<h2>ACE headed to TEDxChilliwack - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/31698agassizACEbornthiswayweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Three ACE students prepare for TEDxChilliwack tryouts on Feb. 16</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/412588953.html" target="_blank">www.agassizharrisonobserver.com/news/412588953.html</a></p>\r\n\r\n</div>\r\n</div>\r\n<p class="imgs">[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/02-23-17-TEDx.pdf" download="all"]</p>', 'TEDx Events', '', 'publish', 'closed', 'open', '', 'tedx-events', '', '', '2017-04-20 09:26:09', '2017-04-20 16:26:09', '', 0, 'http://sandybalascak.com/?p=135', 0, 'post', '', 0),
(136, 2, '2017-03-29 08:47:45', '2017-03-29 15:47:45', '<a href="http://www.agassizharrisonobserver.com/news/416851674.html">ACE Principal Inspires at TEDx LangleyEd</a>\r\n\r\n&nbsp;', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 08:47:45', '2017-03-29 15:47:45', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(138, 2, '2017-03-29 08:59:51', '2017-03-29 15:59:51', '<a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">ACE Principal Inspires at TEDx LangleyEd</a>\r\n\r\n&nbsp;', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 08:59:51', '2017-03-29 15:59:51', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(139, 2, '2017-03-29 09:01:44', '2017-03-29 16:01:44', '<div id="at_zurlpreview">\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n</div>\r\n&nbsp;', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 09:01:44', '2017-03-29 16:01:44', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `2017posts` VALUES
(140, 2, '2017-03-29 09:05:06', '2017-03-29 16:05:06', '<div id="at_zurlpreview">\r\n<h5>Agassiz Harrison Observer coverage of both Langley and Chilliwack TEDx Events.</h5>\r\n&nbsp;\r\n<h2>ACE principal inspires at TEDxLangleyED - Agassiz-Harrison News</h2>\r\n<p class="imgp"><img src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" data-src="http://media.bclocalnews.com/images/71557agassizACEInstructorSandyBalascakweb.jpg?t=12345?" /></p>\r\n<p class="imgd">Alternate school principal gives TED Talk to end the stigma surrounding students</p>\r\n<p class="imgs">Source: <a href="http://www.agassizharrisonobserver.com/news/416851674.html" target="_blank">www.agassizharrisonobserver.com/news/416851674.html</a></p>\r\n\r\n</div>\r\n&nbsp;', 'TEDx Coverage 2017', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2017-03-29 09:05:06', '2017-03-29 16:05:06', '', 135, 'http://sandybalascak.com/2017/03/29/135-revision-v1/', 0, 'revision', '', 0),
(181, 2, '2017-05-14 13:37:50', '2017-05-14 20:37:50', '', 'ABEABC Conference', 'ACE Students joining the panel.', 'inherit', 'open', 'closed', '', 'dscf3831', '', '', '2017-05-14 13:38:25', '2017-05-14 20:38:25', '', 180, 'http://sandybalascak.com/wp-content/uploads/2017/05/DSCF3831.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 2, '2017-05-14 13:38:39', '2017-05-14 20:38:39', 'I was honored to be part of the panel at the ABEABC conference in Harrison Hot Springs this year.  Although it is always great to get to speak about our program, this was even more exciting because they also invited students to join me.  Two adult students and two alternate students joined me on the panel, speaking about our program, personalization, and the positive impact of mixing adults with alternate youth.  It was a great experience for all of us and we were so excited to be able to share what we do with the other educators there.\r\n\r\n[caption id="attachment_181" align="alignnone" width="300"]<img class="size-medium wp-image-181" src="http://sandybalascak.com/wp-content/uploads/2017/05/DSCF3831-300x200.jpg" alt="" width="300" height="200" /> ACE Students joining the panel.[/caption]', 'ABEABC Conference', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2017-05-14 13:38:39', '2017-05-14 20:38:39', '', 180, 'http://sandybalascak.com/180-revision-v1/', 0, 'revision', '', 0),
(177, 0, '2017-05-01 15:28:57', '2017-05-01 15:28:57', '', '05', '', 'publish', 'closed', 'closed', '', '05', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/05', 0, 'mgmlp_media_folder', '', 0),
(186, 0, '2017-06-01 16:22:03', '2017-06-01 16:22:03', '', '06', '', 'publish', 'closed', 'closed', '', '06', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/06', 0, 'mgmlp_media_folder', '', 0),
(180, 2, '2017-05-14 13:38:39', '2017-05-14 20:38:39', 'I was honored to be part of the panel at the ABEABC conference in Harrison Hot Springs this year.  Although it is always great to get to speak about our program, this was even more exciting because they also invited students to join me.  Two adult students and two alternate students joined me on the panel, speaking about our program, personalization, and the positive impact of mixing adults with alternate youth.  It was a great experience for all of us and we were so excited to be able to share what we do with the other educators there.\r\n\r\n[caption id="attachment_181" align="alignnone" width="300"]<img class="size-medium wp-image-181" src="http://sandybalascak.com/wp-content/uploads/2017/05/DSCF3831-300x200.jpg" alt="" width="300" height="200" /> ACE Students joining the panel.[/caption]', 'ABEABC Conference', '', 'publish', 'open', 'open', '', 'abeabc-conference', '', '', '2017-05-14 13:38:39', '2017-05-14 20:38:39', '', 0, 'http://sandybalascak.com/?p=180', 0, 'post', '', 0),
(384, 0, '2019-02-06 13:42:07', '2019-02-06 21:42:07', 'Hello,\r\n\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales\r\n\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you''ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric "simplifying tech" Jones\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com\n<!--more-->\nAUTHOR: Eric\nAUTHOR EMAIL: eric@talkwithcustomer.com\nAUTHOR URL: \nSUBJECT: From the Contact Form\nIP: 75.75.233.238\nArray\n(\n    [1_Name] =&gt; Eric\n    [2_Email] =&gt; eric@talkwithcustomer.com\n    [3_Subject] =&gt; Do you have a leaky bucket to fill for sandybalascak.com ?\n    [4_Comment] =&gt; Hello,\r\n\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales\r\n\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you''ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric "simplifying tech" Jones\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com\n    [entry_title] =&gt; Contact\n    [entry_permalink] =&gt; http://sandybalascak.com/contact/\n    [feedback_id] =&gt; 4d7865a59f098897a64e032b07cc8777\n)\n', 'Eric - 2019-02-06 13:42:07', '', 'publish', 'closed', 'closed', '', '4d7865a59f098897a64e032b07cc8777', '', '', '2019-02-06 13:42:07', '2019-02-06 21:42:07', '', 11, 'http://sandybalascak.com/?post_type=feedback&p=384', 0, 'feedback', '', 0),
(284, 0, '2018-04-16 18:12:38', '2018-04-16 18:12:38', '', 'sg_backup_opt(full)_20180415235336', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20180415235336', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20180415235336', 0, 'mgmlp_media_folder', '', 0),
(183, 2, '2017-05-14 13:46:56', '2017-05-14 20:46:56', 'I will be giving an Ignite talk in Langley on May 31.  This year''s theme was "mixed tape" with the speakers choosing songs that represent their ideas.  I chose "Born This Way" to have an upbeat, positive look at what alternate students can do despite being a little different from their colleagues in the mainstream schools.\r\n\r\nI am excited to be speaking and to hear the others as well; there is an impressive speaker list and the topics are excellent.  Join us on May 31 at Porter''s Bistro in Langley from 6:30-8:30 pm!\r\n\r\n<a href="http://www.ignite35.com/speaker-tracklist.html">Speaker List</a>', 'Ignite 35 Langley', '', 'publish', 'open', 'open', '', 'ignite-35-langley', '', '', '2017-06-03 20:24:45', '2017-06-04 03:24:45', '', 0, 'http://sandybalascak.com/?p=183', 0, 'post', '', 0),
(184, 2, '2017-05-14 13:46:56', '2017-05-14 20:46:56', 'I will be giving an Ignite talk in Langley on May 31.  This year''s theme was "mixed tape" with the speakers choosing songs that represent their ideas.  I chose "Born This Way" to have an upbeat, positive look at what alternate students can do despite being a little different from their colleagues in the mainstream schools.\r\n\r\nI am excited to be speaking and to hear the others as well; there is an impressive speaker list and the topics are excellent.  Join us on May 31!\r\n\r\n<a href="http://www.ignite35.com/speaker-tracklist.html">Speaker List</a>', 'Ignite 35 Langley', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2017-05-14 13:46:56', '2017-05-14 20:46:56', '', 183, 'http://sandybalascak.com/183-revision-v1/', 0, 'revision', '', 0),
(185, 2, '2017-05-14 13:47:40', '2017-05-14 20:47:40', 'I will be giving an Ignite talk in Langley on May 31.  This year''s theme was "mixed tape" with the speakers choosing songs that represent their ideas.  I chose "Born This Way" to have an upbeat, positive look at what alternate students can do despite being a little different from their colleagues in the mainstream schools.\r\n\r\nI am excited to be speaking and to hear the others as well; there is an impressive speaker list and the topics are excellent.  Join us on May 31 at Porter''s Bistro in Langley from 6:30-8:30 pm!\r\n\r\n<a href="http://www.ignite35.com/speaker-tracklist.html">Speaker List</a>', 'Ignite 35 Langley', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2017-05-14 13:47:40', '2017-05-14 20:47:40', '', 183, 'http://sandybalascak.com/183-revision-v1/', 0, 'revision', '', 0),
(229, 0, '2017-10-01 15:48:31', '2017-10-01 15:48:31', '', '10', '', 'publish', 'closed', 'closed', '', '10', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/10', 0, 'mgmlp_media_folder', '', 0),
(191, 1, '2017-06-03 20:25:21', '2017-06-04 03:25:21', 'The ACE Conference is taking place on May 18 and 19 this year.  I will be doing a session called Personalizing for Adults in an Adult/Alternate setting.  From having all ages in my program, I have come to recognize that adults are every bit as varied in their circumstances and abilities, if not more so, than alternate youth so personalized learning is essential for them as well.  I will share how we have tailored programs to a number of different backgrounds and ages to ensure success for those in our programs.\r\n\r\nConference details can be found at <a href="http://aceconference.net/index.html" target="_blank" rel="noopener noreferrer">aceconference.net</a>.  There is a student rate for aspiring teachers, and all meals and snacks are included for all.', 'Adult Centered Education (ACE) Conference', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-06-03 20:25:21', '2017-06-04 03:25:21', '', 46, 'http://sandybalascak.com/46-revision-v1/', 0, 'revision', '', 0),
(227, 2, '2018-02-17 21:10:07', '0000-00-00 00:00:00', '', 'widget_image', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-02-17 13:10:07', '2018-02-17 21:10:07', 'a:1:{s:12:"_multiwidget";i:1;}', 0, 'http://sandybalascak.com/?post_type=jetpack_migration&#038;p=227', 0, 'jetpack_migration', '', 0),
(228, 2, '2018-02-17 21:10:07', '0000-00-00 00:00:00', '', 'sidebars_widgets', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-02-17 13:10:07', '2018-02-17 21:10:07', 'a:15:{s:19:"wp_inactive_widgets";a:0:{}s:15:"primary-sidebar";a:3:{i:0;s:19:"blog_subscription-3";i:1;s:16:"twitter-follow-2";i:2;s:6:"text-4";}s:25:"sidebar-optional-homepage";a:0:{}s:24:"sidebar-optional-archive";a:0:{}s:21:"sidebar-optional-page";a:0:{}s:21:"sidebar-optional-post";a:0:{}s:20:"sidebar-optional-one";a:0:{}s:20:"sidebar-optional-two";a:0:{}s:22:"sidebar-optional-three";a:0:{}s:16:"sidebar-notfound";a:0:{}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:8:"footer-4";a:0:{}s:12:"header-right";a:0:{}}', 0, 'http://sandybalascak.com/?post_type=jetpack_migration&#038;p=228', 0, 'jetpack_migration', '', 0),
(220, 0, '2017-07-01 14:55:46', '2017-07-01 14:55:46', '', '07', '', 'publish', 'closed', 'closed', '', '07', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/07', 0, 'mgmlp_media_folder', '', 0),
(318, 2, '2018-06-24 11:58:34', '2018-06-24 18:58:34', ' ', '', '', 'publish', 'closed', 'closed', '', '318', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/?p=318', 3, 'nav_menu_item', '', 0),
(320, 2, '2018-06-24 12:04:10', '2018-06-24 19:04:10', '', 'Ignite 2018', '', 'inherit', 'open', 'closed', '', 'ignite-2018', '', '', '2018-06-24 12:04:10', '2018-06-24 19:04:10', '', 319, 'http://sandybalascak.com/wp-content/uploads/2018/06/Ignite-2018.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 2, '2017-09-01 17:56:06', '2017-09-02 00:56:06', 'I have partnered with Karen Copeland of Champions for Community Mental Wellness and we are organizing an Ignite Abbotsford event for October 11, 2017.  I was at the event last year and it was a phenomenal success, so I was very excited about getting involved with it.\r\n\r\nFull details are available on her website at <a href="https://championsforcommunitywellness.com/ignite" target="_blank" rel="noopener noreferrer">championsforcommunitymentalwellness.com/ignite</a> where you can also find the link for a speaker application or event tickets when they are available.\r\n\r\nFollow Ignite Abbotsford on <a href="https://twitter.com/IgniteYXX" target="_blank" rel="noopener noreferrer">Twitter</a> and on <a href="https://www.facebook.com/search/top/?q=ignite%20abbotsford" target="_blank" rel="noopener noreferrer">Facebook</a> for updates and to let us know what you think.\r\n\r\nIf you would like to support this event through partnership, here is a letter providing the details.\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2017/03/Sponsor-Letter.pdf" download="all"]', 'Ignite Abbotsford 2017', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2017-09-01 17:56:06', '2017-09-02 00:56:06', '', 128, 'http://sandybalascak.com/128-revision-v1/', 0, 'revision', '', 0),
(313, 2, '2018-06-24 11:47:53', '2018-06-24 18:47:53', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-252" class="post-252 post type-post status-publish format-standard hentry category-workshop-and-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI have presented on a number of topics and I can tailor a presentation to suit the needs of the audience for parents, for school districts, and for both mainstream and alternate schools.\r\n<h3><strong>At-Risk Youth and Mental Health Topics</strong></h3>\r\n<ol>\r\n 	<li><strong>Start With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy vs. Sympathy</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Roots of Issues vs. Symptoms</strong></li>\r\n 	<li><strong>Differences Between Relationships and "Acquaintanceships"</strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride Without Superiority</strong></li>\r\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\r\n 	<li><strong>Giving Voice Through TEDx, Ignite, and Other Public Speaking</strong></li>\r\n 	<li><strong>Reacting to Trauma and Overcoming the Effects</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n 	<li><strong>Working With Seniors</strong></li>\r\n 	<li><strong>Working With Elementary Schools</strong></li>\r\n 	<li><strong>Creating a Culture of Acceptance</strong></li>\r\n 	<li><strong>Giving Back</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Presentation Topics', '', 'publish', 'closed', 'closed', '', 'presentation-topics', '', '', '2018-11-25 21:45:11', '2018-11-26 05:45:11', '', 0, 'http://sandybalascak.com/?page_id=313', 0, 'post', '', 0),
(314, 2, '2018-06-24 11:47:53', '2018-06-24 18:47:53', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-252" class="post-252 post type-post status-publish format-standard hentry category-workshop-and-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI have presented on a number of topics and I can tailor a presentation to suit the needs of the audience for parents, for school districts, and for both mainstream and alternate schools.\r\n<ol>\r\n 	<li><strong>Starting With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy Instead of Sympathy\r\n</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects\r\n</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Treating Roots of Problems Rather Than Symptoms</strong></li>\r\n 	<li><strong>Relationships and Trust </strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride</strong></li>\r\n 	<li><strong>Creating a naturally flowing culture of acceptance.</strong></li>\r\n 	<li><strong>Giving them a voice through TEDx, Ignite, and other public speaking events.</strong></li>\r\n 	<li><strong>Reacting to Trauma</strong></li>\r\n 	<li><strong>Clear and Relevant Expectations</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n 	<li><strong>Working With Seniors</strong></li>\r\n 	<li><strong>Working With Elementary Schools</strong></li>\r\n 	<li><strong>Creating a Cutlture of Acceptance</strong></li>\r\n 	<li><strong>Importance of Mental Health in Behaviour Modification</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Presentation Topics', '', 'inherit', 'closed', 'closed', '', '313-revision-v1', '', '', '2018-06-24 11:47:53', '2018-06-24 18:47:53', '', 313, 'http://sandybalascak.com/313-revision-v1/', 0, 'revision', '', 0),
(233, 0, '2018-01-01 14:10:09', '2018-01-01 14:10:09', '', '2018', '', 'publish', 'closed', 'closed', '', '2018', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018', 0, 'mgmlp_media_folder', '', 0),
(234, 0, '2018-01-01 14:10:09', '2018-01-01 14:10:09', '', '01', '', 'publish', 'closed', 'closed', '', '01', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/01', 0, 'mgmlp_media_folder', '', 0),
(235, 0, '2018-02-01 13:57:24', '2018-02-01 13:57:24', '', '02', '', 'publish', 'closed', 'closed', '', '02', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/02', 0, 'mgmlp_media_folder', '', 0),
(222, 0, '2017-08-01 17:22:48', '2017-08-01 17:22:48', '', '08', '', 'publish', 'closed', 'closed', '', '08', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/08', 0, 'mgmlp_media_folder', '', 0),
(223, 0, '2017-09-01 15:24:02', '2017-09-01 15:24:02', '', '09', '', 'publish', 'closed', 'closed', '', '09', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/09', 0, 'mgmlp_media_folder', '', 0),
(212, 2, '2017-06-03 22:23:44', '2017-06-04 05:23:44', ' ', '', '', 'publish', 'closed', 'closed', '', '212', '', '', '2018-11-26 08:42:18', '2018-11-26 16:42:18', '', 0, 'http://sandybalascak.com/212/', 5, 'nav_menu_item', '', 0),
(382, 0, '2019-02-01 14:16:03', '2019-02-01 14:16:03', '', '02', '', 'publish', 'closed', 'closed', '', '02', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2019/02', 0, 'mgmlp_media_folder', '', 0),
(381, 0, '1970-01-01 00:00:00', '0000-00-00 00:00:00', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC1pbmRleC54c2wiPz4KPHNpdGVtYXBpbmRleCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSI+PHNpdGVtYXA+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjZUMDU6NDg6MDBaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pbWFnZS1zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwMjo1NToxMVo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjwvc2l0ZW1hcGluZGV4Pgo=', 'sitemap.xml', '', 'draft', 'closed', 'closed', '', '', '', '', '2019-02-17 08:31:28', '2019-02-17 16:31:28', '', 0, 'http://sandybalascak.com/?p=381', 0, 'jp_sitemap_master', '', 0),
(237, 0, '2018-02-17 19:56:52', '2018-02-17 19:56:52', '', 'sg_backup_opt(full)_20180217212208', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20180217212208', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20180217212208', 0, 'mgmlp_media_folder', '', 0),
(323, 2, '2018-06-24 12:06:03', '2018-06-24 19:06:03', '<img class="alignnone size-medium wp-image-320" src="http://sandybalascak.com/wp-content/uploads/2018/06/Ignite-2018-300x188.jpg" alt="" width="300" height="188" />\r\n<div class="Gallery with-tweet">\r\n<div class="Gallery-content">\r\n<div class="GalleryTweet enable-fade">\r\n<div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content original-tweet js-original-tweet favorited has-cards Tweet--invertedColors has-content " data-you-block="false" data-you-follow="true" data-user-id="103089089" data-name="Langley Pro-D" data-item-id="1000449277053865984" data-has-cards="true" data-disclosure-type="" data-reply-to-users-json="[{&quot;id_str&quot;:&quot;103089089&quot;,&quot;screen_name&quot;:&quot;thinklangley&quot;,&quot;name&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_text_as_html&quot;:&quot;Langley Pro-D&quot;}}]" data-mentions="SandyBalascak" data-follows-you="true" data-screen-name="thinklangley" data-tweet-stat-initialized="true" data-tweet-nonce="1000449277053865984-6219dd78-ca69-4d6e-9996-0dfb9dfbe704" data-conversation-id="1000449277053865984" data-permalink-path="/thinklangley/status/1000449277053865984" data-tweet-id="1000449277053865984">\r\n<div class="content">\r\n<div class="stream-item-header"><a class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="https://twitter.com/thinklangley" data-user-id="103089089"><span class="FullNameGroup"><strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part="">Langley Pro-D</strong>‏<span class="UserNameBreak"> </span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part="">@<b>thinklangley</b></span></a> <small class="time"> <a class="tweet-timestamp js-permalink js-nav js-tooltip" href="https://twitter.com/thinklangley/status/1000449277053865984" data-original-title="11:51 AM - 26 May 2018" data-conversation-id="1000449277053865984"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-long-form="true" data-time-ms="1527360669000" data-time="1527360669">May 26</span></a> </small></div>\r\n<div class="js-tweet-text-container">\r\n<p class="TweetTextSize js-tweet-text tweet-text" lang="en" data-aria-label-part="0">Sandy Balascak''s (<a class="twitter-atreply pretty-link js-nav" dir="ltr" href="https://twitter.com/SandyBalascak" data-mentioned-user-id="469509694"><s>@</s><b>SandyBalascak</b></a>) Ignite (Prozzak''s "Be As") will discuss creating a safe, "family" space at school with an emphasis on acceptance over labeling.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Ignite 35 2018', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2018-06-24 12:06:03', '2018-06-24 19:06:03', '', 319, 'http://sandybalascak.com/319-revision-v1/', 0, 'revision', '', 0),
(324, 2, '2018-06-24 12:14:02', '2018-06-24 19:14:02', 'The Public Speaking Process - What You Need to Know\r\n\r\nThe workshop will take educators through the entire process of creating a talk/presentation from what you want to say and why, to how to say it.  So many great things are happening in education every day and this will encourage people to share their successes both to bring awareness and to share ideas.', 'ABEABC Conference 2018', '', 'publish', 'open', 'open', '', 'abeabc-conference-2018', '', '', '2018-11-25 21:45:44', '2018-11-26 05:45:44', '', 0, 'http://sandybalascak.com/?p=324', 0, 'post', '', 0),
(325, 2, '2018-06-24 12:14:02', '2018-06-24 19:14:02', 'The Public Speaking Process - What You Need to Know\r\n\r\nThe workshop will take educators through the entire process of creating a talk/presentation from what you want to say and why, to how to say it.  So many great things are happening in education every day and this will encourage people to share their successes both to bring awareness and to share ideas.', 'ABEABC Conference 2018', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2018-06-24 12:14:02', '2018-06-24 19:14:02', '', 324, 'http://sandybalascak.com/324-revision-v1/', 0, 'revision', '', 0),
(373, 0, '2018-12-11 23:34:40', '2018-12-12 07:34:40', 'This message was sent by mod for XRumer. \r\nWant to also send your messages to the full machine, then you here. \r\nhttp://bysws.ru/info/mail.html\n<!--more-->\nAUTHOR: Richardunert\nAUTHOR EMAIL: joomlamodsws@mail.ru\nAUTHOR URL: \nSUBJECT: From the Contact Form\nIP: 188.32.232.69\nArray\n(\n    [1_Name] =&gt; Richardunert\n    [2_Email] =&gt; joomlamodsws@mail.ru\n    [3_Subject] =&gt; Sentence\n    [4_Comment] =&gt; This message was sent by mod for XRumer. \r\nWant to also send your messages to the full machine, then you here. \r\nhttp://bysws.ru/info/mail.html\n    [entry_title] =&gt; Contact\n    [entry_permalink] =&gt; http://sandybalascak.com/contact/\n    [feedback_id] =&gt; 3d3a831a722d730dba7b863dd158cb35\n)\n', 'Richardunert - 2018-12-11 23:34:40', '', 'trash', 'closed', 'closed', '', '3d3a831a722d730dba7b863dd158cb35__trashed', '', '', '2019-01-20 11:36:33', '2019-01-20 19:36:33', '', 11, 'http://sandybalascak.com/?post_type=feedback&#038;p=373', 0, 'feedback', '', 0),
(270, 0, '2018-02-18 14:09:38', '2018-02-18 14:09:38', '', 'sg_backup_opt(full)_20180218051018', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20180218051018', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20180218051018', 0, 'mgmlp_media_folder', '', 0),
(257, 2, '2018-02-17 20:35:30', '2018-02-18 04:35:30', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing a delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.</a>\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-02-17 20:35:30', '2018-02-18 04:35:30', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(244, 2, '2018-02-17 20:10:51', '2018-02-18 04:10:51', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-243" class="post-243 post type-post status-publish format-standard hentry category-upcoming-events full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI am thrilled to be writing a delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.</a>\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus-1.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus-1.pdf" download="all"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-02-17 20:10:51', '2018-02-18 04:10:51', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(334, 2, '2018-11-25 18:03:51', '2018-11-26 02:03:51', '', 'Catch Updater Backup - Gridalicious Pro - 3.4', '', 'inherit', 'open', 'closed', '', 'catch-updater-backup-gridalicious-pro-3-4', '', '', '2018-11-25 18:03:51', '2018-11-26 02:03:51', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/11/gridalicious-pro-3.4-1543197827.zip', 0, 'attachment', 'application/zip', 0),
(252, 2, '2018-02-17 20:28:07', '2018-02-18 04:28:07', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nThere are several options for workshops or presentations ranging from 1 hour sessions to the 30 hour course available through UBC Okanagan Summer Institute in Education.  Each workshop/presentation will be customized according to the audience and the time allotted.  All topics include real life examples of challenges and successes with at-risk youth and contain input from students as to what they think is important for educators to know.\r\n\r\nTopics can include:\r\n<ol>\r\n 	<li><strong>Starting With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy Instead of Sympathy\r\n</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects\r\n</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Treating Roots of Problems Rather Than Symptoms</strong></li>\r\n 	<li><strong>Relationships and Trust </strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride</strong></li>\r\n 	<li><strong>Creating a naturally flowing culture of acceptance.</strong></li>\r\n 	<li><strong>Giving them a voice through TEDx, Ignite, and other public speaking events.</strong></li>\r\n 	<li><strong>Reacting to Trauma</strong></li>\r\n 	<li><strong>Clear and Relevant Expectations</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Problem Youth vs. Youth With Problems', '', 'publish', 'open', 'open', '', 'problem-youth-vs-youth-with-problems', '', '', '2018-02-18 13:12:28', '2018-02-18 21:12:28', '', 0, 'http://sandybalascak.com/?p=252', 0, 'post', '', 0),
(253, 2, '2018-02-17 20:28:07', '2018-02-18 04:28:07', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nThere are several options for workshops or presentations ranging from 1 hour sessions to the 30 hour course available through UBC Okanagan Summer Institute in Education.  Each workshop/presentation will be customized according to the audience and the time allotted.  All topics include real life examples of challenges and successes with at-risk youth and contain input from students as to what they think is important for educators to know.\r\n\r\nTopics can include:\r\n<ol>\r\n 	<li><strong>Starting With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy Instead of Sympathy\r\n</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects\r\n</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Treating Roots of Problems Rather Than Symptoms\r\n</strong></li>\r\n 	<li><strong>Relationships and Trust </strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride</strong></li>\r\n 	<li><strong>Giving them a voice through TEDx, Ignite, and other public speaking events.</strong></li>\r\n 	<li><strong>Reacting to Trauma</strong></li>\r\n 	<li><strong>Clear and Relevant Expectations</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Problem Youth vs. Youth With Problems', '', 'inherit', 'closed', 'closed', '', '252-revision-v1', '', '', '2018-02-17 20:28:07', '2018-02-18 04:28:07', '', 252, 'http://sandybalascak.com/252-revision-v1/', 0, 'revision', '', 0),
(254, 2, '2018-05-26 08:42:29', '2018-05-26 15:42:29', '<div id="page">\n<div id="content">\n<div><section id="primary"><article id="post-243">\n<div>\n<div>\n<div>\n\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\n\n<a href="https://education.ok.ubc.ca/programs/sie.html" target="_blank" rel="noopener">Click here for UBC Okanagan SIE information and registration.  </a>\n<h5><strong>If you are not a UBC student, you can still register by contacting the faculty at</strong> <a href="mailto:sie.education@ubc.ca">sie.education@ubc.ca</a>.</h5>\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" target="_blank" rel="noopener">View the course syllabus below, or click here to download it.</a>\n\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\n\n</div>\n</div>\n</div>\n</article></section></div>\n</div>\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-autosave-v1', '', '', '2018-05-26 08:42:29', '2018-05-26 15:42:29', '', 242, 'http://sandybalascak.com/242-autosave-v1/', 0, 'revision', '', 0),
(255, 2, '2018-02-17 20:33:49', '2018-02-18 04:33:49', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-243" class="post-243 post type-post status-publish format-standard hentry category-upcoming-events full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI am thrilled to be writing a delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.</a>\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus-1.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-02-17 20:33:49', '2018-02-18 04:33:49', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `2017posts` VALUES
(256, 2, '2018-02-17 20:34:21', '2018-02-18 04:34:21', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-243" class="post-243 post type-post status-publish format-standard hentry category-upcoming-events full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nI am thrilled to be writing a delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.</a>\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-02-17 20:34:21', '2018-02-18 04:34:21', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(279, 2, '2018-04-15 18:56:31', '2018-04-16 01:56:31', '', 'cropped-TEDx-2.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-tedx-2-jpg', '', '', '2018-04-15 18:56:31', '2018-04-16 01:56:31', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(301, 2, '2018-04-30 21:21:47', '2018-05-01 04:21:47', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html" target="_blank" rel="noopener">Click here for UBC Okanagan SIE information and registration.  </a>If you are not a UBC student, you can still register by emailing the faculty at <a href="mailto:sie.education@ubc.ca">sie.education@ubc.ca</a>.\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" target="_blank" rel="noopener">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-04-30 21:21:47', '2018-05-01 04:21:47', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(342, 2, '2018-11-25 18:29:18', '2018-11-26 02:29:18', 'February 22, 2019\r\n\r\n10:15-12:15 and 12:45-2:45 (Same session offered twice)\r\n\r\n<span style="color: #800080;"><em><strong>No Such Thing as Problem Youth, Just Youth With Problems</strong></em></span>\r\n\r\nWe can never undo emotional trauma but we can teach youth to manage their issues and turn them into strengths. The session will focus upon changing how teachers view at-risk youth, how to recognize mental health issues, how to find the root causes of the issues and not just see the symptoms, and how to change those who feel like failures into those who know they are successes. Real life examples and input from actual “problem students” will illustrate that there is no such thing as problem youth, just youth with problems. Teach them to cope and they will soar. It should be noted that at-risk youth not only inspired this course, but have also been actively involved with the development of the topics.', 'Central Okanagan Teachers Association February Conference', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2018-11-25 18:29:18', '2018-11-26 02:29:18', '', 341, 'http://sandybalascak.com/341-revision-v1/', 0, 'revision', '', 0),
(275, 0, '2018-04-01 16:36:58', '2018-04-01 16:36:58', '', '04', '', 'publish', 'closed', 'closed', '', '04', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/04', 0, 'mgmlp_media_folder', '', 0),
(263, 2, '2018-02-17 20:59:25', '2018-02-18 04:59:25', 'Based upon my <a href="http://sandybalascak.com/tedx-langleyed-2017/">TEDx LangleyED talk</a>, I will speak about events and programs that have been a great success in working with at-risk youth.\r\n\r\nTopics include:\r\n<ol>\r\n 	<li><strong>Senior/Teen events and relationships built.</strong></li>\r\n 	<li><strong>Annual Intergenerational Day event involving youth.</strong></li>\r\n 	<li><strong>Christmas morning event for seniors on their own.</strong></li>\r\n 	<li><strong>Having seniors in class with the youth; both working toward graduation.</strong></li>\r\n 	<li><strong>The value of the relationships for both groups.</strong></li>\r\n</ol>\r\n&nbsp;', 'Intergenerational Events and Programs', '', 'publish', 'open', 'open', '', 'intergenerational-events-and-programs', '', '', '2018-02-17 21:00:15', '2018-02-18 05:00:15', '', 0, 'http://sandybalascak.com/?p=263', 0, 'post', '', 0),
(264, 2, '2018-02-17 20:59:25', '2018-02-18 04:59:25', 'Based upon my <a href="http://sandybalascak.com/tedx-langleyed-2017/">TEDx LangleyED talk</a>, I will speak about events and programs that have been a great success in working with at-risk youth.\r\n\r\nTopics include:\r\n<ol>\r\n 	<li><strong>Senior/Teen events and relationships built.</strong></li>\r\n 	<li><strong>Annual Intergenerational Day event involving youth.</strong></li>\r\n 	<li><strong>Christmas morning event for seniors on their own.</strong></li>\r\n 	<li><strong>Having seniors in class with the youth; both working toward graduation.</strong></li>\r\n</ol>\r\n&nbsp;', 'Intergenerational Events and Programs', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2018-02-17 20:59:25', '2018-02-18 04:59:25', '', 263, 'http://sandybalascak.com/263-revision-v1/', 0, 'revision', '', 0),
(265, 2, '2018-02-17 21:00:15', '2018-02-18 05:00:15', 'Based upon my <a href="http://sandybalascak.com/tedx-langleyed-2017/">TEDx LangleyED talk</a>, I will speak about events and programs that have been a great success in working with at-risk youth.\r\n\r\nTopics include:\r\n<ol>\r\n 	<li><strong>Senior/Teen events and relationships built.</strong></li>\r\n 	<li><strong>Annual Intergenerational Day event involving youth.</strong></li>\r\n 	<li><strong>Christmas morning event for seniors on their own.</strong></li>\r\n 	<li><strong>Having seniors in class with the youth; both working toward graduation.</strong></li>\r\n 	<li><strong>The value of the relationships for both groups.</strong></li>\r\n</ol>\r\n&nbsp;', 'Intergenerational Events and Programs', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2018-02-17 21:00:15', '2018-02-18 05:00:15', '', 263, 'http://sandybalascak.com/263-revision-v1/', 0, 'revision', '', 0),
(267, 2, '2018-02-18 09:18:11', '2018-02-18 17:18:11', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.</a>\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-02-18 09:18:11', '2018-02-18 17:18:11', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(349, 0, '2019-01-20 11:22:59', '2019-01-20 19:22:59', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjcnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb208L2xvYz48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2hvbWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMDowMToxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hYm91dC1tZS88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTA0VDE3OjQwOjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2NvbnRhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNDo1MDowOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hZHVsdC1jZW50ZXJlZC1lZHVjYXRpb24tY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTA0VDAzOjI1OjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtbGFuZ2xleWVkLTIwMTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNTo0ODowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9iYy1zY2hvb2wtc3VwZXJpbnRlbmRlbnRzLWFzc29jaWF0aW9uLTIwMTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yN1QwMToxMjozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pZ25pdGUtYWJib3RzZm9yZC88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE4VDA0OjEyOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtZXZlbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMjBUMTY6MjY6MDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vbWVkaWEtY292ZXJhZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wMlQxNjo1Nzo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9jaHJpc3RtYXMtbW9ybmluZy1zZW5pb3JzLWJydW5jaC88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTAyVDE2OjU2OjEwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2FiZWFiYy1jb25mZXJlbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMTRUMjA6Mzg6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vaWduaXRlLTM1LWxhbmdsZXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0wNFQwMzoyNDo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9wcm9ibGVtLXlvdXRoLXZzLXlvdXRoLXdpdGgtcHJvYmxlbXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xOFQyMToxMjoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pbnRlcmdlbmVyYXRpb25hbC1ldmVudHMtYW5kLXByb2dyYW1zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMThUMDU6MDA6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vcHJlc2VudGF0aW9uLXRvcGljcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQ1OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2lnbml0ZS0zNS0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjZUMDU6NDY6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWJlYWJjLWNvbmZlcmVuY2UtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQ1OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2NlbnRyYWwtb2thbmFnYW4tdGVhY2hlcnMtYXNzb2NpYXRpb24tZmVicnVhcnktY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQwOjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RoZXJlLWlzLW5vLXN1Y2gtdGhpbmctYXMtcHJvYmxlbS15b3V0aC1qdXN0LXlvdXRoLXdpdGgtcHJvYmxlbXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNToyNzo0Nlo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==', 'sitemap-1.xml', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2019-01-20 11:22:59', '2019-01-20 19:22:59', '', 0, 'http://sandybalascak.com/?p=349', 0, 'jp_sitemap', '', 0),
(272, 0, '2018-03-01 14:27:32', '2018-03-01 14:27:32', '', '03', '', 'publish', 'closed', 'closed', '', '03', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/03', 0, 'mgmlp_media_folder', '', 0),
(269, 2, '2018-02-18 13:12:28', '2018-02-18 21:12:28', '<div id="page" class="hfeed site">\r\n<div id="content" class="site-content">\r\n<div class="wrapper"><section id="primary" class="content-area"><article id="post-254" class="post-254 post type-post status-publish format-standard hentry category-presentation-topics full-content">\r\n<div class="archive-post-wrap">\r\n<div class="entry-container">\r\n<div class="entry-content">\r\n\r\nThere are several options for workshops or presentations ranging from 1 hour sessions to the 30 hour course available through UBC Okanagan Summer Institute in Education.  Each workshop/presentation will be customized according to the audience and the time allotted.  All topics include real life examples of challenges and successes with at-risk youth and contain input from students as to what they think is important for educators to know.\r\n\r\nTopics can include:\r\n<ol>\r\n 	<li><strong>Starting With Your Core Values and Beliefs</strong></li>\r\n 	<li><strong>Empathy Instead of Sympathy\r\n</strong></li>\r\n 	<li><strong>Social Construct Theory vs. Disorders</strong></li>\r\n 	<li><strong>Labels and Their Effects\r\n</strong></li>\r\n 	<li><strong>The Benefits of Intergenerational Events and Connectedness</strong></li>\r\n 	<li><strong>Self-esteem</strong></li>\r\n 	<li><strong>Self-fulfilling Prophecy</strong></li>\r\n 	<li><strong>Learning Gaps vs Learning Disabilities</strong></li>\r\n 	<li><strong>The Gifted “Problem Youth”</strong></li>\r\n 	<li><strong>Treating Roots of Problems Rather Than Symptoms</strong></li>\r\n 	<li><strong>Relationships and Trust </strong></li>\r\n 	<li><strong>The Importance of Behaviour Modeling</strong></li>\r\n 	<li><strong>Creating Pride</strong></li>\r\n 	<li><strong>Creating a naturally flowing culture of acceptance.</strong></li>\r\n 	<li><strong>Giving them a voice through TEDx, Ignite, and other public speaking events.</strong></li>\r\n 	<li><strong>Reacting to Trauma</strong></li>\r\n 	<li><strong>Clear and Relevant Expectations</strong></li>\r\n 	<li><strong>When and How Far To Push Them to Challenge Themselves</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'Problem Youth vs. Youth With Problems', '', 'inherit', 'closed', 'closed', '', '252-revision-v1', '', '', '2018-02-18 13:12:28', '2018-02-18 21:12:28', '', 252, 'http://sandybalascak.com/252-revision-v1/', 0, 'revision', '', 0),
(383, 0, '2019-02-04 10:11:02', '2019-02-04 18:11:02', 'Hello,\r\n\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales\r\n\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you''ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric "simplifying tech" Jones\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com\n<!--more-->\nAUTHOR: Eric\nAUTHOR EMAIL: eric@talkwithcustomer.com\nAUTHOR URL: \nSUBJECT: From the Contact Form\nIP: 64.44.49.95\nArray\n(\n    [1_Name] =&gt; Eric\n    [2_Email] =&gt; eric@talkwithcustomer.com\n    [3_Subject] =&gt; Do you have a leaky bucket to fill for sandybalascak.com ?\n    [4_Comment] =&gt; Hello,\r\n\r\nRunning a website like sandybalascak.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the "leaky bucket" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI''ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there''s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you''ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don''t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience &amp; Losing Out On Sales\r\n\r\nOnce you''ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don''t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there''s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you''ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it''s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I''ve been there myself. I''ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn''t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI''m so sure that Talk With Website Visitors will help you in your business endeavors that I''m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website sandybalascak.com, and you want the tool that''s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI''m so excited to share my life''s work with you, and I know you understand that there''s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I''ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric "simplifying tech" Jones\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com \r\n\n    [entry_title] =&gt; Contact\n    [entry_permalink] =&gt; http://sandybalascak.com/contact/\n    [feedback_id] =&gt; 2971465a68b8d7d4f52d16e3483da5c7\n)\n', 'Eric - 2019-02-04 10:11:02', '', 'publish', 'closed', 'closed', '', '2971465a68b8d7d4f52d16e3483da5c7', '', '', '2019-02-04 10:11:02', '2019-02-04 18:11:02', '', 11, 'http://sandybalascak.com/?post_type=feedback&p=383', 0, 'feedback', '', 0),
(378, 0, '2019-01-20 14:05:53', '2019-01-20 14:05:53', '', 'sg_backup_opt(full)_20190120193844', '', 'publish', 'closed', 'closed', '', 'sg_backup_opt(full)_20190120193844', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/backup-guard/sg_backup_opt(full)_20190120193844', 0, 'mgmlp_media_folder', '', 0),
(379, 0, '2018-11-26 05:48:00', '0000-00-00 00:00:00', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb208L2xvYz48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2hvbWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMDowMToxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hYm91dC1tZS88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTA0VDE3OjQwOjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2NvbnRhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNDo1MDowOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hZHVsdC1jZW50ZXJlZC1lZHVjYXRpb24tY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTA0VDAzOjI1OjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtbGFuZ2xleWVkLTIwMTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNTo0ODowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9iYy1zY2hvb2wtc3VwZXJpbnRlbmRlbnRzLWFzc29jaWF0aW9uLTIwMTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yN1QwMToxMjozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pZ25pdGUtYWJib3RzZm9yZC88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE4VDA0OjEyOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtZXZlbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMjBUMTY6MjY6MDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vbWVkaWEtY292ZXJhZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wMlQxNjo1Nzo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9jaHJpc3RtYXMtbW9ybmluZy1zZW5pb3JzLWJydW5jaC88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTAyVDE2OjU2OjEwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2FiZWFiYy1jb25mZXJlbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMTRUMjA6Mzg6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vaWduaXRlLTM1LWxhbmdsZXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0wNFQwMzoyNDo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9wcm9ibGVtLXlvdXRoLXZzLXlvdXRoLXdpdGgtcHJvYmxlbXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xOFQyMToxMjoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pbnRlcmdlbmVyYXRpb25hbC1ldmVudHMtYW5kLXByb2dyYW1zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMThUMDU6MDA6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vcHJlc2VudGF0aW9uLXRvcGljcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQ1OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2lnbml0ZS0zNS0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjZUMDU6NDY6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWJlYWJjLWNvbmZlcmVuY2UtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQ1OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2NlbnRyYWwtb2thbmFnYW4tdGVhY2hlcnMtYXNzb2NpYXRpb24tZmVicnVhcnktY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDA1OjQwOjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RoZXJlLWlzLW5vLXN1Y2gtdGhpbmctYXMtcHJvYmxlbS15b3V0aC1qdXN0LXlvdXRoLXdpdGgtcHJvYmxlbXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwNToyNzo0Nlo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==', 'sitemap-1.xml', '', 'draft', 'closed', 'closed', '', '', '', '', '2019-02-17 08:31:28', '2019-02-17 16:31:28', '', 0, 'http://sandybalascak.com/?p=379', 0, 'jp_sitemap', '', 0),
(344, 2, '2018-11-25 18:33:50', '2018-11-26 02:33:50', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.archive .page-title {\ndisplay: none;\n}\n\n.post-meta .post-category {\ndisplay: none;\n}\n\n.page-title .meta-single li {\ndisplay: none;\nborder-bottom: none;\n}\n\n.nav-links {\n    display: none;\n}\n\nbody.single #main .entry-footer {\n    display: none;\n}', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-11-25 18:33:50', '2018-11-26 02:33:50', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(348, 2, '2018-11-25 18:55:11', '2018-11-26 02:55:11', '', 'No Such Thing As Problem Youth Slide', '', 'inherit', 'closed', 'closed', '', 'no-such-thing-as-problem-youth-slide', '', '', '2018-11-25 18:55:11', '2018-11-26 02:55:11', '', 313, 'http://sandybalascak.com/wp-content/uploads/2018/11/No-Such-Thing-As-Problem-Youth-Slide.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 2, '2018-04-15 18:54:40', '2018-04-16 01:54:40', '', 'cropped-TEDx-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-tedx-1-jpg', '', '', '2018-04-15 18:54:40', '2018-04-16 01:54:40', '', 0, 'http://sandybalascak.com/wp-content/uploads/2017/02/cropped-TEDx-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 2, '2018-06-24 12:05:25', '2018-06-24 19:05:25', '<img class="alignnone size-medium wp-image-320" src="http://sandybalascak.com/wp-content/uploads/2018/06/Ignite-2018-300x188.jpg" alt="" width="300" height="188" />\r\n<div class="Gallery with-tweet">\r\n<div class="Gallery-content">\r\n<div class="GalleryTweet enable-fade">\r\n<div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\r\n       original-tweet js-original-tweet\r\n\r\n       favorited has-cards Tweet--invertedColors has-content\r\n" data-you-block="false" data-you-follow="true" data-user-id="103089089" data-name="Langley Pro-D" data-item-id="1000449277053865984" data-has-cards="true" data-disclosure-type="" data-reply-to-users-json="[{&quot;id_str&quot;:&quot;103089089&quot;,&quot;screen_name&quot;:&quot;thinklangley&quot;,&quot;name&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Langley Pro-D&quot;,&quot;emojified_text_as_html&quot;:&quot;Langley Pro-D&quot;}}]" data-mentions="SandyBalascak" data-follows-you="true" data-screen-name="thinklangley" data-tweet-stat-initialized="true" data-tweet-nonce="1000449277053865984-6219dd78-ca69-4d6e-9996-0dfb9dfbe704" data-conversation-id="1000449277053865984" data-permalink-path="/thinklangley/status/1000449277053865984" data-tweet-id="1000449277053865984">\r\n<div class="content">\r\n<div class="stream-item-header"><a class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="https://twitter.com/thinklangley" data-user-id="103089089"><span class="FullNameGroup"><strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part="">Langley Pro-D</strong>‏<span class="UserNameBreak"> </span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part="">@<b>thinklangley</b></span></a> <small class="time"> <a class="tweet-timestamp js-permalink js-nav js-tooltip" href="https://twitter.com/thinklangley/status/1000449277053865984" data-original-title="11:51 AM - 26 May 2018" data-conversation-id="1000449277053865984"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-long-form="true" data-time-ms="1527360669000" data-time="1527360669">May 26</span></a> </small></div>\r\n<div class="js-tweet-text-container">\r\n<p class="TweetTextSize  js-tweet-text tweet-text" lang="en" data-aria-label-part="0">Sandy Balascak''s (<a class="twitter-atreply pretty-link js-nav" dir="ltr" href="https://twitter.com/SandyBalascak" data-mentioned-user-id="469509694"><s>@</s><b>SandyBalascak</b></a>) Ignite (Prozzak''s "Be As") will discuss creating a safe, "family" space at school with an emphasis on acceptance over labeling.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'Ignite 35 2018', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2018-06-24 12:05:25', '2018-06-24 19:05:25', '', 319, 'http://sandybalascak.com/319-revision-v1/', 0, 'revision', '', 0),
(295, 2, '2018-04-16 18:47:02', '2018-04-17 01:47:02', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.nav-links {\n    display: none;\n}\n', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-04-16 18:47:02', '2018-04-17 01:47:02', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(305, 2, '2018-05-26 08:42:37', '2018-05-26 15:42:37', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html" target="_blank" rel="noopener">Click here for UBC Okanagan SIE information and registration.  </a>\r\n<h5><strong>If you are not a UBC student, you can still register by contacting the faculty at</strong> <a href="mailto:sie.education@ubc.ca">sie.education@ubc.ca</a>.</h5>\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" target="_blank" rel="noopener">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-05-26 08:42:37', '2018-05-26 15:42:37', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(297, 2, '2018-04-16 18:54:47', '2018-04-17 01:54:47', '/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.nav-links {\n    display: none;\n}\n\nbody.single #main .entry-footer {\n    display: none;\n}', 'gridalicious-pro-child', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2018-04-16 18:54:47', '2018-04-17 01:54:47', '', 103, 'http://sandybalascak.com/103-revision-v1/', 0, 'revision', '', 0),
(300, 2, '2018-04-30 21:08:23', '2018-05-01 04:08:23', '<div id="page">\r\n<div id="content">\r\n<div><section id="primary"><article id="post-243">\r\n<div>\r\n<div>\r\n<div>\r\n\r\nI am thrilled to be writing and delivering a course at UBC Okanagan this summer.  The course will focus on working with at-risk youth, how to reach a deeper understanding of their needs, and how to guide them to success in both school, and in life.  There will be many real life examples and actual students not only inspired the course, they had input in the creation of the topics, and they will be guest presenters who will candidly discuss education from the point of view of at-risk youth who found unexpected success.\r\n\r\n<a href="https://education.ok.ubc.ca/programs/sie.html">Click here for UBC Okanagan SIE information and registration.  </a>If you are not a UBC student, you can still register by emailing the faculty at <a href="mailto:sie.education@ubc.ca">sie.education@ubc.ca</a>.\r\n\r\n<a href="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf">View the course syllabus below, or click here to download it.</a>\r\n\r\n[embeddoc url="http://sandybalascak.com/wp-content/uploads/2018/02/Balascak-EDST-497-Syllabus.pdf" ]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>', 'UBC Okanagan Summer Institute in Education', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2018-04-30 21:08:23', '2018-05-01 04:08:23', '', 242, 'http://sandybalascak.com/242-revision-v1/', 0, 'revision', '', 0),
(302, 0, '2018-05-01 17:06:17', '2018-05-01 17:06:17', '', '05', '', 'publish', 'closed', 'closed', '', '05', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/05', 0, 'mgmlp_media_folder', '', 0),
(338, 2, '2018-11-25 18:12:18', '2018-11-26 02:12:18', '', 'TEDx', '', 'inherit', 'open', 'closed', '', 'tedx-2', '', '', '2018-11-25 18:12:18', '2018-11-26 02:12:18', '', 49, 'http://sandybalascak.com/wp-content/uploads/2018/11/TEDx.jpg', 0, 'attachment', 'image/jpeg', 0),
(341, 2, '2018-11-25 18:29:18', '2018-11-26 02:29:18', 'February 22, 2019\r\n\r\n10:15-12:15 and 12:45-2:45 (Same session offered twice)\r\n\r\n<span style="color: #800080;"><em><strong>No Such Thing as Problem Youth, Just Youth With Problems</strong></em></span>\r\n\r\nWe can never undo emotional trauma but we can teach youth to manage their issues and turn them into strengths. The session will focus upon changing how teachers view at-risk youth, how to recognize mental health issues, how to find the root causes of the issues and not just see the symptoms, and how to change those who feel like failures into those who know they are successes. Real life examples and input from actual “problem students” will illustrate that there is no such thing as problem youth, just youth with problems. Teach them to cope and they will soar. It should be noted that at-risk youth not only inspired this course, but have also been actively involved with the development of the topics.', 'Central Okanagan Teachers Association February Conference', '', 'publish', 'open', 'open', '', 'central-okanagan-teachers-association-february-conference', '', '', '2018-11-25 21:40:02', '2018-11-26 05:40:02', '', 0, 'http://sandybalascak.com/?p=341', 0, 'page', '', 0),
(350, 0, '2019-01-20 11:22:59', '2019-01-20 19:22:59', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjcnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS90ZWR4LzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjA6MjI6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9URUR4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5URUR4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2Nyb3BwZWQtdGVkeC1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMDoyMjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL2Nyb3BwZWQtVEVEeC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1URUR4LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9iZy1kYXJrLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjA6MjM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9iZy1kYXJrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZy1kYXJrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2tlbGx5LWtlcnJpZ2FuLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL0tlbGx5LUtlcnJpZ2FuLTMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktlbGx5IEtlcnJpZ2FuIDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vbmlraS1yb2JpbnNvbi88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvTmlraS1Sb2JpbnNvbi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TmlraSBSb2JpbnNvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9zaGFyb24tZG91Z2xhcy88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvU2hhcm9uLURvdWdsYXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNoYXJvbiBEb3VnbGFzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtc3BlYWtlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL1RFRHgtU3BlYWtlcnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRFRHggU3BlYWtlcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWNlLXN0dWRlbnRzLW9uLXN0YWdlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjI6MDA6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9BQ0UtU3R1ZGVudHMtb24tU3RhZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFDRSBTdHVkZW50cyBvbiBTdGFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9hbHRlcm5hdGUtc3R1ZGVudC1zbGlkZS88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvQWx0ZXJuYXRlLVN0dWRlbnQtU2xpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFsdGVybmF0ZSBTdHVkZW50IFNsaWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2JyeW9uLWNhcnBlbnRlci88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvQnJ5b24tQ2FycGVudGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcnlvbiBDYXJwZW50ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vY2VjZWxpYS1yZWVraWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMi0yNlQyMjowMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAyL0NlY2VsaWEtUmVla2llLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DZWNlbGlhIFJlZWtpZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9jaHJpcy13ZWpyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDItMjZUMjI6MDA6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9DaHJpcy1XZWpyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaHJpcyBXZWpyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2h1Z2gtbWNkb25hbGQtNC88L2xvYz48bGFzdG1vZD4yMDE3LTAyLTI2VDIyOjAwOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvSHVnaC1NY2RvbmFsZC00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IdWdoIE1jZG9uYWxkIDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vYWJlYWJjLWNvbmZlcmVuY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0xNFQyMDozODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA1L0RTQ0YzODMxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BQkVBQkMgQ29uZmVyZW5jZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QUNFIFN0dWRlbnRzIGpvaW5pbmcgdGhlIHBhbmVsLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vY3JvcHBlZC10ZWR4LTEtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTZUMDE6NTQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMi9jcm9wcGVkLVRFRHgtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1URUR4LTEuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL2Nyb3BwZWQtdGVkeC0yLWpwZy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE2VDAxOjU2OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDIvY3JvcHBlZC1URUR4LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyb3BwZWQtVEVEeC0yLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pZ25pdGUtMzUtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI0VDE5OjA0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvSWduaXRlLTIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklnbml0ZSAyMDE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3RlZHgtbGFuZ2xleWVkLTIwMTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwMjoxMjoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3NhbmR5YmFsYXNjYWsuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1RFRHguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRFRHg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vcHJlc2VudGF0aW9uLXRvcGljcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI2VDAyOjU1OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvTm8tU3VjaC1UaGluZy1Bcy1Qcm9ibGVtLVlvdXRoLVNsaWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ObyBTdWNoIFRoaW5nIEFzIFByb2JsZW0gWW91dGggU2xpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=', 'image-sitemap-1.xml', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2019-01-20 11:22:59', '2019-01-20 19:22:59', '', 0, 'http://sandybalascak.com/?p=350', 0, 'jp_img_sitemap', '', 0),
(351, 0, '2019-01-20 11:22:59', '2019-01-20 19:22:59', 'PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjcnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC1pbmRleC54c2wiPz4KPHNpdGVtYXBpbmRleCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSI+PHNpdGVtYXA+PGxvYz5odHRwOi8vc2FuZHliYWxhc2Nhay5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjZUMDU6NDg6MDBaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHA6Ly9zYW5keWJhbGFzY2FrLmNvbS9pbWFnZS1zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yNlQwMjo1NToxMVo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjwvc2l0ZW1hcGluZGV4Pgo=', 'sitemap.xml', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2019-01-20 11:22:59', '2019-01-20 19:22:59', '', 0, 'http://sandybalascak.com/?p=351', 0, 'jp_sitemap_master', '', 0);
INSERT INTO `2017posts` VALUES
(357, 2, '2018-11-25 20:48:30', '2018-11-26 04:48:30', 'You can email me directly at <a href="mailto:sandy@sandybalascak.com">sandy@sandybalascak.com</a> or use the form below.\r\n\r\n&nbsp;\r\n\r\n[contact-form subject=''From the Contact Form''][contact-field label=''Name'' type=''name'' required=''1''/][contact-field label=''Email'' type=''email'' required=''1''/][contact-field label=''Subject'' type=''text'' required=''1''/][contact-field label=''Comment'' type=''textarea'' required=''1''/][/contact-form]', 'Contact', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2018-11-25 20:48:30', '2018-11-26 04:48:30', '', 11, 'http://sandybalascak.com/11-revision-v1/', 0, 'revision', '', 0),
(355, 2, '2018-11-25 20:46:45', '2018-11-26 04:46:45', 'I often use this phrase, and I am often asked what it means.  After 20 years in education and more than 10 of those working specifically with at-risk youth, I have never met a student who didn''t have emotional damage that led to the behaviour problems.  If I break a bone, I may use something to alleviate the symptom of pain, but that will not repair the break.  If that break is not repaired, I may be able to get it somewhat healed, but it will continue to cause problems until I properly deal with the root of the problem.  The same can be said for behaviour.  The behaviour is the symptom and not the root cause.\r\n\r\nThe behaviour issues I have dealt with have included both striking out toward others and self-harm in various forms; but the one commonality between the two is that self-esteem and self-confidence are extremely low.  The reasons for this can be varied, but almost invariably involve some form of trauma.  Simple discipline and consequences may or may not lessen the behaviour, temporarily, but it is never a solution that will last.\r\n\r\nOnce I realized that the youth are not acting out for no reason, I learned to look for the reason and work with them to help them manage their issues.  The youth who have been through the most, can be the strongest and most resilient once they learn how to draw strength and grow in a positive way.  I can never undo the damage but we can teach these youth to manage their issues and turn them into strengths.\r\n\r\nA simple example would be the student who acted out with my replacements whenever I took time off.  Some people may see this as taking advantage of my absence to act out, but what if we consider going deeper.  If we find out that he was abandoned and disappointed by many adults in the past, it becomes clearer why he has issues with someone he counts on being away.  Discipline will not help the problem, and may even make it worse.  Helping him to understand his own motivation and explore his reactions is far more likely to lesson the fear of abandonment and, in turn, lessen the acting out.  Indeed that has been the case with many students I worked with who had this exact same issue.\r\n\r\nWhen I have taken the time to get to the root of the problem and teach the student to manage the problem, it has invariably led to fewer behaviour issues, and increase in self-esteem and self-confidence, and that logically leads to them being able to function and learn better as well.  I really have never met a youth who I would truly classify as a "problem youth".\r\n\r\n&nbsp;', 'There is no such thing as problem youth, just youth with problems.', '', 'publish', 'closed', 'open', '', 'there-is-no-such-thing-as-problem-youth-just-youth-with-problems', '', '', '2018-11-25 21:27:46', '2018-11-26 05:27:46', '', 0, 'http://sandybalascak.com/?p=355', 0, 'post', '', 0),
(356, 2, '2018-11-25 20:46:45', '2018-11-26 04:46:45', '', 'There is no such thing as problem youth, just youth with problems.', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2018-11-25 20:46:45', '2018-11-26 04:46:45', '', 355, 'http://sandybalascak.com/355-revision-v1/', 0, 'revision', '', 0),
(372, 0, '2018-12-07 00:19:28', '2018-12-07 08:19:28', 'Hi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site sandybalascak.com.  I must say - your website is very impressive.  I found your website on the first page of the Search Engine.\r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n  \r\nTry the TalkWithLead Live Demo now to see exactly how it works.  Visit: http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We do offer a 14 days free trial.  \r\n\r\nThanks and Best Regards,\r\nRandy\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com\n<!--more-->\nAUTHOR: Randy\nAUTHOR EMAIL: randy@talkwithlead.com\nAUTHOR URL: \nSUBJECT: From the Contact Form\nIP: 104.168.6.170\nArray\n(\n    [1_Name] =&gt; Randy\n    [2_Email] =&gt; randy@talkwithlead.com\n    [3_Subject] =&gt; Concerning sandybalascak.com\n    [4_Comment] =&gt; Hi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site sandybalascak.com.  I must say - your website is very impressive.  I found your website on the first page of the Search Engine.\r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they''re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n  \r\nTry the TalkWithLead Live Demo now to see exactly how it works.  Visit: http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We do offer a 14 days free trial.  \r\n\r\nThanks and Best Regards,\r\nRandy\r\n\r\nIf you''d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=sandybalascak.com\n    [entry_title] =&gt; Contact\n    [entry_permalink] =&gt; http://sandybalascak.com/contact/\n    [feedback_id] =&gt; 53df1efa0f978e22d8c1cfcbf4cd147f\n)\n', 'Randy - 2018-12-07 00:19:28', '', 'trash', 'closed', 'closed', '', '53df1efa0f978e22d8c1cfcbf4cd147f__trashed', '', '', '2019-01-20 11:36:33', '2019-01-20 19:36:33', '', 11, 'http://sandybalascak.com/?post_type=feedback&#038;p=372', 0, 'feedback', '', 0),
(359, 2, '2018-11-25 21:27:18', '2018-11-26 05:27:18', 'I often use this phrase, and I am often asked what it means.  After 20 years in education and more than 10 of those working specifically with at-risk youth, I have never met a student who didn''t have emotional damage that led to the behaviour problems.  If I break a bone, I may use something to alleviate the symptom of pain, but that will not repair the break.  If that break is not repaired, I may be able to get it somewhat healed, but it will continue to cause problems until I properly deal with the root of the problem.  The same can be said for behaviour.  The behaviour is the symptom and not the root cause.\n\nThe behaviour issues I have dealt with have included both striking out toward others and self-harm in various forms; but the one commonality between the two is that self-esteem and self-confidence are extremely low.  The reasons for this can be varied, but almost invariably involve some form of trauma.  Simple discipline and consequences may or may not lessen the behaviour, temporarily, but it is never a solution that will last.\n\nOnce I realized that the youth are not acting out for no reason, I learned to look for the reason and work with them to help them manage their issues.  The youth who have been through the most, can be the strongest and most resilient once they learn how to draw strength and grow in a positive way.  I can never undo the damage but we can teach these youth to manage their issues and turn them into strengths.\n\nA simple example would be the student who acted out with my replacements whenever I took time off.  Some people may see this as taking advantage of my absence to act out, but what if we consider going deeper.  If we find out that he was abandoned and disappointed by many adults in the past, it becomes clearer why he has issues with someone he counts on being away.  Discipline will not help the problem, and may even make it worse.  Helping him to understand his own motivation and explore his reactions is far more likely to lesson the fear of abandonment and, in turn, lessen the acting out.  Indeed that has been the case with many students I worked with who had this exact same issue.\n\nWhen I have taken the time to get to the root of the problem and teach the student to manage the problem, it has invariably led to fewer behaviour issues, and increase in self-esteem and self-confidence, and that logically leads to them being able to function and learn better as well.  I really have never met a youth who I would tru\n\n&nbsp;', 'There is no such thing as problem youth, just youth with problems.', '', 'inherit', 'closed', 'closed', '', '355-autosave-v1', '', '', '2018-11-25 21:27:18', '2018-11-26 05:27:18', '', 355, 'http://sandybalascak.com/355-autosave-v1/', 0, 'revision', '', 0),
(360, 2, '2018-11-25 21:18:56', '2018-11-26 05:18:56', 'I often use this phrase, and I am often asked what it means.  After 20 years in education and more than 10 of those working specifically with at-risk youth, I have never met a student who didn''t have emotional damage that led to the behaviour problems.  If we break a bone, we may use something to alleviate the symptom of pain, but that will not repair the break.  If that break is not repaired, we may be able to get it somewhat healed, but it will continue to cause problems until we properly deal with the root of the problem.  The same can be said for behaviour.  The behaviour is the symptom and not the root cause.\r\n\r\nThe behaviour issues I have dealt with have included both striking out toward others and self-harm in various forms; but the one commonality between the two is that self-esteem and self-confidence are extremely low.  The reasons for this can be varied, but almost invariably involve some form of trauma.  Simple discipline and consequences may or may not lessen the behaviour, temporarily, but it is never a solution that will last.\r\n\r\nOnce we realize that the youth are not acting out for no reason, we can look for the reason and work with them to help them manage their issues.  The youth who have been through the most, can be the strongest and most resilient once they learn how to draw strength and grow in a positive way.  We can never undo the damage but we can teach these youth to manage their issues and turn them into strengths.\r\n\r\nA simple example would be the student who acted out with my replacements whenever I took time off.  Some people may see this as taking advantage of my absence to act out, but what if we consider going deeper.  If we find out that he was abandoned and disappointed by many adults in the past, it becomes clearer why he has issues with someone he counts on being away.  Discipline will not help the problem, and may even make it worse.  Helping him to understand his own motivation and explore his reactions is far more likely to lesson the fear of abandonment and, in turn, lessen the acting out.  Indeed that has been the case with many students I worked with who had this exact same issue.\r\n\r\n&nbsp;', 'There is no such thing as problem youth, just youth with problems.', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2018-11-25 21:18:56', '2018-11-26 05:18:56', '', 355, 'http://sandybalascak.com/355-revision-v1/', 0, 'revision', '', 0),
(361, 2, '2018-11-25 21:27:46', '2018-11-26 05:27:46', 'I often use this phrase, and I am often asked what it means.  After 20 years in education and more than 10 of those working specifically with at-risk youth, I have never met a student who didn''t have emotional damage that led to the behaviour problems.  If I break a bone, I may use something to alleviate the symptom of pain, but that will not repair the break.  If that break is not repaired, I may be able to get it somewhat healed, but it will continue to cause problems until I properly deal with the root of the problem.  The same can be said for behaviour.  The behaviour is the symptom and not the root cause.\r\n\r\nThe behaviour issues I have dealt with have included both striking out toward others and self-harm in various forms; but the one commonality between the two is that self-esteem and self-confidence are extremely low.  The reasons for this can be varied, but almost invariably involve some form of trauma.  Simple discipline and consequences may or may not lessen the behaviour, temporarily, but it is never a solution that will last.\r\n\r\nOnce I realized that the youth are not acting out for no reason, I learned to look for the reason and work with them to help them manage their issues.  The youth who have been through the most, can be the strongest and most resilient once they learn how to draw strength and grow in a positive way.  I can never undo the damage but we can teach these youth to manage their issues and turn them into strengths.\r\n\r\nA simple example would be the student who acted out with my replacements whenever I took time off.  Some people may see this as taking advantage of my absence to act out, but what if we consider going deeper.  If we find out that he was abandoned and disappointed by many adults in the past, it becomes clearer why he has issues with someone he counts on being away.  Discipline will not help the problem, and may even make it worse.  Helping him to understand his own motivation and explore his reactions is far more likely to lesson the fear of abandonment and, in turn, lessen the acting out.  Indeed that has been the case with many students I worked with who had this exact same issue.\r\n\r\nWhen I have taken the time to get to the root of the problem and teach the student to manage the problem, it has invariably led to fewer behaviour issues, and increase in self-esteem and self-confidence, and that logically leads to them being able to function and learn better as well.  I really have never met a youth who I would truly classify as a "problem youth".\r\n\r\n&nbsp;', 'There is no such thing as problem youth, just youth with problems.', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2018-11-25 21:27:46', '2018-11-26 05:27:46', '', 355, 'http://sandybalascak.com/355-revision-v1/', 0, 'revision', '', 0),
(374, 0, '2019-01-01 14:48:03', '2019-01-01 14:48:03', '', '2019', '', 'publish', 'closed', 'closed', '', '2019', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2019', 0, 'mgmlp_media_folder', '', 0),
(375, 0, '2019-01-01 14:48:03', '2019-01-01 14:48:03', '', '01', '', 'publish', 'closed', 'closed', '', '01', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2019/01', 0, 'mgmlp_media_folder', '', 0),
(376, 0, '2019-01-17 04:09:22', '2019-01-17 12:09:22', 'Re: Websites Promotion\r\n\r\nHello,\r\n \r\nTrust you are doing very well,\r\n \r\nDo you want to see your website in Top 10 position in Google?\r\n \r\nIf yes, please let us know your domain name which you want to optimize. We will run analysis on your website and no cost and send full report with all the points and where your website is missing.\r\n \r\nPlease let me know your website URL then we will get back to you with our report on your website.\r\n \r\nThanks &amp; Regards,\r\nKelly Smith\r\nkellyinternetmarketing4@gmail.com\n<!--more-->\nAUTHOR: Kelly Smith\nAUTHOR EMAIL: kellyinternetmarketing4@gmail.com\nAUTHOR URL: \nSUBJECT: From the Contact Form\nIP: 14.192.55.74\nArray\n(\n    [1_Name] =&gt; Kelly Smith\n    [2_Email] =&gt; kellyinternetmarketing4@gmail.com\n    [3_Subject] =&gt; Re: Websites Promotion\n    [4_Comment] =&gt; Re: Websites Promotion\r\n\r\nHello,\r\n \r\nTrust you are doing very well,\r\n \r\nDo you want to see your website in Top 10 position in Google?\r\n \r\nIf yes, please let us know your domain name which you want to optimize. We will run analysis on your website and no cost and send full report with all the points and where your website is missing.\r\n \r\nPlease let me know your website URL then we will get back to you with our report on your website.\r\n \r\nThanks &amp; Regards,\r\nKelly Smith\r\nkellyinternetmarketing4@gmail.com\n    [entry_title] =&gt; Contact\n    [entry_permalink] =&gt; http://sandybalascak.com/contact/\n    [feedback_id] =&gt; e809191fec55cac8b2c4d68ae33fd146\n)\n', 'Kelly Smith - 2019-01-17 04:09:22', '', 'trash', 'closed', 'closed', '', 'e809191fec55cac8b2c4d68ae33fd146__trashed', '', '', '2019-01-20 11:36:33', '2019-01-20 19:36:33', '', 11, 'http://sandybalascak.com/?post_type=feedback&#038;p=376', 0, 'feedback', '', 0),
(366, 0, '2018-11-26 14:10:45', '2018-11-26 14:10:45', '', '08', '', 'publish', 'closed', 'closed', '', '08', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/08', 0, 'mgmlp_media_folder', '', 0),
(367, 0, '2018-11-26 14:10:45', '2018-11-26 14:10:45', '', '07', '', 'publish', 'closed', 'closed', '', '07', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/07', 0, 'mgmlp_media_folder', '', 0),
(368, 0, '2018-11-26 14:10:45', '2018-11-26 14:10:45', '', '11', '', 'publish', 'closed', 'closed', '', '11', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/11', 0, 'mgmlp_media_folder', '', 0),
(369, 0, '2018-11-26 14:10:45', '2018-11-26 14:10:45', '', '10', '', 'publish', 'closed', 'closed', '', '10', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/10', 0, 'mgmlp_media_folder', '', 0),
(370, 0, '2018-11-26 14:10:45', '2018-11-26 14:10:45', '', '09', '', 'publish', 'closed', 'closed', '', '09', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/09', 0, 'mgmlp_media_folder', '', 0),
(371, 0, '2018-12-01 14:11:48', '2018-12-01 14:11:48', '', '12', '', 'publish', 'closed', 'closed', '', '12', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 'http://sandybalascak.com/wp-content/uploads/2018/12', 0, 'mgmlp_media_folder', '', 0);

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

--
-- Table structure for table `2017sg_action`
--

CREATE TABLE `2017sg_action` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` tinyint(3) unsigned NOT NULL,
  `subtype` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `status` tinyint(3) unsigned NOT NULL,
  `progress` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `start_date` datetime NOT NULL,
  `update_date` datetime DEFAULT NULL,
  `options` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017sg_action`
--

INSERT INTO `2017sg_action` VALUES
(4, 'sg_backup_opt(full)_20180415235336', 1, 0, 3, 100, '2018-04-15 23:53:36', '2018-04-15 23:57:51', '{"SG_BACKUP_UPLOAD_TO_STORAGES":"","SG_BACKUP_FILE_PATHS_EXCLUDE":"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/,wp-content\\/ai1wm-backups\\/,wp-content\\/aiowps_backups\\/,wp-content\\/Dropbox_Backup\\/,wp-content\\/updraft\\/,wp-content\\/upsupsystic\\/,wp-content\\/wpbackitup_backups\\/,wp-content\\/wpbackitup_restore\\/,wp-content\\/backups\\/,wp-content\\/cache\\/,wp-content\\/uploads\\/wp-clone\\/,wp-content\\/uploads\\/wp-staging\\/,wp-content\\/uploads\\/wp-migrate-db\\/,wp-content\\/uploads\\/db-backup\\/,wp-content\\/plugins\\/wordpress-move\\/backup\\/,wp-content\\/as3b_backups\\/,wp-content\\/uploads\\/backupbuddy_backups\\/,wp-content\\/backups-dup-pro\\/,wp-content\\/managewp\\/backups\\/,wp-content\\/uploads\\/backupbuddy_temp\\/,wp-content\\/uploads\\/pb_backupbuddy\\/,wp-content\\/uploads\\/snapshots\\/","SG_BACKUP_FILE_PATHS":"wp-content","SG_BACKUP_TYPE":"1","SG_ACTION_BACKUP_DATABASE_AVAILABLE":1,"SG_ACTION_BACKUP_FILES_AVAILABLE":1}'),
(5, 'sg_backup_opt(full)_20190120193844', 1, 0, 3, 100, '2019-01-20 19:38:44', '2019-01-20 19:42:57', '{"SG_BACKUP_UPLOAD_TO_STORAGES":"","SG_BACKUP_FILE_PATHS_EXCLUDE":"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/,wp-content\\/ai1wm-backups\\/,wp-content\\/aiowps_backups\\/,wp-content\\/Dropbox_Backup\\/,wp-content\\/updraft\\/,wp-content\\/upsupsystic\\/,wp-content\\/wpbackitup_backups\\/,wp-content\\/wpbackitup_restore\\/,wp-content\\/backups\\/,wp-content\\/cache\\/,wp-content\\/uploads\\/wp-clone\\/,wp-content\\/uploads\\/wp-staging\\/,wp-content\\/uploads\\/wp-migrate-db\\/,wp-content\\/uploads\\/db-backup\\/,wp-content\\/plugins\\/wordpress-move\\/backup\\/,wp-content\\/as3b_backups\\/,wp-content\\/uploads\\/backupbuddy_backups\\/,wp-content\\/backups-dup-pro\\/,wp-content\\/managewp\\/backups\\/,wp-content\\/uploads\\/backupbuddy_temp\\/,wp-content\\/uploads\\/pb_backupbuddy\\/,wp-content\\/uploads\\/snapshots\\/,wp-content\\/debug.log,wp-content\\/backup-db\\/","SG_BACKUP_FILE_PATHS":"wp-content","SG_BACKUP_TYPE":"1","SG_ACTION_BACKUP_DATABASE_AVAILABLE":1,"SG_ACTION_BACKUP_FILES_AVAILABLE":1}');

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

--
-- Table structure for table `2017sg_config`
--

CREATE TABLE `2017sg_config` (
  `ckey` varchar(100) NOT NULL,
  `cvalue` text NOT NULL,
  PRIMARY KEY (`ckey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `2017sg_config`
--

INSERT INTO `2017sg_config` VALUES
('SG_BACKUP_GUARD_VERSION', '1.1.80'),
('SG_BACKUP_WITH_RELOADINGS', '1'),
('SG_BACKUP_SYNCHRONOUS_STORAGE_UPLOAD', '1'),
('SG_NOTIFICATIONS_ENABLED', '0'),
('SG_NOTIFICATIONS_EMAIL_ADDRESS', ''),
('SG_STORAGE_BACKUPS_FOLDER_NAME', 'sg_backups'),
('SG_EXTERNAL_RESTORE_PATH', '/home/sandybal/public_html/bg_restore.php'),
('SG_PLUGIN_INSTALL_UPDATE_DATE', '1548012179'),
('SG_RUNNING_ACTION', '1'),
('SG_BACKUP_CURRENT_KEY', '10c4bcf7658d9e00bd4d7b8274a88271'),
('SG_BACKUP_TYPE', '2'),
('SG_RELOAD_METHOD', '4'),
('SG_BACKUPED_TABLES', '["2017options","2017ccpo_post_order_rel","2017commentmeta","2017comments","2017links","2017loginizer_logs","2017mgmlp_folders","2017photo_gallery_wp_gallerys","2017photo_gallery_wp_images","2017photo_gallery_wp_like_dislike","2017postmeta","2017posts","2017term_relationships","2017term_taxonomy","2017termmeta","2017terms","2017usermeta","2017users","2017wpmm_subscribers"]'),
('SG_REVIEW_POPUP_STATE', '2'),
('SG_CURRENT_ARCHIVE_VERSION', '5'),
('SG_OLD_SITE_URL', 'http://sandybalascak.com'),
('SG_OLD_DB_PREFIX', '2017'),
('SG_OLD_PHP_VERSION', '5.4.45'),
('SG_MULTISITE_OLD_PATH', ''),
('SG_MULTISITE_OLD_DOMAIN', ''),
('SG_CURRENT_USER', ''),
('SG_HIDE_DISCOUNT_NOTICE', '1'),
('SG_EXTERNAL_RESTORE_ENABLED', '1'),
('SG_EXTERNAL_RESTORE_URL', 'http://sandybalascak.com/bg_restore.php?k=277696c0d4d1a2f037bd31d738ec68c3');

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

--
-- Table structure for table `2017sg_schedule`
--

CREATE TABLE `2017sg_schedule` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `status` tinyint(3) unsigned NOT NULL,
  `schedule_options` varchar(255) NOT NULL,
  `backup_options` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `2017termmeta`
--

CREATE TABLE `2017termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `2017terms`
--

CREATE TABLE `2017terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  `term_order` int(4) DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017terms`
--

INSERT INTO `2017terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0, 0),
(2, 'Upcoming Events', 'upcoming-events', 0, 0),
(3, 'Past Events', 'past-events', 0, 0),
(4, 'Main', 'main', 0, 0),
(5, 'post-format-aside', 'post-format-aside', 0, 0),
(6, 'post-format-image', 'post-format-image', 0, 0),
(7, 'Media', 'media', 0, 0),
(8, 'TEDx Events', 'tedx-events', 0, 0),
(9, 'Christmas 2016', 'christmas-2016', 0, 0),
(10, 'Workshop and Presentation Topics', 'workshop-and-presentation-topics', 0, 0),
(11, 'Blog', 'blog', 0, 0);

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

--
-- Table structure for table `2017term_relationships`
--

CREATE TABLE `2017term_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',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017term_relationships`
--

INSERT INTO `2017term_relationships` VALUES
(212, 4, 0),
(24, 4, 0),
(25, 4, 0),
(26, 4, 0),
(363, 4, 0),
(28, 4, 0),
(318, 4, 0),
(128, 3, 0),
(96, 3, 0),
(155, 7, 0),
(319, 3, 0),
(242, 2, 0),
(135, 8, 0),
(319, 1, 0),
(180, 3, 0),
(162, 9, 0),
(183, 3, 0),
(46, 3, 0),
(252, 10, 0),
(263, 10, 0),
(324, 3, 0),
(341, 2, 0),
(355, 11, 0),
(49, 1, 0);

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

--
-- Table structure for table `2017term_taxonomy`
--

CREATE TABLE `2017term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017term_taxonomy`
--

INSERT INTO `2017term_taxonomy` VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'category', '', 0, 1),
(3, 3, 'category', '', 0, 7),
(4, 4, 'nav_menu', '', 0, 7),
(5, 5, 'post_format', '', 0, 0),
(6, 6, 'post_format', '', 0, 0),
(7, 7, 'category', '', 0, 1),
(8, 8, 'category', '', 0, 1),
(9, 9, 'category', '', 0, 1),
(10, 10, 'category', '', 0, 2),
(11, 11, 'category', '', 0, 1);

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

--
-- Table structure for table `2017usermeta`
--

CREATE TABLE `2017usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017usermeta`
--

INSERT INTO `2017usermeta` VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(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, 'locale', ''),
(11, 1, '2017capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(12, 1, '2017user_level', '10'),
(13, 1, 'dismissed_wp_pointers', ''),
(14, 1, 'show_welcome_panel', '1'),
(53, 2, 'session_tokens', 'a:2:{s:64:"63354d1534f91d1700424e71e2ff713ab63c5e566fcd0cf55536dec0bbdf72c4";a:4:{s:10:"expiration";i:1548184771;s:2:"ip";s:11:"96.48.30.86";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1548011971;}s:64:"872a1a594565a44a75f3bffa13a64bcb619f9a3b1d558ddbf195a0f59f7ca919";a:4:{s:10:"expiration";i:1548184775;s:2:"ip";s:11:"96.48.30.86";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1548011975;}}'),
(16, 1, '2017user-settings', 'libraryContent=browse'),
(17, 1, '2017user-settings-time', '1488135667'),
(18, 1, '2017dashboard_quick_press_last_post_id', '218'),
(19, 2, 'nickname', 'Sandy'),
(20, 2, 'first_name', 'Sandy'),
(21, 2, 'last_name', 'Balascak'),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'comment_shortcuts', 'false'),
(25, 2, 'admin_color', 'fresh'),
(26, 2, 'use_ssl', '0'),
(27, 2, 'show_admin_bar_front', 'true'),
(28, 2, 'locale', ''),
(29, 2, '2017capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(30, 2, '2017user_level', '10'),
(31, 2, 'dismissed_wp_pointers', 'theme_editor_notice,wp496_privacy'),
(33, 2, '2017user-settings', 'editor=tinymce&libraryContent=browse&urlbutton=none&hidetb=1'),
(34, 2, '2017user-settings-time', '1518928530'),
(35, 2, '2017dashboard_quick_press_last_post_id', '377'),
(36, 2, 'jetpack_tracks_anon_id', 'jetpack:41ZzHEM0XC4FJXJLyF108gcn'),
(37, 2, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(38, 2, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(42, 2, 'default_password_nag', ''),
(39, 2, 'maxgalleria_mlp_review_notice-pro', 'off'),
(40, 2, 'nav_menu_recently_edited', '4'),
(41, 2, 'jetpack_tracks_wpcom_id', '117526990'),
(49, 2, 'community-events-location', 'a:1:{s:2:"ip";s:10:"96.48.30.0";}'),
(44, 2, 'maxgalleria_mlp_review_notice', 'off'),
(45, 1, 'maxgalleria_mlp_review_notice', '2017-06-07'),
(46, 2, 'twitter', 'SandyBalascak'),
(47, 2, 'periscope', ''),
(50, 2, 'closedpostboxes_dashboard', 'a:1:{i:0;s:17:"dashboard_primary";}'),
(51, 2, 'metaboxhidden_dashboard', 'a:1:{i:0;s:17:"dashboard_primary";}'),
(52, 2, 'meta-box-order_dashboard', 'a:4:{s:6:"normal";s:61:"dashboard_right_now,dashboard_activity,jetpack_summary_widget";s:4:"side";s:21:"dashboard_quick_press";s:7:"column3";s:17:"dashboard_primary";s:7:"column4";s:0:"";}');

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

--
-- Table structure for table `2017users`
--

CREATE TABLE `2017users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `2017users`
--

INSERT INTO `2017users` VALUES
(1, 'admin', '$P$BTqAGuFPPTcMC.mtZ0SuUaDn4Zi1KG0', 'admin', 'admin@sandybalascak.com', '', '2017-02-26 19:00:04', '', 0, 'admin'),
(2, 'Sandy', '$P$BvkzJXBA12YItGQUbRJ.PRMV9yuCWN/', 'sandy', 'sandy@sandybalascak.com', 'http://www.sandybalascak.com', '2017-02-26 19:08:29', '', 0, 'Sandy Balascak');

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

--
-- Table structure for table `2017wpmm_subscribers`
--

CREATE TABLE `2017wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL,
  PRIMARY KEY (`id_subscriber`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

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