0byt3m1n1
Path:
/
data
/
25
/
3
/
162
/
2
/
3162002
/
meta
/
3529494
/
mysql.backup
/
[
Home
]
File: dfwinvesting.mysqlv106.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv106 Database: dfwinvesting -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; 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`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; 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 (1,1,'Mr WordPress','','http://wordpress.org/','','2013-10-21 09:55:16','2013-10-21 09:55:16','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,134,'Mr WordPress','','http://wordpress.org/','','2013-09-22 17:56:09','2013-09-22 17:56:09','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(3,150,'DFWInvesting','info@westromgroup.com','','172.4.236.19','2013-11-09 20:48:15','2013-11-09 20:48:15','This makes nie since. Does it always work',0,'1','Mozilla/5.0 (iPad; CPU OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25','',0,1); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=3753 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://dfwinvesting.com','yes'),(2,'blogname','Westrom Group Investments','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','jon@westromgroup.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i A','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:3:{i:0;s:51:\"display-posts-shortcode/display-posts-shortcode.php\";i:1;s:37:\"post-types-order/post-types-order.php\";i:2;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),(36,'home','http://dfwinvesting.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:2:{i:0;s:96:\"\\\\WDP\\DFS\\30\\0\\4\\9\\3076044940\\user\\sites\\3529494.site\\www/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}','no'),(44,'template','boldy','yes'),(45,'stylesheet','jon','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','26149','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:245:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','24448','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:9:\"Meta Menu\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:8:\"footer-1\";a:4:{i:0;s:7:\"pages-2\";i:1;s:6:\"meta-3\";i:2;s:6:\"text-2\";i:3;s:7:\"pages-3\";}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1412279160;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1412286934;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1412308273;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:1412330187;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(148,'recently_activated','a:0:{}','yes'),(3751,'_site_transient_timeout_theme_roots','1412246064','yes'),(3752,'_site_transient_theme_roots','a:4:{s:5:\"boldy\";s:7:\"/themes\";s:3:\"jon\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:23:\"http://dfwinvesting.com\";s:4:\"link\";s:99:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://dfwinvesting.com/\";s:3:\"url\";s:132:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://dfwinvesting.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(152,'cpto_options','a:3:{s:8:\"autosort\";s:1:\"1\";s:9:\"adminsort\";s:1:\"1\";s:10:\"capability\";s:15:\"install_plugins\";}','yes'),(153,'CPT_configured','TRUE','yes'),(157,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1382354958;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(158,'current_theme','Jon','yes'),(159,'theme_mods_jon','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:8:\"main_nav\";i:5;s:12:\"footer_links\";i:5;}}','yes'),(160,'theme_switched','','yes'),(161,'optionsframework','a:2:{s:2:\"id\";s:3:\"jon\";s:12:\"knownoptions\";a:1:{i:0;s:3:\"jon\";}}','yes'),(162,'jon','a:50:{s:11:\"boldy_clogo\";s:59:\"http://dfwinvesting.com/wp-content/uploads/2013/09/logo.jpg\";s:16:\"boldy_clogo_text\";s:12:\"dfwinvesting\";s:29:\"boldy_custom_shortcut_favicon\";s:0:\"\";s:22:\"boldy_customtypography\";s:1:\"0\";s:23:\"boldy_heading_font_link\";s:0:\"\";s:25:\"boldy_heading_font_family\";s:0:\"\";s:14:\"boldy_css_code\";s:1327:\"#logo a img {\r\n border: medium none;\r\n border-radius: 10px 10px 10px 0;\r\n box-shadow: 0 0 10px #2F2511;\r\n margin-top: -40px;\r\n width: 295px;\r\n}\r\n#site5bottom {\r\n display: none;\r\n}\r\na {\r\n color: #CB7D0E;\r\n}\r\n#mainMenu ul li a:hover {\r\n background: url(\"http://demo.nextsyntax.com/jon/wp-content/themes/jon/images/bk_mainmenu.png\") repeat-x scroll 0 0 rgba(0, 0, 0, 0);\r\n color: #CB7D0E;\r\n}\r\nheader {\r\n background: url(\"http://demo.nextsyntax.com/jon/wp-content/themes/jon/images/bk_header.png\") no-repeat scroll 0 0 rgba(0, 0, 0, 0);\r\n}\r\n#footerWidgets {\r\n background: url(\"http://demo.nextsyntax.com/jon/wp-content/themes/jon/images/bk_footer_widgets.png\") repeat-x scroll 0 0 #000000;\r\n}\r\n#footerWidgetsInner #copyright {\r\n border-top: 4px solid #2F2511;\r\n}\r\n#showHide {\r\n background: url(\"http://demo.nextsyntax.com/jon/wp-content/themes/jon/images/but_show_hide.png\") no-repeat scroll 0 0 rgba(0, 0, 0, 0);\r\n}\r\n#quickContact form input[type=\"submit\"] {\r\n background: url(\"http://demo.nextsyntax.com/jon/wp-content/themes/jon/images/but_actions.png\") no-repeat scroll 0 0 rgba(0, 0, 0, 0);\r\n}\r\n#mainMenu ul li ul li a:hover, #mainMenu.ddsmoothmenu ul li ul li {\r\n background: none repeat scroll 0 0 #2F2511;\r\n}\r\n#mainMenu.ddsmoothmenu ul li ul li a:hover {\r\n color: #CB7D0E;\r\n}\";s:18:\"boldy_blurb_enable\";s:1:\"1\";s:16:\"boldy_blurb_text\";s:24:\"Welcome to Westrom Group\";s:16:\"boldy_blurb_link\";s:0:\"\";s:16:\"boldy_blurb_page\";s:3:\"135\";s:19:\"boldy_homebox1title\";s:7:\"Welcome\";s:14:\"boldy_homebox1\";s:147:\"The purpose of this site is to lead people to a group of professionals who understand, deliver and service single family properties as investments.\";s:17:\"boldy_homebox1img\";s:38:\"/wp-content/uploads/2013/09/d2_key.jpg\";s:17:\"boldy_homebox1url\";s:1:\"#\";s:19:\"boldy_homebox2title\";s:11:\"How we work\";s:14:\"boldy_homebox2\";s:88:\"We has mastered the process of helping you own profitable cash-flow positive properties.\";s:17:\"boldy_homebox2img\";s:46:\"/wp-content/uploads/2013/09/d2_house_money.jpg\";s:17:\"boldy_homebox2url\";s:1:\"#\";s:19:\"boldy_homebox3title\";s:9:\"Investing\";s:14:\"boldy_homebox3\";s:185:\"We have our strategy that gives a clear, straightforward explanation of our operations. It is free of confusing technical jargon, and shows you the incredible advantages that we offers.\";s:17:\"boldy_homebox3img\";s:49:\"/wp-content/uploads/2013/09/d2_man_calculator.jpg\";s:17:\"boldy_homebox3url\";s:1:\"#\";s:19:\"boldy_displayslider\";s:1:\"1\";s:16:\"boldy_slidertype\";s:4:\"nivo\";s:18:\"boldy_slidereffect\";s:6:\"random\";s:26:\"boldy_slideranimationspeed\";s:3:\"500\";s:21:\"boldy_sliderpausetime\";s:4:\"3000\";s:10:\"boldy_blog\";s:1:\"2\";s:21:\"boldy_contact_address\";s:47:\"6821 Baker blvd Ste B, Richland Hills, TX 76118\";s:19:\"boldy_contact_phone\";s:12:\"817-445-1108\";s:17:\"boldy_contact_fax\";s:12:\"817-288-5001\";s:19:\"boldy_contact_email\";s:20:\"jon@westromgroup.com\";s:17:\"boldy_contact_map\";s:0:\"\";s:16:\"boldy_enablemeta\";s:1:\"1\";s:21:\"boldy_metadescription\";s:69:\"full functionable, premium wordpress theme solution for your website.\";s:18:\"boldy_metakeywords\";s:108:\"proffesional wordpress theme, flexible wordpress theme, wordpress all in one theme, premium wordpress theme \";s:18:\"boldy_revisitafter\";s:1:\"2\";s:17:\"boldy_enablerobot\";s:1:\"1\";s:14:\"boldy_metabots\";s:4:\"none\";s:19:\"boldy_metagooglebot\";s:4:\"none\";s:16:\"boldy_metamsnbot\";s:4:\"none\";s:18:\"boldy_twitter_user\";s:0:\"\";s:18:\"boldy_latest_tweet\";s:3:\"yes\";s:19:\"boldy_facebook_link\";s:0:\"\";s:19:\"boldy_linkedin_link\";s:0:\"\";s:22:\"boldy_footer_copyright\";s:84:\"; Copyright 2013 Westrom Group Investments. All Rights Reserved \";s:20:\"boldy_footer_actions\";s:3:\"yes\";s:18:\"boldy_actions_hide\";s:7:\"visible\";s:11:\"boldy_stats\";s:0:\"\";}','yes'),(164,'category_children','a:0:{}','yes'),(165,'types_children','a:0:{}','yes'),(178,'widget_pages','a:3:{i:2;a:3:{s:5:\"title\";s:5:\"Pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}i:3;a:3:{s:5:\"title\";s:5:\"Pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(241,'db_upgraded','','yes'),(248,'_transient_random_seed','f7179a0ea955b927133624f1ab4840d8','yes'),(2918,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.0.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-4.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.0-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.0\";s:7:\"version\";s:3:\"4.0\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.0.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-4.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.0-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.0\";s:7:\"version\";s:3:\"4.0\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.2\";s:7:\"version\";s:5:\"3.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.8.4.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-3.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.8.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.8.4\";s:7:\"version\";s:5:\"3.8.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1412244264;s:15:\"version_checked\";s:5:\"3.7.4\";s:12:\"translations\";a:0:{}}','yes'),(3748,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1412237884;s:7:\"checked\";a:4:{s:5:\"boldy\";s:5:\"2.0.5\";s:3:\"jon\";s:0:\"\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:2:{s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.3.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.5.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(3749,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1412244264;s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:51:\"display-posts-shortcode/display-posts-shortcode.php\";s:3:\"2.3\";s:9:\"hello.php\";s:3:\"1.6\";s:37:\"post-types-order/post-types-order.php\";s:5:\"1.6.2\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.1\";}s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.2.zip\";}s:51:\"display-posts-shortcode/display-posts-shortcode.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"23455\";s:4:\"slug\";s:23:\"display-posts-shortcode\";s:6:\"plugin\";s:51:\"display-posts-shortcode/display-posts-shortcode.php\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/display-posts-shortcode/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/display-posts-shortcode.2.4.zip\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"17292\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/post-types-order.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(1590,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"jon@westromgroup.com\";s:7:\"version\";s:5:\"3.7.4\";s:9:\"timestamp\";i:1407359127;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=319 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,28,'_wp_attached_file','2013/09/d2_key.jpg'),(5,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2013/09/d2_key.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"d2_key-150x150.jpg\";s:5:\"width\";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:\"d2_key-250x144.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"d2_key-125x72.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:16:\"d2_key-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:16:\"d2_key-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:18:\"d2_key-250x150.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:18:\"d2_key-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:18:\"d2_key-145x150.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:16:\"d2_key-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:18:\"d2_key-260x100.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:17:\"d2_key-260x92.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6,29,'_wp_attached_file','2013/09/d2_house_money.jpg'),(7,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2013/09/d2_house_money.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"d2_house_money-150x150.jpg\";s:5:\"width\";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:\"d2_house_money-250x144.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:25:\"d2_house_money-125x72.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:24:\"d2_house_money-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:24:\"d2_house_money-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:26:\"d2_house_money-250x150.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:26:\"d2_house_money-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:26:\"d2_house_money-145x150.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:24:\"d2_house_money-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:26:\"d2_house_money-260x100.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:25:\"d2_house_money-260x92.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8,30,'_wp_attached_file','2013/09/d2_man_calculator.jpg'),(9,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2013/09/d2_man_calculator.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"d2_man_calculator-150x150.jpg\";s:5:\"width\";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:\"d2_man_calculator-250x144.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:28:\"d2_man_calculator-125x72.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:27:\"d2_man_calculator-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:27:\"d2_man_calculator-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:29:\"d2_man_calculator-250x150.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:29:\"d2_man_calculator-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:29:\"d2_man_calculator-145x150.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:27:\"d2_man_calculator-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:29:\"d2_man_calculator-260x100.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:28:\"d2_man_calculator-260x92.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10,32,'_wp_attached_file','2013/09/Colfax.jpg'),(11,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:370;s:4:\"file\";s:18:\"2013/09/Colfax.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Colfax-150x150.jpg\";s:5:\"width\";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:\"Colfax-250x96.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Colfax-680x262.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Colfax-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"Colfax-125x48.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:16:\"Colfax-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:16:\"Colfax-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:18:\"Colfax-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:18:\"Colfax-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:18:\"Colfax-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:18:\"Colfax-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:18:\"Colfax-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:18:\"Colfax-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:16:\"Colfax-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:18:\"Colfax-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:18:\"Colfax-638x370.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:18:\"Colfax-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:18:\"Colfax-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:17:\"Colfax-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12,34,'_wp_attached_file','2013/09/team-400.jpg'),(13,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:366;s:4:\"file\";s:20:\"2013/09/team-400.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"team-400-150x150.jpg\";s:5:\"width\";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:\"team-400-250x228.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-400-400x365.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"team-400-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"team-400-125x114.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:18:\"team-400-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:18:\"team-400-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:20:\"team-400-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:20:\"team-400-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:20:\"team-400-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:20:\"team-400-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:20:\"team-400-400x180.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:20:\"team-400-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:18:\"team-400-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:20:\"team-400-400x345.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:20:\"team-400-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:20:\"team-400-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:19:\"team-400-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix S5Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326369738;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(299,148,'_wp_attached_file','2013/11/image.jpg'),(300,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1394;s:6:\"height\";i:1166;s:4:\"file\";s:17:\"2013/11/image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";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:\"image-250x209.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"image-680x568.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"image-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:15:\"image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:15:\"image-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:17:\"image-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:17:\"image-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:17:\"image-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:17:\"image-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:17:\"image-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:17:\"image-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:15:\"image-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:17:\"image-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:17:\"image-638x500.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:17:\"image-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:17:\"image-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-960x370.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:16:\"image-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(18,46,'_wp_attached_file','2013/09/iStock_000002606743XSmall.jpg'),(19,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:283;s:4:\"file\";s:37:\"2013/09/iStock_000002606743XSmall.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-150x150.jpg\";s:5:\"width\";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_000002606743XSmall-250x166.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:36:\"iStock_000002606743XSmall-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:35:\"iStock_000002606743XSmall-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:35:\"iStock_000002606743XSmall-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-424x200.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-424x180.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:35:\"iStock_000002606743XSmall-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-424x150.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:37:\"iStock_000002606743XSmall-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000002606743XSmall-424x92.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1166231263;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(20,60,'_wp_attached_file','2013/09/6861537_404991_DSC08212.jpg'),(21,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:108;s:4:\"file\";s:35:\"2013/09/6861537_404991_DSC08212.jpg\";s:5:\"sizes\";a:6:{s:5:\"small\";a:4:{s:4:\"file\";s:35:\"6861537_404991_DSC08212-125x100.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:33:\"6861537_404991_DSC08212-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:33:\"6861537_404991_DSC08212-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:33:\"6861537_404991_DSC08212-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:35:\"6861537_404991_DSC08212-134x100.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:34:\"6861537_404991_DSC08212-134x92.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,72,'_wp_attached_file','2013/09/joe-200-sq-120x120.jpg'),(23,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:30:\"2013/09/joe-200-sq-120x120.jpg\";s:5:\"sizes\";a:5:{s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:28:\"joe-200-sq-120x120-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:28:\"joe-200-sq-120x120-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:28:\"joe-200-sq-120x120-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:30:\"joe-200-sq-120x120-120x100.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:29:\"joe-200-sq-120x120-120x92.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(24,75,'_wp_attached_file','2013/09/jody-200-sq-sharp-120x120.jpg'),(25,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:37:\"2013/09/jody-200-sq-sharp-120x120.jpg\";s:5:\"sizes\";a:5:{s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:35:\"jody-200-sq-sharp-120x120-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:35:\"jody-200-sq-sharp-120x120-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:35:\"jody-200-sq-sharp-120x120-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:37:\"jody-200-sq-sharp-120x120-120x100.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:36:\"jody-200-sq-sharp-120x120-120x92.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(26,79,'_wp_attached_file','2013/09/avatar.jpg'),(27,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:18:\"2013/09/avatar.jpg\";s:5:\"sizes\";a:5:{s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:16:\"avatar-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:16:\"avatar-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:16:\"avatar-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:18:\"avatar-120x100.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:17:\"avatar-120x92.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(315,150,'_edit_last','1'),(318,150,'_edit_lock','1384030038:1'),(301,147,'_edit_last','1'),(302,147,'_edit_lock','1383796358:1'),(303,152,'_wp_attached_file','2013/11/image1.jpg'),(304,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1394;s:6:\"height\";i:1166;s:4:\"file\";s:18:\"2013/11/image1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-150x150.jpg\";s:5:\"width\";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:\"image1-250x209.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image1-680x568.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:18:\"image1-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:16:\"image1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:16:\"image1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:18:\"image1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:18:\"image1-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:18:\"image1-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:18:\"image1-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:18:\"image1-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:18:\"image1-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:16:\"image1-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:18:\"image1-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:18:\"image1-638x500.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:18:\"image1-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:18:\"image1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-960x370.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:17:\"image1-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(305,151,'_edit_last','1'),(306,151,'_edit_lock','1383797081:1'),(313,158,'_wp_attached_file','2013/09/image1.jpg'),(314,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1936;s:4:\"file\";s:18:\"2013/09/image1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-150x150.jpg\";s:5:\"width\";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:\"image1-250x186.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image1-680x507.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"image1-125x93.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:16:\"image1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:16:\"image1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:18:\"image1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:18:\"image1-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:18:\"image1-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:18:\"image1-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:18:\"image1-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:18:\"image1-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:16:\"image1-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:18:\"image1-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:18:\"image1-638x500.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:18:\"image1-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:18:\"image1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-960x370.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:17:\"image1-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(40,105,'_wp_attached_file','2013/10/investment-property-dallas-meadow-creek-meadowcreek-dr-111.jpg'),(41,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:450;s:4:\"file\";s:70:\"2013/10/investment-property-dallas-meadow-creek-meadowcreek-dr-111.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-250x181.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:69:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-125x90.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:68:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:68:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:68:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:70:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:69:\"investment-property-dallas-meadow-creek-meadowcreek-dr-111-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(42,107,'_wp_attached_file','2013/10/investment-property-sherwood-carrollton-sherwood-pl-1803-620x600.jpg'),(43,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:600;s:4:\"file\";s:76:\"2013/10/investment-property-sherwood-carrollton-sherwood-pl-1803-620x600.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-250x241.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-620x599.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-125x120.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:74:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:74:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:74:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:75:\"investment-property-sherwood-carrollton-sherwood-pl-1803-620x600-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(44,108,'_menu_item_type','custom'),(45,108,'_menu_item_menu_item_parent','0'),(46,108,'_menu_item_object_id','108'),(47,108,'_menu_item_object','custom'),(48,108,'_menu_item_target',''),(49,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(50,108,'_menu_item_xfn',''),(51,108,'_menu_item_url','http://demo.nextsyntax.com/jon/'),(52,109,'_wp_attached_file','2013/10/investment-property-salado-fort-worth-salado-trl-2729-620x600.jpg'),(53,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:600;s:4:\"file\";s:73:\"2013/10/investment-property-salado-fort-worth-salado-trl-2729-620x600.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-250x241.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-620x599.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-125x120.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:71:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:71:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:71:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:73:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-salado-fort-worth-salado-trl-2729-620x600-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(54,111,'_wp_attached_file','2013/10/investment-property-shagbark-fort-worth-shagbark-st-4013-620x600.jpg'),(55,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:600;s:4:\"file\";s:76:\"2013/10/investment-property-shagbark-fort-worth-shagbark-st-4013-620x600.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-250x241.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-620x599.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-125x120.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:74:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:74:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:74:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:76:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:75:\"investment-property-shagbark-fort-worth-shagbark-st-4013-620x600-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(56,113,'_wp_attached_file','2013/10/investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523.jpg'),(57,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:523;s:4:\"file\";s:80:\"2013/10/investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-250x210.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-125x105.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:78:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:78:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:78:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:80:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:79:\"investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(58,115,'_wp_attached_file','2013/10/investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428.jpg'),(59,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:428;s:4:\"file\";s:79:\"2013/10/investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-250x172.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:78:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-125x86.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:77:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:77:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:77:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:79:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:78:\"investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(60,117,'_wp_attached_file','2013/10/blackmon-ct-5728-620x600.jpg'),(61,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2013/10/blackmon-ct-5728-620x600.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-150x150.jpg\";s:5:\"width\";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:\"blackmon-ct-5728-620x600-250x241.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-620x599.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-125x120.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:34:\"blackmon-ct-5728-620x600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:34:\"blackmon-ct-5728-620x600-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:34:\"blackmon-ct-5728-620x600-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:36:\"blackmon-ct-5728-620x600-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:35:\"blackmon-ct-5728-620x600-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(62,119,'_wp_attached_file','2013/10/investment-property-swords-fort-worth-swords-dr-5713-620x443.jpg'),(63,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:443;s:4:\"file\";s:72:\"2013/10/investment-property-swords-fort-worth-swords-dr-5713-620x443.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-250x178.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:71:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-125x89.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:71:\"investment-property-swords-fort-worth-swords-dr-5713-620x443-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(64,121,'_wp_attached_file','2013/10/investment-property-swords-fort-worth-swords-dr-5745-620x600.jpg'),(65,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:600;s:4:\"file\";s:72:\"2013/10/investment-property-swords-fort-worth-swords-dr-5745-620x600.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-250x241.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-620x599.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-125x120.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-620x180.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:70:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-620x345.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-620x500.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:72:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-620x370.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:71:\"investment-property-swords-fort-worth-swords-dr-5745-620x600-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(66,133,'_wp_attached_file','2013/09/logo.jpg'),(67,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1194;s:6:\"height\";i:394;s:4:\"file\";s:16:\"2013/09/logo.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-250x82.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"logo-680x224.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:15:\"logo-125x41.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:14:\"logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:14:\"logo-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:16:\"logo-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:16:\"logo-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:16:\"logo-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:16:\"logo-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:16:\"logo-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:16:\"logo-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:14:\"logo-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:16:\"logo-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:16:\"logo-638x394.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:16:\"logo-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:16:\"logo-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-960x370.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(68,135,'_wp_page_template','fullwidthpage.php'),(69,135,'_edit_last','1'),(70,10,'_edit_last','1'),(71,10,'_wp_page_template','fullwidthpage.php'),(72,12,'_edit_last','1'),(73,12,'_wp_page_template','fullwidthpage.php'),(74,14,'_edit_last','1'),(75,14,'_wp_page_template','fullwidthpage.php'),(76,16,'_edit_last','1'),(77,16,'_wp_page_template','fullwidthpage.php'),(78,18,'_edit_last','1'),(79,18,'_wp_page_template','default'),(80,40,'_edit_last','1'),(85,49,'_edit_last','1'),(86,49,'_wp_page_template','fullwidthpage.php'),(87,59,'_edit_last','1'),(88,59,'_thumbnail_id','60'),(93,86,'_edit_last','1'),(98,89,'_edit_last','1'),(103,92,'_edit_last','1'),(108,95,'_edit_last','1'),(113,98,'_edit_last','1'),(118,101,'_edit_last','1'),(123,62,'_edit_last','1'),(124,62,'_thumbnail_id','60'),(127,64,'_edit_last','1'),(128,64,'_thumbnail_id','60'),(130,71,'_edit_last','1'),(131,71,'_thumbnail_id','72'),(135,74,'_edit_last','1'),(136,74,'_thumbnail_id','75'),(140,77,'_edit_last','1'),(142,77,'_thumbnail_id','79'),(146,80,'_thumbnail_id','79'),(147,80,'_edit_last','1'),(151,82,'_edit_last','1'),(152,82,'_thumbnail_id','79'),(156,84,'_edit_last','1'),(157,84,'_thumbnail_id','79'),(312,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2013/09/image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";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:\"image-250x166.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"image-680x453.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:16:\"image-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-small\";a:4:{s:4:\"file\";s:15:\"image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bxnews-slider-thumb\";a:4:{s:4:\"file\";s:15:\"image-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumbnail-large\";a:4:{s:4:\"file\";s:17:\"image-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"post-image\";a:4:{s:4:\"file\";s:17:\"image-250x200.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-post\";a:4:{s:4:\"file\";s:17:\"image-167x131.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumbnail-portfolio\";a:4:{s:4:\"file\";s:17:\"image-265x275.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumbnail-archive\";a:4:{s:4:\"file\";s:17:\"image-680x180.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumbnail-blogpost\";a:4:{s:4:\"file\";s:17:\"image-145x151.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumbnail-recent-posts\";a:4:{s:4:\"file\";s:15:\"image-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"homeslide\";a:4:{s:4:\"file\";s:17:\"image-890x345.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumbnail-slider\";a:4:{s:4:\"file\";s:17:\"image-638x500.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-600\";a:4:{s:4:\"file\";s:17:\"image-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"siteframework-thumb-300\";a:4:{s:4:\"file\";s:17:\"image-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slider-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-960x370.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"slider-display-thumbnail\";a:4:{s:4:\"file\";s:16:\"image-470x92.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(169,136,'_edit_last','1'),(170,136,'boldys_slidecaption','Investment Property Fort Worth - 2729 Salado Trail, Fort Worth, TX'),(171,136,'boldys_slidelink','#'),(172,136,'boldys_slideimage_src','http://demo.nextsyntax.com/jon/wp-content/uploads/2013/10/investment-property-salado-fort-worth-salado-trl-2729-620x600.jpg'),(189,123,'_edit_last','1'),(311,156,'_wp_attached_file','2013/09/image.jpg'),(191,125,'_edit_last','1'),(193,127,'_edit_last','1'),(195,129,'_edit_last','1'),(197,131,'_edit_last','1'),(213,137,'_menu_item_type','post_type'),(214,137,'_menu_item_menu_item_parent','0'),(215,137,'_menu_item_object_id','18'),(216,137,'_menu_item_object','page'),(217,137,'_menu_item_target',''),(218,137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,137,'_menu_item_xfn',''),(220,137,'_menu_item_url',''),(221,138,'_menu_item_type','post_type'),(222,138,'_menu_item_menu_item_parent','0'),(223,138,'_menu_item_object_id','16'),(224,138,'_menu_item_object','page'),(225,138,'_menu_item_target',''),(226,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(227,138,'_menu_item_xfn',''),(228,138,'_menu_item_url',''),(229,139,'_menu_item_type','post_type'),(230,139,'_menu_item_menu_item_parent','0'),(231,139,'_menu_item_object_id','14'),(232,139,'_menu_item_object','page'),(233,139,'_menu_item_target',''),(234,139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(235,139,'_menu_item_xfn',''),(236,139,'_menu_item_url',''),(237,140,'_menu_item_type','post_type'),(238,140,'_menu_item_menu_item_parent','0'),(239,140,'_menu_item_object_id','12'),(240,140,'_menu_item_object','page'),(241,140,'_menu_item_target',''),(242,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(243,140,'_menu_item_xfn',''),(244,140,'_menu_item_url',''),(245,141,'_menu_item_type','post_type'),(246,141,'_menu_item_menu_item_parent','0'),(247,141,'_menu_item_object_id','10'),(248,141,'_menu_item_object','page'),(249,141,'_menu_item_target',''),(250,141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(251,141,'_menu_item_xfn',''),(252,141,'_menu_item_url',''),(253,142,'_menu_item_type','post_type'),(254,142,'_menu_item_menu_item_parent','141'),(255,142,'_menu_item_object_id','135'),(256,142,'_menu_item_object','page'),(257,142,'_menu_item_target',''),(258,142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(259,142,'_menu_item_xfn',''),(260,142,'_menu_item_url',''),(261,143,'_menu_item_type','post_type'),(262,143,'_menu_item_menu_item_parent','141'),(263,143,'_menu_item_object_id','49'),(264,143,'_menu_item_object','page'),(265,143,'_menu_item_target',''),(266,143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(267,143,'_menu_item_xfn',''),(268,143,'_menu_item_url',''),(269,144,'_menu_item_type','post_type'),(270,144,'_menu_item_menu_item_parent','141'),(271,144,'_menu_item_object_id','67'),(272,144,'_menu_item_object','page'),(273,144,'_menu_item_target',''),(274,144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(275,144,'_menu_item_xfn',''),(276,144,'_menu_item_url',''),(280,10,'_edit_lock','1384021227:1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=161 DEFAULT CHARSET=utf8; 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 (1,1,'2013-10-21 09:55:16','2013-10-21 09:55:16','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2013-10-21 09:55:16','2013-10-21 09:55:16','',0,'http://dfwinvesting.com/?p=1',0,'post','',1),(148,1,'2013-11-07 03:51:55','2013-11-07 03:51:55','','image','','inherit','open','open','','image','','','2013-11-07 03:51:55','2013-11-07 03:51:55','',0,'http://dfwinvesting.com/wp-content/uploads/2013/11/image.jpg',0,'attachment','image/jpeg',0),(28,1,'2013-09-22 18:11:49','2013-09-22 18:11:49','','d2_key','','inherit','open','open','','d2_key','','','2013-09-22 18:11:49','2013-09-22 18:11:49','',7,'http://dfwinvesting.com/wp-content/uploads/2013/09/d2_key.jpg',0,'attachment','image/jpeg',0),(29,1,'2013-09-22 18:12:54','2013-09-22 18:12:54','','d2_house_money','','inherit','open','open','','d2_house_money','','','2013-09-22 18:12:54','2013-09-22 18:12:54','',8,'http://dfwinvesting.com/wp-content/uploads/2013/09/d2_house_money.jpg',0,'attachment','image/jpeg',0),(30,1,'2013-09-22 18:14:02','2013-09-22 18:14:02','','d2_man_calculator','','inherit','open','open','','d2_man_calculator','','','2013-09-22 18:14:02','2013-09-22 18:14:02','',9,'http://dfwinvesting.com/wp-content/uploads/2013/09/d2_man_calculator.jpg',0,'attachment','image/jpeg',0),(32,1,'2013-09-22 18:23:54','2013-09-22 18:23:54','','Colfax','','inherit','open','open','','colfax','','','2013-09-22 18:23:54','2013-09-22 18:23:54','',0,'http://dfwinvesting.com/wp-content/uploads/2013/09/Colfax.jpg',0,'attachment','image/jpeg',0),(34,1,'2013-09-28 11:55:13','2013-09-28 11:55:13','','team-400','','inherit','open','open','','team-400','','','2013-09-28 11:55:13','2013-09-28 11:55:13','',10,'http://dfwinvesting.com/wp-content/uploads/2013/09/team-400.jpg',0,'attachment','image/jpeg',0),(149,1,'2013-11-07 03:52:42','2013-11-07 03:52:42','','','','inherit','open','open','','147-autosave-v1','','','2013-11-07 03:52:42','2013-11-07 03:52:42','',147,'http://dfwinvesting.com/?p=149',0,'revision','',0),(150,1,'2013-11-09 20:47:18','2013-11-09 20:47:18','Www.rentometer.com\r\n\r\nCheck out site for rental rates','New stuff I like to share','','publish','open','open','','new-stuff-i-like-to-share','','','2013-11-09 20:47:18','2013-11-09 20:47:18','',0,'http://dfwinvesting.com/?p=150',0,'post','',1),(46,1,'2013-09-29 06:57:42','2013-09-29 06:57:42','','How we work','','inherit','open','open','','istock_000002606743xsmall','','','2013-09-29 06:57:42','2013-09-29 06:57:42','',135,'http://dfwinvesting.com/wp-content/uploads/2013/09/iStock_000002606743XSmall.jpg',0,'attachment','image/jpeg',0),(60,1,'2013-09-29 09:34:33','2013-09-29 09:34:33','','6861537_404991_DSC08212','','inherit','open','open','','6861537_404991_dsc08212','','','2013-09-29 09:34:33','2013-09-29 09:34:33','',59,'http://dfwinvesting.com/wp-content/uploads/2013/09/6861537_404991_DSC08212.jpg',0,'attachment','image/jpeg',0),(72,1,'2013-09-29 09:53:33','2013-09-29 09:53:33','','joe-200-sq-120x120','','inherit','open','open','','joe-200-sq-120x120','','','2013-09-29 09:53:33','2013-09-29 09:53:33','',71,'http://dfwinvesting.com/wp-content/uploads/2013/09/joe-200-sq-120x120.jpg',0,'attachment','image/jpeg',0),(75,1,'2013-09-29 09:54:38','2013-09-29 09:54:38','','jody-200-sq-sharp-120x120','','inherit','open','open','','jody-200-sq-sharp-120x120','','','2013-09-29 09:54:38','2013-09-29 09:54:38','',74,'http://dfwinvesting.com/wp-content/uploads/2013/09/jody-200-sq-sharp-120x120.jpg',0,'attachment','image/jpeg',0),(79,1,'2013-09-29 09:57:42','2013-09-29 09:57:42','','avatar','','inherit','open','open','','avatar','','','2013-09-29 09:57:42','2013-09-29 09:57:42','',77,'http://dfwinvesting.com/wp-content/uploads/2013/09/avatar.jpg',0,'attachment','image/jpeg',0),(152,1,'2013-11-07 03:54:54','2013-11-07 03:54:54','','Investment house','This is available ','inherit','open','open','','image-2','','','2013-11-07 03:54:54','2013-11-07 03:54:54','',151,'http://dfwinvesting.com/wp-content/uploads/2013/11/image1.jpg',0,'attachment','image/jpeg',0),(105,1,'2013-10-02 15:20:17','2013-10-02 15:20:17','','investment-property-dallas-meadow-creek-meadowcreek-dr-111','','inherit','open','open','','investment-property-dallas-meadow-creek-meadowcreek-dr-111','','','2013-10-02 15:20:17','2013-10-02 15:20:17','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-dallas-meadow-creek-meadowcreek-dr-111.jpg',0,'attachment','image/jpeg',0),(107,1,'2013-10-02 15:23:33','2013-10-02 15:23:33','','investment-property-sherwood-carrollton-sherwood-pl-1803-620x600','','inherit','open','open','','investment-property-sherwood-carrollton-sherwood-pl-1803-620x600','','','2013-10-02 15:23:33','2013-10-02 15:23:33','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-sherwood-carrollton-sherwood-pl-1803-620x600.jpg',0,'attachment','image/jpeg',0),(5,1,'2013-09-22 18:00:06','0000-00-00 00:00:00','','Boldy Clogo','','draft','closed','closed','','of-boldy_clogo','','','2013-09-22 18:00:06','0000-00-00 00:00:00','',0,'http://demo.nextsyntax.com/jon/?post_type=optionsframework&p=5',0,'optionsframework','',0),(6,1,'2013-09-22 18:00:06','0000-00-00 00:00:00','','Boldy Custom Shortcut Favicon','','draft','closed','closed','','of-boldy_custom_shortcut_favicon','','','2013-09-22 18:00:06','0000-00-00 00:00:00','',0,'http://demo.nextsyntax.com/jon/?post_type=optionsframework&p=6',0,'optionsframework','',0),(108,1,'2013-10-21 11:32:14','2013-10-21 11:32:14','','Home','','publish','open','open','','home','','','2013-10-21 11:32:14','2013-10-21 11:32:14','',0,'http://dfwinvesting.com/?p=108',1,'nav_menu_item','',0),(109,1,'2013-10-02 15:24:40','2013-10-02 15:24:40','','investment-property-salado-fort-worth-salado-trl-2729-620x600','','inherit','open','open','','investment-property-salado-fort-worth-salado-trl-2729-620x600','','','2013-10-02 15:24:40','2013-10-02 15:24:40','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-salado-fort-worth-salado-trl-2729-620x600.jpg',0,'attachment','image/jpeg',0),(111,1,'2013-10-02 15:25:21','2013-10-02 15:25:21','','investment-property-shagbark-fort-worth-shagbark-st-4013-620x600','','inherit','open','open','','investment-property-shagbark-fort-worth-shagbark-st-4013-620x600','','','2013-10-02 15:25:21','2013-10-02 15:25:21','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-shagbark-fort-worth-shagbark-st-4013-620x600.jpg',0,'attachment','image/jpeg',0),(113,1,'2013-10-02 15:26:30','2013-10-02 15:26:30','','investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523','','inherit','open','open','','investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523','','','2013-10-02 15:26:30','2013-10-02 15:26:30','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-long-rifle-fort-worth-long-rifle-dr-9905-620x523.jpg',0,'attachment','image/jpeg',0),(115,1,'2013-10-02 15:27:18','2013-10-02 15:27:18','','investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428','','inherit','open','open','','investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428','','','2013-10-02 15:27:18','2013-10-02 15:27:18','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-smoke-tree-arlington-smoke-tree-dr-5318-620x428.jpg',0,'attachment','image/jpeg',0),(117,1,'2013-10-02 15:27:56','2013-10-02 15:27:56','','blackmon-ct-5728-620x600','','inherit','open','open','','blackmon-ct-5728-620x600','','','2013-10-02 15:27:56','2013-10-02 15:27:56','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/blackmon-ct-5728-620x600.jpg',0,'attachment','image/jpeg',0),(119,1,'2013-10-02 15:29:37','2013-10-02 15:29:37','','investment-property-swords-fort-worth-swords-dr-5713-620x443','','inherit','open','open','','investment-property-swords-fort-worth-swords-dr-5713-620x443','','','2013-10-02 15:29:37','2013-10-02 15:29:37','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-swords-fort-worth-swords-dr-5713-620x443.jpg',0,'attachment','image/jpeg',0),(121,1,'2013-10-02 15:30:19','2013-10-02 15:30:19','','investment-property-swords-fort-worth-swords-dr-5745-620x600','','inherit','open','open','','investment-property-swords-fort-worth-swords-dr-5745-620x600','','','2013-10-02 15:30:19','2013-10-02 15:30:19','',0,'http://dfwinvesting.com/wp-content/uploads/2013/10/investment-property-swords-fort-worth-swords-dr-5745-620x600.jpg',0,'attachment','image/jpeg',0),(133,1,'2013-10-04 11:25:53','2013-10-04 11:25:53','','logo','','inherit','open','open','','logo-2','','','2013-10-04 11:25:53','2013-10-04 11:25:53','',5,'http://dfwinvesting.com/wp-content/uploads/2013/09/logo.jpg',0,'attachment','image/jpeg',0),(134,1,'2013-09-22 17:56:09','2013-09-22 17:56:09','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world-2','','','2013-09-22 17:56:09','2013-09-22 17:56:09','',0,'http://demo.nextsyntax.com/jon/?p=1',16,'post','',1),(135,1,'2013-09-22 17:56:09','2013-09-22 17:56:09','<img src=\"http://dfwinvesting.com/wp-content/uploads/2013/09/iStock_000002606743XSmall.jpg\" alt=\"How we work\" width=\"424\" height=\"283\" class=\"alignright size-full wp-image-46\" />First we identify and buy homes that meet our exacting criteria of location, price, and rent ratio. Next we renovate each and every property to our high standards. Yes, we spend more than our competitors on flooring, cabinetry, counter tops, and appliances. Why? Quality shows and wears well. It attracts discerning renters and keeps maintenance costs down. Finally we bring these fully renovated and leased properties to our very discerning clients.\n\nAll properties come with a home warranty and are under professional property management.\n\n<h2>How to work with us.</h2>\n\nFirst, get to know us. Certainly browse our website, most importantly, call. We’ll be happy to answer your questions, provide references, and discuss your investing goals. If you’d like a tour of available properties, we’re happy to arrange that too.','Our Process','','publish','open','closed','','our-process','','','2013-09-22 17:56:09','2013-09-22 17:56:09','',0,'http://demo.nextsyntax.com/jon/?page_id=2',0,'page','',0),(7,1,'2013-09-22 18:00:06','0000-00-00 00:00:00','','Boldy Homebox1img','','draft','closed','closed','','of-boldy_homebox1img','','','2013-09-22 18:00:06','0000-00-00 00:00:00','',0,'http://demo.nextsyntax.com/jon/?post_type=optionsframework&p=7',0,'optionsframework','',0),(8,1,'2013-09-22 18:00:06','0000-00-00 00:00:00','','Boldy Homebox2img','','draft','closed','closed','','of-boldy_homebox2img','','','2013-09-22 18:00:06','0000-00-00 00:00:00','',0,'http://demo.nextsyntax.com/jon/?post_type=optionsframework&p=8',0,'optionsframework','',0),(9,1,'2013-09-22 18:00:06','0000-00-00 00:00:00','','Boldy Homebox3img','','draft','closed','closed','','of-boldy_homebox3img','','','2013-09-22 18:00:06','0000-00-00 00:00:00','',0,'http://demo.nextsyntax.com/jon/?post_type=optionsframework&p=9',0,'optionsframework','',0),(10,1,'2013-09-22 18:03:00','2013-09-22 18:03:00','At Westrom Investments, Inc. we believe in the power of location.\r\n\r\n \r\n\r\n ','About Us','','publish','closed','closed','','about-us','','','2013-10-21 12:58:30','2013-10-21 12:58:30','',0,'http://demo.nextsyntax.com/jon/?page_id=10',0,'page','',0),(146,1,'2013-10-21 12:58:30','2013-10-21 12:58:30','At Westrom Investments, Inc. we believe in the power of location.\r\n\r\n \r\n\r\n ','About Us','','inherit','open','open','','10-revision-v1','','','2013-10-21 12:58:30','2013-10-21 12:58:30','',10,'http://dfwinvesting.com/?p=146',0,'revision','',0),(12,1,'2013-09-22 18:03:32','2013-09-22 18:03:32','','Services','','publish','closed','closed','','services','','','2013-09-22 18:03:32','2013-09-22 18:03:32','',0,'http://demo.nextsyntax.com/jon/?page_id=12',0,'page','',0),(14,1,'2013-09-22 18:04:02','2013-09-22 18:04:02','','Samples Deals','','publish','closed','closed','','samples-deals','','','2013-09-22 18:04:02','2013-09-22 18:04:02','',0,'http://demo.nextsyntax.com/jon/?page_id=14',0,'page','',0),(16,1,'2013-09-22 18:04:33','2013-09-22 18:04:33','[display-posts posts_per_page=\'-1\' include_excerpt=\"yes\" image_size=\"small\" category=\"articles\"]','Articles','','publish','closed','closed','','articles','','','2013-09-22 18:04:33','2013-09-22 18:04:33','',0,'http://demo.nextsyntax.com/jon/?page_id=16',0,'page','',0),(18,1,'2013-09-22 18:05:13','2013-09-22 18:05:13','[display-posts posts_per_page=\'-1\' include_excerpt=\"yes\" image_size=\"small\" category=\"blog\"]','Blog','','publish','open','open','','blog','','','2013-09-22 18:05:13','2013-09-22 18:05:13','',0,'http://demo.nextsyntax.com/jon/?page_id=18',0,'page','',0),(40,1,'2013-09-29 01:00:03','2013-09-29 01:00:03','Tom Wilson began building his personal real estate portfolio in the 70’s. He first invested as a part-time activity, and then after thirty years managing manufacturing and engineering in some of Silicon Valley’s pioneering technology companies, he put his business and management experience toward full-time real estate investing. Mr. Wilson has bought and sold more than 7,000 units and over $100 million of real estate, including three condo conversion projects, three syndications, and seven multifamily properties. He founded and owns Wilson Investment Properties, Inc., a company that has provided 350 high cash flow, high-quality, rehabbed and leased residential properties to investors. Active in real estate associations, Mr. Wilson is a frequent speaker on real estate investing where his candor and competency makes him an audience favorite. As part of his outreach, Tom provides mentoring to new investors. His weekly radio show RE360 provides extensive education on real estate investing.','Tom K. Wilson, CEO/Founder','','publish','closed','open','','tom-k-wilson-ceofounder','','','2013-09-29 01:00:03','2013-09-29 01:00:03','',0,'http://demo.nextsyntax.com/jon/?p=40',0,'post','',0),(49,1,'2013-09-29 07:50:14','2013-09-29 07:50:14','When you purchase a Wilson Investment Properties, Inc. product, you increase your optimum return and reduce your risk. Our experience taught us the Big Five strategies for success:\n\n<ol>\n <li>Know the Territory</li>\n <li>Focus on Cash Flow</li>\n <li>Invest in Quality</li>\n <li>Leave Nothing to Chance (Turnkey Investments)</li>\n <li>Keep Business Practices Transparent</li>\n</ol>\n\nWe put those strategies to work for you. The properties we offer have been highly selected, fully renovated, and property management is already in place. We also give you the support and coordination of our entire preferred professional team, the same ones that Tom Wilson uses for his personal portfolio and who are highly experienced with investors. It takes a lot more work and knowledge to acquire an optimum property and do everything that it takes to get it to the point of a cash flowing property than most new investors realize. We’ve done that work for you and it makes a difference!\n\n<h2>Advantages of Wilson Investment Properties, Inc.</h2>\n\n<ul>\n <li>Follow the experience and success of Wilson Investment Properties, Inc.’s team.</li>\n <li>Tom Wilson’s technical and business background in Silicon Valley have contributed to his thorough research of the best cities, properties, and formulas for optimum returns on investments.</li>\n <li>Wilson Investment Properties, Inc. is Silicon Valley based, accessible, and understands the needs & perspectives of out of state investors.</li>\n <li>Facilitates faster path to owning top investment property.</li>\n <li>Reduces time, hassle, and risk of buying investment property, especially in a new area.</li>\n <li>More selective and higher quality products for best ROI investments than generally available through other sources.</li>\n <li>Fully rehabbed homes, not just raw foreclosures, or minimally repaired properties for minimal rents.</li>\n <li>Leased properties.</li>\n <li>Top experienced and high integrity property management in place, the same that manages Tom Wilson’s personal portfolio.</li>\n <li>Full complement of highly selected resources including, investor lenders, insurance specialists, attorney, tax specialists, property managers, real estate agents, title company officers, and 1031 exchange accommodators.</li>\n <li>Team and resources available after the sale.</li>\n</ul>\n\n\n','Our Difference','','publish','open','open','','our-difference','','','2013-09-29 07:50:14','2013-09-29 07:50:14','',0,'http://demo.nextsyntax.com/jon/?page_id=49',0,'page','',0),(59,1,'2013-09-29 09:34:42','2013-09-29 09:34:42','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Test Post One','','publish','open','open','','test-post-one','','','2013-09-29 09:34:42','2013-09-29 09:34:42','',0,'http://demo.nextsyntax.com/jon/?p=59',15,'post','',0),(86,1,'2013-09-29 01:01:03','2013-09-29 01:01:03','The Waller Group specializes in all types of properties, from single-family homes to condos, estates and land for sale. New buyers interested in Dallas Texas foreclosures, short sales and REO homes also have an unparalleled resource in The Waller Group; the firm offers unmatched distressed property expertise and is a direct listing agent for lenders such as Wells Fargo, Chase, Bank of America and Fannie Mae. Whether you seek Austin homes for sale or Houston homes for sale, every venture is treated with the utmost discretion and integrity.\n\nPhone: 214-736-1512| Email','Ned Washburn, Waller Group','','publish','closed','open','','ned-washburn-waller-group','','','2013-09-29 01:01:03','2013-09-29 01:01:03','',0,'http://demo.nextsyntax.com/jon/?p=86',7,'post','',0),(89,1,'2013-09-29 08:18:00','2013-09-29 08:18:00','Professional Asset Management provides our clients with full service property management. Pam serves real estate investors with the highest level of professionalism and competence. From the very first contact you have with her company, you will be confident that her services are top notch. From leasing, collections, repairs, and re-listing, you will never have to worry about your investment whether you live in town or across the country.\n\nPhone: 817-907-7347 | Email','Pam Blanco, Owner, Professional Asset Management','','publish','closed','open','','pam-blanco-owner-professional-asset-management','','','2013-09-29 08:18:00','2013-09-29 08:18:00','',0,'http://demo.nextsyntax.com/jon/?p=89',8,'post','',0),(92,1,'2013-09-29 08:18:42','2013-09-29 08:18:42','Graham Parham is an investor’s lender, having provided the specialized needs for literally thousands of investor loans. Graham is with W.J. Bradley Mortgage Capital, LLC. He is integral in helping our clients leverage their investment dollars.\n\nPhone: 214-679-3396 | Fax: 214-231-2847| Email\n16479 Dallas Parkway, Suite 120| Addison, TX 75001','Graham Parham, Senior Loan Officer, W.J. Bradley Mortgage Capital, LLC.','','publish','closed','open','','graham-parham-senior-loan-officer-w-j-bradley-mortgage-capital-llc','','','2013-09-29 08:18:42','2013-09-29 08:18:42','',0,'http://demo.nextsyntax.com/jon/?p=92',9,'post','',0),(95,1,'2013-09-29 08:19:12','2013-09-29 08:19:12','Dave Beach, Cambria Mortgage, broker, is committed to partnering with his investor customers and educating them about the process, the costs, the choices available and the impact of those choices.\n\nPhone: | Email','Dave Beach, Mortgage Broker','','publish','closed','open','','dave-beach-mortgage-broker','','','2013-09-29 08:19:12','2013-09-29 08:19:12','',0,'http://demo.nextsyntax.com/jon/?p=95',10,'post','',0),(98,1,'2013-09-29 08:19:59','2013-09-29 08:19:59','Hextor-Fair, First American Title, puts their experience with income properties to work for our clients. They make the escrow process as uneventful as possible.\n\nPhone: | Email','Lin Zabojnik, Escrow Agent','','publish','closed','open','','lin-zabojnik-escrow-agent','','','2013-09-29 08:19:59','2013-09-29 08:19:59','',0,'http://demo.nextsyntax.com/jon/?p=98',11,'post','',0),(101,1,'2013-09-29 08:20:40','2013-09-29 08:20:40','Michelle Pepper is an independent agent with Davis-Dyer-Max, Inc. She offers a broad range of insurance products tailored to the real estate investor.\n\nPhone: 972-864-0400 x243 | Fax: 972-278-8400 | Email\n3200 Broadway Suite 400 | Garland, TX 75043','Michelle Pepper, Insurance Agent','','publish','closed','open','','michelle-pepper-insurance-agent','','','2013-09-29 08:20:40','2013-09-29 08:20:40','',0,'http://demo.nextsyntax.com/jon/?p=101',12,'post','',0),(62,1,'2013-09-29 09:35:20','2013-09-29 09:35:20','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Test Post Two','','publish','open','open','','test-post-two','','','2013-09-29 09:35:20','2013-09-29 09:35:20','',0,'http://demo.nextsyntax.com/jon/?p=62',14,'post','',0),(64,1,'2013-09-29 09:35:54','2013-09-29 09:35:54','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Test Post Three','','publish','open','open','','test-post-three','','','2013-09-29 09:35:54','2013-09-29 09:35:54','',0,'http://demo.nextsyntax.com/jon/?p=64',13,'post','',0),(71,1,'2013-09-29 09:53:40','2013-09-29 09:53:40','Joe analyzes the market and identifies properties with excellent investment potential. He negotiates purchases and provides the strategic liaison with out on the ground teams and supports our clients needs.\n\nPhone: 408-867-1867 | Email','Joe Hernandez, Acquisitions & Sales Manager','','publish','closed','open','','joe-hernandez-acquisitions-sales-manager','','','2013-09-29 09:53:40','2013-09-29 09:53:40','',0,'http://demo.nextsyntax.com/jon/?p=71',1,'post','',0),(74,1,'2013-09-29 09:54:41','2013-09-29 09:54:41','Jody provides the backbone of our accounting, property insurance, and lender operations.\n\nPhone: 408-867-1867 | Email','Jody Knauf, Finance Manager','','publish','closed','open','','jody-knauf-finance-manager','','','2013-09-29 09:54:41','2013-09-29 09:54:41','',0,'http://demo.nextsyntax.com/jon/?p=74',2,'post','',0),(77,1,'2013-09-29 09:55:29','2013-09-29 09:55:29','Sara handles all aspects of the sales process from coordinating escrow to ensuring our clients have an exceptional experience purchasing an income property.\n\nPhone: 408-867-1867 | Email','Sara Palomares, IT & Office Manager','','publish','closed','open','','sara-palomares-it-office-manager','','','2013-09-29 09:55:29','2013-09-29 09:55:29','',0,'http://demo.nextsyntax.com/jon/?p=77',3,'post','',0),(80,1,'2013-09-29 09:58:15','2013-09-29 09:58:15','Weegi’s intimate knowledge of the business and finances ensure clients’ needs are handled seamlessly.\n\nPhone: 408-867-1867','Weegi Wilson, Executive Vice President','','publish','closed','open','','weegi-wilson-executive-vice-president','','','2013-09-29 09:58:15','2013-09-29 09:58:15','',0,'http://demo.nextsyntax.com/jon/?p=80',4,'post','',0),(82,1,'2013-09-29 09:58:49','2013-09-29 09:58:49','Jen provides professional expertise & assistance with our property designs and sales.\n\nPhone: 408-867-1867','Jennifer Hernandez, Sales & Design','','publish','closed','open','','jennifer-hernandez-sales-design','','','2013-09-29 09:58:49','2013-09-29 09:58:49','',0,'http://demo.nextsyntax.com/jon/?p=82',5,'post','',0),(84,1,'2013-09-29 09:59:30','2013-09-29 09:59:30','Jack assists with the liaison of our field teams.\n\nPhone: 408-867-1867','Jack Murphy, Field Liaison','','publish','closed','open','','jack-murphy-field-liaison','','','2013-09-29 09:59:30','2013-09-29 09:59:30','',0,'http://demo.nextsyntax.com/jon/?p=84',6,'post','',0),(136,1,'2013-10-02 15:24:48','2013-10-02 15:24:48','','Investment Property Fort Worth - 2729 Salado Trail, Fort Worth, TX','','publish','closed','closed','','investment-property-fort-worth-2729-salado-trail-fort-worth-tx','','','2013-10-02 15:24:48','2013-10-02 15:24:48','',0,'http://demo.nextsyntax.com/jon/?post_type=sliderpost&p=108',0,'sliderpost','',0),(123,1,'2013-10-02 15:37:35','2013-10-02 15:37:35','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Article One','','publish','open','open','','article-one','','','2013-10-02 15:37:35','2013-10-02 15:37:35','',0,'http://demo.nextsyntax.com/jon/?p=123',0,'post','',0),(125,1,'2013-10-02 15:37:54','2013-10-02 15:37:54','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Article Two','','publish','open','open','','article-two','','','2013-10-02 15:37:54','2013-10-02 15:37:54','',0,'http://demo.nextsyntax.com/jon/?p=125',0,'post','',0),(127,1,'2013-10-02 15:38:16','2013-10-02 15:38:16','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Article Three','','publish','open','open','','article-three','','','2013-10-02 15:38:16','2013-10-02 15:38:16','',0,'http://demo.nextsyntax.com/jon/?p=127',0,'post','',0),(129,1,'2013-10-02 15:38:44','2013-10-02 15:38:44','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Article Four','','publish','open','open','','article-four','','','2013-10-02 15:38:44','2013-10-02 15:38:44','',0,'http://demo.nextsyntax.com/jon/?p=129',0,'post','',0),(131,1,'2013-10-02 15:39:08','2013-10-02 15:39:08','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\n','Article Five','','publish','open','open','','article-five','','','2013-10-02 15:39:08','2013-10-02 15:39:08','',0,'http://demo.nextsyntax.com/jon/?p=131',0,'post','',0),(147,1,'2013-11-07 03:52:37','2013-11-07 03:52:37','','','','publish','closed','closed','','147','','','2013-11-07 03:52:37','2013-11-07 03:52:37','',0,'http://dfwinvesting.com/?post_type=sliderpost&p=147',0,'sliderpost','',0),(153,1,'2013-11-07 04:04:30','2013-11-07 04:04:30','[caption id=\"attachment_152\" align=\"alignnone\" width=\"250\"]<a href=\"http://dfwinvesting.com/wp-content/uploads/2013/11/image1.jpg\"><img class=\"size-medium wp-image-152\" alt=\"This is available \" src=\"http://dfwinvesting.com/wp-content/uploads/2013/11/image1-250x209.jpg\" width=\"250\" height=\"209\" /></a> This is available[/caption]\r\n\r\nThis hOuse is super nice. Great floor plan.\r\n\r\ncan sell for 124,500. This will lease for 1500 per month.\r\n\r\n10% return.','','','inherit','open','open','','151-revision-v1','','','2013-11-07 04:04:30','2013-11-07 04:04:30','',151,'http://dfwinvesting.com/?p=153',0,'revision','',0),(151,1,'2013-11-07 04:04:30','2013-11-07 04:04:30','[caption id=\"attachment_152\" align=\"alignnone\" width=\"250\"]<a href=\"http://dfwinvesting.com/wp-content/uploads/2013/11/image1.jpg\"><img class=\"size-medium wp-image-152\" alt=\"This is available \" src=\"http://dfwinvesting.com/wp-content/uploads/2013/11/image1-250x209.jpg\" width=\"250\" height=\"209\" /></a> This is available[/caption]\r\n\r\nThis hOuse is super nice. Great floor plan.\r\n\r\ncan sell for 124,500. This will lease for 1500 per month.\r\n\r\n10% return.','','','publish','open','open','','151','','','2013-11-07 04:04:30','2013-11-07 04:04:30','',0,'http://dfwinvesting.com/?p=151',0,'post','',0),(137,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','137','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=137',8,'nav_menu_item','',0),(138,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','138','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=138',9,'nav_menu_item','',0),(139,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','139','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=139',7,'nav_menu_item','',0),(140,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','140','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=140',6,'nav_menu_item','',0),(141,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','141','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=141',2,'nav_menu_item','',0),(142,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','142','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=142',4,'nav_menu_item','',0),(143,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','143','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=143',5,'nav_menu_item','',0),(144,1,'2013-10-21 11:32:30','2013-10-21 11:32:30',' ','','','publish','open','open','','144','','','2013-10-21 11:32:30','2013-10-21 11:32:30','',0,'http://dfwinvesting.com/?p=144',3,'nav_menu_item','',0),(156,1,'2013-11-09 18:24:28','2013-11-09 18:24:28','','image','','inherit','open','open','','image-3','','','2013-11-09 18:24:28','2013-11-09 18:24:28','',10,'http://dfwinvesting.com/wp-content/uploads/2013/09/image.jpg',0,'attachment','image/jpeg',0),(157,1,'2013-11-09 18:33:39','2013-11-09 18:33:39','At Westrom Investments, Inc. we believe in the power of location.<a href=\"http://dfwinvesting.com/wp-content/uploads/2013/09/image.jpg\"><img class=\"alignnone size-medium wp-image-156\" alt=\"image\" src=\"http://dfwinvesting.com/wp-content/uploads/2013/09/image-250x166.jpg\" width=\"250\" height=\"166\" /></a>','About Us','','inherit','open','open','','10-autosave-v1','','','2013-11-09 18:33:39','2013-11-09 18:33:39','',10,'http://dfwinvesting.com/?p=157',0,'revision','',0),(158,1,'2013-11-09 18:33:00','2013-11-09 18:33:00','','image','','inherit','open','open','','image-4','','','2013-11-09 18:33:00','2013-11-09 18:33:00','',10,'http://dfwinvesting.com/wp-content/uploads/2013/09/image1.jpg',0,'attachment','image/jpeg',0),(159,1,'2013-11-09 20:47:18','2013-11-09 20:47:18','Www.rentometer.com\r\n\r\nCheck out site for rental rates','New stuff I like to share','','inherit','open','open','','150-revision-v1','','','2013-11-09 20:47:18','2013-11-09 20:47:18','',150,'http://dfwinvesting.com/?p=159',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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 (1,1,0),(108,5,0),(134,1,0),(137,5,0),(40,4,0),(59,3,0),(86,4,0),(89,4,0),(92,4,0),(95,4,0),(98,4,0),(101,4,0),(62,3,0),(64,3,0),(71,4,0),(74,4,0),(77,4,0),(80,4,0),(82,4,0),(84,4,0),(123,2,0),(125,2,0),(127,2,0),(129,2,0),(131,2,0),(138,5,0),(139,5,0),(140,5,0),(141,5,0),(142,5,0),(143,5,0),(144,5,0),(151,1,0),(150,1,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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; 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,4),(2,2,'category','',0,5),(3,3,'category','',0,3),(4,4,'category','',0,13),(5,5,'nav_menu','',0,9); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; 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,'Articles','articles',0),(3,'Blog','blog',0),(4,'Team Members','team-members',0),(5,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','DFWInvesting'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','classic'),(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','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','160'),(15,1,'nav_menu_recently_edited','5'),(16,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(17,1,'metaboxhidden_nav-menus','a:5:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:14:\"add-sliderpost\";i:3;s:12:\"add-post_tag\";i:4;s:9:\"add-types\";}'),(18,1,'wp_user-settings','libraryContent=browse'),(19,1,'wp_user-settings-time','1383797076'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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,'jon','$P$BZJUHZl6acJPIonLqIg6AawDSKtfin.','jon','info@westromgroup.com','','2013-10-21 09:55:16','$P$BEaQGdIj7q0xl4T/ZTo.5QqwDC0d2i.',0,'DFWInvesting'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'dfwinvesting' -- DELIMITER ;; DELIMITER ; /*!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 2014-11-10 8:34:56