0byt3m1n1
Path:
/
data
/
9
/
1
/
10
/
10
/
1825010
/
meta
/
1978946
/
mysql.backup
/
[
Home
]
File: 1_02d946d_3.mysqlcluster3.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster3 Database: 1_02d946d_3 -- ------------------------------------------------------ -- Server version 5.6.26-74.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=3641 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://davepresents.com/home','yes'),(2,'home','http://davepresents.com/home','yes'),(3,'blogname','home','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','dave@davepresents.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:9:\"hello.php\";i:3;s:23:\"ml-slider/ml-slider.php\";i:4;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:5;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:6;s:41:\"theme-junkie-custom-css/tj-custom-css.php\";i:7;s:28:\"top-25-social-icons/lite.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:3:{i:0;s:118:\"\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home/wp-content/themes/vantage/parts/footer.php\";i:2;s:111:\"\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home/wp-content/themes/vantage/style.css\";i:3;s:0:\"\";}','no'),(41,'template','vantage','yes'),(42,'stylesheet','vantage','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','America/New_York','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','227','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s: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'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:47:\"You\'re Talking, But Is Anyone Really Listening?\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:14:\"sidebar-footer\";a:1:{i:0;s:14:\"recent-posts-2\";}s:14:\"sidebar-header\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:6:{i:1455776766;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:1455780836;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1455786695;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1455787433;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:1455826199;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;}}}s:7:\"version\";i:2;}','yes'),(137,'_transient_random_seed','6e61864789f9479cb57bcd9ff85a5823','yes'),(146,'can_compress_scripts','1','yes'),(253,'_transient_twentyfifteen_categories','1','yes'),(254,'recently_activated','a:0:{}','yes'),(256,'_site_transient_timeout_wporg_theme_feature_list','1448060556','yes'),(259,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(265,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1448049894;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'),(268,'current_theme','Vantage','yes'),(271,'theme_mods_vantage','a:4:{i:0;b:0;s:17:\"version_activated\";s:5:\"1.4.4\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:27:\"_theme_settings_current_tab\";s:1:\"3\";}','yes'),(274,'theme_switched','','yes'),(284,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(296,'vantage_theme_settings','a:42:{s:10:\"logo_image\";s:2:\"64\";s:22:\"logo_in_menu_constrain\";b:1;s:16:\"logo_header_text\";s:1332:\"<div class=\"widget-text sbr_box\"><ul><h3 class=\"widget-title\">Follow us</h3><li class=\"sbr_text social-icons FB\"><a href=\"https://www.facebook.com/davecomedyworkshop/?ref=hl\" target=\"_blank\"><img src=\"http://davepresents.com/home/wp-content/plugins/top-25-social-icons/images/circle/facebook.png\" height=\"auto\" width=\"auto\" /></a></li><li class=\"sbr_text social-icons TW\"><a href=\"https://twitter.com/thecomedybook\" target=\"_blank\"><img src=\"http://davepresents.com/home/wp-content/plugins/top-25-social-icons/images/circle/twitter.png\" height=\"auto\" width=\"auto\" /></a></li><li class=\"sbr_text social-icons Gplus\"><a href=\"https://plus.google.com/+Thecomedybookworkshops/posts\" target=\"_blank\"><img src=\"http://davepresents.com/home/wp-content/plugins/top-25-social-icons/images/circle/googleplus.png\" height=\"auto\" width=\"auto\" /></a></li><li class=\"sbr_text social-icons Linked\"><a href=\"https://www.linkedin.com/in/daveschwensen\" target=\"_blank\"><img src=\"http://davepresents.com/home/wp-content/plugins/top-25-social-icons/images/circle/linkedin.png\" height=\"auto\" width=\"auto\" /></a></li><li class=\"sbr_text social-icons Email\"><a href=\"http://www.specificfeeds.com/follow\"><img src=\"http://davepresents.com/home/wp-content/plugins/top-25-social-icons/images/circle/email.png\" height=\"auto\" width=\"auto\" /></a></li></ul></div>\";s:17:\"layout_responsive\";b:1;s:14:\"layout_fitvids\";b:1;s:12:\"layout_bound\";s:4:\"full\";s:15:\"layout_masthead\";s:0:\"\";s:11:\"layout_menu\";s:0:\"\";s:13:\"layout_footer\";s:0:\"\";s:24:\"layout_force_panels_full\";b:1;s:11:\"home_slider\";s:8:\"meta:217\";s:19:\"home_slider_stretch\";b:1;s:26:\"navigation_use_sticky_menu\";b:1;s:22:\"navigation_menu_search\";b:1;s:32:\"navigation_display_scroll_to_top\";b:1;s:19:\"navigation_post_nav\";b:1;s:19:\"blog_archive_layout\";s:4:\"blog\";s:20:\"blog_archive_content\";s:4:\"full\";s:24:\"blog_featured_image_type\";s:5:\"large\";s:19:\"blog_featured_image\";b:1;s:18:\"blog_post_metadata\";b:1;s:14:\"blog_post_date\";b:1;s:16:\"blog_post_author\";b:1;s:20:\"blog_post_categories\";b:1;s:14:\"blog_post_tags\";b:1;s:14:\"blog_read_more\";s:16:\"Continue reading\";s:22:\"general_site_info_text\";s:0:\"\";s:20:\"premium_order_number\";s:0:\"\";s:17:\"logo_image_retina\";b:0;s:22:\"logo_no_widget_overlay\";b:0;s:26:\"navigation_responsive_menu\";b:0;s:31:\"navigation_responsive_menu_text\";b:0;s:33:\"navigation_responsive_menu_search\";b:0;s:20:\"navigation_home_icon\";b:0;s:28:\"navigation_mobile_navigation\";b:0;s:23:\"blog_post_comment_count\";b:0;s:15:\"blog_author_box\";b:0;s:20:\"social_ajax_comments\";b:0;s:17:\"social_share_post\";b:0;s:14:\"social_twitter\";b:0;s:23:\"general_adaptive_images\";b:0;s:25:\"general_js_enqueue_footer\";b:0;}','yes'),(308,'siteorigin_panels_initial_version','2.2.1','no'),(310,'siteorigin_panels_settings','a:0:{}','yes'),(316,'siteorigin_widget_bundle_version','1.5.4','yes'),(319,'siteorigin_widgets_old_widgets','\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-button-widget/so-button-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-cta-widget/so-cta-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-contact-widget/so-contact-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-editor-widget/so-editor-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-features-widget/so-features-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-google-map-widget/so-google-map-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-headline-widget/so-headline-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-hero-widget/so-hero-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-image-widget/so-image-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-image-grid-widget/so-image-grid-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-slider-widget/so-slider-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-post-carousel-widget/so-post-carousel-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-price-table-widget/so-price-table-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-simple-masonry-widget/so-simple-masonry-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-social-media-buttons-widget/so-social-media-buttons-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-testimonial-widget/so-testimonial-widget.php,\\\\WDP\\DFS\\41\\4\\7\\7\\4128825774\\user\\sites\\1978946.site\\www\\davepresents\\home\\wp-content\\plugins\\so-widgets-bundle/widgets/so-video-widget/so-video-widget.php','yes'),(320,'_transient_timeout_sow:cleared','1448657831','no'),(323,'_transient_sow:cleared','1','no'),(602,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.3.1\";}','yes'),(674,'_site_transient_timeout_available_translations','1448499904','yes'),(677,'_site_transient_available_translations','a:69:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-14 15:24:20\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-10 10:48:02\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-16 22:03:32\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 06:32:23\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-09 14:35:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-10 16:45:56\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 06:20:02\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(689,'WPLANG','','yes'),(728,'widget_baba','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(730,'tooltips','','yes'),(733,'color-tips','black','yes'),(736,'imgw','auto','yes'),(739,'imgh','auto','yes'),(742,'targetlinks','1','yes'),(745,'images-type','circle','yes'),(760,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','yes'),(764,'ml-slider_children','a:0:{}','yes'),(800,'siteorigin_panels_home_page_id','227','yes'),(809,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1448521995','yes'),(812,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5581\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3497\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3449\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2960\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2696\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2149\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2142\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1967\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1929\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1909\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1906\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1855\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1757\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1558\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1481\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1453\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1318\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1269\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1251\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1222\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1116\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1047\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1017\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"969\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"927\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"898\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"863\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"856\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"853\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"850\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"829\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"788\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"752\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"723\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"717\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"716\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"715\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"710\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"701\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"694\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"693\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"675\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"668\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"667\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"638\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"636\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"624\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"622\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"620\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"617\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"590\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"589\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"580\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"575\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"570\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"565\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"565\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"560\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"559\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"551\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"519\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"518\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"514\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"506\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"501\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"499\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"495\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"487\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"464\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"459\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"450\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"450\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"442\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"441\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"415\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"412\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"403\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"403\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"397\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"394\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"392\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"390\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"385\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"380\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"379\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"379\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"376\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"376\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"372\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"368\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"367\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"365\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"365\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"363\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"363\";}}','yes'),(823,'tj_custom_css','a:1:{s:10:\"custom_css\";s:232:\"header#masthead .hgroup {\r\n padding: 25px 0;\r\n}\r\n \r\nheader#masthead .hgroup .support-text {\r\n margin-top: -2.6em;\r\n}\r\n \r\n#main {\r\n padding-top: 0;\r\n}\r\n \r\n.entry-main {\r\n margin: 20px;\r\n}\r\n \r\n#secondary {\r\n padding-top: 67px;\r\n}\";}','yes'),(866,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=227&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(886,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(889,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(892,'widget_circleicon-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(895,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(898,'widget_siteorigin-panels-builder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(901,'widget_metaslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(904,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(907,'widget_siteorigin-panels-post-content','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(910,'widget_siteorigin-panels-postloop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(916,'widget_sow-button','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(919,'widget_sow-editor','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(922,'widget_sow-google-map','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(925,'widget_sow-image','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(928,'widget_sow-post-carousel','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(931,'widget_sow-slider','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(934,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(940,'widget_headline-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(943,'widget_vantage-social-media','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1790,'_site_transient_timeout_browser_91092c02938d4c94430d9f006bbafd18','1450935033','yes'),(1793,'_site_transient_browser_91092c02938d4c94430d9f006bbafd18','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"42.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1835,'_transient_timeout_plugin_slugs','1450416678','no'),(1838,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:9:\"hello.php\";i:3;s:23:\"ml-slider/ml-slider.php\";i:4;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:5;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:6;s:41:\"theme-junkie-custom-css/tj-custom-css.php\";i:7;s:28:\"top-25-social-icons/lite.php\";}','no'),(1859,'category_children','a:0:{}','yes'),(1868,'_transient_is_multi_author','0','yes'),(1903,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1450432051','no'),(1906,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2015 14:54:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-alpha-35990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:39254:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/cdog\">Catalin Dogaru</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/chacha102\">chacha102</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Menard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">mehulkaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbo Johnsgard</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">Sean Davis</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stephane Boisvert</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kraftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemero</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22292:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 17 Dec 2015 21:47:31 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 09 Dec 2015 14:54:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1909,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1450432051','no'),(1912,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1450388851','no'),(1915,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1450432052','no'),(1918,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1450432052','no'),(1921,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1450388852','no'),(1924,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1450432053','no'),(1927,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 21:31:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 17 Dec 2015 21:47:33 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 17 Dec 2015 22:06:09 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 17 Dec 2015 21:31:09 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1930,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1450432053','no'),(1933,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1450388853','no'),(1936,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1450432053','no'),(1939,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/12/clifford/\'>WordPress 4.4 “Clifford”</a> <span class=\"rss-date\">December 8, 2015</span><div class=\"rssSummary\">Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/popper-a-free-touch-friendly-wordpress-theme-with-a-focus-on-accessibility\'>WPTavern: Popper: A Free Touch-Friendly WordPress Theme with a Focus on Accessibility</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wpweekly-episode-217-the-tale-of-jeff-matson\'>WPTavern: WPWeekly Episode 217 – The Tale of Jeff Matson</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/ustwo-an-open-source-example-of-a-react-powered-wordpress-site\'>WPTavern: ustwo: An Open Source Example of a React-Powered WordPress Site</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=535e790a39&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(1942,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"02d946d.netsolhost.com\";s:8:\"username\";s:13:\"DaveSchwensen\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1943,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1455765095;s:7:\"checked\";a:4:{s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:14:\"twentythirteen\";s:3:\"1.7\";s:7:\"vantage\";s:5:\"1.4.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(2443,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"dave@davepresents.com\";s:7:\"version\";s:5:\"4.3.3\";s:9:\"timestamp\";i:1454474772;}','yes'),(3232,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.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-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.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-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1455765089;s:15:\"version_checked\";s:5:\"4.3.3\";s:12:\"translations\";a:0:{}}','yes'),(3634,'_site_transient_timeout_theme_roots','1455766892','yes'),(3637,'_site_transient_theme_roots','a:4:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:7:\"vantage\";s:7:\"/themes\";}','yes'),(3640,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1455765094;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40030\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.3.1.zip\";}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"50709\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:5:\"1.5.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.5.7.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:23:\"ml-slider/ml-slider.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"38583\";s:4:\"slug\";s:9:\"ml-slider\";s:6:\"plugin\";s:23:\"ml-slider/ml-slider.php\";s:11:\"new_version\";s:5:\"3.3.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/ml-slider/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/ml-slider.3.3.6.zip\";}s:41:\"theme-junkie-custom-css/tj-custom-css.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"49689\";s:4:\"slug\";s:23:\"theme-junkie-custom-css\";s:6:\"plugin\";s:41:\"theme-junkie-custom-css/tj-custom-css.php\";s:11:\"new_version\";s:5:\"0.1.5\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/theme-junkie-custom-css/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/theme-junkie-custom-css.0.1.5.zip\";}s:28:\"top-25-social-icons/lite.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"47274\";s:4:\"slug\";s:19:\"top-25-social-icons\";s:6:\"plugin\";s:28:\"top-25-social-icons/lite.php\";s:11:\"new_version\";s:5:\"2.0.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/top-25-social-icons/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/top-25-social-icons.zip\";}}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1251 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,7,'_edit_last','1'),(7,7,'_edit_lock','1448395082:1'),(8,7,'_wp_page_template','default'),(11,7,'vantage_metaslider_slider',''),(14,7,'vantage_metaslider_slider_stretch','1'),(17,7,'vantage_menu_icon',''),(20,10,'_edit_last','1'),(23,10,'_edit_lock','1448241445:1'),(25,10,'_wp_page_template','default'),(28,10,'vantage_metaslider_slider',''),(31,10,'vantage_metaslider_slider_stretch','1'),(34,10,'vantage_menu_icon',''),(35,17,'_edit_last','1'),(38,17,'_edit_lock','1448235526:1'),(41,17,'_wp_page_template','default'),(44,17,'vantage_metaslider_slider',''),(47,17,'vantage_metaslider_slider_stretch','1'),(50,17,'vantage_menu_icon',''),(53,23,'_menu_item_type','custom'),(56,23,'_menu_item_menu_item_parent','0'),(59,23,'_menu_item_object_id','23'),(62,23,'_menu_item_object','custom'),(65,23,'_menu_item_target',''),(68,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(71,23,'_menu_item_xfn',''),(74,23,'_menu_item_url','http://davepresents.com/home/'),(77,23,'_menu_item_orphaned','1448050541'),(80,26,'_menu_item_type','post_type'),(83,26,'_menu_item_menu_item_parent','0'),(86,26,'_menu_item_object_id','10'),(89,26,'_menu_item_object','page'),(92,26,'_menu_item_target',''),(95,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,26,'_menu_item_xfn',''),(101,26,'_menu_item_url',''),(104,26,'_menu_item_orphaned','1448050541'),(107,29,'_menu_item_type','post_type'),(110,29,'_menu_item_menu_item_parent','0'),(113,29,'_menu_item_object_id','7'),(116,29,'_menu_item_object','page'),(119,29,'_menu_item_target',''),(122,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,29,'_menu_item_xfn',''),(128,29,'_menu_item_url',''),(131,29,'_menu_item_orphaned','1448050541'),(134,32,'_menu_item_type','post_type'),(137,32,'_menu_item_menu_item_parent','0'),(140,32,'_menu_item_object_id','17'),(143,32,'_menu_item_object','page'),(146,32,'_menu_item_target',''),(149,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,32,'_menu_item_xfn',''),(155,32,'_menu_item_url',''),(158,32,'_menu_item_orphaned','1448050541'),(188,37,'_edit_last','1'),(191,37,'_edit_lock','1448244823:1'),(193,37,'_wp_page_template','default'),(196,37,'vantage_metaslider_slider',''),(199,37,'vantage_metaslider_slider_stretch','1'),(202,37,'vantage_menu_icon',''),(203,41,'_edit_last','1'),(206,41,'_edit_lock','1448241417:1'),(208,41,'_wp_page_template','default'),(211,41,'vantage_metaslider_slider',''),(214,41,'vantage_metaslider_slider_stretch','1'),(217,41,'vantage_menu_icon',''),(218,44,'_menu_item_type','custom'),(221,44,'_menu_item_menu_item_parent','0'),(224,44,'_menu_item_object_id','44'),(227,44,'_menu_item_object','custom'),(230,44,'_menu_item_target',''),(233,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(236,44,'_menu_item_xfn',''),(239,44,'_menu_item_url','http://davepresents.com/home/'),(245,47,'_menu_item_type','post_type'),(248,47,'_menu_item_menu_item_parent','0'),(251,47,'_menu_item_object_id','10'),(254,47,'_menu_item_object','page'),(257,47,'_menu_item_target',''),(260,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(263,47,'_menu_item_xfn',''),(266,47,'_menu_item_url',''),(272,50,'_menu_item_type','post_type'),(275,50,'_menu_item_menu_item_parent','0'),(278,50,'_menu_item_object_id','7'),(281,50,'_menu_item_object','page'),(284,50,'_menu_item_target',''),(287,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(290,50,'_menu_item_xfn',''),(293,50,'_menu_item_url',''),(299,53,'_menu_item_type','post_type'),(302,53,'_menu_item_menu_item_parent','0'),(305,53,'_menu_item_object_id','17'),(308,53,'_menu_item_object','page'),(311,53,'_menu_item_target',''),(314,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(317,53,'_menu_item_xfn',''),(320,53,'_menu_item_url',''),(326,56,'_menu_item_type','post_type'),(329,56,'_menu_item_menu_item_parent','0'),(332,56,'_menu_item_object_id','37'),(335,56,'_menu_item_object','page'),(338,56,'_menu_item_target',''),(341,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(344,56,'_menu_item_xfn',''),(347,56,'_menu_item_url',''),(353,59,'_menu_item_type','post_type'),(356,59,'_menu_item_menu_item_parent','0'),(359,59,'_menu_item_object_id','41'),(362,59,'_menu_item_object','page'),(365,59,'_menu_item_target',''),(368,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,59,'_menu_item_xfn',''),(374,59,'_menu_item_url',''),(406,64,'_wp_attached_file','2015/11/Lecture-Logo.jpg'),(409,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:53;s:4:\"file\";s:24:\"2015/11/Lecture-Logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Lecture-Logo-150x53.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Lecture-Logo-300x32.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:23:\"Lecture-Logo-272x53.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:23:\"Lecture-Logo-436x53.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(410,10,'_panels_data_preview','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:676:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia, to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(412,67,'_wp_attached_file','2015/11/Author-Dave-150.jpg'),(415,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:223;s:4:\"file\";s:27:\"2015/11/Author-Dave-150.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Author-Dave-150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:27:\"Author-Dave-150-150x182.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"Author-Dave-150-150x182.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1250777733;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"560\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(416,10,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:676:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia, to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(418,65,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:693:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(421,65,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:693:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(424,65,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:693:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(425,65,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:693:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(427,70,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:693:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(430,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:492:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(433,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:492:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(434,71,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:714:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:492:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(437,74,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:492:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(439,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(442,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(445,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(448,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(449,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(451,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(454,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(457,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(460,76,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" \n\nAs a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. \n\nHe has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:696:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(461,80,'_wp_attached_file','2015/11/Pinnacle.forprint-115.jpg'),(464,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:115;s:6:\"height\";i:166;s:4:\"file\";s:33:\"2015/11/Pinnacle.forprint-115.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pinnacle.forprint-115-115x150.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(466,41,'_panels_data_preview','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:53:\"The Center for Interactive Learning and Collaboration\";s:4:\"text\";s:176:\"CILC Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:124:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:44:\"Ohio Continuing Higher Education Association\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(469,41,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:53:\"The Center for Interactive Learning and Collaboration\";s:4:\"text\";s:176:\"CILC Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:124:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:44:\"Ohio Continuing Higher Education Association\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(472,79,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:20:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}}}'),(475,79,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:20:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}}}'),(476,79,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:20:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}}}'),(478,79,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:20:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}}}'),(481,85,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:20:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}}}'),(482,86,'_edit_last','1'),(485,86,'_edit_lock','1448235886:1'),(488,86,'_wp_page_template','default'),(491,86,'_panels_data_preview','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1195:\"Midwest Association for Medical Equipment Services\n\nMetro Plains Management\n\nKentuckiana Project Management Institute\n\nCalifornia Association of Educational Office Professionals\n\nNew England National Association of Educational Buyers\n\nCentral Ohio Organization of Public Purchasers\n\nWisconsin Technology Educators Association\n\nVirginia Retail Alliance\n\nNew York National Association of Educational Procurement\n\nWashington State Community College\n\nEducational Office Professionals of Ohio\n\nCouncil of Smaller Enterprises\n\nGreat Plains & Missouri Associations for College Admission Counseling\n\nNew York State Association of Educational Office Professionals\n\nCleveland State University\n\nAir Conditioning Contractors of America\n\nAmerican Society of Appraisers\n\nOhio Continuing Higher Education Association\n\nVita-Mix Corporation\n\nThe Citizens Banking Company\n\nOhio Capital Corporation For Housing\n\nAutomotive Profit Pro\n\nYoungstown State University\n\nInstitute for Learning in Retirement\n\nGeauga County Dept of Community & Economic Development\n\nPlumbing Heating Cooling Contractors\n\nFirelands Regional Medical Health Center\n\nAmerican Society of Trainers and Developers\n\nLorain County Community College\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(494,86,'vantage_metaslider_slider',''),(497,86,'vantage_metaslider_slider_stretch','1'),(500,86,'vantage_menu_icon',''),(503,86,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1195:\"Midwest Association for Medical Equipment Services\n\nMetro Plains Management\n\nKentuckiana Project Management Institute\n\nCalifornia Association of Educational Office Professionals\n\nNew England National Association of Educational Buyers\n\nCentral Ohio Organization of Public Purchasers\n\nWisconsin Technology Educators Association\n\nVirginia Retail Alliance\n\nNew York National Association of Educational Procurement\n\nWashington State Community College\n\nEducational Office Professionals of Ohio\n\nCouncil of Smaller Enterprises\n\nGreat Plains & Missouri Associations for College Admission Counseling\n\nNew York State Association of Educational Office Professionals\n\nCleveland State University\n\nAir Conditioning Contractors of America\n\nAmerican Society of Appraisers\n\nOhio Continuing Higher Education Association\n\nVita-Mix Corporation\n\nThe Citizens Banking Company\n\nOhio Capital Corporation For Housing\n\nAutomotive Profit Pro\n\nYoungstown State University\n\nInstitute for Learning in Retirement\n\nGeauga County Dept of Community & Economic Development\n\nPlumbing Heating Cooling Contractors\n\nFirelands Regional Medical Health Center\n\nAmerican Society of Trainers and Developers\n\nLorain County Community College\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(505,91,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1135:\"Midwest Association for Medical Equipment Services\nMetro Plains Management\nKentuckiana Project Management Institute\nCentral Ohio Organization of Public Purchasers\nWisconsin Technology Educators Association\nVirginia Retail Alliance\nWashington State Community College\nEducational Office Professionals of Ohio\nCouncil of Smaller Enterprises\nGreat Plains & Missouri Associations for College Admission Counseling\nNew York State Association of Educational Office Professionals\nCleveland State University\nNew England National Association of Educational Buyers\nCalifornia Association of Educational Office Professionals\nOhio Continuing Higher Education Association\nNew York National Association of Educational Procurement\nThe Citizens Banking Company\nOhio Capital Corporation For Housing\nAutomotive Profit Pro\nVita-Mix Corporation\nYoungstown State University\nInstitute for Learning in Retirement\nGeauga County Dept of Community & Economic Development\nAir Conditioning Contractors of America\nPlumbing Heating Cooling Contractors\nAmerican Society of Appraisers\nFirelands Regional Medical Health Center\nAmerican Society of Trainers and Developers\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(508,94,'_menu_item_type','post_type'),(511,94,'_menu_item_menu_item_parent','59'),(514,94,'_menu_item_object_id','86'),(517,94,'_menu_item_object','page'),(520,94,'_menu_item_target',''),(523,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(526,94,'_menu_item_xfn',''),(529,94,'_menu_item_url',''),(533,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(536,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(538,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(539,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(541,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(542,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(545,95,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:60:\"The Center for Interactive Learning and Collaboration (CILC)\";s:4:\"text\";s:171:\"Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:130:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:52:\"Ohio Continuing Higher Education Association (OCHEA)\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(547,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:53:\"The Center for Interactive Learning and Collaboration\";s:4:\"text\";s:176:\"CILC Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:124:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:11;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:44:\"Ohio Continuing Higher Education Association\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(548,17,'_panels_data_preview','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:32:\"House of Blues - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652515ff09a7\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:31:\"Comedy Workshop Graduation Show\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"PBS Television Interview\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652518327142\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(563,17,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:32:\"House of Blues - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652515ff09a7\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:31:\"Comedy Workshop Graduation Show\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"PBS Television Interview\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652518327142\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(566,110,'_wp_attached_file','2015/11/HOB.jpg'),(569,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:593;s:4:\"file\";s:15:\"2015/11/HOB.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"HOB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"HOB-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"HOB-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:15:\"HOB-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:15:\"HOB-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:15:\"HOB-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:15:\"HOB-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"HOB-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410813795;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:9:\"Version 2\";s:11:\"orientation\";i:1;}}'),(596,116,'_wp_attached_file','2015/11/IMG_3346.jpg'),(599,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2015/11/IMG_3346.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3346-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3346-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3346-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3346-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:21:\"IMG_3346-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_3346-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_3346-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_3346-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_3346-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1446070146;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(616,121,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:3;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.2998336106489185;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026622295;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891845;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026622288;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891845;}}}'),(620,122,'_wp_attached_file','2015/11/Chicago-Oct-2015-300x169.jpg'),(623,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:169;s:4:\"file\";s:36:\"2015/11/Chicago-Oct-2015-300x169.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Chicago-Oct-2015-300x169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Chicago-Oct-2015-300x169-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:36:\"Chicago-Oct-2015-300x169-272x169.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Chicago-Oct-2015-300x169-272x169.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(635,125,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:6;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}}}'),(644,128,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:10:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:10:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(652,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(653,134,'_wp_attached_file','2015/11/Workshop-Marquee-405.jpg'),(656,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/11/Workshop-Marquee-405.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Workshop-Marquee-405-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Workshop-Marquee-405-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:32:\"Workshop-Marquee-405-267x182.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:32:\"Workshop-Marquee-405-267x272.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Workshop-Marquee-405-267x182.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(659,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(662,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(670,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(671,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(679,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(682,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(688,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(689,143,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:101;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:112;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(692,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(694,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(695,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(698,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(700,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(703,145,'_wp_attached_file','2015/11/Audience-Participation-345.jpg'),(706,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:192;s:4:\"file\";s:38:\"2015/11/Audience-Participation-345.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Audience-Participation-345-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Audience-Participation-345-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:38:\"Audience-Participation-345-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:38:\"Audience-Participation-345-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1250775854;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(707,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(710,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(713,146,'_wp_attached_file','2015/11/Recess-1.bmp'),(716,146,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:20:\"2015/11/Recess-1.bmp\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(719,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(721,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(724,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(725,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(728,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(730,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(731,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(733,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(734,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(736,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(739,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(740,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(743,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(746,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(749,149,'_wp_attached_file','2015/11/Dave-Norfolk-without-caption.jpg'),(752,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:197;s:4:\"file\";s:40:\"2015/11/Dave-Norfolk-without-caption.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Dave-Norfolk-without-caption-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Dave-Norfolk-without-caption-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:40:\"Dave-Norfolk-without-caption-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"Dave-Norfolk-without-caption-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(755,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(757,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(758,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(761,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(763,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(764,152,'_wp_attached_file','2015/11/Audience.jpg'),(767,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:20:\"2015/11/Audience.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Audience-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:22:\"Audience Participation\";s:17:\"created_timestamp\";i:1227490587;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:22:\"Audience Participation\";s:11:\"orientation\";i:1;}}'),(769,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(772,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(775,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(778,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(779,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(781,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(782,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(784,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(787,133,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(790,154,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:115;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650067f38395\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:139;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008a6e7d9e\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:16:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}}}'),(793,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(799,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(803,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(805,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(808,160,'_wp_attached_file','2015/11/South-Dakota-2.jpg'),(811,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:26:\"2015/11/South-Dakota-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"South-Dakota-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:\"South-Dakota-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"South-Dakota-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"South-Dakota-2-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:27:\"South-Dakota-2-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:26:\"South-Dakota-2-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:26:\"South-Dakota-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:26:\"South-Dakota-2-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"South-Dakota-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1434542114;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(812,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(814,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(817,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(824,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(826,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(829,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(832,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(835,163,'_wp_attached_file','2015/11/Tampa-Improv-405.jpg'),(838,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:405;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2015/11/Tampa-Improv-405.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-405x380.jpg\";s:5:\"width\";i:405;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-405x380.jpg\";s:5:\"width\";i:405;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-405x480.jpg\";s:5:\"width\";i:405;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-405x272.jpg\";s:5:\"width\";i:405;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"Tampa-Improv-405-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(839,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(842,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(845,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(847,166,'_wp_attached_file','2015/11/Omaha-405.jpg'),(850,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:383;s:4:\"file\";s:21:\"2015/11/Omaha-405.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Omaha-405-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Omaha-405-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Omaha-405-310x380.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:21:\"Omaha-405-310x380.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:21:\"Omaha-405-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:21:\"Omaha-405-310x272.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"Omaha-405-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429782677;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(853,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(854,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(856,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(862,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(863,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(866,170,'_wp_attached_file','2015/11/Chicago-July-2015.jpg'),(869,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2015/11/Chicago-July-2015.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-960x380.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"Chicago-July-2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(872,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(875,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(877,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(878,133,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(880,172,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:137;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:10:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:140;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:10;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:119;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(881,133,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:12;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(883,133,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:12;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(884,173,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:10:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:12;a:10:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(886,133,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652515ff09a7\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:31:\"Comedy Workshop Graduation Show\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:12;a:11:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"PBS Television Interview\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652518327142\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(887,176,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:26:\"On stage - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652515ff09a7\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:31:\"Comedy Workshop Graduation Show\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:12;a:11:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"PBS Television Interview\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652518327142\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(889,133,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:3:{s:8:\"headline\";s:17:\"People and Places\";s:12:\"sub_headline\";s:29:\"Here, There and Everywhere...\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:5:\"image\";i:134;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:28:\"Comedy Workshop - In Lights!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002580f86\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:5:\"image\";i:110;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:32:\"House of Blues - Cleveland, Ohio\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650002ae87a2\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:3;a:11:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:45:\"Comedy Workshop Announcement - Tampa, Florida\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5650045b2e6da\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:5:\"image\";i:145;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565008b596364\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:5:\"image\";i:122;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"Comedy workshop on stage\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565228b5bc12b\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:5:\"image\";i:149;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:15:\"Lighten up! Ha!\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56521b160281a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:4;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:5:\"image\";i:160;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:49:\"Keynote Speaker - Custer State Park, South Dakota\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565221b21fd57\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:33:\"Keynote Speaker - Omaha, Nebraska\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"56500030dc9ba\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:5:\"image\";i:116;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:47:\"Student Activities - University of Indianapolis\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003ffebe42\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:4;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:5:\"image\";i:152;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:22:\"Audience Participation\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652515ff09a7\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:5:\"image\";i:170;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:31:\"Comedy Workshop Graduation Show\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"565003820567a\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:5:\"image\";i:146;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:24:\"PBS Television Interview\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5652518327142\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:4;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:21:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.050249584026621802;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.29983361064891878;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.050249584026621802;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.29983361064891878;}i:11;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.050249584026621802;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.29983361064891878;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.050249584026621802;}i:20;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.29983361064891878;}}}'),(890,179,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1135:\"Midwest Association for Medical Equipment Services\nMetro Plains Management\nKentuckiana Project Management Institute\nCalifornia Association of Educational Office Professionals\nNew England National Association of Educational Buyers\nCentral Ohio Organization of Public Purchasers\nWisconsin Technology Educators Association\nVirginia Retail Alliance\nNew York National Association of Educational Procurement\nWashington State Community College\nEducational Office Professionals of Ohio\nCouncil of Smaller Enterprises\nGreat Plains & Missouri Associations for College Admission Counseling\nNew York State Association of Educational Office Professionals\nCleveland State University\nAir Conditioning Contractors of America\nAmerican Society of Appraisers\nOhio Continuing Higher Education Association\nVita-Mix Corporation\nThe Citizens Banking Company\nOhio Capital Corporation For Housing\nAutomotive Profit Pro\nYoungstown State University\nInstitute for Learning in Retirement\nGeauga County Dept of Community & Economic Development\nPlumbing Heating Cooling Contractors\nFirelands Regional Medical Health Center\nAmerican Society of Trainers and Developers\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(901,187,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1167:\"Midwest Association for Medical Equipment Services\nMetro Plains Management\nKentuckiana Project Management Institute\nCalifornia Association of Educational Office Professionals\nNew England National Association of Educational Buyers\nCentral Ohio Organization of Public Purchasers\nWisconsin Technology Educators Association\nVirginia Retail Alliance\nNew York National Association of Educational Procurement\nWashington State Community College\nEducational Office Professionals of Ohio\nCouncil of Smaller Enterprises\nGreat Plains & Missouri Associations for College Admission Counseling\nNew York State Association of Educational Office Professionals\nCleveland State University\nAir Conditioning Contractors of America\nAmerican Society of Appraisers\nOhio Continuing Higher Education Association\nVita-Mix Corporation\nThe Citizens Banking Company\nOhio Capital Corporation For Housing\nAutomotive Profit Pro\nYoungstown State University\nInstitute for Learning in Retirement\nGeauga County Dept of Community & Economic Development\nPlumbing Heating Cooling Contractors\nFirelands Regional Medical Health Center\nAmerican Society of Trainers and Developers\nLorain County Community College\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(904,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(905,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(908,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(910,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(913,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(916,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(919,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(922,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(925,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(928,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(931,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(932,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(934,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(935,65,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(938,188,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:969:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:87:\"He has been a professional speaker, consultant, trainer and workshop leader since 1994.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(941,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:675:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(943,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:675:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(944,65,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:675:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(947,191,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:53:\"The Center for Interactive Learning and Collaboration\";s:4:\"text\";s:176:\"CILC Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:124:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:44:\"Ohio Continuing Higher Education Association\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(950,79,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:11:{s:5:\"image\";i:80;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564fe2f0cb1a9\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:53:\"The Center for Interactive Learning and Collaboration\";s:4:\"text\";s:176:\"CILC Pinnacle Award\nPresented to Dave Schwensen\n\nRecipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:40:\"Kentuckiana Project Management Institute\";s:4:\"text\";s:258:\"\"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:46:\"Central Ohio Organization of Public Purchasers\";s:4:\"text\";s:259:\"\"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:43:\"American Society for Training & Development\";s:4:\"text\";s:222:\"\"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:64:\"Upstate New York National Association of Educational Procurement\";s:4:\"text\";s:231:\"\"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:40:\"Educational Office Professionals of Ohio\";s:4:\"text\";s:193:\"\"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:55:\"Indiana Association Of Educational Office Professionals\";s:4:\"text\";s:550:\"Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...\n* Wonderful way to start the conference!\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.\n* He was excellent!!\n* Very entertaining. Made me laugh. Great speaker.\n* Wonderful speaker. I enjoyed him very much\n* Wonderful, wonderful, just what I needed!\n* This was a great way to start the day-conference. Enjoyed it a lot.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:58:\"California Association Of Educational Office Professionals\";s:4:\"text\";s:124:\"Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:4:{s:5:\"title\";s:42:\"Wisconsin Technology Educators Association\";s:4:\"text\";s:113:\"\"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:4:{s:5:\"title\";s:30:\"Council of Smaller Enterprises\";s:4:\"text\";s:141:\"\"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:18;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:4:{s:5:\"title\";s:21:\"Automotive Profit Pro\";s:4:\"text\";s:187:\"\"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:20;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:4:{s:5:\"title\";s:44:\"Ohio Continuing Higher Education Association\";s:4:\"text\";s:363:\"\"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:22;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:24:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:16;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:18;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:19;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:20;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:21;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:22;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:23;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:25:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:7;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:10;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:11;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:12;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";i:1;}i:14;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:18;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:19;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:20;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:21;s:6:\"weight\";i:1;}i:23;a:2:{s:4:\"grid\";i:22;s:6:\"weight\";i:1;}i:24;a:2:{s:4:\"grid\";i:23;s:6:\"weight\";i:1;}}}'),(953,194,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:5:\"image\";i:67;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"564f89241eea0\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.\n\nDave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.\";s:6:\"filter\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:675:\"Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:499:\"He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.75;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(967,37,'_panels_data_preview','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:8:\"headline\";s:21:\"The Shortest Distance\";s:12:\"sub_headline\";s:42:\"An Interactive Program For Your Next Event\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:39:\"Make your next event one to remember...\";s:4:\"text\";s:139:\"Here\'s the scenario. You have an important conference or event coming up and want the attendees to not only learn something, but also enjoy\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(970,37,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:8:\"headline\";s:21:\"The Shortest Distance\";s:12:\"sub_headline\";s:42:\"An Interactive Program For Your Next Event\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:39:\"Make your next event one to remember...\";s:4:\"text\";s:139:\"Here\'s the scenario. You have an important conference or event coming up and want the attendees to not only learn something, but also enjoy\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(971,206,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(974,206,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:35:\"[your-name] <dave@davepresents.com>\";s:4:\"body\";s:170:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://davepresents.com/home)\";s:9:\"recipient\";s:21:\"dave@davepresents.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(977,206,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:28:\"home <dave@davepresents.com>\";s:4:\"body\";s:112:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://davepresents.com/home)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: dave@davepresents.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(980,206,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(983,206,'_additional_settings',''),(986,206,'_locale','en_US'),(1030,217,'ml-slider_settings','a:35:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.69999999999999996;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:4:\"true\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";i:15;s:6:\"center\";s:4:\"true\";s:9:\"smartCrop\";s:5:\"false\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:9:\"fullWidth\";s:4:\"true\";s:10:\"noConflict\";s:4:\"true\";s:12:\"smoothHeight\";s:5:\"false\";}'),(1033,220,'_wp_attached_file','2015/11/TheComedyBook-Banner-copy.jpg'),(1036,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:119;s:4:\"file\";s:37:\"2015/11/TheComedyBook-Banner-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-150x119.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"TheComedyBook-Banner-copy-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-272x119.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-436x119.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-272x119.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1037,220,'ml-slider_type','image'),(1040,220,'_wp_attachment_backup_sizes','a:7:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:126:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-150x150.jpg\";s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:126:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-700x300.jpg\";s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-700x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-277x119\";a:5:{s:4:\"path\";s:126:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-277x119.jpg\";s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-277x119.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-198x119\";a:5:{s:4:\"path\";s:126:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-198x119.jpg\";s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-198x119.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-178x119\";a:5:{s:4:\"path\";s:126:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-178x119.jpg\";s:4:\"file\";s:37:\"TheComedyBook-Banner-copy-178x119.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-74x119\";a:5:{s:4:\"path\";s:125:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-74x119.jpg\";s:4:\"file\";s:36:\"TheComedyBook-Banner-copy-74x119.jpg\";s:5:\"width\";i:74;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"resized-1200x800\";a:5:{s:4:\"path\";s:128:\"\\WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Banner-copy-1200x800.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Banner-copy-1200x800.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1042,223,'_wp_attached_file','2015/11/TheComedyBook-Brick-Banner.jpg'),(1045,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1165;s:6:\"height\";i:165;s:4:\"file\";s:38:\"2015/11/TheComedyBook-Brick-Banner.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TheComedyBook-Brick-Banner-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"TheComedyBook-Brick-Banner-1024x145.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-720x165.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:39:\"TheComedyBook-Brick-Banner-1080x165.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-960x165.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-272x165.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-436x165.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-272x165.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1048,223,'ml-slider_type','image'),(1049,223,'_wp_attachment_backup_sizes','a:6:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:127:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-700x300.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-385x165\";a:5:{s:4:\"path\";s:127:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-385x165.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-385x165.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-275x165\";a:5:{s:4:\"path\";s:127:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-275x165.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-275x165.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-247x165\";a:5:{s:4:\"path\";s:127:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-247x165.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-247x165.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-103x165\";a:5:{s:4:\"path\";s:127:\"WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-103x165.jpg\";s:4:\"file\";s:38:\"TheComedyBook-Brick-Banner-103x165.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"resized-1200x800\";a:5:{s:4:\"path\";s:129:\"\\WDPDFS414774128825774usersites1978946.sitewwwdavepresentshome/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner-1200x800.jpg\";s:4:\"file\";s:39:\"TheComedyBook-Brick-Banner-1200x800.jpg\";s:5:\"width\";i:1165;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1051,220,'ml-slider_crop_position','center-center'),(1054,220,'_wp_attachment_image_alt',''),(1057,223,'ml-slider_crop_position','center-center'),(1060,223,'_wp_attachment_image_alt',''),(1061,224,'ml-slider_settings','a:35:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"300\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.69999999999999996;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:4:\"true\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";i:15;s:6:\"center\";s:5:\"false\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:9:\"fullWidth\";s:5:\"false\";s:10:\"noConflict\";s:4:\"true\";s:12:\"smoothHeight\";s:5:\"false\";}'),(1070,227,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:3:{s:8:\"headline\";s:13:\"Test Headline\";s:12:\"sub_headline\";s:9:\"Test Text\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:5:\"title\";s:8:\"Speaking\";s:4:\"text\";s:37:\"Make your next event one to remember!\";s:4:\"icon\";s:16:\"fa fa-microphone\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:10:\"Learn More\";s:8:\"more_url\";s:48:\"http://davepresents.com/home/index.php/programs/\";s:12:\"all_linkable\";b:1;s:3:\"box\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:5:\"title\";s:7:\"Reviews\";s:4:\"text\";s:23:\"Great for testamonials.\";s:4:\"icon\";s:11:\"fa fa-image\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:10:\"Learn More\";s:8:\"more_url\";s:47:\"http://davepresents.com/home/index.php/reviews/\";s:12:\"all_linkable\";b:1;s:3:\"box\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:12:{s:5:\"title\";s:12:\"Dave\'s Books\";s:4:\"text\";s:99:\"Dave is the author of \"How To Be A Working Comic,\" \"Comedy FAQs And Answers\" and \"Comedy Workshop.\"\";s:4:\"icon\";s:10:\"fa fa-book\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:11:\"Author Page\";s:8:\"more_url\";s:75:\"http://www.amazon.com/Dave-Schwensen/e/B001JS4SFK/ref=dp_byline_cont_book_1\";s:12:\"all_linkable\";b:1;s:11:\"panels_info\";a:5:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:3:\"box\";b:0;}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:5:\"class\";s:9:\"wide-grey\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.33333333333333331;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.33333333333333331;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.33333333333333331;}}}'),(1073,227,'_wp_page_template','home-panels.php'),(1075,230,'_edit_last','1'),(1078,230,'_edit_lock','1449549135:1'),(1079,236,'_wp_attached_file','2015/11/talking-for-success-banner-7001.jpg'),(1082,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:157;s:4:\"file\";s:43:\"2015/11/talking-for-success-banner-7001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"talking-for-success-banner-7001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"talking-for-success-banner-7001-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:43:\"talking-for-success-banner-7001-272x157.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:43:\"talking-for-success-banner-7001-436x157.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"talking-for-success-banner-7001-272x157.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1090,244,'_wp_attached_file','2015/10/scared-guy.jpg'),(1093,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:89;s:4:\"file\";s:22:\"2015/10/scared-guy.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"scared-guy-150x89.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1094,245,'_wp_attached_file','2015/10/home-alone.jpg'),(1097,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:113;s:4:\"file\";s:22:\"2015/10/home-alone.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home-alone-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1099,250,'_wp_attached_file','2015/10/halloween-balloon.jpg'),(1102,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2015/10/halloween-balloon.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"halloween-balloon-144x150.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1103,251,'_wp_attached_file','2015/10/bored-kids.jpg'),(1106,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:104;s:4:\"file\";s:22:\"2015/10/bored-kids.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1127,227,'_edit_lock','1448520945:1'),(1130,227,'vantage_metaslider_slider','meta:217'),(1133,227,'vantage_metaslider_slider_stretch','1'),(1136,227,'vantage_menu_icon',''),(1171,265,'_menu_item_type','post_type'),(1174,265,'_menu_item_menu_item_parent','0'),(1177,265,'_menu_item_object_id','230'),(1180,265,'_menu_item_object','post'),(1183,265,'_menu_item_target',''),(1186,265,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1189,265,'_menu_item_xfn',''),(1192,265,'_menu_item_url',''),(1195,265,'_menu_item_orphaned','1448521146'),(1213,268,'_edit_last','1'),(1216,268,'_edit_lock','1450331026:1'),(1217,275,'_wp_attached_file','2015/12/laugh5.jpg'),(1220,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:187;s:4:\"file\";s:18:\"2015/12/laugh5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"laugh5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:18:\"laugh5-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"laugh5-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1222,277,'_wp_attached_file','2015/12/32778_275x407.jpg'),(1225,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:407;s:4:\"file\";s:25:\"2015/12/32778_275x407.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"32778_275x407-150x150.jpg\";s:5:\"width\";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:\"32778_275x407-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"32778_275x407-275x380.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:25:\"32778_275x407-275x380.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:25:\"32778_275x407-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:25:\"32778_275x407-275x272.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"32778_275x407-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1226,278,'_wp_attached_file','2015/12/NEqJUUSYWe5luy_1_3.jpg'),(1229,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:240;s:4:\"file\";s:30:\"2015/12/NEqJUUSYWe5luy_1_3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NEqJUUSYWe5luy_1_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:30:\"NEqJUUSYWe5luy_1_3-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"NEqJUUSYWe5luy_1_3-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1232,289,'_edit_last','1'),(1235,289,'_edit_lock','1450331332:1'),(1237,292,'_wp_attached_file','2015/12/53122-The-Peanut-Gang-Caroling.gif'),(1240,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:42:\"2015/12/53122-The-Peanut-Gang-Caroling.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"53122-The-Peanut-Gang-Caroling-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"53122-The-Peanut-Gang-Caroling-300x180.gif\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:42:\"53122-The-Peanut-Gang-Caroling-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:42:\"53122-The-Peanut-Gang-Caroling-436x272.gif\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"53122-The-Peanut-Gang-Caroling-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1241,293,'_wp_attached_file','2015/12/cartoon-person-sleeping-in-bed-508416.jpeg'),(1244,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:151;s:4:\"file\";s:50:\"2015/12/cartoon-person-sleeping-in-bed-508416.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cartoon-person-sleeping-in-bed-508416-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1247,296,'_wp_attached_file','2015/12/santa-sleigh_1780995c.jpg'),(1250,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:288;s:4:\"file\";s:33:\"2015/12/santa-sleigh_1780995c.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"santa-sleigh_1780995c-150x150.jpg\";s:5:\"width\";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:\"santa-sleigh_1780995c-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:33:\"santa-sleigh_1780995c-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:33:\"santa-sleigh_1780995c-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:33:\"santa-sleigh_1780995c-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', 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=InnoDB AUTO_INCREMENT=302 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (7,1,'2015-11-20 20:10:37','2015-11-20 20:10:37','[contact-form-7 id=\"206\" title=\"Contact form 1\"]','Contact','','publish','closed','closed','','contact','','','2015-11-24 19:58:59','2015-11-24 19:58:59','',0,'http://davepresents.com/home/?page_id=7',0,'page','',0),(8,1,'2015-11-20 20:10:37','2015-11-20 20:10:37','','Contact','','inherit','closed','closed','','7-revision-v1','','','2015-11-20 20:10:37','2015-11-20 20:10:37','',7,'http://davepresents.com/home/index.php/2015/11/20/7-revision-v1/',0,'revision','',0),(10,1,'2015-11-20 20:11:51','2015-11-20 20:11:51','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.</p>\r\n<p>Dave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.</p>\r\n\r\n Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia, to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','publish','closed','closed','','about-dave','','','2015-11-23 01:19:40','2015-11-23 01:19:40','',0,'http://davepresents.com/home/?page_id=10',0,'page','',0),(16,1,'2015-11-20 20:11:51','2015-11-20 20:11:51','','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-20 20:11:51','2015-11-20 20:11:51','',10,'http://davepresents.com/home/index.php/2015/11/20/10-revision-v1/',0,'revision','',0),(17,1,'2015-11-20 20:14:15','2015-11-20 20:14:15',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"House of Blues - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"405\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" title=\"Comedy workshop on stage\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" title=\"Lighten up! Ha!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"310\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg\" title=\"Comedy Workshop Graduation Show\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"720\" width=\"960\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"PBS Television Interview\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n','Photos','','publish','closed','closed','','photos','','','2015-11-22 23:38:25','2015-11-22 23:38:25','',0,'http://davepresents.com/home/?page_id=17',0,'page','',0),(20,1,'2015-11-20 20:14:15','2015-11-20 20:14:15','','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-20 20:14:15','2015-11-20 20:14:15','',17,'http://davepresents.com/home/index.php/2015/11/20/17-revision-v1/',0,'revision','',0),(23,1,'2015-11-20 20:15:41','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2015-11-20 20:15:41','0000-00-00 00:00:00','',0,'http://davepresents.com/home/?p=23',1,'nav_menu_item','',0),(26,1,'2015-11-20 20:15:41','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-20 20:15:41','0000-00-00 00:00:00','',0,'http://davepresents.com/home/?p=26',1,'nav_menu_item','',0),(29,1,'2015-11-20 20:15:41','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-20 20:15:41','0000-00-00 00:00:00','',0,'http://davepresents.com/home/?p=29',1,'nav_menu_item','',0),(32,1,'2015-11-20 20:15:41','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-20 20:15:41','0000-00-00 00:00:00','',0,'http://davepresents.com/home/?p=32',1,'nav_menu_item','',0),(37,1,'2015-11-20 20:17:36','2015-11-20 20:17:36',' <h1>The Shortest Distance</h1>\r\n \r\n <h3>An Interactive Program For Your Next Event</h3>\r\n <h3 class=\"widget-title\">Make your next event one to remember…</h3> Here\'s the scenario. You have an important conference or event coming up and want the attendees to not only learn something, but also enjoy\r\n ','Speaker','','publish','closed','closed','','programs','','','2015-11-23 02:13:41','2015-11-23 02:13:41','',0,'http://davepresents.com/home/?page_id=37',0,'page','',0),(40,1,'2015-11-20 20:17:36','2015-11-20 20:17:36','','Programs','','inherit','closed','closed','','37-revision-v1','','','2015-11-20 20:17:36','2015-11-20 20:17:36','',37,'http://davepresents.com/home/index.php/2015/11/20/37-revision-v1/',0,'revision','',0),(41,1,'2015-11-20 20:17:54','2015-11-20 20:17:54',' <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration</h3> <p>CILC Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n <h3 class=\"widget-title\">California Association Of Educational Office Professionals</h3> <p>Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.</p>\r\n\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Ohio Continuing Higher Education Association</h3> \"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\r\n ','Testimonials','','publish','closed','closed','','reviews','','','2015-11-23 01:17:45','2015-11-23 01:17:45','',0,'http://davepresents.com/home/?page_id=41',0,'page','',0),(43,1,'2015-11-20 20:17:54','2015-11-20 20:17:54','','Reviews','','inherit','closed','closed','','41-revision-v1','','','2015-11-20 20:17:54','2015-11-20 20:17:54','',41,'http://davepresents.com/home/index.php/2015/11/20/41-revision-v1/',0,'revision','',0),(44,1,'2015-11-20 20:19:44','2015-11-20 20:19:44','','Home','','publish','closed','closed','','home','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=44',1,'nav_menu_item','',0),(47,1,'2015-11-20 20:19:44','2015-11-20 20:19:44',' ','','','publish','closed','closed','','47','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=47',3,'nav_menu_item','',0),(50,1,'2015-11-20 20:19:44','2015-11-20 20:19:44',' ','','','publish','closed','closed','','50','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=50',7,'nav_menu_item','',0),(53,1,'2015-11-20 20:19:44','2015-11-20 20:19:44',' ','','','publish','closed','closed','','53','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=53',6,'nav_menu_item','',0),(56,1,'2015-11-20 20:19:44','2015-11-20 20:19:44',' ','','','publish','closed','closed','','56','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=56',2,'nav_menu_item','',0),(59,1,'2015-11-20 20:19:44','2015-11-20 20:19:44',' ','','','publish','closed','closed','','59','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=59',4,'nav_menu_item','',0),(64,1,'2015-11-20 20:42:16','2015-11-20 20:42:16','','Lecture Logo','','inherit','open','closed','','lecture-logo','','','2015-11-20 20:42:16','2015-11-20 20:42:16','',0,'http://davepresents.com/home/wp-content/uploads/2015/11/Lecture-Logo.jpg',0,'attachment','image/jpeg',0),(65,1,'2015-11-23 01:01:45','2015-11-23 01:01:45',' <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.</p>\r\n<p>Dave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.</p>\r\n\r\n Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-autosave-v1','','','2015-11-23 01:01:45','2015-11-23 01:01:45','',10,'http://davepresents.com/home/index.php/2015/11/20/10-autosave-v1/',0,'revision','',0),(67,1,'2015-11-20 20:57:22','2015-11-20 20:57:22','','Author Dave 150','','inherit','open','closed','','author-dave-150','','','2015-11-20 20:57:22','2015-11-20 20:57:22','',10,'http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg',0,'attachment','image/jpeg',0),(68,1,'2015-11-20 21:06:17','2015-11-20 21:06:17','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" </p>\r\n<p>As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.</p>\r\n\r\n Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. As a nationally recognized humor and comedy coach, Dave\'s workshops are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-20 21:06:17','2015-11-20 21:06:17','',10,'http://davepresents.com/home/index.php/2015/11/20/10-revision-v1/',0,'revision','',0),(70,1,'2015-11-20 21:12:05','2015-11-20 21:12:05','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" </p>\r\n<p>As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. He has been a professional speaker, consultant, trainer and workshop leader since 1994.</p>\r\n\r\n Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-20 21:12:05','2015-11-20 21:12:05','',10,'http://davepresents.com/home/index.php/2015/11/20/10-revision-v1/',0,'revision','',0),(71,1,'2015-11-20 21:50:04','2015-11-20 21:50:04','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" </p>\r\n<p>As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. </p>\r\n<p>He has been a professional speaker, consultant, trainer and workshop leader since 1994.</p>\r\n\r\n Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (they did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle and too many other celebrities to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-20 21:50:04','2015-11-20 21:50:04','',10,'http://davepresents.com/home/index.php/2015/11/20/10-revision-v1/',0,'revision','',0),(74,1,'2015-11-21 02:59:30','2015-11-21 02:59:30','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and taught courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" </p>\r\n<p>As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social groups, colleges & universities, theaters and festivals. </p>\r\n<p>He has been a professional speaker, consultant, trainer and workshop leader since 1994.</p>\r\n\r\n Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included entertainers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-21 02:59:30','2015-11-21 02:59:30','',10,'http://davepresents.com/home/index.php/2015/11/21/10-revision-v1/',0,'revision','',0),(76,1,'2015-11-21 03:11:40','2015-11-21 03:11:40','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, consultant and author.</p>\r\n<p>Dave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of three books about creating and using humor, and business methods used within the entertainment industry. He has also designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \"halls of higher learning.\" As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.</p>\r\n\r\n He has been a professional speaker, consultant, trainer and workshop leader since 1994.\r\n Though not a stand-up comedian, his insider\'s knowledge of the entertainment industry was earned as Talent Coordinator for the television show, A&E\'s An Evening At The Improv, and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for many television and film productions. Included in this list are The Tonight Show, Late Night with David Letterman, The Today Show, Comedy Central, HBO, MTV, Disney, Paramount and other major television networks and film studios. In addition to his featured workshops mentioned above, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-21 03:11:40','2015-11-21 03:11:40','',10,'http://davepresents.com/home/index.php/2015/11/21/10-revision-v1/',0,'revision','',0),(79,1,'2015-11-23 01:17:52','2015-11-23 01:17:52',' <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration</h3> <p>CILC Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n <h3 class=\"widget-title\">California Association Of Educational Office Professionals</h3> <p>Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.</p>\r\n\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Ohio Continuing Higher Education Association</h3> \"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\r\n ','Testimonials','','inherit','closed','closed','','41-autosave-v1','','','2015-11-23 01:17:52','2015-11-23 01:17:52','',41,'http://davepresents.com/home/index.php/2015/11/21/41-autosave-v1/',0,'revision','',0),(80,1,'2015-11-21 03:20:41','2015-11-21 03:20:41','','Pinnacle.forprint 115','','inherit','open','closed','','pinnacle-forprint-115','','','2015-11-21 03:20:41','2015-11-21 03:20:41','',41,'http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg',0,'attachment','image/jpeg',0),(82,1,'2015-11-21 03:44:12','2015-11-21 03:44:12','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration (CILC)</h3> <p>Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n ','Reviews','','inherit','closed','closed','','41-revision-v1','','','2015-11-21 03:44:12','2015-11-21 03:44:12','',41,'http://davepresents.com/home/index.php/2015/11/21/41-revision-v1/',0,'revision','',0),(85,1,'2015-11-21 03:53:25','2015-11-21 03:53:25','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration (CILC)</h3> <p>Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n <h3 class=\"widget-title\">California Association Of Educational Office Professionals</h3> <p>Everyone enjoyed meeting you and found your session both funny and informative. Thank you again. You were a pleasure to work with.</p>\r\n\r\n <h3 class=\"widget-title\">Ohio Continuing Higher Education Association (OCHEA)</h3> \"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\r\n ','Client Reviews','','inherit','closed','closed','','41-revision-v1','','','2015-11-21 03:53:25','2015-11-21 03:53:25','',41,'http://davepresents.com/home/index.php/2015/11/21/41-revision-v1/',0,'revision','',0),(86,1,'2015-11-21 04:44:17','2015-11-21 04:44:17',' <p>Midwest Association for Medical Equipment Services</p>\r\n<p>Metro Plains Management</p>\r\n<p>Kentuckiana Project Management Institute</p>\r\n<p>California Association of Educational Office Professionals</p>\r\n<p>New England National Association of Educational Buyers</p>\r\n<p>Central Ohio Organization of Public Purchasers</p>\r\n<p>Wisconsin Technology Educators Association</p>\r\n<p>Virginia Retail Alliance</p>\r\n<p>New York National Association of Educational Procurement</p>\r\n<p>Washington State Community College</p>\r\n<p>Educational Office Professionals of Ohio</p>\r\n<p>Council of Smaller Enterprises</p>\r\n<p>Great Plains & Missouri Associations for College Admission Counseling</p>\r\n<p>New York State Association of Educational Office Professionals</p>\r\n<p>Cleveland State University</p>\r\n<p>Air Conditioning Contractors of America</p>\r\n<p>American Society of Appraisers</p>\r\n<p>Ohio Continuing Higher Education Association</p>\r\n<p>Vita-Mix Corporation</p>\r\n<p>The Citizens Banking Company</p>\r\n<p>Ohio Capital Corporation For Housing</p>\r\n<p>Automotive Profit Pro</p>\r\n<p>Youngstown State University</p>\r\n<p>Institute for Learning in Retirement</p>\r\n<p>Geauga County Dept of Community & Economic Development</p>\r\n<p>Plumbing Heating Cooling Contractors</p>\r\n<p>Firelands Regional Medical Health Center</p>\r\n<p>American Society of Trainers and Developers</p>\r\n<p>Lorain County Community College</p>\r\n\r\n ','Clients','','publish','closed','closed','','clients','','','2015-11-22 23:45:18','2015-11-22 23:45:18','',0,'http://davepresents.com/home/?page_id=86',0,'page','',0),(89,1,'2015-11-21 04:37:10','2015-11-21 04:37:10',' <p>Midwest Association for Medical Equipment Services<br>\r\nMetro Plains Management<br>\r\nKentuckiana Project Management Institute<br>\r\nCentral Ohio Organization of Public Purchasers<br>\r\nWisconsin Technology Educators Association<br>\r\nVirginia Retail Alliance<br>\r\nWashington State Community College<br>\r\nEducational Office Professionals of Ohio<br>\r\nCouncil of Smaller Enterprises<br>\r\nGreat Plains & Missouri Associations for College Admission Counseling<br>\r\nNew York State Association of Educational Office Professionals<br>\r\nCleveland State University<br>\r\nNew England National Association of Educational Buyers<br>\r\nCalifornia Association of Educational Office Professionals<br>\r\nOhio Continuing Higher Education Association<br>\r\nNew York National Association of Educational Procurement<br>\r\nThe Citizens Banking Company<br>\r\nOhio Capital Corporation For Housing<br>\r\nAutomotive Profit Pro<br>\r\nVita-Mix Corporation<br>\r\nYoungstown State University<br>\r\nInstitute for Learning in Retirement<br>\r\nGeauga County Dept of Community & Economic Development<br>\r\nAir Conditioning Contractors of America<br>\r\nPlumbing Heating Cooling Contractors<br>\r\nAmerican Society of Appraisers<br>\r\nFirelands Regional Medical Health Center<br>\r\nAmerican Society of Trainers and Developers</p>\r\n\r\n ','Clients','','inherit','closed','closed','','86-revision-v1','','','2015-11-21 04:37:10','2015-11-21 04:37:10','',86,'http://davepresents.com/home/index.php/2015/11/21/86-revision-v1/',0,'revision','',0),(91,1,'2015-11-21 04:43:14','2015-11-21 04:43:14',' <p>Midwest Association for Medical Equipment Services<br>\r\nMetro Plains Management<br>\r\nKentuckiana Project Management Institute<br>\r\nCalifornia Association of Educational Office Professionals<br>\r\nNew England National Association of Educational Buyers<br>\r\nCentral Ohio Organization of Public Purchasers<br>\r\nWisconsin Technology Educators Association<br>\r\nVirginia Retail Alliance<br>\r\nNew York National Association of Educational Procurement<br>\r\nWashington State Community College<br>\r\nEducational Office Professionals of Ohio<br>\r\nCouncil of Smaller Enterprises<br>\r\nGreat Plains & Missouri Associations for College Admission Counseling<br>\r\nNew York State Association of Educational Office Professionals<br>\r\nCleveland State University<br>\r\nAir Conditioning Contractors of America<br>\r\nAmerican Society of Appraisers<br>\r\nOhio Continuing Higher Education Association<br>\r\nVita-Mix Corporation<br>\r\nThe Citizens Banking Company<br>\r\nOhio Capital Corporation For Housing<br>\r\nAutomotive Profit Pro<br>\r\nYoungstown State University<br>\r\nInstitute for Learning in Retirement<br>\r\nGeauga County Dept of Community & Economic Development<br>\r\nPlumbing Heating Cooling Contractors<br>\r\nFirelands Regional Medical Health Center<br>\r\nAmerican Society of Trainers and Developers</p>\r\n\r\n ','Clients','','inherit','closed','closed','','86-revision-v1','','','2015-11-21 04:43:14','2015-11-21 04:43:14','',86,'http://davepresents.com/home/index.php/2015/11/21/86-revision-v1/',0,'revision','',0),(94,1,'2015-11-21 04:44:42','2015-11-21 04:44:42',' ','','','publish','closed','closed','','94','','','2015-11-25 18:33:17','2015-11-25 23:33:17','',0,'http://davepresents.com/home/?p=94',5,'nav_menu_item','',0),(95,1,'2015-11-21 04:57:52','2015-11-21 04:57:52','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration</h3> <p>CILC Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n <h3 class=\"widget-title\">California Association Of Educational Office Professionals</h3> <p>Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.</p>\r\n\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Ohio Continuing Higher Education Association</h3> \"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\r\n ','Client Reviews','','inherit','closed','closed','','41-revision-v1','','','2015-11-21 04:57:52','2015-11-21 04:57:52','',41,'http://davepresents.com/home/index.php/2015/11/21/41-revision-v1/',0,'revision','',0),(107,1,'2015-11-21 05:35:37','2015-11-21 05:35:37',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"205\" width=\"150\">\r\n \r\n <img class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 05:35:37','2015-11-21 05:35:37','',17,'http://davepresents.com/home/index.php/2015/11/21/17-revision-v1/',0,'revision','',0),(110,1,'2015-11-21 05:36:46','2015-11-21 05:36:46','','Version 2','','inherit','open','closed','','version-2','','','2015-11-21 05:36:46','2015-11-21 05:36:46','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg',0,'attachment','image/jpeg',0),(116,1,'2015-11-21 05:41:41','2015-11-21 05:41:41','','IMG_3346','','inherit','open','closed','','img_3346','','','2015-11-21 05:41:41','2015-11-21 05:41:41','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg',0,'attachment','image/jpeg',0),(121,1,'2015-11-21 05:47:47','2015-11-21 05:47:47',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_1500.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"342\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_2004.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3264\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 05:47:47','2015-11-21 05:47:47','',17,'http://davepresents.com/home/index.php/2015/11/21/17-revision-v1/',0,'revision','',0),(122,1,'2015-11-21 05:52:42','2015-11-21 05:52:42','','Chicago-Oct-2015-300x169','','inherit','open','closed','','chicago-oct-2015-300x169','','','2015-11-21 05:52:42','2015-11-21 05:52:42','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg',0,'attachment','image/jpeg',0),(125,1,'2015-11-21 05:54:17','2015-11-21 05:54:17',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_1500.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"342\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_2004.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3264\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 05:54:17','2015-11-21 05:54:17','',17,'http://davepresents.com/home/index.php/2015/11/21/17-revision-v1/',0,'revision','',0),(128,1,'2015-11-21 06:01:40','2015-11-21 06:01:40',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_1500.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"342\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_2004.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3264\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n \r\n <img class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\">\r\n \r\n <img class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 06:01:40','2015-11-21 06:01:40','',17,'http://davepresents.com/home/index.php/2015/11/21/17-revision-v1/',0,'revision','',0),(130,1,'2015-11-21 06:03:13','2015-11-21 06:03:13','','Speaker','','inherit','closed','closed','','37-revision-v1','','','2015-11-21 06:03:13','2015-11-21 06:03:13','',37,'http://davepresents.com/home/index.php/2015/11/21/37-revision-v1/',0,'revision','',0),(133,1,'2015-11-22 23:38:32','2015-11-22 23:38:32',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"House of Blues - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"405\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" title=\"Comedy workshop on stage\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" title=\"Lighten up! Ha!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"310\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg\" title=\"Comedy Workshop Graduation Show\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"720\" width=\"960\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"PBS Television Interview\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n','Photos','','inherit','closed','closed','','17-autosave-v1','','','2015-11-22 23:38:32','2015-11-22 23:38:32','',17,'http://davepresents.com/home/index.php/2015/11/22/17-autosave-v1/',0,'revision','',0),(134,1,'2015-11-22 18:52:08','2015-11-22 18:52:08','','Workshop Marquee 405','','inherit','open','closed','','workshop-marquee-405','','','2015-11-22 18:52:08','2015-11-22 18:52:08','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg',0,'attachment','image/jpeg',0),(143,1,'2015-11-22 19:14:33','2015-11-22 19:14:33',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"375\" width=\"304\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_2004.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3264\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-405.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"899\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-405.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3022\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-22 19:14:33','2015-11-22 19:14:33','',17,'http://davepresents.com/home/index.php/2015/11/22/17-revision-v1/',0,'revision','',0),(145,1,'2015-11-22 19:27:51','2015-11-22 19:27:51','','Audience Participation 345','','inherit','open','closed','','audience-participation-345','','','2015-11-22 19:27:51','2015-11-22 19:27:51','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg',0,'attachment','image/jpeg',0),(146,1,'2015-11-22 19:29:19','2015-11-22 19:29:19','','Recess 1','','inherit','open','closed','','recess-1','','','2015-11-22 19:29:19','2015-11-22 19:29:19','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp',0,'attachment','image/bmp',0),(149,1,'2015-11-22 19:44:59','2015-11-22 19:44:59','','Dave Norfolk without caption','','inherit','open','closed','','dave-norfolk-without-caption','','','2015-11-22 19:44:59','2015-11-22 19:44:59','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg',0,'attachment','image/jpeg',0),(152,1,'2015-11-22 19:59:38','2015-11-22 19:59:38','','Audience Participation','Audience Participation','inherit','open','closed','','audience-participation','','','2015-11-22 19:59:38','2015-11-22 19:59:38','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg',0,'attachment','image/jpeg',0),(154,1,'2015-11-22 20:05:27','2015-11-22 20:05:27',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"375\" width=\"304\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-405.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"2448\" width=\"3022\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv.jpeg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"640\" width=\"480\">\r\n ','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-22 20:05:27','2015-11-22 20:05:27','',17,'http://davepresents.com/home/index.php/2015/11/22/17-revision-v1/',0,'revision','',0),(160,1,'2015-11-22 20:15:43','2015-11-22 20:15:43','','South Dakota 2','','inherit','open','closed','','south-dakota-2','','','2015-11-22 20:15:43','2015-11-22 20:15:43','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg',0,'attachment','image/jpeg',0),(163,1,'2015-11-22 20:25:51','2015-11-22 20:25:51','','Tampa Improv 405','','inherit','open','closed','','tampa-improv-405','','','2015-11-22 20:25:51','2015-11-22 20:25:51','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-11-22 20:28:59','2015-11-22 20:28:59','','Omaha 405','','inherit','open','closed','','omaha-405','','','2015-11-22 20:28:59','2015-11-22 20:28:59','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-11-22 20:40:33','2015-11-22 20:40:33','','Chicago July 2015','','inherit','open','closed','','chicago-july-2015','','','2015-11-22 20:40:33','2015-11-22 20:40:33','',17,'http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg',0,'attachment','image/jpeg',0),(172,1,'2015-11-22 20:45:16','2015-11-22 20:45:16',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"405\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" title=\"Comedy workshop on stage\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" title=\"Lighten up! Ha!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"310\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"720\" width=\"960\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-22 20:45:16','2015-11-22 20:45:16','',17,'http://davepresents.com/home/index.php/2015/11/22/17-revision-v1/',0,'revision','',0),(173,1,'2015-11-22 23:36:54','2015-11-22 23:36:54',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"On stage - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"405\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" title=\"Comedy workshop on stage\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" title=\"Lighten up! Ha!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"310\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg\" title=\"Comedy Workshop Graduation Show\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"720\" width=\"960\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"PBS Television Interview\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-22 23:36:54','2015-11-22 23:36:54','',17,'http://davepresents.com/home/index.php/2015/11/22/17-revision-v1/',0,'revision','',0),(176,1,'2015-11-22 23:38:25','2015-11-22 23:38:25',' <h1>People and Places</h1>\r\n \r\n <h3>Here, There and Everywhere...</h3>\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Workshop-Marquee-405.jpg\" title=\"Comedy Workshop - In Lights!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"330\" width=\"267\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/HOB.jpg\" title=\"House of Blues - Cleveland, Ohio\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"593\" width=\"480\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Tampa-Improv-405.jpg\" title=\"Comedy Workshop Announcement - Tampa, Florida\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"500\" width=\"405\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience-Participation-345.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"192\" width=\"345\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-Oct-2015-300x169.jpg\" title=\"Comedy workshop on stage\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"169\" width=\"300\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Dave-Norfolk-without-caption.jpg\" title=\"Lighten up! Ha!\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"197\" width=\"345\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/South-Dakota-2.jpg\" title=\"Keynote Speaker - Custer State Park, South Dakota\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Omaha-405.jpg\" title=\"Keynote Speaker - Omaha, Nebraska\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"383\" width=\"310\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/IMG_3346.jpg\" title=\"Student Activities - University of Indianapolis\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"3264\" width=\"2448\">\r\n\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Audience.jpg\" title=\"Audience Participation\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Chicago-July-2015.jpg\" title=\"Comedy Workshop Graduation Show\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"720\" width=\"960\">\r\n \r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Recess-1.bmp\" title=\"PBS Television Interview\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"167\" width=\"250\">\r\n','Photos','','inherit','closed','closed','','17-revision-v1','','','2015-11-22 23:38:25','2015-11-22 23:38:25','',17,'http://davepresents.com/home/index.php/2015/11/22/17-revision-v1/',0,'revision','',0),(179,1,'2015-11-22 23:41:38','2015-11-22 23:41:38',' <p>Midwest Association for Medical Equipment Services<br>\r\nMetro Plains Management<br>\r\nKentuckiana Project Management Institute<br>\r\nCalifornia Association of Educational Office Professionals<br>\r\nNew England National Association of Educational Buyers<br>\r\nCentral Ohio Organization of Public Purchasers<br>\r\nWisconsin Technology Educators Association<br>\r\nVirginia Retail Alliance<br>\r\nNew York National Association of Educational Procurement<br>\r\nWashington State Community College<br>\r\nEducational Office Professionals of Ohio<br>\r\nCouncil of Smaller Enterprises<br>\r\nGreat Plains & Missouri Associations for College Admission Counseling<br>\r\nNew York State Association of Educational Office Professionals<br>\r\nCleveland State University<br>\r\nAir Conditioning Contractors of America<br>\r\nAmerican Society of Appraisers<br>\r\nOhio Continuing Higher Education Association<br>\r\nVita-Mix Corporation<br>\r\nThe Citizens Banking Company<br>\r\nOhio Capital Corporation For Housing<br>\r\nAutomotive Profit Pro<br>\r\nYoungstown State University<br>\r\nInstitute for Learning in Retirement<br>\r\nGeauga County Dept of Community & Economic Development<br>\r\nPlumbing Heating Cooling Contractors<br>\r\nFirelands Regional Medical Health Center<br>\r\nAmerican Society of Trainers and Developers<br>\r\nLorain County Community College</p>\r\n\r\n ','Clients','','inherit','closed','closed','','86-revision-v1','','','2015-11-22 23:41:38','2015-11-22 23:41:38','',86,'http://davepresents.com/home/index.php/2015/11/22/86-revision-v1/',0,'revision','',0),(187,1,'2015-11-22 23:45:18','2015-11-22 23:45:18',' <p>Midwest Association for Medical Equipment Services</p>\r\n<p>Metro Plains Management</p>\r\n<p>Kentuckiana Project Management Institute</p>\r\n<p>California Association of Educational Office Professionals</p>\r\n<p>New England National Association of Educational Buyers</p>\r\n<p>Central Ohio Organization of Public Purchasers</p>\r\n<p>Wisconsin Technology Educators Association</p>\r\n<p>Virginia Retail Alliance</p>\r\n<p>New York National Association of Educational Procurement</p>\r\n<p>Washington State Community College</p>\r\n<p>Educational Office Professionals of Ohio</p>\r\n<p>Council of Smaller Enterprises</p>\r\n<p>Great Plains & Missouri Associations for College Admission Counseling</p>\r\n<p>New York State Association of Educational Office Professionals</p>\r\n<p>Cleveland State University</p>\r\n<p>Air Conditioning Contractors of America</p>\r\n<p>American Society of Appraisers</p>\r\n<p>Ohio Continuing Higher Education Association</p>\r\n<p>Vita-Mix Corporation</p>\r\n<p>The Citizens Banking Company</p>\r\n<p>Ohio Capital Corporation For Housing</p>\r\n<p>Automotive Profit Pro</p>\r\n<p>Youngstown State University</p>\r\n<p>Institute for Learning in Retirement</p>\r\n<p>Geauga County Dept of Community & Economic Development</p>\r\n<p>Plumbing Heating Cooling Contractors</p>\r\n<p>Firelands Regional Medical Health Center</p>\r\n<p>American Society of Trainers and Developers</p>\r\n<p>Lorain County Community College</p>\r\n\r\n ','Clients','','inherit','closed','closed','','86-revision-v1','','','2015-11-22 23:45:18','2015-11-22 23:45:18','',86,'http://davepresents.com/home/index.php/2015/11/22/86-revision-v1/',0,'revision','',0),(188,1,'2015-11-23 00:22:51','2015-11-23 00:22:51','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.</p>\r\n<p>Dave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.</p>\r\n\r\n Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-23 00:22:51','2015-11-23 00:22:51','',10,'http://davepresents.com/home/index.php/2015/11/23/10-revision-v1/',0,'revision','',0),(191,1,'2015-11-23 01:05:32','2015-11-23 01:05:32',' <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Pinnacle.forprint-115.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"166\" width=\"115\">\r\n<h3 class=\"widget-title\">The Center for Interactive Learning and Collaboration</h3> <p>CILC Pinnacle Award<br>\r\nPresented to Dave Schwensen</p>\r\n<p>Recipients of Pinnacle Award are based on teacher evaluations and recognition of outstanding performance by a content provider.</p>\r\n\r\n <h3 class=\"widget-title\">Kentuckiana Project Management Institute</h3> \"As the organizer of the event, I am most grateful for your professionalism, responsiveness, and attention to detail. You made my job easier, and much less stressful. And because your presentation was so enjoyable, you made me look good just for hiring you!\"\r\n <h3 class=\"widget-title\">Central Ohio Organization of Public Purchasers</h3> \"I would highly recommend Dave for your next event. In a business world where sometimes we tend to get stuck in our own lingo and terms, Dave reminds us to step out of the box, start a conversation, and have fun! Dave is a great choice for your next speaker.\"\r\n <h3 class=\"widget-title\">American Society for Training & Development</h3> \"I heard one of our senior members who have been listening to trainers, speakers and entertainers for better than 30 years say as they left: \'He was funny, educational, and engaging, the trifecta.\' I could not agree more!\"\r\n <h3 class=\"widget-title\">Upstate New York National Association of Educational Procurement</h3> \"... set the perfect tone for a great conference. Our membership would endorse and label your speaking manner as a positive, funny, and delightful engagement of individuals sharing a special time of learning and laughing together.\"\r\n <h3 class=\"widget-title\">Educational Office Professionals of Ohio</h3> \"The camaraderie felt during the conference solidified when we ended with your upbeat, informative session. Every one of the evaluation forms rated you a 5 or 5+ out of 5 being most excellent.\"\r\n <h3 class=\"widget-title\">Indiana Association Of Educational Office Professionals</h3> <p>Thank you for being such an entertaining keynote speaker at our Spring Conference. I had many inquiries for information on how to contact you. I just wanted to give you a few responses...<br>\r\n* Wonderful way to start the conference!<br>\r\n* Great! This is what we need; fun, interactive and interesting. A real feel-good speaker.<br>\r\n* He was excellent!!<br>\r\n* Very entertaining. Made me laugh. Great speaker.<br>\r\n* Wonderful speaker. I enjoyed him very much<br>\r\n* Wonderful, wonderful, just what I needed!<br>\r\n* This was a great way to start the day-conference. Enjoyed it a lot.</p>\r\n\r\n <h3 class=\"widget-title\">California Association Of Educational Office Professionals</h3> <p>Everyone enjoyed meeting you and found your session both funny and informative. Thank you. You were a pleasure to work with.</p>\r\n\r\n <h3 class=\"widget-title\">Wisconsin Technology Educators Association</h3> \"Our membership participation was fantastic and the feedback received by the board of directors was exceptional.\"\r\n <h3 class=\"widget-title\">Council of Smaller Enterprises</h3> \"Thank you for your participation in the Small Business Convention. Your role as a speaker contributed to the overall success of this event.\"\r\n <h3 class=\"widget-title\">Automotive Profit Pro</h3> \"After you left, we continued to discuss some of the ideas and tips that you had provided to the group, and I know several people were excited to use the information as soon as possible.\"\r\n <h3 class=\"widget-title\">Ohio Continuing Higher Education Association</h3> \"The verbal comments and written evaluations of the participants testified to the value of your talk. With many heavy content-oriented sessions during the two days of the conference, your presentation offered a wonderful change - not because it lacked content, but because it made us all feel better about ourselves. Thanks again for being with us. Keep smiling!\"\r\n ','Testimonials','','inherit','closed','closed','','41-revision-v1','','','2015-11-23 01:05:32','2015-11-23 01:05:32','',41,'http://davepresents.com/home/index.php/2015/11/23/41-revision-v1/',0,'revision','',0),(194,1,'2015-11-23 01:19:40','2015-11-23 01:19:40','\r\n <img src=\"http://davepresents.com/home/wp-content/uploads/2015/11/Author-Dave-150.jpg\" class=\"so-widget-image\" style=\"max-width:100%; height:auto; display:block\" height=\"223\" width=\"150\">\r\n <p>Dave Schwensen has been featured on PBS Television and Radio, Chicago Tribune, U.S. News & World Report, Cleveland Plain Dealer, Hollywood Reporter, InsideBiz.com Magazine, Ohio Magazine and many others. He has also made numerous national and regional television and radio appearances as a comedy coach, author and consultant.</p>\r\n<p>Dave is a nationally recognized comedy coach with workshops based in Chicago, Cleveland and Tampa. He is the author of six books including \"How To Be A Working Comic\" and the companion books \"Comedy FAQs And Answers\" and \"Comedy Workshop.\" He has designed and instructed courses in Business Communications and Presentation Skills for Cleveland State University, Youngstown State University and other \'halls of higher learning.\' As a talent representative and entertainment consultant, he has planned and scheduled events for corporations, professional associations, social and special interest groups, colleges and universities, theaters and festivals.</p>\r\n\r\n Dave\'s insider knowledge of the comedy industry was earned as Talent Coordinator for the television show \"A&E\'s An Evening At The Improv\" and the legendary Improv Comedy Clubs in Hollywood and New York City. While in this capacity he also acted as a comedian consultant for television and film productions. Included in this list are \"The Tonight Show,\" \"Late Night with David Letterman,\" \"The Today Show,\" Comedy Central, HBO, MTV, Disney, Paramount and many other major networks and film studios. In addition to his above-mentioned workshops, Dave\'s one or two-day comedy business seminars are sold-out events from New York and Philadelphia, to Los Angeles and San Francisco.\r\n He is also an award-winning humor columnist and entertainment journalist with articles published in the United States, Canada and Japan (editors did the translations - not Dave!). His reviews, interviews and behind the scenes exclusives have included performers such as Paul McCartney, Ray Romano, Jerry Seinfeld, Garth Brooks, Britney Spears, Jeff Foxworthy, The Monkees, Willie Nelson, Dave Chappelle, Ellen DeGeneres and too many others to mention in what is meant to be a short introductory bio!\r\n ','About Dave','','inherit','closed','closed','','10-revision-v1','','','2015-11-23 01:19:40','2015-11-23 01:19:40','',10,'http://davepresents.com/home/index.php/2015/11/23/10-revision-v1/',0,'revision','',0),(199,1,'2015-11-23 02:13:21','2015-11-23 02:13:21',' <h1>The Shortest Distance</h1>\r\n \r\n <h3>An Interactive Program For Your Next Event</h3>\r\n <h3 class=\"widget-title\">Make your next event one to remember…</h3> Here\'s the scenario. You have an important conference or event coming up and want the attendees to not only learn something, but also enjoy\r\n ','Speaker','','inherit','closed','closed','','37-autosave-v1','','','2015-11-23 02:13:21','2015-11-23 02:13:21','',37,'http://davepresents.com/home/index.php/2015/11/23/37-autosave-v1/',0,'revision','',0),(202,1,'2015-11-23 02:13:41','2015-11-23 02:13:41',' <h1>The Shortest Distance</h1>\r\n \r\n <h3>An Interactive Program For Your Next Event</h3>\r\n <h3 class=\"widget-title\">Make your next event one to remember…</h3> Here\'s the scenario. You have an important conference or event coming up and want the attendees to not only learn something, but also enjoy\r\n ','Speaker','','inherit','closed','closed','','37-revision-v1','','','2015-11-23 02:13:41','2015-11-23 02:13:41','',37,'http://davepresents.com/home/index.php/2015/11/23/37-revision-v1/',0,'revision','',0),(206,1,'2015-11-24 19:56:40','2015-11-24 19:56:40','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <dave@davepresents.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://davepresents.com/home)\ndave@davepresents.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nhome <dave@davepresents.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://davepresents.com/home)\n[your-email]\nReply-To: dave@davepresents.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2015-11-24 19:56:40','2015-11-24 19:56:40','',0,'http://davepresents.com/home/?post_type=wpcf7_contact_form&p=206',0,'wpcf7_contact_form','',0),(208,1,'2015-11-24 19:58:59','2015-11-24 19:58:59','[contact-form-7 id=\"206\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','7-revision-v1','','','2015-11-24 19:58:59','2015-11-24 19:58:59','',7,'http://davepresents.com/home/index.php/2015/11/24/7-revision-v1/',0,'revision','',0),(217,1,'2015-11-25 18:13:19','2015-11-25 23:13:19','','1st Demo Slider','','publish','closed','closed','','new-slider','','','2015-11-25 18:25:06','2015-11-25 23:25:06','',0,'http://davepresents.com/home/?post_type=ml-slider&p=217',0,'ml-slider','',0),(220,1,'2015-11-25 18:14:10','2015-11-25 23:14:10','','TheComedyBook Banner copy','','inherit','open','closed','','thecomedybook-banner-copy','','','2015-11-25 18:25:06','2015-11-25 23:25:06','',0,'http://davepresents.com/home/wp-content/uploads/2015/11/TheComedyBook-Banner-copy.jpg',0,'attachment','image/jpeg',0),(223,1,'2015-11-25 18:14:32','2015-11-25 23:14:32','','TheComedyBook Brick Banner','','inherit','open','closed','','thecomedybook-brick-banner','','','2015-11-25 18:25:06','2015-11-25 23:25:06','',0,'http://davepresents.com/home/wp-content/uploads/2015/11/TheComedyBook-Brick-Banner.jpg',1,'attachment','image/jpeg',0),(224,1,'2015-11-25 18:15:00','2015-11-25 23:15:00','','New Slider','','trash','closed','closed','','new-slider-2','','','2015-11-25 18:24:39','2015-11-25 23:24:39','',0,'http://davepresents.com/home/?post_type=ml-slider&p=224',0,'ml-slider','',0),(227,1,'2015-11-25 22:18:26','2015-11-26 03:18:26','','Home Page','','publish','closed','closed','','home-page','','','2015-11-25 22:18:26','2015-11-26 03:18:26','',0,'http://davepresents.com/home/index.php/home-page/',0,'page','',0),(230,1,'2015-10-31 01:08:05','2015-10-31 05:08:05','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\n[caption id=\"attachment_244\" align=\"alignright\" width=\"150\"]<img class=\"size-full wp-image-244\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/scared-guy.jpg\" alt=\"Doesn\'t look good!\" width=\"150\" height=\"89\" /> Doesn\'t look good![/caption]\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for <strong>Cleveland State University</strong>. We did this based on my comedy workshops and coaching and involves using humor and creativity as <em>conversational tools</em>. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\n[caption id=\"attachment_245\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-245\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/home-alone.jpg\" alt=\"This gets scary...\" width=\"150\" height=\"113\" /> This gets scary...[/caption]\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach in business communications, I consider it a humorous <em>educational</em> presentation and definitely not stand-up comedy. It\'s different than a comedy workshop and the information is on the website and also in the promotional video.\r\n\r\nOne afternoon around this time of year – <strong>Halloween</strong> (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my university training presentation for a company’s <strong>Christmas party</strong>. I said <em><strong>no</strong></em> – it’s different from the workshop, not a stand-up comedy act and I assumed they would want <strong>entertainment</strong> for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who <em>swore</em> she had researched my website and viewed the promotional video. She said I was <em>perfect</em> for the event because she thought the employees would want to <em>learn</em> what I had to say about using humor in communications. Even after telling her it’s <em>not</em> the workshop and <em>not</em> a stand-up comedy act, she still wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\n[caption id=\"attachment_250\" align=\"alignright\" width=\"144\"]<img class=\"size-full wp-image-250\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/halloween-balloon.jpg\" alt=\"Full of hot air!\" width=\"144\" height=\"150\" /> Full of hot air![/caption]\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. <strong>It was also their spouses and children.</strong> And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\n<strong>Problem was, none of it was true.</strong>\r\n\r\nHe said I had appeared on <strong><em>The Tonight Show</em></strong> (I consulted), the television show <strong><em>A&E’s An Evening At The Improv</em></strong> (I was Talent Coordinator), and a regular at <strong>The Improv comedy clubs</strong> (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “<em>entertainment</em>” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\n<strong>Then he introduced me.</strong>\r\n\r\n[caption id=\"attachment_251\" align=\"alignleft\" width=\"146\"]<img class=\"size-full wp-image-251\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/bored-kids.jpg\" alt=\"My audience!\" width=\"146\" height=\"104\" /> My audience![/caption]\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\n<strong>Plan ahead to maintain control over as much of your performance – both on and off stage – as you can.</strong> Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. For Christmas and holiday parties we\'ll stay with Comedy Workshops and I\'ll make it fun(ny) with lots of audience participation. Before and after the holidays I\'ll include university communications training as an option. That way I won\'t have to write \"<em>Happy Holidays</em>\" on my workbook handouts!\r\n\r\n<strong>Musical Interlude: <a href=\"https://youtu.be/RzUbr66ehnc\" target=\"_blank\"><em>Everybody Loves A Clown</em></a></strong> by <strong>Gary Lewis and the Playboys</strong>.\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Scary moments in training seminar','','publish','open','open','','scary-moments-in-training-seminar','','','2015-11-26 02:02:19','2015-11-26 07:02:19','',0,'http://davepresents.com/home/?p=230',0,'post','',0),(232,1,'2015-11-26 00:44:13','2015-11-26 05:44:13','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for Cleveland State University. We did this based on my comedy coaching and it involves using humor and creativity as conversational tools. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\nKKKK','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 00:44:13','2015-11-26 05:44:13','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(235,1,'2015-11-26 00:47:23','2015-11-26 05:47:23','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for Cleveland State University. We did this based on my comedy coaching and it involves using humor and creativity as conversational tools. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach, I consider it a humorous educational presentation and definitely not stand-up comedy. That information is on the website and also made very clear in the promotional video. If you’d like to check it out visit the Keynote & Training Seminars link on the right side of this page.\r\n\r\nOne afternoon around this time of year – Halloween (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my presentation for a company’s Christmas party. I said no – it’s not a stand-up comedy act and I assumed they would want entertainment for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who swore she had researched my website and viewed the promotional video. She said I was perfect for the event because she thought the employees would want to learn what I had to say about using humor in communications. Even after telling her it’s not a stand-up comedy act, she wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. It was also their spouses and kids. And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\nProblem was, none of it was true.\r\n\r\nHe said I had appeared on The Tonight Show, (I consulted), the television show A&E’s An Evening At The Improv, (I was Talent Coordinator), and a regular at The Improv comedy clubs, (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “entertainment” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\nThen he introduced me.\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\nPlan ahead to maintain control over as much of your performance – both on and off stage – as you can. Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. I no longer accept any bookings for Christmas parties.\r\n\r\nMusical Interlude: Everybody Loves A Clown by Gary Lewis and the Playboys.\r\nKKKK','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 00:47:23','2015-11-26 05:47:23','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(236,1,'2015-11-26 00:49:06','2015-11-26 05:49:06','','talking-for-success-banner-7001','','inherit','open','closed','','talking-for-success-banner-7001','','','2015-11-26 00:49:06','2015-11-26 05:49:06','',230,'http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg',0,'attachment','image/jpeg',0),(238,1,'2015-11-26 00:50:22','2015-11-26 05:50:22','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for Cleveland State University. We did this based on my comedy coaching and it involves using humor and creativity as conversational tools. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach, I consider it a humorous educational presentation and definitely not stand-up comedy. That information is on the website and also made very clear in the promotional video. If you’d like to check it out visit the Keynote & Training Seminars link on the right side of this page.\r\n\r\nOne afternoon around this time of year – Halloween (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my presentation for a company’s Christmas party. I said no – it’s not a stand-up comedy act and I assumed they would want entertainment for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who swore she had researched my website and viewed the promotional video. She said I was perfect for the event because she thought the employees would want to learn what I had to say about using humor in communications. Even after telling her it’s not a stand-up comedy act, she wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. It was also their spouses and kids. And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\nProblem was, none of it was true.\r\n\r\nHe said I had appeared on The Tonight Show, (I consulted), the television show A&E’s An Evening At The Improv, (I was Talent Coordinator), and a regular at The Improv comedy clubs, (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “entertainment” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\nThen he introduced me.\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\nPlan ahead to maintain control over as much of your performance – both on and off stage – as you can. Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. I no longer accept any bookings for Christmas parties.\r\n\r\n<strong>Musical Interlude:</strong> Everybody Loves A Clown by Gary Lewis and the Playboys.\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" />\r\n<p style=\"text-align: center;\">Click on the banner to sign up for Dave’s free newsletter!</p>','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 00:50:22','2015-11-26 05:50:22','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(241,1,'2015-11-26 00:52:49','2015-11-26 05:52:49','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for Cleveland State University. We did this based on my comedy coaching and it involves using humor and creativity as conversational tools. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach, I consider it a humorous educational presentation and definitely not stand-up comedy. That information is on the website and also made very clear in the promotional video. If you’d like to check it out visit the Keynote & Training Seminars link on the right side of this page.\r\n\r\nOne afternoon around this time of year – Halloween (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my presentation for a company’s Christmas party. I said no – it’s not a stand-up comedy act and I assumed they would want entertainment for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who swore she had researched my website and viewed the promotional video. She said I was perfect for the event because she thought the employees would want to learn what I had to say about using humor in communications. Even after telling her it’s not a stand-up comedy act, she wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. It was also their spouses and kids. And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\nProblem was, none of it was true.\r\n\r\nHe said I had appeared on The Tonight Show, (I consulted), the television show A&E’s An Evening At The Improv, (I was Talent Coordinator), and a regular at The Improv comedy clubs, (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “entertainment” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\nThen he introduced me.\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\nPlan ahead to maintain control over as much of your performance – both on and off stage – as you can. Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. I no longer accept any bookings for Christmas parties.\r\n\r\n<strong>Musical Interlude: <a href=\"https://youtu.be/RzUbr66ehnc\" target=\"_blank\"><em>Everybody Loves A Clown</em></a></strong> by <strong>Gary Lewis and the Playboys</strong>.\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 00:52:49','2015-11-26 05:52:49','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(242,1,'2015-11-26 01:08:02','2015-11-26 06:08:02','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for <strong>Cleveland State University</strong>. We did this based on my comedy workshops and coaching and involves using humor and creativity as <em>conversational tools</em>. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach in business communications, I consider it a humorous <em>educational</em> presentation and definitely not stand-up comedy. It\'s different than a comedy workshop and the information is on the website and also in the promotional video.\r\n\r\nOne afternoon around this time of year – <strong>Halloween</strong> (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my university training presentation for a company’s <strong>Christmas party</strong>. I said <em><strong>no</strong></em> – it’s different from the workshop, not a stand-up comedy act and I assumed they would want <strong>entertainment</strong> for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who <em>swore</em> she had researched my website and viewed the promotional video. She said I was <em>perfect</em> for the event because she thought the employees would want to <em>learn</em> what I had to say about using humor in communications. Even after telling her it’s <em>not</em> the workshop and <em>not</em> a stand-up comedy act, she still wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. <strong>It was also their spouses and children.</strong> And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\n<strong>Problem was, none of it was true.</strong>\r\n\r\nHe said I had appeared on <strong><em>The Tonight Show</em></strong> (I consulted), the television show <strong><em>A&E’s An Evening At The Improv</em></strong> (I was Talent Coordinator), and a regular at <strong>The Improv comedy clubs</strong> (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “<em>entertainment</em>” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\n<strong>Then he introduced me.</strong>\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\n<strong>Plan ahead to maintain control over as much of your performance – both on and off stage – as you can.</strong> Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. For Christmas and holiday parties we\'ll stay with Comedy Workshops and I\'ll make it fun(ny) with lots of audience participation. Before and after the holidays I\'ll include university communications training as an option. That way I won\'t have to write \"<em>Happy Holidays</em>\" on my workbook handouts!\r\n\r\n<strong>Musical Interlude: <a href=\"https://youtu.be/RzUbr66ehnc\" target=\"_blank\"><em>Everybody Loves A Clown</em></a></strong> by <strong>Gary Lewis and the Playboys</strong>.\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 01:08:02','2015-11-26 06:08:02','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(244,1,'2015-11-26 01:10:12','2015-11-26 06:10:12','','scared-guy','Doesn\'t look good!','inherit','open','closed','','scared-guy','','','2015-11-26 01:10:39','2015-11-26 06:10:39','',230,'http://davepresents.com/home/wp-content/uploads/2015/10/scared-guy.jpg',0,'attachment','image/jpeg',0),(245,1,'2015-11-26 01:11:10','2015-11-26 06:11:10','','home-alone','This gets scary...','inherit','open','closed','','home-alone','','','2015-11-26 01:11:39','2015-11-26 06:11:39','',230,'http://davepresents.com/home/wp-content/uploads/2015/10/home-alone.jpg',0,'attachment','image/jpeg',0),(250,1,'2015-11-26 01:12:20','2015-11-26 06:12:20','','halloween-balloon','Full of hot air!','inherit','open','closed','','halloween-balloon','','','2015-11-26 01:12:41','2015-11-26 06:12:41','',230,'http://davepresents.com/home/wp-content/uploads/2015/10/halloween-balloon.jpg',0,'attachment','image/jpeg',0),(251,1,'2015-11-26 01:13:13','2015-11-26 06:13:13','','bored-kids','My audience!','inherit','open','closed','','bored-kids','','','2015-11-26 01:13:36','2015-11-26 06:13:36','',230,'http://davepresents.com/home/wp-content/uploads/2015/10/bored-kids.jpg',0,'attachment','image/jpeg',0),(254,1,'2015-11-26 01:13:56','2015-11-26 06:13:56','<strong>Hey Dave – Happy Halloween. What’s the scariest thing that ever happened to you on stage? – P.E.</strong>\r\n\r\n[caption id=\"attachment_244\" align=\"alignright\" width=\"150\"]<img class=\"size-full wp-image-244\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/scared-guy.jpg\" alt=\"Doesn\'t look good!\" width=\"150\" height=\"89\" /> Doesn\'t look good![/caption]\r\n\r\nHey P.E. – You’re getting a little personal with your question. But I’ll use my personal experience to share some advice (that I learned the hard way) about how you can control your first moments on stage. It’s all about influencing the audience before you ever say a word.\r\n\r\nA number of years ago I designed a course in business communications for <strong>Cleveland State University</strong>. We did this based on my comedy workshops and coaching and involves using humor and creativity as <em>conversational tools</em>. It’s a seven hour class with a 60 page workbook, but I do an abbreviated version with a four page handout as a one hour keynote or half day training seminar for businesses and various organizations.\r\n\r\n[caption id=\"attachment_245\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-245\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/home-alone.jpg\" alt=\"This gets scary...\" width=\"150\" height=\"113\" /> This gets scary...[/caption]\r\n\r\nIn other words, there is some entertainment value because it involves a lot of humor and a lot of in-class participation. But since I’m a trainer and a coach in business communications, I consider it a humorous <em>educational</em> presentation and definitely not stand-up comedy. It\'s different than a comedy workshop and the information is on the website and also in the promotional video.\r\n\r\nOne afternoon around this time of year – <strong>Halloween</strong> (what are the chances – right?) I received a call from an agent I no longer work with. Reason why is coming…\r\n\r\nHe wanted to book me to do my university training presentation for a company’s <strong>Christmas party</strong>. I said <em><strong>no</strong></em> – it’s different from the workshop, not a stand-up comedy act and I assumed they would want <strong>entertainment</strong> for the party. He insisted they wanted me – and even put me in touch with the meeting planner.\r\n\r\nI spoke with the woman who <em>swore</em> she had researched my website and viewed the promotional video. She said I was <em>perfect</em> for the event because she thought the employees would want to <em>learn</em> what I had to say about using humor in communications. Even after telling her it’s <em>not</em> the workshop and <em>not</em> a stand-up comedy act, she still wanted to do the booking. I figured she knew what she was talking about, so I said yes.\r\n\r\n[caption id=\"attachment_250\" align=\"alignright\" width=\"144\"]<img class=\"size-full wp-image-250\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/halloween-balloon.jpg\" alt=\"Full of hot air!\" width=\"144\" height=\"150\" /> Full of hot air![/caption]\r\n\r\nI had about a five hour drive to get to this event. When I arrived at the restaurant where the party was, I noticed it wasn’t just adult employees. <strong>It was also their spouses and children.</strong> And a lot of them were young children that would be much happier with a magician or a balloon artist, rather than a keynote speaker.\r\n\r\nOkay, that was bad enough – but I thought I could still make this work. Then it got worse…\r\n\r\nThe person that was going to introduce me said he had my introduction, given to him by the event planner. I should’ve checked it first…\r\n\r\nAs I stood off to the side with my training seminar hand-outs and great advice to share – university course worthy advice – on improving business communication skills, he gave me an introduction any comedian would be envious of.\r\n\r\n<strong>Problem was, none of it was true.</strong>\r\n\r\nHe said I had appeared on <strong><em>The Tonight Show</em></strong> (I consulted), the television show <strong><em>A&E’s An Evening At The Improv</em></strong> (I was Talent Coordinator), and a regular at <strong>The Improv comedy clubs</strong> (I was talent booker). These are all behind-the-scenes positions, but he made it seem like I was only days away from having my own Comedy Central special. He announced that I was the “<em>entertainment</em>” for the Christmas party and promised everyone I would provide a lot of laughs.\r\n\r\n<strong>Then he introduced me.</strong>\r\n\r\n[caption id=\"attachment_251\" align=\"alignleft\" width=\"146\"]<img class=\"size-full wp-image-251\" src=\"http://davepresents.com/home/wp-content/uploads/2015/10/bored-kids.jpg\" alt=\"My audience!\" width=\"146\" height=\"104\" /> My audience![/caption]\r\n\r\nI won’t get into the gory details, but it wasn’t pretty. I did a college business communications training seminar to a lot of little kids seated on the floor in front of the stage who just stared at me with blank faces. Their parents, seated at tables with cocktails, finger sandwiches and the workbook hand-outs we were going to use during my presentation, were wondering why I didn’t make any of their kids levitate or at least send them home with balloon animals.\r\n\r\nIt was the longest hour of my speaking career and as soon as it ended I was out of the door and driving five hours home – even though the client provided a hotel room for the night.\r\n\r\nI called the agent on my drive home and told him about “our” experience, which wasn’t exactly a humorous conversation from my point of view. Though I will admit it was creative, I made an executive decision not to work with him in the future.\r\n\r\nHere’s what I’ve learned from this experience and why it has never happened again:\r\n\r\n<strong>Plan ahead to maintain control over as much of your performance – both on and off stage – as you can.</strong> Make sure anyone who introduces you has your introduction correct. Since that scary moment on stage, I have it in all my contracts that my introduction is read word-for-word with no exceptions, changes or ad-libs. I send a copy with the contract and also bring one to my programs. This way the audience will have a good idea of what to expect before I ever say a word. The last thing I want is a room full of people expecting Jay Leno or Carrot Top – and I walk on stage with my workbook hand-outs. Talk about scary…!\r\n\r\nAnd finally, I’ve also learned one other thing. For Christmas and holiday parties we\'ll stay with Comedy Workshops and I\'ll make it fun(ny) with lots of audience participation. Before and after the holidays I\'ll include university communications training as an option. That way I won\'t have to write \"<em>Happy Holidays</em>\" on my workbook handouts!\r\n\r\n<strong>Musical Interlude: <a href=\"https://youtu.be/RzUbr66ehnc\" target=\"_blank\"><em>Everybody Loves A Clown</em></a></strong> by <strong>Gary Lewis and the Playboys</strong>.\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Scary moments in training seminar','','inherit','closed','closed','','230-revision-v1','','','2015-11-26 01:13:56','2015-11-26 06:13:56','',230,'http://davepresents.com/home/index.php/2015/11/26/230-revision-v1/',0,'revision','',0),(265,1,'2015-11-26 01:59:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-26 01:59:06','0000-00-00 00:00:00','',0,'http://davepresents.com/home/?p=265',1,'nav_menu_item','',0),(268,1,'2015-11-20 23:33:56','2015-11-21 04:33:56','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong><img class=\"alignright wp-image-275\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/laugh5.jpg\" alt=\"laugh5\" width=\"217\" height=\"150\" />Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\n<img class=\"alignright wp-image-277\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/32778_275x407-203x300.jpg\" alt=\"32778_275x407\" width=\"150\" height=\"222\" />By the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘<strong>Sweatin’ To The Oldies</strong>’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\n<img class=\"alignright wp-image-278\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/NEqJUUSYWe5luy_1_3.jpg\" alt=\"Arnold\" width=\"150\" height=\"180\" />Then it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em><a href=\"https://youtu.be/vWz9VN40nCA\" target=\"_blank\">Let’s Get Physical</a></em></strong> by <strong>Olivia Newton-John</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Laughter is the best exercise','','publish','open','open','','laughter-is-the-best-exercise','','','2015-12-07 23:36:11','2015-12-08 04:36:11','',0,'http://davepresents.com/home/?p=268',0,'post','',0),(269,1,'2015-12-07 22:55:32','2015-12-08 03:55:32','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong>Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\nBy the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘Sweatin’ To The Oldies’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\nThen it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em>Let’s Get Physical</em></strong> by <strong>Olivia Newton-John</strong>\r\n\r\nKKKK','Laughter is the best exercise','','inherit','closed','closed','','268-revision-v1','','','2015-12-07 22:55:32','2015-12-08 03:55:32','',268,'http://davepresents.com/home/index.php/2015/12/07/268-revision-v1/',0,'revision','',0),(271,1,'2015-12-07 22:57:13','2015-12-08 03:57:13','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong>Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\nBy the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘Sweatin’ To The Oldies’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\nThen it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em>Let’s Get Physical</em></strong> by <strong>Olivia Newton-John</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Laughter is the best exercise','','inherit','closed','closed','','268-revision-v1','','','2015-12-07 22:57:13','2015-12-08 03:57:13','',268,'http://davepresents.com/home/index.php/2015/12/07/268-revision-v1/',0,'revision','',0),(272,1,'2015-12-07 22:58:14','2015-12-08 03:58:14','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong>Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\nBy the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘Sweatin’ To The Oldies’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\nThen it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em><a href=\"https://youtu.be/vWz9VN40nCA\" target=\"_blank\">Let’s Get Physical</a></em></strong> by <strong>Olivia Newton-John</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Laughter is the best exercise','','inherit','closed','closed','','268-revision-v1','','','2015-12-07 22:58:14','2015-12-08 03:58:14','',268,'http://davepresents.com/home/index.php/2015/12/07/268-revision-v1/',0,'revision','',0),(275,1,'2015-12-07 23:29:50','2015-12-08 04:29:50','','laugh5','','inherit','open','closed','','laugh5','','','2015-12-07 23:29:50','2015-12-08 04:29:50','',268,'http://davepresents.com/home/wp-content/uploads/2015/12/laugh5.jpg',0,'attachment','image/jpeg',0),(277,1,'2015-12-07 23:31:12','2015-12-08 04:31:12','','32778_275x407','','inherit','open','closed','','32778_275x407','','','2015-12-07 23:31:12','2015-12-08 04:31:12','',268,'http://davepresents.com/home/wp-content/uploads/2015/12/32778_275x407.jpg',0,'attachment','image/jpeg',0),(278,1,'2015-12-07 23:31:59','2015-12-08 04:31:59','','Arnold','','inherit','open','closed','','neqjuusywe5luy_1_3','','','2015-12-07 23:32:10','2015-12-08 04:32:10','',268,'http://davepresents.com/home/wp-content/uploads/2015/12/NEqJUUSYWe5luy_1_3.jpg',0,'attachment','image/jpeg',0),(281,1,'2015-12-07 23:32:34','2015-12-08 04:32:34','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong><img class=\"alignright wp-image-275\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/laugh5.jpg\" alt=\"laugh5\" width=\"217\" height=\"150\" />Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\n<img class=\"alignleft wp-image-277\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/32778_275x407-203x300.jpg\" alt=\"32778_275x407\" width=\"150\" height=\"222\" />By the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘<strong>Sweatin’ To The Oldies</strong>’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\n<img class=\"alignright wp-image-278\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/NEqJUUSYWe5luy_1_3.jpg\" alt=\"Arnold\" width=\"150\" height=\"180\" />Then it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em><a href=\"https://youtu.be/vWz9VN40nCA\" target=\"_blank\">Let’s Get Physical</a></em></strong> by <strong>Olivia Newton-John</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Laughter is the best exercise','','inherit','closed','closed','','268-revision-v1','','','2015-12-07 23:32:34','2015-12-08 04:32:34','',268,'http://davepresents.com/home/index.php/2015/12/07/268-revision-v1/',0,'revision','',0),(284,1,'2015-12-07 23:33:22','2015-12-08 04:33:22','Here’s a gem from <em>The Truth Is Stranger Than Fiction And The Jello Desert Your Crazy Aunt Served At Her Cat’s Birthday Party Department</em>:\r\n\r\n<strong><img class=\"alignright wp-image-275\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/laugh5.jpg\" alt=\"laugh5\" width=\"217\" height=\"150\" />Did you know that 100 laughs are equal to an hour’s worth of hard aerobic exercise?</strong>\r\n\r\nIt was news to me when I first read it, but since the information was prefaced with, “Studies have shown…,” there was a legitimacy that rang as true as my sister’s warning to, “Stay away from the Jello…”\r\n\r\nNow, before some of you drop your gym bags and reach for your video cassette tape copies of The Three Stooges Anthology (male to female translation: <em>don’t be a knucklehead</em>), maybe we should do some of our own research. First of all, which sounds more appealing – 100 laughs or one hour of hard, non-stop aerobic exercise?\r\n\r\n<strong>Let’s put our feet up in a soft recliner chair and give it some strenuous thought.</strong>\r\n\r\nYou may think I’m weird, but I happen to be one of those guys that would rather laugh than feel pain. Laughing gas in a dentist’s chair was a work of genius, while the saying, “No pain, no gain,” kept me from wanting to gain entrance into any number of health clubs. Besides, fitness-guru <strong>Richard Simmons</strong> (female to male translation: <em>the guy in shorts that David Letterman used to make fun of</em>) has been aerobisizing for decades and doesn’t look any more like a young <strong>Arnold Schwarzenegger</strong> than I do.\r\n\r\n<img class=\"alignright wp-image-277\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/32778_275x407-203x300.jpg\" alt=\"32778_275x407\" width=\"150\" height=\"222\" />By the way, that thought just gave me a laugh. Only 99 more to sweat out the oldies. (Old to young translation: <em>Richard Simmons’ musical workout is called ‘<strong>Sweatin’ To The Oldies</strong>’</em>).\r\n\r\nLaughter comes in all shapes and sizes; from giggles (Simmons) to belly-laughs (Schwarzenegger). Each variety works muscles somewhere in your body (wish I had paid attention during the human anatomy lesson in science class) which is the basis behind exercising. Therefore, if a sit-up can be avoided every time Moe slaps Curly (male to female translation: <em>a love tap between guys</em>) then health club memberships should include tickets to World Championship Wrestling.\r\n\r\nMy studies have shown (couch potato to readers translation: <em>who needs science class?</em>) the above statement to be true. The realization occurred after I rented a low-budget film featuring silly, immature, fraternity-boy type humor, while my wife thought I was surfing through the On Demand television channels looking for a <strong>Julia Roberts</strong> / <strong>Richard Gere</strong> date night feature. With the correct purchase code already plugged in, I gave her the “<em>I found it!</em>” look and attempted to explain my ineptitude as the opening credits rolled across our television screen.\r\n\r\nThe film had its moments (male to female translation: <em>she didn’t cringe all the way through</em>) and the aerobic laughs were adding up – though not to the point where I felt an urge to douse myself with cold water or worry about next day soreness in knees that were weak from laughter. Then a cinematic moment establishing a new standard for dumbness hit me with all the force of Schwarzenegger battling an alien invasion of Richard Simmons wannabe’s.\r\n\r\n<strong>The result was that I started laughing and couldn’t stop.</strong>\r\n\r\nThe comedic seizure knocked me off the couch and had me sucking for air under our coffee table. My wife, who found nothing funny on the television screen, began laughing at my joyful pain and for at least five minutes (male to female translation: <em>a long time</em>) held onto the couch in an effort not to join my comic-kazi landing on our living room floor.\r\n\r\nWhen I finally regained semi-consciousness (writer to reader translation: <em>my natural state</em>) I hurt. Not emotionally, even though my wife told me I could’ve died because she was laughing too hard to call 911, but physically. My sides and stomach were actually sore from using muscles more accustomed to desert lines (eater to reader translation: <em>I still avoid the Jello</em>) than to hard aerobic exercise.\r\n\r\n<img class=\"alignright wp-image-278\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/NEqJUUSYWe5luy_1_3.jpg\" alt=\"Arnold\" width=\"150\" height=\"180\" />Then it struck me. I had been exercising and it was accomplished without a Ritalin-deprived aerobic instructor, shouts of “<em>Pump you up!</em>” and community showers. The value of 100 laughs raced through my mind faster than an episode of <strong><em>The Biggest Loser</em></strong> on fast forward. If I continued, there might come a time when I too could wear shorts on a television talk show, star in action movies and run for Governor of California.\r\n\r\nThis research has only fueled my passion to become more physically fit, while swimming in tears of laughter rather than beads of sweat. <em>Studies have shown…</em>, that gut-busting humor can’t hurt unless you jump in the tear-stained pool too soon after eating and is worth the effort of searching out serious laughter. As a result, I pledge to continue my work in this field, (humorist to Arnold and Richard translation: <em>can you pick me up a pizza during your next jog?</em>).\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude: <em><a href=\"https://youtu.be/vWz9VN40nCA\" target=\"_blank\">Let’s Get Physical</a></em></strong> by <strong>Olivia Newton-John</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','Laughter is the best exercise','','inherit','closed','closed','','268-revision-v1','','','2015-12-07 23:33:22','2015-12-08 04:33:22','',268,'http://davepresents.com/home/index.php/2015/12/07/268-revision-v1/',0,'revision','',0),(289,1,'2015-12-17 00:45:26','2015-12-17 05:45:26','“<em>‘Tis the season to be jolly…</em>”\r\n\r\n<img class=\"alignright wp-image-292\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/53122-The-Peanut-Gang-Caroling-300x180.gif\" alt=\"53122-The-Peanut-Gang-Caroling\" width=\"250\" height=\"150\" />It’s how the song goes, and truer words were never sung. “<em>Thankful for what we have</em>” and “<em>considerate of others</em>” are two other thoughts that could be squeezed into the traditional holiday song. They might not fit rhythmically, but at least the message could be delivered if we sang really fast or left out the “<em>fa-la-la-la-la’s</em>.”\r\n\r\nI was singing a lot of “<em>fa-la-la-la-la’s</em>” this week while coming up with answers for a few holiday questions. As usual, the questions came from the dangerous mind of our six-year old son, who has no problem ignoring a closed bedroom door and napping father when he has something important to ask.\r\n\r\nAs I grumbled about children who deprive parents of sleep and find coal in their Christmas stockings, <strong>Dangerous Paul</strong> launched into a holiday carol consisting entirely of the words, “<em>Dad, wake up!</em>”\r\n\r\nAfter many verses, he was joined by his dog, who is big enough to pull Santa’s sleigh, giving a fair impression of “lords a-leaping” as they jumped on the bed. Picking myself off the floor, I stayed thankful for what I had and remained considerate of others, even though a furry “other” was now curled up on my pillow and the other “other” crash-landed next to me and launched into the first of several burning questions:\r\n\r\n“<em>How’s Santa gonna get in our house?</em>”\r\n\r\n“<em>Through the fireplace</em>,” I yawned.\r\n\r\n“<em>We don’t have a chimney</em>,” he countered.\r\n\r\n“<em>He has magic</em>,” I replied, dreaming of how things could have been different if I’d been this smart during my college SAT’s.\r\n\r\n“<em>What kind of magic?</em>”\r\n\r\n[caption id=\"attachment_293\" align=\"alignleft\" width=\"156\"]<img class=\"size-full wp-image-293\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/cartoon-person-sleeping-in-bed-508416.jpeg\" alt=\"Catching some z-z-z-z\'s\" width=\"156\" height=\"151\" /> Catching some z-z-z-z\'s[/caption]\r\n\r\n“<em>The same kind of magic that allows all dads to take a nap when they know moms are gonna be gone for a couple hours</em>,” I answered, noticing the dog giving me a look that said my pillow was now part of his domain. Since any sudden movement meant I’d be resting my head on a chew-toy that night, I slowly stood up for the next question.\r\n\r\n“<em>Why does Santa only want cookies on Christmas Eve?</em>” he asked.\r\n\r\nRecognizing this as a worthwhile father-son moment with the emphasis on father, I patted Dangerous Paul on the head as a thank you for the thought and took off for the kitchen. Keeping up his end of the family ties, he stayed close behind.\r\n\r\n“<em>How come?</em>”\r\n\r\n“<em>Because Santa loves cookies</em>,” I said, searching the cupboards for anything that didn’t say “low fat” or “healthy” on it. “<em>Everybody knows that</em>.”\r\n\r\n“<em>What about something else? Like a sandwich or ice cream?</em>”\r\n\r\n“<em>Yeah, that would work</em>,” I answered, switching my focus to the refrigerator.\r\n\r\n“<em>But we could still leave carrots for the reindeer</em>.”\r\n\r\n“<em>Ask your mom</em>,” I mumbled, pulling out an apple and mentally adding cookies, salami and ice cream to my Christmas list.\r\n\r\nWith my father-son bonding plans in disarray, I headed for the couch. But before I could make a useless move to declare it as my domain, I remembered his “lords a-leaping” impression and chose to demonstrate another favorite guy pastime by just standing and staring out of the window.\r\n\r\n“<em>Can any reindeer fly?</em>” he asked.\r\n\r\n“<em>Not without Santa’s magic</em>,” I said. “<em>It’s like dust he sprinkles around. If you happen to catch some, good things can happen.</em>”\r\n\r\n“<em>Like reindeer flying?</em>”\r\n\r\n“<em>Yeah</em>,” I laughed, heading back into the kitchen. “<em>Like reindeer flying and Santa visiting without setting off any alarms. It also makes people happy – and if we’re lucky, it stays around for a long time</em>.”\r\n\r\n“<em>What’s it look like?</em>” he asked.\r\n\r\n[caption id=\"attachment_296\" align=\"alignright\" width=\"240\"]<img class=\"wp-image-296\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/santa-sleigh_1780995c-300x188.jpg\" alt=\"santa-sleigh_1780995c\" width=\"240\" height=\"150\" /> A magical season![/caption]\r\n\r\n“<em>Sort of like… flour</em>,” I answered, grabbing a box containing a build-it-yourself gingerbread house with candy and a package of icing. Setting up a bakery workshop on the kitchen table, the scent of our magic dust had the dog flying off my pillow and eating everything that fell on the floor. We succeeded in decorating with more icing and candy than we ate, then displayed our finished masterpiece where his flying dog couldn’t make it a midnight snack.\r\n\r\n<strong>Oh yeah, we were also pretty jolly. ‘Tis the season… to laugh.</strong>\r\n\r\nI believe in the magic dust of laughter and hope you do too. It doesn’t look like flour or come in a package, but it’s low fat, has healthy ingredients and is easy to find if we only take the time to look.\r\n\r\nThe holiday season, whatever holiday you choose to celebrate, is meant to be joyful. Unfortunately for some, it’s not.\r\n\r\nMany people, during the adventure we call life, experience burdens they may not be equipped to deal with at this time. If that’s the case, a very important gift you can give is the magic of laughter. If you can sprinkle it around to make the season more joyful for someone else, chances are the magic will stay with you.\r\n\r\n<strong>Have a happy and laugh-filled holiday.</strong>\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude:<em> <a href=\"https://youtu.be/whY9MKlvisI\" target=\"_blank\">Christmas Don\'t Be Late</a> </em></strong>by <strong>Alvin and the Chipmunks\r\n</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','\'Tis the season for the magic of laughter','','publish','closed','open','','tis-the-season-for-the-magic-of-laughter','','','2015-12-17 00:48:18','2015-12-17 05:48:18','',0,'http://davepresents.com/home/?p=289',0,'post','',0),(290,1,'2015-12-17 00:39:50','2015-12-17 05:39:50','“<em>‘Tis the season to be jolly…</em>”\r\n\r\nIt’s how the song goes, and truer words were never sung. “<em>Thankful for what we have</em>” and “<em>considerate of others</em>” are two other thoughts that could be squeezed into the traditional holiday song. They might not fit rhythmically, but at least the message could be delivered if we sang really fast or left out the “<em>fa-la-la-la-la’s</em>.”\r\n\r\nI was singing a lot of “<em>fa-la-la-la-la’s</em>” this week while coming up with answers for a few holiday questions. As usual, the questions came from the dangerous mind of our six-year old son, who has no problem ignoring a closed bedroom door and napping father when he has something important to ask.\r\n\r\nAs I grumbled about children who deprive parents of sleep and find coal in their Christmas stockings, <strong>Dangerous Paul</strong> launched into a holiday carol consisting entirely of the words, “<em>Dad, wake up!</em>”\r\n\r\nAfter many verses, he was joined by his dog, who is big enough to pull Santa’s sleigh, giving a fair impression of “lords a-leaping” as they jumped on the bed. Picking myself off the floor, I stayed thankful for what I had and remained considerate of others, even though a furry “other” was now curled up on my pillow and the other “other” crash-landed next to me and launched into the first of several burning questions:\r\n\r\n“<em>How’s Santa gonna get in our house?</em>”\r\n\r\n“<em>Through the fireplace</em>,” I yawned.\r\n\r\n“<em>We don’t have a chimney</em>,” he countered.\r\n\r\n“<em>He has magic</em>,” I replied, dreaming of how things could have been different if I’d been this smart during my college SAT’s.\r\n\r\n“<em>What kind of magic?</em>”\r\n\r\n“<em>The same kind of magic that allows all dads to take a nap when they know moms are gonna be gone for a couple hours</em>,” I answered, noticing the dog giving me a look that said my pillow was now part of his domain. Since any sudden movement meant I’d be resting my head on a chew-toy that night, I slowly stood up for the next question.\r\n\r\n“<em>Why does Santa only want cookies on Christmas Eve?</em>” he asked.\r\n\r\nRecognizing this as a worthwhile father-son moment with the emphasis on father, I patted Dangerous Paul on the head as a thank you for the thought and took off for the kitchen. Keeping up his end of the family ties, he stayed close behind.\r\n\r\n“<em>How come?</em>”\r\n\r\n“<em>Because Santa loves cookies</em>,” I said, searching the cupboards for anything that didn’t say “low fat” or “healthy” on it. “<em>Everybody knows that</em>.”\r\n\r\n“<em>What about something else? Like a sandwich or ice cream?</em>”\r\n\r\n“<em>Yeah, that would work</em>,” I answered, switching my focus to the refrigerator.\r\n\r\n“<em>But we could still leave carrots for the reindeer</em>.”\r\n\r\n“<em>Ask your mom</em>,” I mumbled, pulling out an apple and mentally adding cookies, salami and ice cream to my Christmas list.\r\n\r\nWith my father-son bonding plans in disarray, I headed for the couch. But before I could make a useless move to declare it as my domain, I remembered his “lords a-leaping” impression and chose to demonstrate another favorite guy pastime by just standing and staring out of the window.\r\n\r\n“<em>Can any reindeer fly?</em>” he asked.\r\n\r\n“<em>Not without Santa’s magic</em>,” I said. “<em>It’s like dust he sprinkles around. If you happen to catch some, good things can happen.</em>”\r\n\r\n“<em>Like reindeer flying?</em>”\r\n\r\n“<em>Yeah</em>,” I laughed, heading back into the kitchen. “<em>Like reindeer flying and Santa visiting without setting off any alarms. It also makes people happy – and if we’re lucky, it stays around for a long time</em>.”\r\n\r\n“<em>What’s it look like?</em>” he asked.\r\n\r\n“<em>Sort of like… flour</em>,” I answered, grabbing a box containing a build-it-yourself gingerbread house with candy and a package of icing. Setting up a bakery workshop on the kitchen table, the scent of our magic dust had the dog flying off my pillow and eating everything that fell on the floor. We succeeded in decorating with more icing and candy than we ate, then displayed our finished masterpiece where his flying dog couldn’t make it a midnight snack.\r\n\r\n<strong>Oh yeah, we were also pretty jolly. ‘Tis the season… to laugh.</strong>\r\n\r\nI believe in the magic dust of laughter and hope you do too. It doesn’t look like flour or come in a package, but it’s low fat, has healthy ingredients and is easy to find if we only take the time to look.\r\n\r\nThe holiday season, whatever holiday you choose to celebrate, is meant to be joyful. Unfortunately for some, it’s not.\r\n\r\nMany people, during the adventure we call life, experience burdens they may not be equipped to deal with at this time. If that’s the case, a very important gift you can give is the magic of laughter. If you can sprinkle it around to make the season more joyful for someone else, chances are the magic will stay with you.\r\n\r\n<strong>Have a happy and laugh-filled holiday.</strong>\r\n\r\nKKKK','\'Tis the season for the magic of laughter','','inherit','closed','closed','','289-revision-v1','','','2015-12-17 00:39:50','2015-12-17 05:39:50','',289,'http://davepresents.com/home/index.php/2015/12/17/289-revision-v1/',0,'revision','',0),(292,1,'2015-12-17 00:41:56','2015-12-17 05:41:56','','53122-The-Peanut-Gang-Caroling','','inherit','open','closed','','53122-the-peanut-gang-caroling','','','2015-12-17 00:41:56','2015-12-17 05:41:56','',289,'http://davepresents.com/home/wp-content/uploads/2015/12/53122-The-Peanut-Gang-Caroling.gif',0,'attachment','image/gif',0),(293,1,'2015-12-17 00:43:10','2015-12-17 05:43:10','','cartoon-person-sleeping-in-bed-508416','Catching some z-z-z-z\'s','inherit','open','closed','','cartoon-person-sleeping-in-bed-508416','','','2015-12-17 00:43:32','2015-12-17 05:43:32','',289,'http://davepresents.com/home/wp-content/uploads/2015/12/cartoon-person-sleeping-in-bed-508416.jpeg',0,'attachment','image/jpeg',0),(295,1,'2015-12-17 00:43:39','2015-12-17 05:43:39','“<em>‘Tis the season to be jolly…</em>”\r\n\r\n<img class=\"alignright wp-image-292\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/53122-The-Peanut-Gang-Caroling-300x180.gif\" alt=\"53122-The-Peanut-Gang-Caroling\" width=\"250\" height=\"150\" />It’s how the song goes, and truer words were never sung. “<em>Thankful for what we have</em>” and “<em>considerate of others</em>” are two other thoughts that could be squeezed into the traditional holiday song. They might not fit rhythmically, but at least the message could be delivered if we sang really fast or left out the “<em>fa-la-la-la-la’s</em>.”\r\n\r\nI was singing a lot of “<em>fa-la-la-la-la’s</em>” this week while coming up with answers for a few holiday questions. As usual, the questions came from the dangerous mind of our six-year old son, who has no problem ignoring a closed bedroom door and napping father when he has something important to ask.\r\n\r\nAs I grumbled about children who deprive parents of sleep and find coal in their Christmas stockings, <strong>Dangerous Paul</strong> launched into a holiday carol consisting entirely of the words, “<em>Dad, wake up!</em>”\r\n\r\nAfter many verses, he was joined by his dog, who is big enough to pull Santa’s sleigh, giving a fair impression of “lords a-leaping” as they jumped on the bed. Picking myself off the floor, I stayed thankful for what I had and remained considerate of others, even though a furry “other” was now curled up on my pillow and the other “other” crash-landed next to me and launched into the first of several burning questions:\r\n\r\n“<em>How’s Santa gonna get in our house?</em>”\r\n\r\n“<em>Through the fireplace</em>,” I yawned.\r\n\r\n“<em>We don’t have a chimney</em>,” he countered.\r\n\r\n“<em>He has magic</em>,” I replied, dreaming of how things could have been different if I’d been this smart during my college SAT’s.\r\n\r\n“<em>What kind of magic?</em>”\r\n\r\n[caption id=\"attachment_293\" align=\"alignleft\" width=\"156\"]<img class=\"size-full wp-image-293\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/cartoon-person-sleeping-in-bed-508416.jpeg\" alt=\"Catching some z-z-z-z\'s\" width=\"156\" height=\"151\" /> Catching some z-z-z-z\'s[/caption]\r\n\r\n“<em>The same kind of magic that allows all dads to take a nap when they know moms are gonna be gone for a couple hours</em>,” I answered, noticing the dog giving me a look that said my pillow was now part of his domain. Since any sudden movement meant I’d be resting my head on a chew-toy that night, I slowly stood up for the next question.\r\n\r\n“<em>Why does Santa only want cookies on Christmas Eve?</em>” he asked.\r\n\r\nRecognizing this as a worthwhile father-son moment with the emphasis on father, I patted Dangerous Paul on the head as a thank you for the thought and took off for the kitchen. Keeping up his end of the family ties, he stayed close behind.\r\n\r\n“<em>How come?</em>”\r\n\r\n“<em>Because Santa loves cookies</em>,” I said, searching the cupboards for anything that didn’t say “low fat” or “healthy” on it. “<em>Everybody knows that</em>.”\r\n\r\n“<em>What about something else? Like a sandwich or ice cream?</em>”\r\n\r\n“<em>Yeah, that would work</em>,” I answered, switching my focus to the refrigerator.\r\n\r\n“<em>But we could still leave carrots for the reindeer</em>.”\r\n\r\n“<em>Ask your mom</em>,” I mumbled, pulling out an apple and mentally adding cookies, salami and ice cream to my Christmas list.\r\n\r\nWith my father-son bonding plans in disarray, I headed for the couch. But before I could make a useless move to declare it as my domain, I remembered his “lords a-leaping” impression and chose to demonstrate another favorite guy pastime by just standing and staring out of the window.\r\n\r\n“<em>Can any reindeer fly?</em>” he asked.\r\n\r\n“<em>Not without Santa’s magic</em>,” I said. “<em>It’s like dust he sprinkles around. If you happen to catch some, good things can happen.</em>”\r\n\r\n“<em>Like reindeer flying?</em>”\r\n\r\n“<em>Yeah</em>,” I laughed, heading back into the kitchen. “<em>Like reindeer flying and Santa visiting without setting off any alarms. It also makes people happy – and if we’re lucky, it stays around for a long time</em>.”\r\n\r\n“<em>What’s it look like?</em>” he asked.\r\n\r\n“<em>Sort of like… flour</em>,” I answered, grabbing a box containing a build-it-yourself gingerbread house with candy and a package of icing. Setting up a bakery workshop on the kitchen table, the scent of our magic dust had the dog flying off my pillow and eating everything that fell on the floor. We succeeded in decorating with more icing and candy than we ate, then displayed our finished masterpiece where his flying dog couldn’t make it a midnight snack.\r\n\r\n<strong>Oh yeah, we were also pretty jolly. ‘Tis the season… to laugh.</strong>\r\n\r\nI believe in the magic dust of laughter and hope you do too. It doesn’t look like flour or come in a package, but it’s low fat, has healthy ingredients and is easy to find if we only take the time to look.\r\n\r\nThe holiday season, whatever holiday you choose to celebrate, is meant to be joyful. Unfortunately for some, it’s not.\r\n\r\nMany people, during the adventure we call life, experience burdens they may not be equipped to deal with at this time. If that’s the case, a very important gift you can give is the magic of laughter. If you can sprinkle it around to make the season more joyful for someone else, chances are the magic will stay with you.\r\n\r\n<strong>Have a happy and laugh-filled holiday.</strong>\r\n\r\nKKKK','\'Tis the season for the magic of laughter','','inherit','closed','closed','','289-revision-v1','','','2015-12-17 00:43:39','2015-12-17 05:43:39','',289,'http://davepresents.com/home/index.php/2015/12/17/289-revision-v1/',0,'revision','',0),(296,1,'2015-12-17 00:44:33','2015-12-17 05:44:33','','santa-sleigh_1780995c','','inherit','open','closed','','santa-sleigh_1780995c','','','2015-12-17 00:44:33','2015-12-17 05:44:33','',289,'http://davepresents.com/home/wp-content/uploads/2015/12/santa-sleigh_1780995c.jpg',0,'attachment','image/jpeg',0),(298,1,'2015-12-17 00:45:26','2015-12-17 05:45:26','“<em>‘Tis the season to be jolly…</em>”\r\n\r\n<img class=\"alignright wp-image-292\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/53122-The-Peanut-Gang-Caroling-300x180.gif\" alt=\"53122-The-Peanut-Gang-Caroling\" width=\"250\" height=\"150\" />It’s how the song goes, and truer words were never sung. “<em>Thankful for what we have</em>” and “<em>considerate of others</em>” are two other thoughts that could be squeezed into the traditional holiday song. They might not fit rhythmically, but at least the message could be delivered if we sang really fast or left out the “<em>fa-la-la-la-la’s</em>.”\r\n\r\nI was singing a lot of “<em>fa-la-la-la-la’s</em>” this week while coming up with answers for a few holiday questions. As usual, the questions came from the dangerous mind of our six-year old son, who has no problem ignoring a closed bedroom door and napping father when he has something important to ask.\r\n\r\nAs I grumbled about children who deprive parents of sleep and find coal in their Christmas stockings, <strong>Dangerous Paul</strong> launched into a holiday carol consisting entirely of the words, “<em>Dad, wake up!</em>”\r\n\r\nAfter many verses, he was joined by his dog, who is big enough to pull Santa’s sleigh, giving a fair impression of “lords a-leaping” as they jumped on the bed. Picking myself off the floor, I stayed thankful for what I had and remained considerate of others, even though a furry “other” was now curled up on my pillow and the other “other” crash-landed next to me and launched into the first of several burning questions:\r\n\r\n“<em>How’s Santa gonna get in our house?</em>”\r\n\r\n“<em>Through the fireplace</em>,” I yawned.\r\n\r\n“<em>We don’t have a chimney</em>,” he countered.\r\n\r\n“<em>He has magic</em>,” I replied, dreaming of how things could have been different if I’d been this smart during my college SAT’s.\r\n\r\n“<em>What kind of magic?</em>”\r\n\r\n[caption id=\"attachment_293\" align=\"alignleft\" width=\"156\"]<img class=\"size-full wp-image-293\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/cartoon-person-sleeping-in-bed-508416.jpeg\" alt=\"Catching some z-z-z-z\'s\" width=\"156\" height=\"151\" /> Catching some z-z-z-z\'s[/caption]\r\n\r\n“<em>The same kind of magic that allows all dads to take a nap when they know moms are gonna be gone for a couple hours</em>,” I answered, noticing the dog giving me a look that said my pillow was now part of his domain. Since any sudden movement meant I’d be resting my head on a chew-toy that night, I slowly stood up for the next question.\r\n\r\n“<em>Why does Santa only want cookies on Christmas Eve?</em>” he asked.\r\n\r\nRecognizing this as a worthwhile father-son moment with the emphasis on father, I patted Dangerous Paul on the head as a thank you for the thought and took off for the kitchen. Keeping up his end of the family ties, he stayed close behind.\r\n\r\n“<em>How come?</em>”\r\n\r\n“<em>Because Santa loves cookies</em>,” I said, searching the cupboards for anything that didn’t say “low fat” or “healthy” on it. “<em>Everybody knows that</em>.”\r\n\r\n“<em>What about something else? Like a sandwich or ice cream?</em>”\r\n\r\n“<em>Yeah, that would work</em>,” I answered, switching my focus to the refrigerator.\r\n\r\n“<em>But we could still leave carrots for the reindeer</em>.”\r\n\r\n“<em>Ask your mom</em>,” I mumbled, pulling out an apple and mentally adding cookies, salami and ice cream to my Christmas list.\r\n\r\nWith my father-son bonding plans in disarray, I headed for the couch. But before I could make a useless move to declare it as my domain, I remembered his “lords a-leaping” impression and chose to demonstrate another favorite guy pastime by just standing and staring out of the window.\r\n\r\n“<em>Can any reindeer fly?</em>” he asked.\r\n\r\n“<em>Not without Santa’s magic</em>,” I said. “<em>It’s like dust he sprinkles around. If you happen to catch some, good things can happen.</em>”\r\n\r\n“<em>Like reindeer flying?</em>”\r\n\r\n“<em>Yeah</em>,” I laughed, heading back into the kitchen. “<em>Like reindeer flying and Santa visiting without setting off any alarms. It also makes people happy – and if we’re lucky, it stays around for a long time</em>.”\r\n\r\n“<em>What’s it look like?</em>” he asked.\r\n\r\n[caption id=\"attachment_296\" align=\"alignright\" width=\"240\"]<img class=\"wp-image-296\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/santa-sleigh_1780995c-300x188.jpg\" alt=\"santa-sleigh_1780995c\" width=\"240\" height=\"150\" /> A magical season![/caption]\r\n\r\n“<em>Sort of like… flour</em>,” I answered, grabbing a box containing a build-it-yourself gingerbread house with candy and a package of icing. Setting up a bakery workshop on the kitchen table, the scent of our magic dust had the dog flying off my pillow and eating everything that fell on the floor. We succeeded in decorating with more icing and candy than we ate, then displayed our finished masterpiece where his flying dog couldn’t make it a midnight snack.\r\n\r\n<strong>Oh yeah, we were also pretty jolly. ‘Tis the season… to laugh.</strong>\r\n\r\nI believe in the magic dust of laughter and hope you do too. It doesn’t look like flour or come in a package, but it’s low fat, has healthy ingredients and is easy to find if we only take the time to look.\r\n\r\nThe holiday season, whatever holiday you choose to celebrate, is meant to be joyful. Unfortunately for some, it’s not.\r\n\r\nMany people, during the adventure we call life, experience burdens they may not be equipped to deal with at this time. If that’s the case, a very important gift you can give is the magic of laughter. If you can sprinkle it around to make the season more joyful for someone else, chances are the magic will stay with you.\r\n\r\n<strong>Have a happy and laugh-filled holiday.</strong>\r\n\r\nKKKK','\'Tis the season for the magic of laughter','','inherit','closed','closed','','289-revision-v1','','','2015-12-17 00:45:26','2015-12-17 05:45:26','',289,'http://davepresents.com/home/index.php/2015/12/17/289-revision-v1/',0,'revision','',0),(301,1,'2015-12-17 00:48:11','2015-12-17 05:48:11','“<em>‘Tis the season to be jolly…</em>”\r\n\r\n<img class=\"alignright wp-image-292\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/53122-The-Peanut-Gang-Caroling-300x180.gif\" alt=\"53122-The-Peanut-Gang-Caroling\" width=\"250\" height=\"150\" />It’s how the song goes, and truer words were never sung. “<em>Thankful for what we have</em>” and “<em>considerate of others</em>” are two other thoughts that could be squeezed into the traditional holiday song. They might not fit rhythmically, but at least the message could be delivered if we sang really fast or left out the “<em>fa-la-la-la-la’s</em>.”\r\n\r\nI was singing a lot of “<em>fa-la-la-la-la’s</em>” this week while coming up with answers for a few holiday questions. As usual, the questions came from the dangerous mind of our six-year old son, who has no problem ignoring a closed bedroom door and napping father when he has something important to ask.\r\n\r\nAs I grumbled about children who deprive parents of sleep and find coal in their Christmas stockings, <strong>Dangerous Paul</strong> launched into a holiday carol consisting entirely of the words, “<em>Dad, wake up!</em>”\r\n\r\nAfter many verses, he was joined by his dog, who is big enough to pull Santa’s sleigh, giving a fair impression of “lords a-leaping” as they jumped on the bed. Picking myself off the floor, I stayed thankful for what I had and remained considerate of others, even though a furry “other” was now curled up on my pillow and the other “other” crash-landed next to me and launched into the first of several burning questions:\r\n\r\n“<em>How’s Santa gonna get in our house?</em>”\r\n\r\n“<em>Through the fireplace</em>,” I yawned.\r\n\r\n“<em>We don’t have a chimney</em>,” he countered.\r\n\r\n“<em>He has magic</em>,” I replied, dreaming of how things could have been different if I’d been this smart during my college SAT’s.\r\n\r\n“<em>What kind of magic?</em>”\r\n\r\n[caption id=\"attachment_293\" align=\"alignleft\" width=\"156\"]<img class=\"size-full wp-image-293\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/cartoon-person-sleeping-in-bed-508416.jpeg\" alt=\"Catching some z-z-z-z\'s\" width=\"156\" height=\"151\" /> Catching some z-z-z-z\'s[/caption]\r\n\r\n“<em>The same kind of magic that allows all dads to take a nap when they know moms are gonna be gone for a couple hours</em>,” I answered, noticing the dog giving me a look that said my pillow was now part of his domain. Since any sudden movement meant I’d be resting my head on a chew-toy that night, I slowly stood up for the next question.\r\n\r\n“<em>Why does Santa only want cookies on Christmas Eve?</em>” he asked.\r\n\r\nRecognizing this as a worthwhile father-son moment with the emphasis on father, I patted Dangerous Paul on the head as a thank you for the thought and took off for the kitchen. Keeping up his end of the family ties, he stayed close behind.\r\n\r\n“<em>How come?</em>”\r\n\r\n“<em>Because Santa loves cookies</em>,” I said, searching the cupboards for anything that didn’t say “low fat” or “healthy” on it. “<em>Everybody knows that</em>.”\r\n\r\n“<em>What about something else? Like a sandwich or ice cream?</em>”\r\n\r\n“<em>Yeah, that would work</em>,” I answered, switching my focus to the refrigerator.\r\n\r\n“<em>But we could still leave carrots for the reindeer</em>.”\r\n\r\n“<em>Ask your mom</em>,” I mumbled, pulling out an apple and mentally adding cookies, salami and ice cream to my Christmas list.\r\n\r\nWith my father-son bonding plans in disarray, I headed for the couch. But before I could make a useless move to declare it as my domain, I remembered his “lords a-leaping” impression and chose to demonstrate another favorite guy pastime by just standing and staring out of the window.\r\n\r\n“<em>Can any reindeer fly?</em>” he asked.\r\n\r\n“<em>Not without Santa’s magic</em>,” I said. “<em>It’s like dust he sprinkles around. If you happen to catch some, good things can happen.</em>”\r\n\r\n“<em>Like reindeer flying?</em>”\r\n\r\n“<em>Yeah</em>,” I laughed, heading back into the kitchen. “<em>Like reindeer flying and Santa visiting without setting off any alarms. It also makes people happy – and if we’re lucky, it stays around for a long time</em>.”\r\n\r\n“<em>What’s it look like?</em>” he asked.\r\n\r\n[caption id=\"attachment_296\" align=\"alignright\" width=\"240\"]<img class=\"wp-image-296\" src=\"http://davepresents.com/home/wp-content/uploads/2015/12/santa-sleigh_1780995c-300x188.jpg\" alt=\"santa-sleigh_1780995c\" width=\"240\" height=\"150\" /> A magical season![/caption]\r\n\r\n“<em>Sort of like… flour</em>,” I answered, grabbing a box containing a build-it-yourself gingerbread house with candy and a package of icing. Setting up a bakery workshop on the kitchen table, the scent of our magic dust had the dog flying off my pillow and eating everything that fell on the floor. We succeeded in decorating with more icing and candy than we ate, then displayed our finished masterpiece where his flying dog couldn’t make it a midnight snack.\r\n\r\n<strong>Oh yeah, we were also pretty jolly. ‘Tis the season… to laugh.</strong>\r\n\r\nI believe in the magic dust of laughter and hope you do too. It doesn’t look like flour or come in a package, but it’s low fat, has healthy ingredients and is easy to find if we only take the time to look.\r\n\r\nThe holiday season, whatever holiday you choose to celebrate, is meant to be joyful. Unfortunately for some, it’s not.\r\n\r\nMany people, during the adventure we call life, experience burdens they may not be equipped to deal with at this time. If that’s the case, a very important gift you can give is the magic of laughter. If you can sprinkle it around to make the season more joyful for someone else, chances are the magic will stay with you.\r\n\r\n<strong>Have a happy and laugh-filled holiday.</strong>\r\n\r\nFrom the award-winning humor column <em>Something To Laugh About</em>.\r\n\r\n<strong>Musical Interlude:<em> <a href=\"https://youtu.be/whY9MKlvisI\" target=\"_blank\">Christmas Don\'t Be Late</a> </em></strong>by <strong>Alvin and the Chipmunks\r\n</strong>\r\n<p style=\"text-align: center;\">______________________________________________________</p>\r\n<a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\"><img class=\"aligncenter wp-image-236 size-full\" src=\"http://davepresents.com/home/wp-content/uploads/2015/11/talking-for-success-banner-7001.jpg\" alt=\"talking-for-success-banner-7001\" width=\"665\" height=\"157\" /></a>\r\n<p style=\"text-align: center;\"><strong>Click on the banner to <a href=\"http://visitor.r20.constantcontact.com/manage/optin?v=001jarSHX2McaTyP3Ymgn_YycOZ1RNT2WQ3yIlhTIwiwP7pVrN-wvID5pFPtuf3g6T8X2fRTFG6FXvlBjTegkVegXIdaCkvpWN_6qAIhCBdd-I%3D\" target=\"_blank\">sign up</a> for Dave’s free newsletter!</strong></p>','\'Tis the season for the magic of laughter','','inherit','closed','closed','','289-revision-v1','','','2015-12-17 00:48:11','2015-12-17 05:48:11','',289,'http://davepresents.com/home/index.php/2015/12/17/289-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (44,2,0),(47,2,0),(50,2,0),(53,2,0),(56,2,0),(59,2,0),(94,2,0),(220,4,0),(223,4,0),(230,7,0),(230,10,0),(230,13,0),(230,14,0),(230,16,0),(230,19,0),(230,22,0),(230,25,0),(230,28,0),(230,31,0),(268,1,0),(268,7,0),(268,10,0),(268,13,0),(268,14,0),(268,16,0),(268,22,0),(268,25,0),(268,34,0),(268,37,0),(268,40,0),(268,43,0),(289,1,0),(289,7,0),(289,13,0),(289,14,0),(289,19,0),(289,25,0),(289,34,0),(289,40,0),(289,46,0),(289,49,0),(289,50,0),(289,53,0),(289,55,0),(289,58,0),(289,61,0),(289,64,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,7),(4,4,'ml-slider','',0,0),(5,5,'ml-slider','',0,0),(7,7,'category','',0,3),(10,10,'category','',0,2),(13,13,'category','',0,3),(14,14,'category','',0,3),(16,16,'category','',0,2),(19,19,'post_tag','',0,2),(22,22,'post_tag','',0,2),(25,25,'post_tag','',0,3),(28,28,'post_tag','',0,1),(31,31,'post_tag','',0,1),(34,34,'post_tag','',0,2),(37,37,'post_tag','',0,1),(40,40,'post_tag','',0,2),(43,43,'post_tag','',0,1),(46,46,'category','',0,1),(49,49,'category','',0,1),(50,50,'category','',0,1),(53,53,'category','',0,1),(55,55,'post_tag','',0,1),(58,58,'post_tag','',0,1),(61,61,'post_tag','',0,1),(64,64,'post_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Navigation','main-navigation',0),(4,'217','217',0),(5,'224','224',0),(7,'humor','humor',0),(10,'training','training',0),(13,'entertainment','entertainment',0),(14,'communications','communications',0),(16,'educational','educational',0),(19,'Schwensen','schwensen',0),(22,'training','training',0),(25,'humor','humor',0),(28,'communications','communications',0),(31,'Cleveland State University','cleveland-state-university',0),(34,'laughter','laughter',0),(37,'exercise','exercise',0),(40,'comedy','comedy',0),(43,'aerobic exercise','aerobic-exercise',0),(46,'comedy','comedy',0),(49,'laughter','laughter',0),(50,'holiday','holiday',0),(53,'Christmas','christmas',0),(55,'holidays','holidays',0),(58,'Christmas','christmas',0),(61,'children','children',0),(64,'communication','communication',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','DaveSchwensen'),(2,1,'first_name','Dave'),(3,1,'last_name','Schwensen'),(4,1,'description','Making your next event one to remember.'),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag','1'),(14,1,'show_welcome_panel','1'),(19,1,'wp_dashboard_quick_press_last_post_id','287'),(22,1,'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\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(26,1,'wp_user-settings','siteorigin_settings_tab=4&libraryContent=browse&editor=tinymce&align=right&urlbutton=none&posts_list_mode=list'),(29,1,'wp_user-settings-time','1450331123'),(34,1,'nav_menu_recently_edited','2'),(37,1,'top_25_error_notice','yes'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'DaveSchwensen','$P$Bom1g5JNDmBPkUrnS4KAUcl0Sd6wNN/','daveschwensen','dave@davepresents.com','http://www.davepresents.com','2015-09-16 21:23:52','',0,'DaveSchwensen'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02d946d_3' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-02-18 15:44:21