HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/backups/mysql/db148287_trn.sql
-- MySQL dump 10.13  Distrib 5.6.32-78.1, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: db148287_trn
-- ------------------------------------------------------
-- Server version	5.6.32-78.1

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

--
-- Current Database: `db148287_trn`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `db148287_trn` /*!40100 DEFAULT CHARACTER SET latin1 */;

USE `db148287_trn`;

--
-- Table structure for table `tr_commentmeta`
--

DROP TABLE IF EXISTS `tr_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_commentmeta`
--


--
-- Table structure for table `tr_comments`
--

DROP TABLE IF EXISTS `tr_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_comments`
--


--
-- Table structure for table `tr_links`
--

DROP TABLE IF EXISTS `tr_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_links`
--


--
-- Table structure for table `tr_options`
--

DROP TABLE IF EXISTS `tr_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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=88432 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_options`
--

INSERT INTO `tr_options` VALUES (1,'siteurl','http://taylorrentalsnashville.com','yes');
INSERT INTO `tr_options` VALUES (2,'blogname','Taylor Rentals Nashville','yes');
INSERT INTO `tr_options` VALUES (3,'blogdescription','Resdiential Rentals in the Nashville Area','yes');
INSERT INTO `tr_options` VALUES (4,'users_can_register','0','yes');
INSERT INTO `tr_options` VALUES (5,'admin_email','dan.green@omgmedigroup.com','yes');
INSERT INTO `tr_options` VALUES (6,'start_of_week','1','yes');
INSERT INTO `tr_options` VALUES (7,'use_balanceTags','0','yes');
INSERT INTO `tr_options` VALUES (8,'use_smilies','1','yes');
INSERT INTO `tr_options` VALUES (9,'require_name_email','1','yes');
INSERT INTO `tr_options` VALUES (10,'comments_notify','1','yes');
INSERT INTO `tr_options` VALUES (11,'posts_per_rss','10','yes');
INSERT INTO `tr_options` VALUES (12,'rss_use_excerpt','0','yes');
INSERT INTO `tr_options` VALUES (13,'mailserver_url','mail.example.com','yes');
INSERT INTO `tr_options` VALUES (14,'mailserver_login','login@example.com','yes');
INSERT INTO `tr_options` VALUES (15,'mailserver_pass','password','yes');
INSERT INTO `tr_options` VALUES (16,'mailserver_port','110','yes');
INSERT INTO `tr_options` VALUES (17,'default_category','1','yes');
INSERT INTO `tr_options` VALUES (18,'default_comment_status','open','yes');
INSERT INTO `tr_options` VALUES (19,'default_ping_status','open','yes');
INSERT INTO `tr_options` VALUES (20,'default_pingback_flag','1','yes');
INSERT INTO `tr_options` VALUES (21,'posts_per_page','10','yes');
INSERT INTO `tr_options` VALUES (22,'date_format','F j, Y','yes');
INSERT INTO `tr_options` VALUES (23,'time_format','g:i a','yes');
INSERT INTO `tr_options` VALUES (24,'links_updated_date_format','F j, Y g:i a','yes');
INSERT INTO `tr_options` VALUES (28,'comment_moderation','0','yes');
INSERT INTO `tr_options` VALUES (29,'moderation_notify','1','yes');
INSERT INTO `tr_options` VALUES (30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes');
INSERT INTO `tr_options` VALUES (31,'gzipcompression','0','yes');
INSERT INTO `tr_options` VALUES (32,'hack_file','0','yes');
INSERT INTO `tr_options` VALUES (33,'blog_charset','UTF-8','yes');
INSERT INTO `tr_options` VALUES (34,'moderation_keys','','no');
INSERT INTO `tr_options` VALUES (35,'active_plugins','a:2:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:19:\"jetpack/jetpack.php\";}','yes');
INSERT INTO `tr_options` VALUES (36,'home','http://taylorrentalsnashville.com','yes');
INSERT INTO `tr_options` VALUES (37,'category_base','','yes');
INSERT INTO `tr_options` VALUES (38,'ping_sites','http://rpc.pingomatic.com/','yes');
INSERT INTO `tr_options` VALUES (39,'advanced_edit','0','yes');
INSERT INTO `tr_options` VALUES (40,'comment_max_links','2','yes');
INSERT INTO `tr_options` VALUES (41,'gmt_offset','0','yes');
INSERT INTO `tr_options` VALUES (42,'default_email_category','1','yes');
INSERT INTO `tr_options` VALUES (43,'recently_edited','a:2:{i:0;s:100:\"/nfs/c10/h05/mnt/148287/domains/taylorrentalsnashville.com/html/wp-content/themes/Freehold/style.css\";i:1;s:0:\"\";}','no');
INSERT INTO `tr_options` VALUES (44,'template','Freehold','yes');
INSERT INTO `tr_options` VALUES (45,'stylesheet','Freehold','yes');
INSERT INTO `tr_options` VALUES (46,'comment_whitelist','1','yes');
INSERT INTO `tr_options` VALUES (47,'blacklist_keys','','no');
INSERT INTO `tr_options` VALUES (48,'comment_registration','0','yes');
INSERT INTO `tr_options` VALUES (49,'html_type','text/html','yes');
INSERT INTO `tr_options` VALUES (50,'use_trackback','0','yes');
INSERT INTO `tr_options` VALUES (51,'default_role','subscriber','yes');
INSERT INTO `tr_options` VALUES (52,'db_version','33056','yes');
INSERT INTO `tr_options` VALUES (53,'uploads_use_yearmonth_folders','1','yes');
INSERT INTO `tr_options` VALUES (54,'upload_path','','yes');
INSERT INTO `tr_options` VALUES (55,'blog_public','1','yes');
INSERT INTO `tr_options` VALUES (56,'default_link_category','2','yes');
INSERT INTO `tr_options` VALUES (57,'show_on_front','page','yes');
INSERT INTO `tr_options` VALUES (58,'tag_base','','yes');
INSERT INTO `tr_options` VALUES (59,'show_avatars','1','yes');
INSERT INTO `tr_options` VALUES (60,'avatar_rating','G','yes');
INSERT INTO `tr_options` VALUES (61,'upload_url_path','','yes');
INSERT INTO `tr_options` VALUES (62,'thumbnail_size_w','150','yes');
INSERT INTO `tr_options` VALUES (63,'thumbnail_size_h','150','yes');
INSERT INTO `tr_options` VALUES (64,'thumbnail_crop','1','yes');
INSERT INTO `tr_options` VALUES (65,'medium_size_w','300','yes');
INSERT INTO `tr_options` VALUES (66,'medium_size_h','300','yes');
INSERT INTO `tr_options` VALUES (67,'avatar_default','mystery','yes');
INSERT INTO `tr_options` VALUES (68,'large_size_w','1024','yes');
INSERT INTO `tr_options` VALUES (69,'large_size_h','1024','yes');
INSERT INTO `tr_options` VALUES (70,'image_default_link_type','file','yes');
INSERT INTO `tr_options` VALUES (71,'image_default_size','','yes');
INSERT INTO `tr_options` VALUES (72,'image_default_align','','yes');
INSERT INTO `tr_options` VALUES (73,'close_comments_for_old_posts','0','yes');
INSERT INTO `tr_options` VALUES (74,'close_comments_days_old','14','yes');
INSERT INTO `tr_options` VALUES (75,'thread_comments','1','yes');
INSERT INTO `tr_options` VALUES (76,'thread_comments_depth','5','yes');
INSERT INTO `tr_options` VALUES (77,'page_comments','0','yes');
INSERT INTO `tr_options` VALUES (78,'comments_per_page','50','yes');
INSERT INTO `tr_options` VALUES (79,'default_comments_page','newest','yes');
INSERT INTO `tr_options` VALUES (80,'comment_order','asc','yes');
INSERT INTO `tr_options` VALUES (81,'sticky_posts','a:0:{}','yes');
INSERT INTO `tr_options` VALUES (82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (83,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:7:\"Welcome\";s:4:\"text\";s:496:\"Welcome to Taylor Rentals Nashville, operated by Taylor Properties.  We represent a select collection of rental properties in the greater Nashville area.  You\'ll find each of these unique homes, townhomes or apartments to be modern, contemporary and well maintained.\r\n\r\nWe invite you to search our available properties and contact us for a viewing.  We offer several lease options, depending on the property and provide convenient payment options.\r\n\r\nThanks for visiting Taylor Rentals Nashville.\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (84,'widget_rss','a:0:{}','yes');
INSERT INTO `tr_options` VALUES (85,'uninstall_plugins','a:0:{}','no');
INSERT INTO `tr_options` VALUES (86,'timezone_string','','yes');
INSERT INTO `tr_options` VALUES (87,'page_for_posts','0','yes');
INSERT INTO `tr_options` VALUES (88,'page_on_front','23','yes');
INSERT INTO `tr_options` VALUES (89,'default_post_format','0','yes');
INSERT INTO `tr_options` VALUES (90,'link_manager_enabled','0','yes');
INSERT INTO `tr_options` VALUES (91,'initial_db_version','22441','yes');
INSERT INTO `tr_options` VALUES (92,'tr_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');
INSERT INTO `tr_options` VALUES (93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (241,'widget_pyre_homepage_media-widget-product-feat','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (98,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:6:\"text-2\";i:1;s:17:\"location-widget-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:13:\"array_version\";i:3;}','yes');
INSERT INTO `tr_options` VALUES (99,'jetpack_activated','3','yes');
INSERT INTO `tr_options` VALUES (101,'cron','a:4:{i:1676900303;a:4:{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;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676900314;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676930381;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes');
INSERT INTO `tr_options` VALUES (147,'optionsframework','a:2:{s:2:\"id\";s:8:\"freehold\";s:12:\"knownoptions\";a:1:{i:0;s:8:\"freehold\";}}','yes');
INSERT INTO `tr_options` VALUES (148,'freehold','a:90:{s:12:\"phone_number\";s:12:\"831-809-5445\";s:13:\"email_address\";s:32:\"taylorrentalsnashville@gmail.com\";s:9:\"copyright\";s:51:\"© 2013 Taylor Properties, All Rights Reserved \";s:14:\"footer_widgets\";s:3:\"yes\";s:11:\"footer_cols\";s:1:\"4\";s:13:\"right_sidebar\";s:2:\"no\";s:11:\"port_single\";s:3:\"yes\";s:19:\"homepage_full_width\";s:2:\"no\";s:17:\"homepage_all_type\";s:3:\"yes\";s:19:\"view_listing_button\";s:13:\"View Property\";s:17:\"currency_text_opt\";s:1:\"$\";s:14:\"currency_image\";s:0:\"\";s:10:\"map_search\";s:2:\"no\";s:8:\"map_zoom\";s:2:\"10\";s:18:\"map_search_sidebar\";s:2:\"no\";s:16:\"map_zoom_sidebar\";s:2:\"15\";s:8:\"map_icon\";s:76:\"http://taylorrentalsnashville.com/wp-content/themes/Freehold/images/home.png\";s:23:\"property_single_sidebar\";s:2:\"no\";s:14:\"search_keyword\";s:37:\"Enter an address, zip code or city...\";s:22:\"search_keyword_sidebar\";s:18:\"Enter a address...\";s:9:\"beds_text\";s:4:\"Beds\";s:10:\"baths_text\";s:5:\"Baths\";s:15:\"beds_text_short\";s:2:\"bd\";s:16:\"baths_text_short\";s:2:\"ba\";s:13:\"bedrooms_text\";s:8:\"Bedrooms\";s:14:\"bathrooms_text\";s:9:\"Bathrooms\";s:16:\"square_feet_text\";s:11:\"Square Feet\";s:22:\"square_feet_text_small\";s:4:\"sqft\";s:18:\"property_type_text\";s:13:\"Property Type\";s:20:\"property_status_text\";s:15:\"Property Status\";s:9:\"city_text\";s:11:\"Choose City\";s:10:\"state_text\";s:5:\"State\";s:8:\"zip_text\";s:3:\"Zip\";s:19:\"search_results_text\";s:14:\"Search Results\";s:20:\"advanced_search_text\";s:15:\"Advanced Search\";s:18:\"location_info_text\";s:22:\"Location & Information\";s:25:\"search_results_none_title\";s:58:\"No properties were found which match your search criteria.\";s:27:\"search_results_none_content\";s:48:\"Try broadening your search to find more results.\";s:12:\"blog_tagline\";s:14:\"Our Properties\";s:16:\"blog_button_more\";s:20:\"Continue reading →\";s:7:\"fw_blog\";s:2:\"no\";s:9:\"fw_single\";s:2:\"no\";s:15:\"rss_link_header\";s:0:\"\";s:20:\"facebook_link_header\";s:0:\"\";s:19:\"twitter_link_header\";s:0:\"\";s:17:\"skype_link_header\";s:0:\"\";s:17:\"vimeo_link_header\";s:0:\"\";s:20:\"linkedin_link_header\";s:0:\"\";s:20:\"dribbble_link_header\";s:0:\"\";s:18:\"forrst_link_header\";s:0:\"\";s:18:\"flickr_link_header\";s:0:\"\";s:18:\"google_link_header\";s:0:\"\";s:19:\"youtube_link_header\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:13:\"facebook_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:13:\"dribbble_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:11:\"google_link\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:4:\"logo\";s:80:\"http://taylorrentalsnashville.com/wp-content/uploads/2013/02/logo-tr-300x125.png\";s:10:\"logo_width\";s:5:\"360px\";s:11:\"retina_logo\";s:3:\"yes\";s:7:\"favicon\";s:72:\"http://taylorrentalsnashville.com/wp-content/uploads/2013/02/favicon.ico\";s:18:\"navigation_padding\";s:4:\"50px\";s:15:\"navigation_font\";s:7:\"PT Sans\";s:12:\"submenu_font\";s:9:\"Open Sans\";s:17:\"secondary_address\";s:15:\"Times New Roman\";s:16:\"featured_address\";s:7:\"Georgia\";s:10:\"home_title\";s:26:\"Nashville Property Rentals\";s:9:\"home_meta\";s:0:\"\";s:13:\"tracking_code\";s:0:\"\";s:9:\"404_error\";s:18:\"404 Page Not Found\";s:14:\"404_error_text\";s:43:\"The page you are looking is not available. \";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:22:\"slider_retina_disabled\";s:3:\"yes\";s:9:\"animation\";s:4:\"fade\";s:15:\"slide_direction\";s:10:\"horizontal\";s:8:\"autoplay\";s:4:\"true\";s:10:\"transition\";s:4:\"7000\";s:8:\"nextprev\";s:4:\"true\";s:21:\"controllingnavigation\";s:4:\"true\";s:21:\"animation_real_estate\";s:4:\"fade\";s:20:\"autoplay_real_estate\";s:5:\"false\";s:22:\"transition_real_estate\";s:4:\"7000\";}','yes');
INSERT INTO `tr_options` VALUES (108,'jetpack_options','a:2:{s:7:\"version\";s:16:\"2.1.1:1361281114\";s:11:\"old_version\";s:16:\"2.1.1:1361281114\";}','yes');
INSERT INTO `tr_options` VALUES (111,'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:33:\"http://taylorrentalsnashville.com\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://taylorrentalsnashville.com/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://taylorrentalsnashville.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');
INSERT INTO `tr_options` VALUES (12001,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.2.2\";}','yes');
INSERT INTO `tr_options` VALUES (149,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1361281179;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes');
INSERT INTO `tr_options` VALUES (150,'current_theme','Freehold','yes');
INSERT INTO `tr_options` VALUES (151,'theme_mods_Freehold','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"main_nav\";i:9;}}','yes');
INSERT INTO `tr_options` VALUES (152,'theme_switched','','yes');
INSERT INTO `tr_options` VALUES (153,'header_top','#b8bfcd','yes');
INSERT INTO `tr_options` VALUES (154,'header_color','#4b5268','yes');
INSERT INTO `tr_options` VALUES (155,'navigation_color','#697884','yes');
INSERT INTO `tr_options` VALUES (156,'button_color','#ed4e14','yes');
INSERT INTO `tr_options` VALUES (157,'footer_color','#222634','yes');
INSERT INTO `tr_options` VALUES (158,'link_color','#f86132','yes');
INSERT INTO `tr_options` VALUES (159,'headings_color','#737373','yes');
INSERT INTO `tr_options` VALUES (160,'property_link','#5f6f7d','yes');
INSERT INTO `tr_options` VALUES (161,'heading5_color','#888888','yes');
INSERT INTO `tr_options` VALUES (162,'body_color','#444444','yes');
INSERT INTO `tr_options` VALUES (181,'category_children','a:0:{}','yes');
INSERT INTO `tr_options` VALUES (273,'property_type_children','a:0:{}','yes');
INSERT INTO `tr_options` VALUES (13143,'rewrite_rules','a:120:{s:17:\"portfolio-type/?$\";s:29:\"index.php?post_type=portfolio\";s:47:\"portfolio-type/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:42:\"portfolio-type/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:34:\"portfolio-type/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:11:\"property/?$\";s:28:\"index.php?post_type=property\";s:41:\"property/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:36:\"property/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:28:\"property/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=property&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"portfolio-type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-type/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:55:\"portfolio-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:43:\"portfolio-type/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-type/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"property/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"property/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"property/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"property/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"property/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"property/([^/]+)/trackback/?$\";s:35:\"index.php?property=$matches[1]&tb=1\";s:49:\"property/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:44:\"property/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:37:\"property/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&paged=$matches[2]\";s:44:\"property/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&cpage=$matches[2]\";s:29:\"property/([^/]+)(/[0-9]+)?/?$\";s:47:\"index.php?property=$matches[1]&page=$matches[2]\";s:25:\"property/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"property/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"property/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"property/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"property/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"portfolio_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_type=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_type=$matches[1]&feed=$matches[2]\";s:43:\"portfolio_type/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_type=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_type/([^/]+)/?$\";s:36:\"index.php?portfolio_type=$matches[1]\";s:54:\"property_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:49:\"property_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:42:\"property_type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_type=$matches[1]&paged=$matches[2]\";s:24:\"property_type/([^/]+)/?$\";s:35:\"index.php?property_type=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=23&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes');
INSERT INTO `tr_options` VALUES (254,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes');
INSERT INTO `tr_options` VALUES (233,'_transient_random_seed','ad0d605c95f48f5d09fe3063e64757b6','yes');
INSERT INTO `tr_options` VALUES (242,'widget_location-widget','a:2:{i:2;a:5:{s:5:\"title\";s:24:\"Taylor Rentals Nashville\";s:7:\"address\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:9:\"int_phone\";s:0:\"\";s:5:\"email\";s:32:\"taylorrentalsnashville@gmail.com\";}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `tr_options` VALUES (12689,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"dan.green@omgmedigroup.com\";s:7:\"version\";s:6:\"4.3.30\";s:9:\"timestamp\";i:1666053305;}','yes');
INSERT INTO `tr_options` VALUES (12003,'WPLANG','','yes');
INSERT INTO `tr_options` VALUES (12004,'db_upgraded','','yes');
INSERT INTO `tr_options` VALUES (11995,'recently_activated','a:0:{}','yes');
INSERT INTO `tr_options` VALUES (88418,'_site_transient_timeout_theme_roots','1676859588','yes');
INSERT INTO `tr_options` VALUES (88419,'_site_transient_theme_roots','a:3:{s:8:\"Freehold\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes');
INSERT INTO `tr_options` VALUES (84562,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:20:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.21.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1676857788;s:15:\"version_checked\";s:6:\"4.3.30\";s:12:\"translations\";a:0:{}}','yes');
INSERT INTO `tr_options` VALUES (12002,'finished_splitting_shared_terms','1','yes');
INSERT INTO `tr_options` VALUES (69926,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1676857789;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.7.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"11.8.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.11.8.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2819237\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}}}','yes');
INSERT INTO `tr_options` VALUES (88420,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1676857790;s:7:\"checked\";a:3:{s:8:\"Freehold\";s:3:\"2.0\";s:12:\"twentyeleven\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:2:{s:12:\"twentyeleven\";a:6:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.4.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.8.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes');

--
-- Table structure for table `tr_postmeta`
--

DROP TABLE IF EXISTS `tr_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1205 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_postmeta`
--

INSERT INTO `tr_postmeta` VALUES (1,2,'_wp_page_template','default');
INSERT INTO `tr_postmeta` VALUES (5,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:150;s:4:\"file\";s:16:\"2013/02/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:16:\"logo-288x120.png\";s:5:\"width\";i:288;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:16:\"logo-200x109.png\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (4,9,'_wp_attached_file','2013/02/logo.png');
INSERT INTO `tr_postmeta` VALUES (6,10,'_wp_attached_file','2013/02/tflogotfss.png');
INSERT INTO `tr_postmeta` VALUES (7,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2013/02/tflogotfss.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tflogotfss-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:22:\"tflogotfss-288x120.png\";s:5:\"width\";i:288;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:22:\"tflogotfss-200x109.png\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (766,68,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (765,68,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (763,68,'content','[slider][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][/slider]');
INSERT INTO `tr_postmeta` VALUES (764,68,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (11,13,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (12,13,'_edit_lock','1397763913:1');
INSERT INTO `tr_postmeta` VALUES (13,13,'_wpnonce','3cee8b9710');
INSERT INTO `tr_postmeta` VALUES (14,13,'_wp_http_referer','/wp-admin/post.php?post=13&action=edit');
INSERT INTO `tr_postmeta` VALUES (15,13,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (16,13,'action','inline-save');
INSERT INTO `tr_postmeta` VALUES (17,13,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (18,13,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (19,13,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (20,13,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (21,13,'referredby','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (22,13,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (23,13,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (24,13,'post_ID','13');
INSERT INTO `tr_postmeta` VALUES (25,13,'autosavenonce','237b06830c');
INSERT INTO `tr_postmeta` VALUES (26,13,'meta-box-order-nonce','9fcdba0640');
INSERT INTO `tr_postmeta` VALUES (27,13,'closedpostboxesnonce','4ca1def12d');
INSERT INTO `tr_postmeta` VALUES (28,13,'post_title','3030 Ned Shelton Rd #110');
INSERT INTO `tr_postmeta` VALUES (29,13,'samplepermalinknonce','0946caf02b');
INSERT INTO `tr_postmeta` VALUES (30,13,'content','Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat? Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi qui nunc nobis videntur. Facit eorum claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt. Eu feugiat nulla facilisis at vero, eros et accumsan et! Littera gothica quam nunc putamus parum claram anteposuerit litterarum parum clari fiant sollemnes in. Enim ad minim veniam; quis nostrud exerci tation. Tempor cum soluta nobis eleifend option congue nihil imperdiet doming.\r\n\r\nTe feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming! Odio dignissim qui blandit praesent luptatum zzril delenit. Claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Iusto augue duis dolore id quod mazim placerat. Erat volutpat ut wisi enim ad minim veniam quis.');
INSERT INTO `tr_postmeta` VALUES (31,13,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (32,13,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (33,13,'post_status','draft');
INSERT INTO `tr_postmeta` VALUES (34,13,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (35,13,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (36,13,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (37,13,'post_password','');
INSERT INTO `tr_postmeta` VALUES (38,13,'mm','02');
INSERT INTO `tr_postmeta` VALUES (39,13,'jj','19');
INSERT INTO `tr_postmeta` VALUES (40,13,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (41,13,'hh','22');
INSERT INTO `tr_postmeta` VALUES (42,13,'mn','03');
INSERT INTO `tr_postmeta` VALUES (43,13,'ss','52');
INSERT INTO `tr_postmeta` VALUES (44,13,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (45,13,'cur_mm','02');
INSERT INTO `tr_postmeta` VALUES (46,13,'hidden_jj','19');
INSERT INTO `tr_postmeta` VALUES (47,13,'cur_jj','20');
INSERT INTO `tr_postmeta` VALUES (48,13,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (49,13,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (50,13,'hidden_hh','22');
INSERT INTO `tr_postmeta` VALUES (51,13,'cur_hh','06');
INSERT INTO `tr_postmeta` VALUES (52,13,'hidden_mn','03');
INSERT INTO `tr_postmeta` VALUES (53,13,'cur_mn','42');
INSERT INTO `tr_postmeta` VALUES (54,13,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (55,13,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (56,13,'tax_input','a:1:{s:13:\"property_type\";a:4:{i:0;s:1:\"0\";i:1;s:2:\"10\";i:2;s:1:\"6\";i:3;s:1:\"3\";}}');
INSERT INTO `tr_postmeta` VALUES (57,13,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (58,13,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (59,13,'_ajax_nonce-add-property_type','aca237742e');
INSERT INTO `tr_postmeta` VALUES (60,13,'post_name','3030-ned-shelton-rd-110');
INSERT INTO `tr_postmeta` VALUES (61,13,'pyre_full_address','3030 Ned Shelton Rd, Nashville, TN 37217');
INSERT INTO `tr_postmeta` VALUES (62,13,'pyre_address','3030 Ned Shelton Rd #110');
INSERT INTO `tr_postmeta` VALUES (63,13,'pyre_city','Nashville');
INSERT INTO `tr_postmeta` VALUES (64,13,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (65,13,'pyre_zip','37217');
INSERT INTO `tr_postmeta` VALUES (66,13,'pyre_price','1100');
INSERT INTO `tr_postmeta` VALUES (67,13,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (68,13,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (69,13,'pyre_bedrooms','2');
INSERT INTO `tr_postmeta` VALUES (70,13,'pyre_bathrooms','2');
INSERT INTO `tr_postmeta` VALUES (71,13,'pyre_garage','1');
INSERT INTO `tr_postmeta` VALUES (72,13,'pyre_size','1,327');
INSERT INTO `tr_postmeta` VALUES (73,13,'pyre_lot','N/A');
INSERT INTO `tr_postmeta` VALUES (74,13,'pyre_built','2004');
INSERT INTO `tr_postmeta` VALUES (75,13,'pyre_no_agent','');
INSERT INTO `tr_postmeta` VALUES (76,13,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (77,13,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (78,13,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (79,13,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (80,13,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (81,13,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (82,13,'ID','13');
INSERT INTO `tr_postmeta` VALUES (83,13,'post_content','Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat? Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi qui nunc nobis videntur. Facit eorum claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt. Eu feugiat nulla facilisis at vero, eros et accumsan et! Littera gothica quam nunc putamus parum claram anteposuerit litterarum parum clari fiant sollemnes in. Enim ad minim veniam; quis nostrud exerci tation. Tempor cum soluta nobis eleifend option congue nihil imperdiet doming.\r\n\r\nTe feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming! Odio dignissim qui blandit praesent luptatum zzril delenit. Claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Iusto augue duis dolore id quod mazim placerat. Erat volutpat ut wisi enim ad minim veniam quis.');
INSERT INTO `tr_postmeta` VALUES (84,13,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (85,13,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (86,13,'save','Update');
INSERT INTO `tr_postmeta` VALUES (87,16,'_wp_attached_file','2013/02/sheltonrd-front-01.jpg');
INSERT INTO `tr_postmeta` VALUES (88,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:356;s:4:\"file\";s:30:\"2013/02/sheltonrd-front-01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-150x150.jpg\";s:5:\"width\";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:\"sheltonrd-front-01-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sheltonrd-front-01-1024x325.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-898x315.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-900x356.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-single\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:30:\"sheltonrd-front-01-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (89,13,'_thumbnail_id','16');
INSERT INTO `tr_postmeta` VALUES (99,13,'_status','draft');
INSERT INTO `tr_postmeta` VALUES (1127,98,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1126,98,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (1125,98,'content','[contact-form-7 id=\"100\" title=\"Contact form 1\"]');
INSERT INTO `tr_postmeta` VALUES (1124,98,'samplepermalinknonce','5c52d54003');
INSERT INTO `tr_postmeta` VALUES (1123,98,'post_title','Maintenance Request');
INSERT INTO `tr_postmeta` VALUES (1122,98,'closedpostboxesnonce','375d125e46');
INSERT INTO `tr_postmeta` VALUES (1121,98,'meta-box-order-nonce','295cb9d10c');
INSERT INTO `tr_postmeta` VALUES (100,13,'_inline_edit','6f350ef955');
INSERT INTO `tr_postmeta` VALUES (101,13,'post_view','list');
INSERT INTO `tr_postmeta` VALUES (102,13,'screen','edit-property');
INSERT INTO `tr_postmeta` VALUES (721,60,'_wp_attached_file','2013/02/trlogo-retina.png');
INSERT INTO `tr_postmeta` VALUES (103,13,'edit_date','true');
INSERT INTO `tr_postmeta` VALUES (104,13,'excerpt','');
INSERT INTO `tr_postmeta` VALUES (105,13,'post_excerpt','');
INSERT INTO `tr_postmeta` VALUES (106,13,'post_date','2013-02-19 22:03:52');
INSERT INTO `tr_postmeta` VALUES (107,13,'post_date_gmt','2013-02-19 22:03:52');
INSERT INTO `tr_postmeta` VALUES (108,19,'_wp_attached_file','2013/02/tfp-logo.png');
INSERT INTO `tr_postmeta` VALUES (109,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2013/02/tfp-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tfp-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tfp-logo-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:20:\"tfp-logo-290x120.png\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:20:\"tfp-logo-200x109.png\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (110,20,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (111,20,'_edit_lock','1397763909:1');
INSERT INTO `tr_postmeta` VALUES (112,21,'_wp_attached_file','2013/02/nashboro-livingroom01.jpg');
INSERT INTO `tr_postmeta` VALUES (113,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:356;s:4:\"file\";s:33:\"2013/02/nashboro-livingroom01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"nashboro-livingroom01-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"nashboro-livingroom01-1024x325.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-898x315.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-900x356.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-single\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:33:\"nashboro-livingroom01-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (114,20,'_thumbnail_id','21');
INSERT INTO `tr_postmeta` VALUES (115,20,'_wpnonce','cd3b70f989');
INSERT INTO `tr_postmeta` VALUES (116,20,'_wp_http_referer','/wp-admin/post.php?post=20&action=edit');
INSERT INTO `tr_postmeta` VALUES (117,20,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (118,20,'action','inline-save');
INSERT INTO `tr_postmeta` VALUES (119,20,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (120,20,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (121,20,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (122,20,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (123,20,'referredby','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (124,20,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (125,20,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (126,20,'post_ID','20');
INSERT INTO `tr_postmeta` VALUES (127,20,'autosavenonce','2d844ea58f');
INSERT INTO `tr_postmeta` VALUES (128,20,'meta-box-order-nonce','932fecfbf9');
INSERT INTO `tr_postmeta` VALUES (129,20,'closedpostboxesnonce','d2647fdcb3');
INSERT INTO `tr_postmeta` VALUES (130,20,'post_title','2134 Nashboro Boulevard');
INSERT INTO `tr_postmeta` VALUES (131,20,'samplepermalinknonce','fd49a58717');
INSERT INTO `tr_postmeta` VALUES (132,20,'content',' \r\n\r\nThis is a beautiful property.  Tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat. Notare quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas.\r\n\r\nAt vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum. Aliquam erat volutpat ut wisi enim ad minim veniam quis nostrud exerci tation ullamcorper suscipit. Dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue?');
INSERT INTO `tr_postmeta` VALUES (133,20,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (134,20,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (135,20,'post_status','draft');
INSERT INTO `tr_postmeta` VALUES (136,20,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (137,20,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (138,20,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (139,20,'post_password','');
INSERT INTO `tr_postmeta` VALUES (140,20,'mm','02');
INSERT INTO `tr_postmeta` VALUES (141,20,'jj','20');
INSERT INTO `tr_postmeta` VALUES (142,20,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (143,20,'hh','04');
INSERT INTO `tr_postmeta` VALUES (144,20,'mn','50');
INSERT INTO `tr_postmeta` VALUES (145,20,'ss','54');
INSERT INTO `tr_postmeta` VALUES (146,20,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (147,20,'cur_mm','05');
INSERT INTO `tr_postmeta` VALUES (148,20,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (149,20,'cur_jj','14');
INSERT INTO `tr_postmeta` VALUES (150,20,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (151,20,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (152,20,'hidden_hh','04');
INSERT INTO `tr_postmeta` VALUES (153,20,'cur_hh','20');
INSERT INTO `tr_postmeta` VALUES (154,20,'hidden_mn','50');
INSERT INTO `tr_postmeta` VALUES (155,20,'cur_mn','28');
INSERT INTO `tr_postmeta` VALUES (156,20,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (157,20,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (158,20,'tax_input','a:1:{s:13:\"property_type\";a:4:{i:0;s:1:\"0\";i:1;s:2:\"10\";i:2;s:1:\"6\";i:3;s:1:\"3\";}}');
INSERT INTO `tr_postmeta` VALUES (159,20,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (160,20,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (161,20,'_ajax_nonce-add-property_type','bdbbf78136');
INSERT INTO `tr_postmeta` VALUES (162,20,'post_name','2134-nashboro-boulevard');
INSERT INTO `tr_postmeta` VALUES (163,20,'pyre_full_address','2134 Nashboro Boulevard, Nashville, TN 37217');
INSERT INTO `tr_postmeta` VALUES (164,20,'pyre_address','2134 Nashboro Boulevard');
INSERT INTO `tr_postmeta` VALUES (165,20,'pyre_city','Nashville');
INSERT INTO `tr_postmeta` VALUES (166,20,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (167,20,'pyre_zip','37217');
INSERT INTO `tr_postmeta` VALUES (168,20,'pyre_price','1325');
INSERT INTO `tr_postmeta` VALUES (169,20,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (170,20,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (171,20,'pyre_bedrooms','3');
INSERT INTO `tr_postmeta` VALUES (172,20,'pyre_bathrooms','2');
INSERT INTO `tr_postmeta` VALUES (173,20,'pyre_garage','1');
INSERT INTO `tr_postmeta` VALUES (174,20,'pyre_size','1592');
INSERT INTO `tr_postmeta` VALUES (175,20,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (176,20,'pyre_built','2000');
INSERT INTO `tr_postmeta` VALUES (177,20,'pyre_no_agent','');
INSERT INTO `tr_postmeta` VALUES (178,20,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (179,20,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (180,20,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (181,20,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (182,20,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (183,20,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (184,20,'ID','20');
INSERT INTO `tr_postmeta` VALUES (185,20,'post_content',' \r\n\r\nThis is a beautiful property.  Tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat. Notare quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas.\r\n\r\nAt vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum. Aliquam erat volutpat ut wisi enim ad minim veniam quis nostrud exerci tation ullamcorper suscipit. Dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue?');
INSERT INTO `tr_postmeta` VALUES (186,20,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (187,20,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (188,23,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (189,23,'_edit_lock','1397852616:1');
INSERT INTO `tr_postmeta` VALUES (190,23,'_wpnonce','a70fc9e260');
INSERT INTO `tr_postmeta` VALUES (191,23,'_wp_http_referer','/wp-admin/post.php?post=23&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (192,23,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (193,23,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (194,23,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (195,23,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (196,23,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (197,23,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (198,23,'referredby','http://taylorrentalsnashville.com/wp-admin/post.php?post=23&action=edit');
INSERT INTO `tr_postmeta` VALUES (199,23,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post.php?post=23&action=edit');
INSERT INTO `tr_postmeta` VALUES (200,23,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (201,23,'post_ID','23');
INSERT INTO `tr_postmeta` VALUES (202,23,'autosavenonce','237b06830c');
INSERT INTO `tr_postmeta` VALUES (203,23,'meta-box-order-nonce','9fcdba0640');
INSERT INTO `tr_postmeta` VALUES (204,23,'closedpostboxesnonce','4ca1def12d');
INSERT INTO `tr_postmeta` VALUES (205,23,'post_title','Featured Properties');
INSERT INTO `tr_postmeta` VALUES (206,23,'samplepermalinknonce','0946caf02b');
INSERT INTO `tr_postmeta` VALUES (207,23,'content','');
INSERT INTO `tr_postmeta` VALUES (208,23,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (209,23,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (210,23,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (211,23,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (212,23,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (213,23,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (214,23,'post_password','');
INSERT INTO `tr_postmeta` VALUES (215,23,'mm','02');
INSERT INTO `tr_postmeta` VALUES (216,23,'jj','20');
INSERT INTO `tr_postmeta` VALUES (217,23,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (218,23,'hh','05');
INSERT INTO `tr_postmeta` VALUES (219,23,'mn','30');
INSERT INTO `tr_postmeta` VALUES (220,23,'ss','10');
INSERT INTO `tr_postmeta` VALUES (221,23,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (222,23,'cur_mm','02');
INSERT INTO `tr_postmeta` VALUES (223,23,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (224,23,'cur_jj','20');
INSERT INTO `tr_postmeta` VALUES (225,23,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (226,23,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (227,23,'hidden_hh','05');
INSERT INTO `tr_postmeta` VALUES (228,23,'cur_hh','09');
INSERT INTO `tr_postmeta` VALUES (229,23,'hidden_mn','30');
INSERT INTO `tr_postmeta` VALUES (230,23,'cur_mn','08');
INSERT INTO `tr_postmeta` VALUES (231,23,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (232,23,'parent_id','');
INSERT INTO `tr_postmeta` VALUES (233,23,'page_template','homepage.php');
INSERT INTO `tr_postmeta` VALUES (234,23,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (235,23,'metakeyselect','#NONE#');
INSERT INTO `tr_postmeta` VALUES (236,23,'metakeyinput','');
INSERT INTO `tr_postmeta` VALUES (237,23,'metavalue','');
INSERT INTO `tr_postmeta` VALUES (238,23,'_ajax_nonce-add-meta','fb2c93375f');
INSERT INTO `tr_postmeta` VALUES (239,23,'advanced_view','1');
INSERT INTO `tr_postmeta` VALUES (240,23,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (241,23,'ping_status','open');
INSERT INTO `tr_postmeta` VALUES (242,23,'post_name','home');
INSERT INTO `tr_postmeta` VALUES (243,23,'post_author_override','1');
INSERT INTO `tr_postmeta` VALUES (244,23,'pyre_map','');
INSERT INTO `tr_postmeta` VALUES (245,23,'pyre_email','');
INSERT INTO `tr_postmeta` VALUES (246,23,'ID','23');
INSERT INTO `tr_postmeta` VALUES (247,23,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (248,23,'post_content','');
INSERT INTO `tr_postmeta` VALUES (249,23,'post_parent','0');
INSERT INTO `tr_postmeta` VALUES (250,23,'_wp_page_template','homepage.php');
INSERT INTO `tr_postmeta` VALUES (251,23,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (767,68,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (252,23,'save','Update');
INSERT INTO `tr_postmeta` VALUES (253,23,'meta','a:59:{i:217;a:2:{s:3:\"key\";s:2:\"aa\";s:5:\"value\";s:4:\"2013\";}i:193;a:2:{s:3:\"key\";s:6:\"action\";s:5:\"value\";s:8:\"editpost\";}i:255;a:2:{s:3:\"key\";s:17:\"add_comment_nonce\";s:5:\"value\";s:10:\"e7f4b770ff\";}i:239;a:2:{s:3:\"key\";s:13:\"advanced_view\";s:5:\"value\";s:1:\"1\";}i:202;a:2:{s:3:\"key\";s:13:\"autosavenonce\";s:5:\"value\";s:10:\"237b06830c\";}i:200;a:2:{s:3:\"key\";s:10:\"auto_draft\";s:5:\"value\";s:1:\"0\";}i:204;a:2:{s:3:\"key\";s:20:\"closedpostboxesnonce\";s:5:\"value\";s:10:\"4ca1def12d\";}i:240;a:2:{s:3:\"key\";s:14:\"comment_status\";s:5:\"value\";s:4:\"open\";}i:207;a:2:{s:3:\"key\";s:7:\"content\";s:5:\"value\";s:0:\"\";}i:226;a:2:{s:3:\"key\";s:6:\"cur_aa\";s:5:\"value\";s:4:\"2013\";}i:228;a:2:{s:3:\"key\";s:6:\"cur_hh\";s:5:\"value\";s:2:\"09\";}i:224;a:2:{s:3:\"key\";s:6:\"cur_jj\";s:5:\"value\";s:2:\"20\";}i:222;a:2:{s:3:\"key\";s:6:\"cur_mm\";s:5:\"value\";s:2:\"02\";}i:230;a:2:{s:3:\"key\";s:6:\"cur_mn\";s:5:\"value\";s:2:\"08\";}i:218;a:2:{s:3:\"key\";s:2:\"hh\";s:5:\"value\";s:2:\"05\";}i:225;a:2:{s:3:\"key\";s:9:\"hidden_aa\";s:5:\"value\";s:4:\"2013\";}i:227;a:2:{s:3:\"key\";s:9:\"hidden_hh\";s:5:\"value\";s:2:\"05\";}i:223;a:2:{s:3:\"key\";s:9:\"hidden_jj\";s:5:\"value\";s:2:\"20\";}i:221;a:2:{s:3:\"key\";s:9:\"hidden_mm\";s:5:\"value\";s:2:\"02\";}i:229;a:2:{s:3:\"key\";s:9:\"hidden_mn\";s:5:\"value\";s:2:\"30\";}i:211;a:2:{s:3:\"key\";s:20:\"hidden_post_password\";s:5:\"value\";s:0:\"\";}i:209;a:2:{s:3:\"key\";s:18:\"hidden_post_status\";s:5:\"value\";s:7:\"publish\";}i:212;a:2:{s:3:\"key\";s:22:\"hidden_post_visibility\";s:5:\"value\";s:6:\"public\";}i:246;a:2:{s:3:\"key\";s:2:\"ID\";s:5:\"value\";s:2:\"23\";}i:216;a:2:{s:3:\"key\";s:2:\"jj\";s:5:\"value\";s:2:\"20\";}i:234;a:2:{s:3:\"key\";s:10:\"menu_order\";s:5:\"value\";s:1:\"0\";}i:203;a:2:{s:3:\"key\";s:20:\"meta-box-order-nonce\";s:5:\"value\";s:10:\"9fcdba0640\";}i:236;a:2:{s:3:\"key\";s:12:\"metakeyinput\";s:5:\"value\";s:0:\"\";}i:235;a:2:{s:3:\"key\";s:13:\"metakeyselect\";s:5:\"value\";s:6:\"#NONE#\";}i:237;a:2:{s:3:\"key\";s:9:\"metavalue\";s:5:\"value\";s:0:\"\";}i:215;a:2:{s:3:\"key\";s:2:\"mm\";s:5:\"value\";s:2:\"02\";}i:219;a:2:{s:3:\"key\";s:2:\"mn\";s:5:\"value\";s:2:\"30\";}i:194;a:2:{s:3:\"key\";s:14:\"originalaction\";s:5:\"value\";s:8:\"editpost\";}i:197;a:2:{s:3:\"key\";s:20:\"original_post_status\";s:5:\"value\";s:7:\"publish\";}i:231;a:2:{s:3:\"key\";s:16:\"original_publish\";s:5:\"value\";s:6:\"Update\";}i:233;a:2:{s:3:\"key\";s:13:\"page_template\";s:5:\"value\";s:12:\"homepage.php\";}i:232;a:2:{s:3:\"key\";s:9:\"parent_id\";s:5:\"value\";s:0:\"\";}i:241;a:2:{s:3:\"key\";s:11:\"ping_status\";s:5:\"value\";s:4:\"open\";}i:195;a:2:{s:3:\"key\";s:11:\"post_author\";s:5:\"value\";s:1:\"1\";}i:243;a:2:{s:3:\"key\";s:20:\"post_author_override\";s:5:\"value\";s:1:\"1\";}i:248;a:2:{s:3:\"key\";s:12:\"post_content\";s:5:\"value\";s:0:\"\";}i:201;a:2:{s:3:\"key\";s:7:\"post_ID\";s:5:\"value\";s:2:\"23\";}i:247;a:2:{s:3:\"key\";s:14:\"post_mime_type\";s:5:\"value\";s:0:\"\";}i:242;a:2:{s:3:\"key\";s:9:\"post_name\";s:5:\"value\";s:4:\"home\";}i:249;a:2:{s:3:\"key\";s:11:\"post_parent\";s:5:\"value\";s:1:\"0\";}i:214;a:2:{s:3:\"key\";s:13:\"post_password\";s:5:\"value\";s:0:\"\";}i:210;a:2:{s:3:\"key\";s:11:\"post_status\";s:5:\"value\";s:7:\"publish\";}i:205;a:2:{s:3:\"key\";s:10:\"post_title\";s:5:\"value\";s:19:\"Featured Properties\";}i:196;a:2:{s:3:\"key\";s:9:\"post_type\";s:5:\"value\";s:4:\"page\";}i:251;a:2:{s:3:\"key\";s:7:\"publish\";s:5:\"value\";s:7:\"Publish\";}i:245;a:2:{s:3:\"key\";s:10:\"pyre_email\";s:5:\"value\";s:0:\"\";}i:244;a:2:{s:3:\"key\";s:8:\"pyre_map\";s:5:\"value\";s:0:\"\";}i:198;a:2:{s:3:\"key\";s:10:\"referredby\";s:5:\"value\";s:66:\"http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page\";}i:206;a:2:{s:3:\"key\";s:20:\"samplepermalinknonce\";s:5:\"value\";s:10:\"0946caf02b\";}i:252;a:2:{s:3:\"key\";s:4:\"save\";s:5:\"value\";s:6:\"Update\";}i:220;a:2:{s:3:\"key\";s:2:\"ss\";s:5:\"value\";s:2:\"10\";}i:192;a:2:{s:3:\"key\";s:7:\"user_ID\";s:5:\"value\";s:1:\"1\";}i:213;a:2:{s:3:\"key\";s:10:\"visibility\";s:5:\"value\";s:6:\"public\";}i:208;a:2:{s:3:\"key\";s:10:\"wp-preview\";s:5:\"value\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (254,23,'_ajax_nonce','98d784a176');
INSERT INTO `tr_postmeta` VALUES (255,23,'add_comment_nonce','e7f4b770ff');
INSERT INTO `tr_postmeta` VALUES (256,23,'_ajax_fetch_list_nonce','95e9339cf1');
INSERT INTO `tr_postmeta` VALUES (1120,98,'autosavenonce','b9b8086016');
INSERT INTO `tr_postmeta` VALUES (1119,98,'post_ID','98');
INSERT INTO `tr_postmeta` VALUES (1118,98,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (1117,98,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (266,30,'_menu_item_type','post_type');
INSERT INTO `tr_postmeta` VALUES (267,30,'_menu_item_menu_item_parent','0');
INSERT INTO `tr_postmeta` VALUES (268,30,'_menu_item_object_id','23');
INSERT INTO `tr_postmeta` VALUES (269,30,'_menu_item_object','page');
INSERT INTO `tr_postmeta` VALUES (270,30,'_menu_item_target','');
INSERT INTO `tr_postmeta` VALUES (271,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `tr_postmeta` VALUES (272,30,'_menu_item_xfn','');
INSERT INTO `tr_postmeta` VALUES (273,30,'_menu_item_url','');
INSERT INTO `tr_postmeta` VALUES (761,68,'post_title','8251 Rossi Rd, Brentwood, TN 37027');
INSERT INTO `tr_postmeta` VALUES (760,68,'closedpostboxesnonce','03959964f1');
INSERT INTO `tr_postmeta` VALUES (759,68,'meta-box-order-nonce','afca50bbf3');
INSERT INTO `tr_postmeta` VALUES (758,68,'autosavenonce','5c5e06f617');
INSERT INTO `tr_postmeta` VALUES (757,68,'post_ID','68');
INSERT INTO `tr_postmeta` VALUES (756,68,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (819,68,'save','Update');
INSERT INTO `tr_postmeta` VALUES (755,68,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post.php?post=68&action=edit&message=6');
INSERT INTO `tr_postmeta` VALUES (754,68,'referredby','http://taylorrentalsnashville.com/wp-admin/post.php?post=68&action=edit&message=6');
INSERT INTO `tr_postmeta` VALUES (753,68,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (752,68,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (751,68,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (750,68,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (749,68,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (748,68,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (747,68,'_wp_http_referer','/wp-admin/post.php?post=68&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (746,68,'_wpnonce','4ffc3c4fdc');
INSERT INTO `tr_postmeta` VALUES (745,68,'_edit_lock','1397770775:1');
INSERT INTO `tr_postmeta` VALUES (744,68,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (743,20,'post_date_gmt','2013-02-20 04:50:54');
INSERT INTO `tr_postmeta` VALUES (742,20,'post_date','2013-02-20 04:50:54');
INSERT INTO `tr_postmeta` VALUES (741,20,'post_excerpt','');
INSERT INTO `tr_postmeta` VALUES (740,20,'excerpt','');
INSERT INTO `tr_postmeta` VALUES (739,20,'edit_date','true');
INSERT INTO `tr_postmeta` VALUES (738,20,'screen','edit-property');
INSERT INTO `tr_postmeta` VALUES (737,20,'post_view','list');
INSERT INTO `tr_postmeta` VALUES (736,20,'_inline_edit','6f350ef955');
INSERT INTO `tr_postmeta` VALUES (735,20,'_status','draft');
INSERT INTO `tr_postmeta` VALUES (734,50,'post_date_gmt','2013-02-20 06:23:09');
INSERT INTO `tr_postmeta` VALUES (733,50,'post_date','2013-02-20 06:23:09');
INSERT INTO `tr_postmeta` VALUES (732,50,'post_excerpt','');
INSERT INTO `tr_postmeta` VALUES (731,50,'excerpt','');
INSERT INTO `tr_postmeta` VALUES (730,50,'edit_date','true');
INSERT INTO `tr_postmeta` VALUES (729,50,'screen','edit-property');
INSERT INTO `tr_postmeta` VALUES (728,50,'post_view','list');
INSERT INTO `tr_postmeta` VALUES (727,50,'_inline_edit','6f350ef955');
INSERT INTO `tr_postmeta` VALUES (726,50,'_status','draft');
INSERT INTO `tr_postmeta` VALUES (339,33,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (340,33,'_wp_page_template','default');
INSERT INTO `tr_postmeta` VALUES (341,33,'_wpnonce','101995114e');
INSERT INTO `tr_postmeta` VALUES (342,33,'_wp_http_referer','/wp-admin/post.php?post=33&action=edit');
INSERT INTO `tr_postmeta` VALUES (343,33,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (344,33,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (345,33,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (346,33,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (347,33,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (348,33,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (349,33,'referredby','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (350,33,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (351,33,'auto_draft','1');
INSERT INTO `tr_postmeta` VALUES (352,33,'post_ID','33');
INSERT INTO `tr_postmeta` VALUES (353,33,'autosavenonce','9b6a8fbbd7');
INSERT INTO `tr_postmeta` VALUES (354,33,'meta-box-order-nonce','295cb9d10c');
INSERT INTO `tr_postmeta` VALUES (355,33,'closedpostboxesnonce','375d125e46');
INSERT INTO `tr_postmeta` VALUES (356,33,'post_title','Contact');
INSERT INTO `tr_postmeta` VALUES (357,33,'samplepermalinknonce','5c52d54003');
INSERT INTO `tr_postmeta` VALUES (358,33,'content','[contact-form-7 id=\"105\" title=\"Inquiry\"]');
INSERT INTO `tr_postmeta` VALUES (359,33,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (360,33,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (361,33,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (362,33,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (363,33,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (364,33,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (365,33,'post_password','');
INSERT INTO `tr_postmeta` VALUES (366,33,'mm','02');
INSERT INTO `tr_postmeta` VALUES (367,33,'jj','20');
INSERT INTO `tr_postmeta` VALUES (368,33,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (369,33,'hh','05');
INSERT INTO `tr_postmeta` VALUES (370,33,'mn','35');
INSERT INTO `tr_postmeta` VALUES (371,33,'ss','36');
INSERT INTO `tr_postmeta` VALUES (372,33,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (373,33,'cur_mm','08');
INSERT INTO `tr_postmeta` VALUES (374,33,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (375,33,'cur_jj','26');
INSERT INTO `tr_postmeta` VALUES (376,33,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (377,33,'cur_aa','2015');
INSERT INTO `tr_postmeta` VALUES (378,33,'hidden_hh','05');
INSERT INTO `tr_postmeta` VALUES (379,33,'cur_hh','20');
INSERT INTO `tr_postmeta` VALUES (380,33,'hidden_mn','35');
INSERT INTO `tr_postmeta` VALUES (381,33,'cur_mn','55');
INSERT INTO `tr_postmeta` VALUES (382,33,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (383,33,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (384,33,'parent_id','');
INSERT INTO `tr_postmeta` VALUES (385,33,'page_template','default');
INSERT INTO `tr_postmeta` VALUES (386,33,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (387,33,'metakeyselect','#NONE#');
INSERT INTO `tr_postmeta` VALUES (388,33,'metakeyinput','');
INSERT INTO `tr_postmeta` VALUES (389,33,'metavalue','');
INSERT INTO `tr_postmeta` VALUES (390,33,'_ajax_nonce-add-meta','5ebea4e39a');
INSERT INTO `tr_postmeta` VALUES (391,33,'advanced_view','1');
INSERT INTO `tr_postmeta` VALUES (392,33,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (393,33,'ping_status','open');
INSERT INTO `tr_postmeta` VALUES (394,33,'post_name','inquiry');
INSERT INTO `tr_postmeta` VALUES (395,33,'post_author_override','1');
INSERT INTO `tr_postmeta` VALUES (396,33,'pyre_map','');
INSERT INTO `tr_postmeta` VALUES (397,33,'pyre_email','taylorrentalsnashville@gmail.com');
INSERT INTO `tr_postmeta` VALUES (398,33,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (399,33,'ID','33');
INSERT INTO `tr_postmeta` VALUES (400,33,'post_content','[contact-form-7 id=\"105\" title=\"Inquiry\"]');
INSERT INTO `tr_postmeta` VALUES (401,33,'post_parent','0');
INSERT INTO `tr_postmeta` VALUES (402,33,'_edit_lock','1440622457:1');
INSERT INTO `tr_postmeta` VALUES (403,33,'save','Update');
INSERT INTO `tr_postmeta` VALUES (404,33,'meta','a:59:{i:368;a:2:{s:3:\"key\";s:2:\"aa\";s:5:\"value\";s:4:\"2013\";}i:344;a:2:{s:3:\"key\";s:6:\"action\";s:5:\"value\";s:8:\"editpost\";}i:406;a:2:{s:3:\"key\";s:17:\"add_comment_nonce\";s:5:\"value\";s:10:\"935e5094b6\";}i:391;a:2:{s:3:\"key\";s:13:\"advanced_view\";s:5:\"value\";s:1:\"1\";}i:353;a:2:{s:3:\"key\";s:13:\"autosavenonce\";s:5:\"value\";s:10:\"9b6a8fbbd7\";}i:351;a:2:{s:3:\"key\";s:10:\"auto_draft\";s:5:\"value\";s:1:\"1\";}i:355;a:2:{s:3:\"key\";s:20:\"closedpostboxesnonce\";s:5:\"value\";s:10:\"375d125e46\";}i:392;a:2:{s:3:\"key\";s:14:\"comment_status\";s:5:\"value\";s:4:\"open\";}i:358;a:2:{s:3:\"key\";s:7:\"content\";s:5:\"value\";s:41:\"[contact-form-7 id=\"105\" title=\"Inquiry\"]\";}i:377;a:2:{s:3:\"key\";s:6:\"cur_aa\";s:5:\"value\";s:4:\"2015\";}i:379;a:2:{s:3:\"key\";s:6:\"cur_hh\";s:5:\"value\";s:2:\"20\";}i:375;a:2:{s:3:\"key\";s:6:\"cur_jj\";s:5:\"value\";s:2:\"26\";}i:373;a:2:{s:3:\"key\";s:6:\"cur_mm\";s:5:\"value\";s:2:\"08\";}i:381;a:2:{s:3:\"key\";s:6:\"cur_mn\";s:5:\"value\";s:2:\"53\";}i:369;a:2:{s:3:\"key\";s:2:\"hh\";s:5:\"value\";s:2:\"05\";}i:376;a:2:{s:3:\"key\";s:9:\"hidden_aa\";s:5:\"value\";s:4:\"2013\";}i:378;a:2:{s:3:\"key\";s:9:\"hidden_hh\";s:5:\"value\";s:2:\"05\";}i:374;a:2:{s:3:\"key\";s:9:\"hidden_jj\";s:5:\"value\";s:2:\"20\";}i:372;a:2:{s:3:\"key\";s:9:\"hidden_mm\";s:5:\"value\";s:2:\"02\";}i:380;a:2:{s:3:\"key\";s:9:\"hidden_mn\";s:5:\"value\";s:2:\"35\";}i:362;a:2:{s:3:\"key\";s:20:\"hidden_post_password\";s:5:\"value\";s:0:\"\";}i:360;a:2:{s:3:\"key\";s:18:\"hidden_post_status\";s:5:\"value\";s:7:\"publish\";}i:363;a:2:{s:3:\"key\";s:22:\"hidden_post_visibility\";s:5:\"value\";s:6:\"public\";}i:399;a:2:{s:3:\"key\";s:2:\"ID\";s:5:\"value\";s:2:\"33\";}i:367;a:2:{s:3:\"key\";s:2:\"jj\";s:5:\"value\";s:2:\"20\";}i:386;a:2:{s:3:\"key\";s:10:\"menu_order\";s:5:\"value\";s:1:\"0\";}i:354;a:2:{s:3:\"key\";s:20:\"meta-box-order-nonce\";s:5:\"value\";s:10:\"295cb9d10c\";}i:388;a:2:{s:3:\"key\";s:12:\"metakeyinput\";s:5:\"value\";s:0:\"\";}i:387;a:2:{s:3:\"key\";s:13:\"metakeyselect\";s:5:\"value\";s:6:\"#NONE#\";}i:389;a:2:{s:3:\"key\";s:9:\"metavalue\";s:5:\"value\";s:0:\"\";}i:366;a:2:{s:3:\"key\";s:2:\"mm\";s:5:\"value\";s:2:\"02\";}i:370;a:2:{s:3:\"key\";s:2:\"mn\";s:5:\"value\";s:2:\"35\";}i:345;a:2:{s:3:\"key\";s:14:\"originalaction\";s:5:\"value\";s:8:\"editpost\";}i:348;a:2:{s:3:\"key\";s:20:\"original_post_status\";s:5:\"value\";s:7:\"publish\";}i:382;a:2:{s:3:\"key\";s:16:\"original_publish\";s:5:\"value\";s:6:\"Update\";}i:385;a:2:{s:3:\"key\";s:13:\"page_template\";s:5:\"value\";s:11:\"contact.php\";}i:384;a:2:{s:3:\"key\";s:9:\"parent_id\";s:5:\"value\";s:0:\"\";}i:393;a:2:{s:3:\"key\";s:11:\"ping_status\";s:5:\"value\";s:4:\"open\";}i:346;a:2:{s:3:\"key\";s:11:\"post_author\";s:5:\"value\";s:1:\"1\";}i:395;a:2:{s:3:\"key\";s:20:\"post_author_override\";s:5:\"value\";s:1:\"1\";}i:400;a:2:{s:3:\"key\";s:12:\"post_content\";s:5:\"value\";s:41:\"[contact-form-7 id=\"105\" title=\"Inquiry\"]\";}i:352;a:2:{s:3:\"key\";s:7:\"post_ID\";s:5:\"value\";s:2:\"33\";}i:398;a:2:{s:3:\"key\";s:14:\"post_mime_type\";s:5:\"value\";s:0:\"\";}i:394;a:2:{s:3:\"key\";s:9:\"post_name\";s:5:\"value\";s:7:\"inquiry\";}i:401;a:2:{s:3:\"key\";s:11:\"post_parent\";s:5:\"value\";s:1:\"0\";}i:365;a:2:{s:3:\"key\";s:13:\"post_password\";s:5:\"value\";s:0:\"\";}i:361;a:2:{s:3:\"key\";s:11:\"post_status\";s:5:\"value\";s:7:\"publish\";}i:356;a:2:{s:3:\"key\";s:10:\"post_title\";s:5:\"value\";s:7:\"Contact\";}i:347;a:2:{s:3:\"key\";s:9:\"post_type\";s:5:\"value\";s:4:\"page\";}i:383;a:2:{s:3:\"key\";s:7:\"publish\";s:5:\"value\";s:7:\"Publish\";}i:397;a:2:{s:3:\"key\";s:10:\"pyre_email\";s:5:\"value\";s:32:\"taylorrentalsnashville@gmail.com\";}i:396;a:2:{s:3:\"key\";s:8:\"pyre_map\";s:5:\"value\";s:0:\"\";}i:349;a:2:{s:3:\"key\";s:10:\"referredby\";s:5:\"value\";s:66:\"http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page\";}i:357;a:2:{s:3:\"key\";s:20:\"samplepermalinknonce\";s:5:\"value\";s:10:\"5c52d54003\";}i:403;a:2:{s:3:\"key\";s:4:\"save\";s:5:\"value\";s:6:\"Update\";}i:371;a:2:{s:3:\"key\";s:2:\"ss\";s:5:\"value\";s:2:\"36\";}i:343;a:2:{s:3:\"key\";s:7:\"user_ID\";s:5:\"value\";s:1:\"1\";}i:364;a:2:{s:3:\"key\";s:10:\"visibility\";s:5:\"value\";s:6:\"public\";}i:359;a:2:{s:3:\"key\";s:10:\"wp-preview\";s:5:\"value\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (405,33,'_ajax_nonce','944020ef9c');
INSERT INTO `tr_postmeta` VALUES (406,33,'add_comment_nonce','935e5094b6');
INSERT INTO `tr_postmeta` VALUES (407,33,'_ajax_fetch_list_nonce','fbf37a276d');
INSERT INTO `tr_postmeta` VALUES (408,37,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (409,37,'_edit_lock','1440620276:1');
INSERT INTO `tr_postmeta` VALUES (410,37,'_wpnonce','19b38b4a58');
INSERT INTO `tr_postmeta` VALUES (411,37,'_wp_http_referer','/wp-admin/post-new.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (412,37,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (413,37,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (414,37,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (415,37,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (416,37,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (417,37,'original_post_status','auto-draft');
INSERT INTO `tr_postmeta` VALUES (418,37,'referredby','http://taylorrentalsnashville.com/wp-admin/post.php?post=33&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (419,37,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post.php?post=33&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (420,37,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (421,37,'post_ID','37');
INSERT INTO `tr_postmeta` VALUES (422,37,'autosavenonce','237b06830c');
INSERT INTO `tr_postmeta` VALUES (423,37,'meta-box-order-nonce','9fcdba0640');
INSERT INTO `tr_postmeta` VALUES (424,37,'closedpostboxesnonce','4ca1def12d');
INSERT INTO `tr_postmeta` VALUES (425,37,'post_title','Tenant Portal');
INSERT INTO `tr_postmeta` VALUES (426,37,'samplepermalinknonce','0946caf02b');
INSERT INTO `tr_postmeta` VALUES (427,37,'content','');
INSERT INTO `tr_postmeta` VALUES (428,37,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (429,37,'hidden_post_status','draft');
INSERT INTO `tr_postmeta` VALUES (430,37,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (431,37,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (432,37,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (433,37,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (434,37,'post_password','');
INSERT INTO `tr_postmeta` VALUES (435,37,'mm','02');
INSERT INTO `tr_postmeta` VALUES (436,37,'jj','20');
INSERT INTO `tr_postmeta` VALUES (437,37,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (438,37,'hh','05');
INSERT INTO `tr_postmeta` VALUES (439,37,'mn','37');
INSERT INTO `tr_postmeta` VALUES (440,37,'ss','16');
INSERT INTO `tr_postmeta` VALUES (441,37,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (442,37,'cur_mm','02');
INSERT INTO `tr_postmeta` VALUES (443,37,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (444,37,'cur_jj','20');
INSERT INTO `tr_postmeta` VALUES (445,37,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (446,37,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (447,37,'hidden_hh','05');
INSERT INTO `tr_postmeta` VALUES (448,37,'cur_hh','05');
INSERT INTO `tr_postmeta` VALUES (449,37,'hidden_mn','37');
INSERT INTO `tr_postmeta` VALUES (450,37,'cur_mn','37');
INSERT INTO `tr_postmeta` VALUES (451,37,'original_publish','Publish');
INSERT INTO `tr_postmeta` VALUES (452,37,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (453,37,'parent_id','33');
INSERT INTO `tr_postmeta` VALUES (454,37,'page_template','full-width.php');
INSERT INTO `tr_postmeta` VALUES (455,37,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (456,37,'metakeyselect','#NONE#');
INSERT INTO `tr_postmeta` VALUES (457,37,'metakeyinput','');
INSERT INTO `tr_postmeta` VALUES (458,37,'metavalue','');
INSERT INTO `tr_postmeta` VALUES (459,37,'_ajax_nonce-add-meta','fb2c93375f');
INSERT INTO `tr_postmeta` VALUES (460,37,'advanced_view','1');
INSERT INTO `tr_postmeta` VALUES (461,37,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (462,37,'ping_status','open');
INSERT INTO `tr_postmeta` VALUES (463,37,'post_name','');
INSERT INTO `tr_postmeta` VALUES (464,37,'post_author_override','1');
INSERT INTO `tr_postmeta` VALUES (465,37,'pyre_map','');
INSERT INTO `tr_postmeta` VALUES (466,37,'pyre_email','');
INSERT INTO `tr_postmeta` VALUES (467,37,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (468,37,'ID','37');
INSERT INTO `tr_postmeta` VALUES (469,37,'post_content','');
INSERT INTO `tr_postmeta` VALUES (470,37,'post_parent','33');
INSERT INTO `tr_postmeta` VALUES (471,37,'_wp_page_template','full-width.php');
INSERT INTO `tr_postmeta` VALUES (472,2,'_edit_lock','1361338681:1');
INSERT INTO `tr_postmeta` VALUES (473,2,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (474,2,'post_title','Sample Page');
INSERT INTO `tr_postmeta` VALUES (475,2,'post_name','sample-page');
INSERT INTO `tr_postmeta` VALUES (476,2,'mm','02');
INSERT INTO `tr_postmeta` VALUES (477,2,'jj','19');
INSERT INTO `tr_postmeta` VALUES (478,2,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (479,2,'hh','13');
INSERT INTO `tr_postmeta` VALUES (480,2,'mn','38');
INSERT INTO `tr_postmeta` VALUES (481,2,'ss','19');
INSERT INTO `tr_postmeta` VALUES (482,2,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (483,2,'post_password','');
INSERT INTO `tr_postmeta` VALUES (484,2,'post_parent','0');
INSERT INTO `tr_postmeta` VALUES (485,2,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (486,2,'page_template','default');
INSERT INTO `tr_postmeta` VALUES (487,2,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (488,2,'_status','draft');
INSERT INTO `tr_postmeta` VALUES (489,2,'_inline_edit','03e55a9d30');
INSERT INTO `tr_postmeta` VALUES (490,2,'post_view','list');
INSERT INTO `tr_postmeta` VALUES (491,2,'screen','edit-page');
INSERT INTO `tr_postmeta` VALUES (492,2,'action','inline-save');
INSERT INTO `tr_postmeta` VALUES (493,2,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (494,2,'post_ID','2');
INSERT INTO `tr_postmeta` VALUES (495,2,'edit_date','true');
INSERT INTO `tr_postmeta` VALUES (496,2,'post_status','draft');
INSERT INTO `tr_postmeta` VALUES (497,2,'content','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://taylorrentalsnashville.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!');
INSERT INTO `tr_postmeta` VALUES (498,2,'excerpt','');
INSERT INTO `tr_postmeta` VALUES (499,2,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (500,2,'parent_id','0');
INSERT INTO `tr_postmeta` VALUES (501,2,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (502,2,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (503,2,'ID','2');
INSERT INTO `tr_postmeta` VALUES (504,2,'post_content','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://taylorrentalsnashville.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!');
INSERT INTO `tr_postmeta` VALUES (505,2,'post_excerpt','');
INSERT INTO `tr_postmeta` VALUES (506,2,'post_date','2013-02-19 13:38:19');
INSERT INTO `tr_postmeta` VALUES (507,2,'post_date_gmt','2013-02-19 13:38:19');
INSERT INTO `tr_postmeta` VALUES (508,40,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (509,40,'_edit_lock','1361338648:1');
INSERT INTO `tr_postmeta` VALUES (510,40,'_wpnonce','f480c8ef25');
INSERT INTO `tr_postmeta` VALUES (511,40,'_wp_http_referer','/wp-admin/post-new.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (512,40,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (513,40,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (514,40,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (515,40,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (516,40,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (517,40,'original_post_status','auto-draft');
INSERT INTO `tr_postmeta` VALUES (518,40,'referredby','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (519,40,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (520,40,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (521,40,'post_ID','40');
INSERT INTO `tr_postmeta` VALUES (522,40,'autosavenonce','237b06830c');
INSERT INTO `tr_postmeta` VALUES (523,40,'meta-box-order-nonce','9fcdba0640');
INSERT INTO `tr_postmeta` VALUES (524,40,'closedpostboxesnonce','4ca1def12d');
INSERT INTO `tr_postmeta` VALUES (525,40,'post_title','Rental Application');
INSERT INTO `tr_postmeta` VALUES (526,40,'samplepermalinknonce','0946caf02b');
INSERT INTO `tr_postmeta` VALUES (527,40,'content','');
INSERT INTO `tr_postmeta` VALUES (528,40,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (529,40,'hidden_post_status','draft');
INSERT INTO `tr_postmeta` VALUES (530,40,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (531,40,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (532,40,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (533,40,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (534,40,'post_password','');
INSERT INTO `tr_postmeta` VALUES (535,40,'mm','02');
INSERT INTO `tr_postmeta` VALUES (536,40,'jj','20');
INSERT INTO `tr_postmeta` VALUES (537,40,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (538,40,'hh','05');
INSERT INTO `tr_postmeta` VALUES (539,40,'mn','38');
INSERT INTO `tr_postmeta` VALUES (540,40,'ss','49');
INSERT INTO `tr_postmeta` VALUES (541,40,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (542,40,'cur_mm','02');
INSERT INTO `tr_postmeta` VALUES (543,40,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (544,40,'cur_jj','20');
INSERT INTO `tr_postmeta` VALUES (545,40,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (546,40,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (547,40,'hidden_hh','05');
INSERT INTO `tr_postmeta` VALUES (548,40,'cur_hh','05');
INSERT INTO `tr_postmeta` VALUES (549,40,'hidden_mn','38');
INSERT INTO `tr_postmeta` VALUES (550,40,'cur_mn','38');
INSERT INTO `tr_postmeta` VALUES (551,40,'original_publish','Publish');
INSERT INTO `tr_postmeta` VALUES (552,40,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (553,40,'parent_id','33');
INSERT INTO `tr_postmeta` VALUES (554,40,'page_template','default');
INSERT INTO `tr_postmeta` VALUES (555,40,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (556,40,'metakeyselect','#NONE#');
INSERT INTO `tr_postmeta` VALUES (557,40,'metakeyinput','');
INSERT INTO `tr_postmeta` VALUES (558,40,'metavalue','');
INSERT INTO `tr_postmeta` VALUES (559,40,'_ajax_nonce-add-meta','fb2c93375f');
INSERT INTO `tr_postmeta` VALUES (560,40,'advanced_view','1');
INSERT INTO `tr_postmeta` VALUES (561,40,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (562,40,'ping_status','open');
INSERT INTO `tr_postmeta` VALUES (563,40,'post_name','');
INSERT INTO `tr_postmeta` VALUES (564,40,'post_author_override','1');
INSERT INTO `tr_postmeta` VALUES (565,40,'pyre_map','');
INSERT INTO `tr_postmeta` VALUES (566,40,'pyre_email','');
INSERT INTO `tr_postmeta` VALUES (567,40,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (568,40,'ID','40');
INSERT INTO `tr_postmeta` VALUES (569,40,'post_content','');
INSERT INTO `tr_postmeta` VALUES (570,40,'post_parent','33');
INSERT INTO `tr_postmeta` VALUES (571,40,'_wp_page_template','default');
INSERT INTO `tr_postmeta` VALUES (631,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:356;s:4:\"file\";s:36:\"2013/02/summitridge-livingroom01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"summitridge-livingroom01-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"summitridge-livingroom01-1024x325.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-898x315.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-900x356.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-single\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-880x356.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:36:\"summitridge-livingroom01-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (630,51,'_wp_attached_file','2013/02/summitridge-livingroom01.jpg');
INSERT INTO `tr_postmeta` VALUES (629,50,'_edit_lock','1397763904:1');
INSERT INTO `tr_postmeta` VALUES (628,50,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (581,43,'_menu_item_type','post_type');
INSERT INTO `tr_postmeta` VALUES (582,43,'_menu_item_menu_item_parent','0');
INSERT INTO `tr_postmeta` VALUES (583,43,'_menu_item_object_id','33');
INSERT INTO `tr_postmeta` VALUES (584,43,'_menu_item_object','page');
INSERT INTO `tr_postmeta` VALUES (585,43,'_menu_item_target','');
INSERT INTO `tr_postmeta` VALUES (586,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `tr_postmeta` VALUES (587,43,'_menu_item_xfn','');
INSERT INTO `tr_postmeta` VALUES (588,43,'_menu_item_url','');
INSERT INTO `tr_postmeta` VALUES (1116,98,'referredby','http://taylorrentalsnashville.com/wp-admin/edit.php?post_type=page');
INSERT INTO `tr_postmeta` VALUES (1115,98,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1114,98,'post_type','page');
INSERT INTO `tr_postmeta` VALUES (1113,98,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (1112,98,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (1111,98,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (1110,98,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (1109,98,'_wp_http_referer','/wp-admin/post.php?post=98&action=edit');
INSERT INTO `tr_postmeta` VALUES (1108,98,'_wpnonce','00e5289581');
INSERT INTO `tr_postmeta` VALUES (1107,98,'_edit_lock','1440621236:1');
INSERT INTO `tr_postmeta` VALUES (1106,98,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (762,68,'samplepermalinknonce','efd83cf108');
INSERT INTO `tr_postmeta` VALUES (619,49,'_menu_item_type','custom');
INSERT INTO `tr_postmeta` VALUES (620,49,'_menu_item_menu_item_parent','0');
INSERT INTO `tr_postmeta` VALUES (621,49,'_menu_item_object_id','49');
INSERT INTO `tr_postmeta` VALUES (622,49,'_menu_item_object','custom');
INSERT INTO `tr_postmeta` VALUES (623,49,'_menu_item_target','');
INSERT INTO `tr_postmeta` VALUES (624,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `tr_postmeta` VALUES (625,49,'_menu_item_xfn','');
INSERT INTO `tr_postmeta` VALUES (626,49,'_menu_item_url','http://taylorrentalsnashville.com/?post_type=property');
INSERT INTO `tr_postmeta` VALUES (632,50,'_thumbnail_id','51');
INSERT INTO `tr_postmeta` VALUES (633,50,'_wpnonce','6f7ac5bb57');
INSERT INTO `tr_postmeta` VALUES (634,50,'_wp_http_referer','/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (635,50,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (636,50,'action','inline-save');
INSERT INTO `tr_postmeta` VALUES (637,50,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (638,50,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (639,50,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (640,50,'original_post_status','auto-draft');
INSERT INTO `tr_postmeta` VALUES (641,50,'referredby','http://taylorrentalsnashville.com/wp-admin/themes.php?page=options-framework');
INSERT INTO `tr_postmeta` VALUES (642,50,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/themes.php?page=options-framework');
INSERT INTO `tr_postmeta` VALUES (643,50,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (644,50,'post_ID','50');
INSERT INTO `tr_postmeta` VALUES (645,50,'autosavenonce','237b06830c');
INSERT INTO `tr_postmeta` VALUES (646,50,'meta-box-order-nonce','9fcdba0640');
INSERT INTO `tr_postmeta` VALUES (647,50,'closedpostboxesnonce','4ca1def12d');
INSERT INTO `tr_postmeta` VALUES (648,50,'post_title','225 Summit Ridge Road');
INSERT INTO `tr_postmeta` VALUES (649,50,'samplepermalinknonce','0946caf02b');
INSERT INTO `tr_postmeta` VALUES (650,50,'content','Autem vel eum iriure dolor in hendrerit in, vulputate velit esse molestie consequat vel. Augue duis dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option. Ex ea commodo consequat duis illum dolore eu feugiat nulla. Quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas humanitatis per? Claritatem insitam est, usus legentis in iis qui facit. Quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip.\r\n\r\nSit amet consectetuer adipiscing elit sed diam nonummy nibh. Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi. Quam nunc putamus parum claram anteposuerit litterarum qui nunc nobis videntur parum clari fiant sollemnes in.');
INSERT INTO `tr_postmeta` VALUES (651,50,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (652,50,'hidden_post_status','draft');
INSERT INTO `tr_postmeta` VALUES (653,50,'post_status','draft');
INSERT INTO `tr_postmeta` VALUES (654,50,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (655,50,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (656,50,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (657,50,'post_password','');
INSERT INTO `tr_postmeta` VALUES (658,50,'mm','02');
INSERT INTO `tr_postmeta` VALUES (659,50,'jj','20');
INSERT INTO `tr_postmeta` VALUES (660,50,'aa','2013');
INSERT INTO `tr_postmeta` VALUES (661,50,'hh','06');
INSERT INTO `tr_postmeta` VALUES (662,50,'mn','23');
INSERT INTO `tr_postmeta` VALUES (663,50,'ss','09');
INSERT INTO `tr_postmeta` VALUES (664,50,'hidden_mm','02');
INSERT INTO `tr_postmeta` VALUES (665,50,'cur_mm','02');
INSERT INTO `tr_postmeta` VALUES (666,50,'hidden_jj','20');
INSERT INTO `tr_postmeta` VALUES (667,50,'cur_jj','20');
INSERT INTO `tr_postmeta` VALUES (668,50,'hidden_aa','2013');
INSERT INTO `tr_postmeta` VALUES (669,50,'cur_aa','2013');
INSERT INTO `tr_postmeta` VALUES (670,50,'hidden_hh','06');
INSERT INTO `tr_postmeta` VALUES (671,50,'cur_hh','06');
INSERT INTO `tr_postmeta` VALUES (672,50,'hidden_mn','16');
INSERT INTO `tr_postmeta` VALUES (673,50,'cur_mn','16');
INSERT INTO `tr_postmeta` VALUES (674,50,'original_publish','Publish');
INSERT INTO `tr_postmeta` VALUES (675,50,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (676,50,'tax_input','a:1:{s:13:\"property_type\";a:2:{i:0;s:1:\"0\";i:1;s:2:\"11\";}}');
INSERT INTO `tr_postmeta` VALUES (677,50,'newproperty_type','');
INSERT INTO `tr_postmeta` VALUES (678,50,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (679,50,'_ajax_nonce-add-property_type','aca237742e');
INSERT INTO `tr_postmeta` VALUES (680,50,'post_name','225-summit-ridge-road');
INSERT INTO `tr_postmeta` VALUES (681,50,'pyre_full_address','225 Summit Ridge Dr, Nashville, TN 37215');
INSERT INTO `tr_postmeta` VALUES (682,50,'pyre_address','225 Summit Ridge');
INSERT INTO `tr_postmeta` VALUES (683,50,'pyre_city','Nashville');
INSERT INTO `tr_postmeta` VALUES (684,50,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (685,50,'pyre_zip','37215');
INSERT INTO `tr_postmeta` VALUES (686,50,'pyre_price','500');
INSERT INTO `tr_postmeta` VALUES (687,50,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (688,50,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (689,50,'pyre_bedrooms','1');
INSERT INTO `tr_postmeta` VALUES (690,50,'pyre_bathrooms','1');
INSERT INTO `tr_postmeta` VALUES (691,50,'pyre_garage','');
INSERT INTO `tr_postmeta` VALUES (692,50,'pyre_size','716');
INSERT INTO `tr_postmeta` VALUES (693,50,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (694,50,'pyre_built','1978');
INSERT INTO `tr_postmeta` VALUES (695,50,'pyre_no_agent','');
INSERT INTO `tr_postmeta` VALUES (696,50,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (697,50,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (698,50,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (699,50,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (700,50,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (701,50,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (702,50,'ID','50');
INSERT INTO `tr_postmeta` VALUES (703,50,'post_content','Autem vel eum iriure dolor in hendrerit in, vulputate velit esse molestie consequat vel. Augue duis dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option. Ex ea commodo consequat duis illum dolore eu feugiat nulla. Quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas humanitatis per? Claritatem insitam est, usus legentis in iis qui facit. Quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip.\r\n\r\nSit amet consectetuer adipiscing elit sed diam nonummy nibh. Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi. Quam nunc putamus parum claram anteposuerit litterarum qui nunc nobis videntur parum clari fiant sollemnes in.');
INSERT INTO `tr_postmeta` VALUES (704,50,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (705,50,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (706,53,'_wp_attached_file','2013/02/2134nashboro-patio.jpg');
INSERT INTO `tr_postmeta` VALUES (707,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2013/02/2134nashboro-patio.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:30:\"2134nashboro-patio-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (708,54,'_wp_attached_file','2013/02/2134nashboro-master.jpg');
INSERT INTO `tr_postmeta` VALUES (709,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:31:\"2013/02/2134nashboro-master.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:31:\"2134nashboro-master-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (710,55,'_wp_attached_file','2013/02/2134nashboro-kitchen.jpg');
INSERT INTO `tr_postmeta` VALUES (711,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:32:\"2013/02/2134nashboro-kitchen.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-kitchen-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (712,56,'_wp_attached_file','2013/02/2134nashboro-living1.jpg');
INSERT INTO `tr_postmeta` VALUES (713,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:32:\"2013/02/2134nashboro-living1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:32:\"2134nashboro-living1-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (714,57,'_wp_attached_file','2013/02/2134nashboro-ext.jpg');
INSERT INTO `tr_postmeta` VALUES (715,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:28:\"2013/02/2134nashboro-ext.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:28:\"2134nashboro-ext-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (716,20,'save','Update');
INSERT INTO `tr_postmeta` VALUES (717,58,'_wp_attached_file','2013/02/sheltonrd-kitchen.jpg');
INSERT INTO `tr_postmeta` VALUES (718,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2013/02/sheltonrd-kitchen.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-150x150.jpg\";s:5:\"width\";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:\"sheltonrd-kitchen-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:29:\"sheltonrd-kitchen-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (719,59,'_wp_attached_file','2013/02/sheltonupstairs.jpg');
INSERT INTO `tr_postmeta` VALUES (720,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2013/02/sheltonupstairs.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-640x315.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:27:\"sheltonupstairs-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (722,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:258;s:4:\"file\";s:25:\"2013/02/trlogo-retina.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-438x246.png\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-575x258.png\";s:5:\"width\";i:575;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-290x120.png\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:25:\"trlogo-retina-200x109.png\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (723,61,'_wp_attached_file','2013/02/logo-tr.png');
INSERT INTO `tr_postmeta` VALUES (724,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:150;s:4:\"file\";s:19:\"2013/02/logo-tr.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-tr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-tr-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:19:\"logo-tr-290x120.png\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:19:\"logo-tr-200x109.png\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (725,62,'_wp_attached_file','2013/02/favicon.ico');
INSERT INTO `tr_postmeta` VALUES (768,68,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (769,68,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (770,68,'post_password','');
INSERT INTO `tr_postmeta` VALUES (771,68,'mm','04');
INSERT INTO `tr_postmeta` VALUES (772,68,'jj','17');
INSERT INTO `tr_postmeta` VALUES (773,68,'aa','2014');
INSERT INTO `tr_postmeta` VALUES (774,68,'hh','21');
INSERT INTO `tr_postmeta` VALUES (775,68,'mn','17');
INSERT INTO `tr_postmeta` VALUES (776,68,'ss','48');
INSERT INTO `tr_postmeta` VALUES (777,68,'hidden_mm','04');
INSERT INTO `tr_postmeta` VALUES (778,68,'cur_mm','04');
INSERT INTO `tr_postmeta` VALUES (779,68,'hidden_jj','17');
INSERT INTO `tr_postmeta` VALUES (780,68,'cur_jj','17');
INSERT INTO `tr_postmeta` VALUES (781,68,'hidden_aa','2014');
INSERT INTO `tr_postmeta` VALUES (782,68,'cur_aa','2014');
INSERT INTO `tr_postmeta` VALUES (783,68,'hidden_hh','21');
INSERT INTO `tr_postmeta` VALUES (784,68,'cur_hh','21');
INSERT INTO `tr_postmeta` VALUES (785,68,'hidden_mn','17');
INSERT INTO `tr_postmeta` VALUES (786,68,'cur_mn','18');
INSERT INTO `tr_postmeta` VALUES (787,68,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (788,68,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (789,68,'tax_input','a:1:{s:13:\"property_type\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"7\";i:2;s:2:\"10\";}}');
INSERT INTO `tr_postmeta` VALUES (790,68,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (791,68,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (792,68,'_ajax_nonce-add-property_type','d48f03759d');
INSERT INTO `tr_postmeta` VALUES (793,68,'post_name','8251-rossi-rd-brentwood-tn-37027');
INSERT INTO `tr_postmeta` VALUES (794,68,'pyre_full_address','8251 Rossi Rd, Brentwood, TN 37027');
INSERT INTO `tr_postmeta` VALUES (795,68,'pyre_address','8251 Rossi Rd');
INSERT INTO `tr_postmeta` VALUES (796,68,'pyre_city','Brentwood');
INSERT INTO `tr_postmeta` VALUES (797,68,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (798,68,'pyre_zip','37027');
INSERT INTO `tr_postmeta` VALUES (799,68,'pyre_price','1450');
INSERT INTO `tr_postmeta` VALUES (800,68,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (801,68,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (802,68,'pyre_bedrooms','3');
INSERT INTO `tr_postmeta` VALUES (803,68,'pyre_bathrooms','3');
INSERT INTO `tr_postmeta` VALUES (804,68,'pyre_garage','2');
INSERT INTO `tr_postmeta` VALUES (805,68,'pyre_size','1574');
INSERT INTO `tr_postmeta` VALUES (806,68,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (807,68,'pyre_built','2006');
INSERT INTO `tr_postmeta` VALUES (808,68,'pyre_no_agent','True');
INSERT INTO `tr_postmeta` VALUES (809,68,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (810,68,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (811,68,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (812,68,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (813,68,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (814,68,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (815,68,'ID','68');
INSERT INTO `tr_postmeta` VALUES (816,68,'post_content','[slider][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][/slider]');
INSERT INTO `tr_postmeta` VALUES (817,68,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (818,68,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (820,69,'_wp_attached_file','2014/04/00F0F_3vpdZuCTidU_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (821,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00F0F_3vpdZuCTidU_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-150x150.jpg\";s:5:\"width\";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:\"00F0F_3vpdZuCTidU_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00F0F_3vpdZuCTidU_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (822,70,'_wp_attached_file','2014/04/00K0K_gXrPmRboLc0_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (823,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00K0K_gXrPmRboLc0_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-150x150.jpg\";s:5:\"width\";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:\"00K0K_gXrPmRboLc0_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00K0K_gXrPmRboLc0_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (824,71,'_wp_attached_file','2014/04/00R0R_2FPWQLyQw5b_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (825,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00R0R_2FPWQLyQw5b_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-150x150.jpg\";s:5:\"width\";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:\"00R0R_2FPWQLyQw5b_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00R0R_2FPWQLyQw5b_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (826,72,'_wp_attached_file','2014/04/00s0s_VG84agNwx2_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (827,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2014/04/00s0s_VG84agNwx2_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-150x150.jpg\";s:5:\"width\";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:\"00s0s_VG84agNwx2_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:36:\"00s0s_VG84agNwx2_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (828,73,'_wp_attached_file','2014/04/00808_fDc8WRpSfeW_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (829,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:37:\"2014/04/00808_fDc8WRpSfeW_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00808_fDc8WRpSfeW_600x450-150x150.jpg\";s:5:\"width\";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:\"00808_fDc8WRpSfeW_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00808_fDc8WRpSfeW_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00808_fDc8WRpSfeW_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00808_fDc8WRpSfeW_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (830,68,'_thumbnail_id','73');
INSERT INTO `tr_postmeta` VALUES (831,74,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (832,74,'_edit_lock','1397770781:1');
INSERT INTO `tr_postmeta` VALUES (833,75,'_wp_attached_file','2014/04/00a0a_5CsMlkVQ0M8_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (834,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00a0a_5CsMlkVQ0M8_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-150x150.jpg\";s:5:\"width\";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:\"00a0a_5CsMlkVQ0M8_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_5CsMlkVQ0M8_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (835,76,'_wp_attached_file','2014/04/00a0a_iPgd4vzsPD0_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (836,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00a0a_iPgd4vzsPD0_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-150x150.jpg\";s:5:\"width\";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:\"00a0a_iPgd4vzsPD0_600x450-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-300x315.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-300x436.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-300x325.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_iPgd4vzsPD0_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (837,77,'_wp_attached_file','2014/04/00M0M_cFEiK3LeUId_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (838,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00M0M_cFEiK3LeUId_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-150x150.jpg\";s:5:\"width\";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:\"00M0M_cFEiK3LeUId_600x450-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-300x315.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-300x436.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-300x325.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_cFEiK3LeUId_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (839,78,'_wp_attached_file','2014/04/00M0M_gPnV6GO0NGE_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (840,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00M0M_gPnV6GO0NGE_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-150x150.jpg\";s:5:\"width\";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:\"00M0M_gPnV6GO0NGE_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00M0M_gPnV6GO0NGE_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (841,79,'_wp_attached_file','2014/04/00Q0Q_4vrEl4haHc4_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (842,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00Q0Q_4vrEl4haHc4_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-150x150.jpg\";s:5:\"width\";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:\"00Q0Q_4vrEl4haHc4_600x450-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-300x315.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-300x436.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-300x325.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00Q0Q_4vrEl4haHc4_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (843,80,'_wp_attached_file','2014/04/00T0T_fw4CNEDOFni_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (844,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00T0T_fw4CNEDOFni_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-150x150.jpg\";s:5:\"width\";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:\"00T0T_fw4CNEDOFni_600x450-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-300x315.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-300x436.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-300x325.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00T0T_fw4CNEDOFni_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (845,81,'_wp_attached_file','2014/04/00v0v_4vpaNT47qzx_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (846,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00v0v_4vpaNT47qzx_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-150x150.jpg\";s:5:\"width\";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:\"00v0v_4vpaNT47qzx_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00v0v_4vpaNT47qzx_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (847,82,'_wp_attached_file','2014/04/00909_1JLU7iNwNN2_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (848,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2014/04/00909_1JLU7iNwNN2_600x450.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-150x150.jpg\";s:5:\"width\";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:\"00909_1JLU7iNwNN2_600x450-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-300x315.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-300x436.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-300x325.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"property-main\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00909_1JLU7iNwNN2_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (849,74,'_thumbnail_id','82');
INSERT INTO `tr_postmeta` VALUES (850,74,'_wpnonce','c609b736a7');
INSERT INTO `tr_postmeta` VALUES (851,74,'_wp_http_referer','/wp-admin/post.php?post=74&action=edit&message=6');
INSERT INTO `tr_postmeta` VALUES (852,74,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (853,74,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (854,74,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (855,74,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (856,74,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (857,74,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (858,74,'referredby','http://taylorrentalsnashville.com/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (859,74,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (860,74,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (861,74,'post_ID','74');
INSERT INTO `tr_postmeta` VALUES (862,74,'autosavenonce','5c5e06f617');
INSERT INTO `tr_postmeta` VALUES (863,74,'meta-box-order-nonce','afca50bbf3');
INSERT INTO `tr_postmeta` VALUES (864,74,'closedpostboxesnonce','03959964f1');
INSERT INTO `tr_postmeta` VALUES (865,74,'post_title','Townhome Available 5/1');
INSERT INTO `tr_postmeta` VALUES (866,74,'samplepermalinknonce','efd83cf108');
INSERT INTO `tr_postmeta` VALUES (867,74,'content','');
INSERT INTO `tr_postmeta` VALUES (868,74,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (869,74,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (870,74,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (871,74,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (872,74,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (873,74,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (874,74,'post_password','');
INSERT INTO `tr_postmeta` VALUES (875,74,'mm','04');
INSERT INTO `tr_postmeta` VALUES (876,74,'jj','17');
INSERT INTO `tr_postmeta` VALUES (877,74,'aa','2014');
INSERT INTO `tr_postmeta` VALUES (878,74,'hh','21');
INSERT INTO `tr_postmeta` VALUES (879,74,'mn','31');
INSERT INTO `tr_postmeta` VALUES (880,74,'ss','23');
INSERT INTO `tr_postmeta` VALUES (881,74,'hidden_mm','04');
INSERT INTO `tr_postmeta` VALUES (882,74,'cur_mm','04');
INSERT INTO `tr_postmeta` VALUES (883,74,'hidden_jj','17');
INSERT INTO `tr_postmeta` VALUES (884,74,'cur_jj','17');
INSERT INTO `tr_postmeta` VALUES (885,74,'hidden_aa','2014');
INSERT INTO `tr_postmeta` VALUES (886,74,'cur_aa','2014');
INSERT INTO `tr_postmeta` VALUES (887,74,'hidden_hh','21');
INSERT INTO `tr_postmeta` VALUES (888,74,'cur_hh','21');
INSERT INTO `tr_postmeta` VALUES (889,74,'hidden_mn','31');
INSERT INTO `tr_postmeta` VALUES (890,74,'cur_mn','31');
INSERT INTO `tr_postmeta` VALUES (891,74,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (892,74,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (893,74,'tax_input','a:1:{s:13:\"property_type\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"7\";i:2;s:1:\"6\";}}');
INSERT INTO `tr_postmeta` VALUES (894,74,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (895,74,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (896,74,'_ajax_nonce-add-property_type','d48f03759d');
INSERT INTO `tr_postmeta` VALUES (897,74,'post_name','townhome-available-51');
INSERT INTO `tr_postmeta` VALUES (898,74,'pyre_full_address','1917 Nashboro Blvd, Nashville, TN 37217');
INSERT INTO `tr_postmeta` VALUES (899,74,'pyre_address','1917 Nashboro Blvd');
INSERT INTO `tr_postmeta` VALUES (900,74,'pyre_city','Nashville');
INSERT INTO `tr_postmeta` VALUES (901,74,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (902,74,'pyre_zip','37217');
INSERT INTO `tr_postmeta` VALUES (903,74,'pyre_price','1075');
INSERT INTO `tr_postmeta` VALUES (904,74,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (905,74,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (906,74,'pyre_bedrooms','2');
INSERT INTO `tr_postmeta` VALUES (907,74,'pyre_bathrooms','2.5');
INSERT INTO `tr_postmeta` VALUES (908,74,'pyre_garage','');
INSERT INTO `tr_postmeta` VALUES (909,74,'pyre_size','1280');
INSERT INTO `tr_postmeta` VALUES (910,74,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (911,74,'pyre_built','');
INSERT INTO `tr_postmeta` VALUES (912,74,'pyre_no_agent','True');
INSERT INTO `tr_postmeta` VALUES (913,74,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (914,74,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (915,74,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (916,74,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (917,74,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (918,74,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (919,74,'ID','74');
INSERT INTO `tr_postmeta` VALUES (920,74,'post_content','');
INSERT INTO `tr_postmeta` VALUES (921,74,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (922,74,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (923,74,'save','Update');
INSERT INTO `tr_postmeta` VALUES (924,83,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (925,83,'_edit_lock','1397770903:1');
INSERT INTO `tr_postmeta` VALUES (926,84,'_wp_attached_file','2014/04/00a0a_lNJyfNbP7A4_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (927,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/00a0a_lNJyfNbP7A4_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00a0a_lNJyfNbP7A4_600x450-150x150.jpg\";s:5:\"width\";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:\"00a0a_lNJyfNbP7A4_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_lNJyfNbP7A4_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_lNJyfNbP7A4_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00a0a_lNJyfNbP7A4_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (928,85,'_wp_attached_file','2014/04/00g0g_lDgUK8Rx3km_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (929,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/00g0g_lDgUK8Rx3km_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00g0g_lDgUK8Rx3km_600x450-150x150.jpg\";s:5:\"width\";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:\"00g0g_lDgUK8Rx3km_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00g0g_lDgUK8Rx3km_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00g0g_lDgUK8Rx3km_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00g0g_lDgUK8Rx3km_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (930,86,'_wp_attached_file','2014/04/00N0N_eF6E3ZusMlF_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (931,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/00N0N_eF6E3ZusMlF_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00N0N_eF6E3ZusMlF_600x450-150x150.jpg\";s:5:\"width\";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:\"00N0N_eF6E3ZusMlF_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00N0N_eF6E3ZusMlF_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00N0N_eF6E3ZusMlF_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00N0N_eF6E3ZusMlF_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (932,87,'_wp_attached_file','2014/04/00x0x_bMcozYoFcyq_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (933,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/00x0x_bMcozYoFcyq_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00x0x_bMcozYoFcyq_600x450-150x150.jpg\";s:5:\"width\";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:\"00x0x_bMcozYoFcyq_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00x0x_bMcozYoFcyq_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00x0x_bMcozYoFcyq_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00x0x_bMcozYoFcyq_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (934,88,'_wp_attached_file','2014/04/01515_k3F7LVa5C3K_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (935,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/01515_k3F7LVa5C3K_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"01515_k3F7LVa5C3K_600x450-150x150.jpg\";s:5:\"width\";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:\"01515_k3F7LVa5C3K_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"01515_k3F7LVa5C3K_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"01515_k3F7LVa5C3K_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"01515_k3F7LVa5C3K_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (936,89,'_wp_attached_file','2014/04/01616_1zYTELmtTgw_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (937,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2014/04/01616_1zYTELmtTgw_600x450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"01616_1zYTELmtTgw_600x450-150x150.jpg\";s:5:\"width\";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:\"01616_1zYTELmtTgw_600x450-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"01616_1zYTELmtTgw_600x450-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"01616_1zYTELmtTgw_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"01616_1zYTELmtTgw_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (938,83,'_thumbnail_id','88');
INSERT INTO `tr_postmeta` VALUES (939,83,'_wpnonce','931c2bb5c1');
INSERT INTO `tr_postmeta` VALUES (940,83,'_wp_http_referer','/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (941,83,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (942,83,'action','inline-save');
INSERT INTO `tr_postmeta` VALUES (943,83,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (944,83,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (945,83,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (946,83,'original_post_status','auto-draft');
INSERT INTO `tr_postmeta` VALUES (947,83,'referredby','http://taylorrentalsnashville.com/wp-admin/post.php?post=74&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (948,83,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post.php?post=74&action=edit&message=1');
INSERT INTO `tr_postmeta` VALUES (949,83,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (950,83,'post_ID','83');
INSERT INTO `tr_postmeta` VALUES (951,83,'autosavenonce','5c5e06f617');
INSERT INTO `tr_postmeta` VALUES (952,83,'meta-box-order-nonce','afca50bbf3');
INSERT INTO `tr_postmeta` VALUES (953,83,'closedpostboxesnonce','03959964f1');
INSERT INTO `tr_postmeta` VALUES (954,83,'post_title','Great Home in Smyrna');
INSERT INTO `tr_postmeta` VALUES (955,83,'samplepermalinknonce','efd83cf108');
INSERT INTO `tr_postmeta` VALUES (956,83,'content','');
INSERT INTO `tr_postmeta` VALUES (957,83,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (958,83,'hidden_post_status','draft');
INSERT INTO `tr_postmeta` VALUES (959,83,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (960,83,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (961,83,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (962,83,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (963,83,'post_password','');
INSERT INTO `tr_postmeta` VALUES (964,83,'mm','04');
INSERT INTO `tr_postmeta` VALUES (965,83,'jj','17');
INSERT INTO `tr_postmeta` VALUES (966,83,'aa','2014');
INSERT INTO `tr_postmeta` VALUES (967,83,'hh','21');
INSERT INTO `tr_postmeta` VALUES (968,83,'mn','40');
INSERT INTO `tr_postmeta` VALUES (969,83,'ss','55');
INSERT INTO `tr_postmeta` VALUES (970,83,'hidden_mm','04');
INSERT INTO `tr_postmeta` VALUES (971,83,'cur_mm','04');
INSERT INTO `tr_postmeta` VALUES (972,83,'hidden_jj','17');
INSERT INTO `tr_postmeta` VALUES (973,83,'cur_jj','17');
INSERT INTO `tr_postmeta` VALUES (974,83,'hidden_aa','2014');
INSERT INTO `tr_postmeta` VALUES (975,83,'cur_aa','2014');
INSERT INTO `tr_postmeta` VALUES (976,83,'hidden_hh','21');
INSERT INTO `tr_postmeta` VALUES (977,83,'cur_hh','21');
INSERT INTO `tr_postmeta` VALUES (978,83,'hidden_mn','37');
INSERT INTO `tr_postmeta` VALUES (979,83,'cur_mn','37');
INSERT INTO `tr_postmeta` VALUES (980,83,'original_publish','Publish');
INSERT INTO `tr_postmeta` VALUES (981,83,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (982,83,'tax_input','a:1:{s:13:\"property_type\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"6\";i:2;s:1:\"3\";}}');
INSERT INTO `tr_postmeta` VALUES (983,83,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (984,83,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (985,83,'_ajax_nonce-add-property_type','d48f03759d');
INSERT INTO `tr_postmeta` VALUES (986,83,'post_name','great-home-in-smyrna');
INSERT INTO `tr_postmeta` VALUES (987,83,'pyre_full_address','8011 Westfork Drive, Smyrna TN, 37167');
INSERT INTO `tr_postmeta` VALUES (988,83,'pyre_address','8011 Westfork Drive');
INSERT INTO `tr_postmeta` VALUES (989,83,'pyre_city','Smyrna');
INSERT INTO `tr_postmeta` VALUES (990,83,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (991,83,'pyre_zip','37167');
INSERT INTO `tr_postmeta` VALUES (992,83,'pyre_price','1200');
INSERT INTO `tr_postmeta` VALUES (993,83,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (994,83,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (995,83,'pyre_bedrooms','3');
INSERT INTO `tr_postmeta` VALUES (996,83,'pyre_bathrooms','2');
INSERT INTO `tr_postmeta` VALUES (997,83,'pyre_garage','1');
INSERT INTO `tr_postmeta` VALUES (998,83,'pyre_size','1242');
INSERT INTO `tr_postmeta` VALUES (999,83,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (1000,83,'pyre_built','');
INSERT INTO `tr_postmeta` VALUES (1001,83,'pyre_no_agent','True');
INSERT INTO `tr_postmeta` VALUES (1002,83,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (1003,83,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (1004,83,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (1005,83,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (1006,83,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (1007,83,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (1008,83,'ID','83');
INSERT INTO `tr_postmeta` VALUES (1009,83,'post_content','');
INSERT INTO `tr_postmeta` VALUES (1010,83,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (1011,83,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (1012,83,'_status','publish');
INSERT INTO `tr_postmeta` VALUES (1013,83,'_inline_edit','6f350ef955');
INSERT INTO `tr_postmeta` VALUES (1014,83,'post_view','list');
INSERT INTO `tr_postmeta` VALUES (1015,83,'screen','edit-property');
INSERT INTO `tr_postmeta` VALUES (1016,83,'edit_date','true');
INSERT INTO `tr_postmeta` VALUES (1017,83,'excerpt','');
INSERT INTO `tr_postmeta` VALUES (1018,83,'post_excerpt','');
INSERT INTO `tr_postmeta` VALUES (1019,83,'post_date','2014-04-17 21:40:55');
INSERT INTO `tr_postmeta` VALUES (1020,83,'post_date_gmt','2014-04-17 21:40:55');
INSERT INTO `tr_postmeta` VALUES (1021,91,'_edit_last','1');
INSERT INTO `tr_postmeta` VALUES (1022,91,'_edit_lock','1397771030:1');
INSERT INTO `tr_postmeta` VALUES (1023,92,'_wp_attached_file','2014/04/00c0c_89yO7zDMCDb_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (1024,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00c0c_89yO7zDMCDb_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-150x150.jpg\";s:5:\"width\";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:\"00c0c_89yO7zDMCDb_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00c0c_89yO7zDMCDb_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (1025,93,'_wp_attached_file','2014/04/00m0m_gmVSj1U8Mmd_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (1026,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00m0m_gmVSj1U8Mmd_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-150x150.jpg\";s:5:\"width\";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:\"00m0m_gmVSj1U8Mmd_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00m0m_gmVSj1U8Mmd_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (1027,94,'_wp_attached_file','2014/04/00909_7youijSgbEl_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (1028,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00909_7youijSgbEl_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-150x150.jpg\";s:5:\"width\";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:\"00909_7youijSgbEl_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00909_7youijSgbEl_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (1029,95,'_wp_attached_file','2014/04/00909_ibK0lRp9MMF_600x450.jpg');
INSERT INTO `tr_postmeta` VALUES (1030,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/04/00909_ibK0lRp9MMF_600x450.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-150x150.jpg\";s:5:\"width\";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:\"00909_ibK0lRp9MMF_600x450-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-slider\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-438x246.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"property-listing\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-575x325.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"property-thumb\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-290x120.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"00909_ibK0lRp9MMF_600x450-200x109.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (1031,91,'_thumbnail_id','93');
INSERT INTO `tr_postmeta` VALUES (1032,91,'_wpnonce','66096a8aeb');
INSERT INTO `tr_postmeta` VALUES (1033,91,'_wp_http_referer','/wp-admin/post.php?post=91&action=edit&message=6');
INSERT INTO `tr_postmeta` VALUES (1034,91,'user_ID','1');
INSERT INTO `tr_postmeta` VALUES (1035,91,'action','editpost');
INSERT INTO `tr_postmeta` VALUES (1036,91,'originalaction','editpost');
INSERT INTO `tr_postmeta` VALUES (1037,91,'post_author','1');
INSERT INTO `tr_postmeta` VALUES (1038,91,'post_type','property');
INSERT INTO `tr_postmeta` VALUES (1039,91,'original_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1040,91,'referredby','http://taylorrentalsnashville.com/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (1041,91,'_wp_original_http_referer','http://taylorrentalsnashville.com/wp-admin/post-new.php?post_type=property');
INSERT INTO `tr_postmeta` VALUES (1042,91,'auto_draft','0');
INSERT INTO `tr_postmeta` VALUES (1043,91,'post_ID','91');
INSERT INTO `tr_postmeta` VALUES (1044,91,'autosavenonce','5c5e06f617');
INSERT INTO `tr_postmeta` VALUES (1045,91,'meta-box-order-nonce','afca50bbf3');
INSERT INTO `tr_postmeta` VALUES (1046,91,'closedpostboxesnonce','03959964f1');
INSERT INTO `tr_postmeta` VALUES (1047,91,'post_title','Cute house in Smyrna');
INSERT INTO `tr_postmeta` VALUES (1048,91,'samplepermalinknonce','efd83cf108');
INSERT INTO `tr_postmeta` VALUES (1049,91,'content','');
INSERT INTO `tr_postmeta` VALUES (1050,91,'wp-preview','');
INSERT INTO `tr_postmeta` VALUES (1051,91,'hidden_post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1052,91,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1053,91,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (1054,91,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (1055,91,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (1056,91,'post_password','');
INSERT INTO `tr_postmeta` VALUES (1057,91,'mm','04');
INSERT INTO `tr_postmeta` VALUES (1058,91,'jj','17');
INSERT INTO `tr_postmeta` VALUES (1059,91,'aa','2014');
INSERT INTO `tr_postmeta` VALUES (1060,91,'hh','21');
INSERT INTO `tr_postmeta` VALUES (1061,91,'mn','45');
INSERT INTO `tr_postmeta` VALUES (1062,91,'ss','28');
INSERT INTO `tr_postmeta` VALUES (1063,91,'hidden_mm','04');
INSERT INTO `tr_postmeta` VALUES (1064,91,'cur_mm','04');
INSERT INTO `tr_postmeta` VALUES (1065,91,'hidden_jj','17');
INSERT INTO `tr_postmeta` VALUES (1066,91,'cur_jj','17');
INSERT INTO `tr_postmeta` VALUES (1067,91,'hidden_aa','2014');
INSERT INTO `tr_postmeta` VALUES (1068,91,'cur_aa','2014');
INSERT INTO `tr_postmeta` VALUES (1069,91,'hidden_hh','21');
INSERT INTO `tr_postmeta` VALUES (1070,91,'cur_hh','21');
INSERT INTO `tr_postmeta` VALUES (1071,91,'hidden_mn','45');
INSERT INTO `tr_postmeta` VALUES (1072,91,'cur_mn','45');
INSERT INTO `tr_postmeta` VALUES (1073,91,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (1074,91,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (1075,91,'tax_input','a:1:{s:13:\"property_type\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"6\";i:2;s:1:\"3\";}}');
INSERT INTO `tr_postmeta` VALUES (1076,91,'newproperty_type','New Category Name');
INSERT INTO `tr_postmeta` VALUES (1077,91,'newproperty_type_parent','-1');
INSERT INTO `tr_postmeta` VALUES (1078,91,'_ajax_nonce-add-property_type','d48f03759d');
INSERT INTO `tr_postmeta` VALUES (1079,91,'post_name','cute-home-in-smyrna');
INSERT INTO `tr_postmeta` VALUES (1080,91,'pyre_full_address','729 Dellwood Drive, Smyrna, TN 37167');
INSERT INTO `tr_postmeta` VALUES (1081,91,'pyre_address','729 Dellwood Drive');
INSERT INTO `tr_postmeta` VALUES (1082,91,'pyre_city',' Smyrna');
INSERT INTO `tr_postmeta` VALUES (1083,91,'pyre_state','TN');
INSERT INTO `tr_postmeta` VALUES (1084,91,'pyre_zip','37167');
INSERT INTO `tr_postmeta` VALUES (1085,91,'pyre_price','950');
INSERT INTO `tr_postmeta` VALUES (1086,91,'pyre_status','For Rent');
INSERT INTO `tr_postmeta` VALUES (1087,91,'pyre_open','');
INSERT INTO `tr_postmeta` VALUES (1088,91,'pyre_bedrooms','2');
INSERT INTO `tr_postmeta` VALUES (1089,91,'pyre_bathrooms','2');
INSERT INTO `tr_postmeta` VALUES (1090,91,'pyre_garage','1');
INSERT INTO `tr_postmeta` VALUES (1091,91,'pyre_size','1043');
INSERT INTO `tr_postmeta` VALUES (1092,91,'pyre_lot','');
INSERT INTO `tr_postmeta` VALUES (1093,91,'pyre_built','');
INSERT INTO `tr_postmeta` VALUES (1094,91,'pyre_no_agent','');
INSERT INTO `tr_postmeta` VALUES (1095,91,'pyre_external_link','');
INSERT INTO `tr_postmeta` VALUES (1096,91,'pyre_external_link_target','');
INSERT INTO `tr_postmeta` VALUES (1097,91,'pyre_remove_caption','');
INSERT INTO `tr_postmeta` VALUES (1098,91,'pyre_video_embed_code','');
INSERT INTO `tr_postmeta` VALUES (1099,91,'pyre_video_embed_code2','');
INSERT INTO `tr_postmeta` VALUES (1100,91,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (1101,91,'ID','91');
INSERT INTO `tr_postmeta` VALUES (1102,91,'post_content','');
INSERT INTO `tr_postmeta` VALUES (1103,91,'comment_status','closed');
INSERT INTO `tr_postmeta` VALUES (1104,91,'ping_status','closed');
INSERT INTO `tr_postmeta` VALUES (1105,91,'save','Update');
INSERT INTO `tr_postmeta` VALUES (1128,98,'post_status','publish');
INSERT INTO `tr_postmeta` VALUES (1129,98,'hidden_post_password','');
INSERT INTO `tr_postmeta` VALUES (1130,98,'hidden_post_visibility','public');
INSERT INTO `tr_postmeta` VALUES (1131,98,'visibility','public');
INSERT INTO `tr_postmeta` VALUES (1132,98,'post_password','');
INSERT INTO `tr_postmeta` VALUES (1133,98,'mm','08');
INSERT INTO `tr_postmeta` VALUES (1134,98,'jj','26');
INSERT INTO `tr_postmeta` VALUES (1135,98,'aa','2015');
INSERT INTO `tr_postmeta` VALUES (1136,98,'hh','17');
INSERT INTO `tr_postmeta` VALUES (1137,98,'mn','25');
INSERT INTO `tr_postmeta` VALUES (1138,98,'ss','36');
INSERT INTO `tr_postmeta` VALUES (1139,98,'hidden_mm','08');
INSERT INTO `tr_postmeta` VALUES (1140,98,'cur_mm','08');
INSERT INTO `tr_postmeta` VALUES (1141,98,'hidden_jj','26');
INSERT INTO `tr_postmeta` VALUES (1142,98,'cur_jj','26');
INSERT INTO `tr_postmeta` VALUES (1143,98,'hidden_aa','2015');
INSERT INTO `tr_postmeta` VALUES (1144,98,'cur_aa','2015');
INSERT INTO `tr_postmeta` VALUES (1145,98,'hidden_hh','17');
INSERT INTO `tr_postmeta` VALUES (1146,98,'cur_hh','20');
INSERT INTO `tr_postmeta` VALUES (1147,98,'hidden_mn','25');
INSERT INTO `tr_postmeta` VALUES (1148,98,'cur_mn','31');
INSERT INTO `tr_postmeta` VALUES (1149,98,'original_publish','Update');
INSERT INTO `tr_postmeta` VALUES (1150,98,'parent_id','');
INSERT INTO `tr_postmeta` VALUES (1151,98,'page_template','default');
INSERT INTO `tr_postmeta` VALUES (1152,98,'menu_order','0');
INSERT INTO `tr_postmeta` VALUES (1153,98,'metakeyselect','#NONE#');
INSERT INTO `tr_postmeta` VALUES (1154,98,'metakeyinput','');
INSERT INTO `tr_postmeta` VALUES (1155,98,'metavalue','');
INSERT INTO `tr_postmeta` VALUES (1156,98,'_ajax_nonce-add-meta','5ebea4e39a');
INSERT INTO `tr_postmeta` VALUES (1157,98,'advanced_view','1');
INSERT INTO `tr_postmeta` VALUES (1158,98,'comment_status','open');
INSERT INTO `tr_postmeta` VALUES (1159,98,'ping_status','open');
INSERT INTO `tr_postmeta` VALUES (1160,98,'post_name','maintenancerquest');
INSERT INTO `tr_postmeta` VALUES (1161,98,'post_author_override','1');
INSERT INTO `tr_postmeta` VALUES (1162,98,'pyre_map','');
INSERT INTO `tr_postmeta` VALUES (1163,98,'pyre_email','');
INSERT INTO `tr_postmeta` VALUES (1164,98,'ID','98');
INSERT INTO `tr_postmeta` VALUES (1165,98,'post_mime_type','');
INSERT INTO `tr_postmeta` VALUES (1166,98,'post_content','[contact-form-7 id=\"100\" title=\"Contact form 1\"]');
INSERT INTO `tr_postmeta` VALUES (1167,98,'post_parent','0');
INSERT INTO `tr_postmeta` VALUES (1168,98,'_wp_page_template','default');
INSERT INTO `tr_postmeta` VALUES (1169,100,'_form','<p>Please enter your maintenance request below. You will be contacted shortly to arrange a time to address your issue. \n<br />\n<p>Name* <br />\n    [text* your-name] </p>\n\n<p>Street Address* (city, zip not required)<br />\n    [text* your-address] </p>\n\n<p>Email*<br />\n    [email* your-email] </p>\n\n<p>Phone Number* (XXX) XXX-XXXX<br />\n    [tel* your-phone] </p>\n\n<p>Please describe your maintenance issue.<br />\n    [textarea* your-message] </p>\n\n<style>\n.submit{\n    color: white;\n}\n</style>\n<p>[submit class:submit \"Submit Request\"]</p>');
INSERT INTO `tr_postmeta` VALUES (1170,100,'_mail','a:8:{s:7:\"subject\";s:21:\"ISSUE: [your-address]\";s:6:\"sender\";s:52:\"a TRN-MAINTENANCE noreply@taylorrentalsnashville.com\";s:4:\"body\";s:204:\"From: [your-name] <[your-email]>\nAddress: [your-address]\nPhone: [your-phone]\n\nProblem Description:\n[your-message]\n\n--\nTenant Communication Services from Taylor Rentals Nashville\nDo not reply to this email\";s:9:\"recipient\";s:32:\"taylorrentalsnashville@gmail.com\";s:18:\"additional_headers\";s:46:\"TRN MAINTENANCE TICKET\n* * * * * * * * * * * *\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `tr_postmeta` VALUES (1171,100,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:63:\"Taylor Rentals Nashville <wordpress@taylorrentalsnashville.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: dan.green@omgmedigroup.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `tr_postmeta` VALUES (1172,100,'_messages','a:23:{s:12:\"mail_sent_ok\";s:136:\"Your maintenance request has been submitted. We will contact you as soon as possible to address your issue. Thank you for your patience.\";s:12:\"mail_sent_ng\";s:76:\"Failed to send your message. Please try later or contact  by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}');
INSERT INTO `tr_postmeta` VALUES (1173,100,'_additional_settings','');
INSERT INTO `tr_postmeta` VALUES (1174,100,'_locale','en_US');
INSERT INTO `tr_postmeta` VALUES (1177,98,'publish','Publish');
INSERT INTO `tr_postmeta` VALUES (1175,98,'meta','a:59:{i:1135;a:2:{s:3:\"key\";s:2:\"aa\";s:5:\"value\";s:4:\"2015\";}i:1111;a:2:{s:3:\"key\";s:6:\"action\";s:5:\"value\";s:8:\"editpost\";}i:1179;a:2:{s:3:\"key\";s:17:\"add_comment_nonce\";s:5:\"value\";s:10:\"06e18c377c\";}i:1157;a:2:{s:3:\"key\";s:13:\"advanced_view\";s:5:\"value\";s:1:\"1\";}i:1120;a:2:{s:3:\"key\";s:13:\"autosavenonce\";s:5:\"value\";s:10:\"b9b8086016\";}i:1118;a:2:{s:3:\"key\";s:10:\"auto_draft\";s:5:\"value\";s:1:\"0\";}i:1122;a:2:{s:3:\"key\";s:20:\"closedpostboxesnonce\";s:5:\"value\";s:10:\"f75cafe94d\";}i:1158;a:2:{s:3:\"key\";s:14:\"comment_status\";s:5:\"value\";s:4:\"open\";}i:1125;a:2:{s:3:\"key\";s:7:\"content\";s:5:\"value\";s:48:\"[contact-form-7 id=\"100\" title=\"Contact form 1\"]\";}i:1144;a:2:{s:3:\"key\";s:6:\"cur_aa\";s:5:\"value\";s:4:\"2015\";}i:1146;a:2:{s:3:\"key\";s:6:\"cur_hh\";s:5:\"value\";s:2:\"19\";}i:1142;a:2:{s:3:\"key\";s:6:\"cur_jj\";s:5:\"value\";s:2:\"26\";}i:1140;a:2:{s:3:\"key\";s:6:\"cur_mm\";s:5:\"value\";s:2:\"08\";}i:1148;a:2:{s:3:\"key\";s:6:\"cur_mn\";s:5:\"value\";s:2:\"40\";}i:1136;a:2:{s:3:\"key\";s:2:\"hh\";s:5:\"value\";s:2:\"17\";}i:1143;a:2:{s:3:\"key\";s:9:\"hidden_aa\";s:5:\"value\";s:4:\"2015\";}i:1145;a:2:{s:3:\"key\";s:9:\"hidden_hh\";s:5:\"value\";s:2:\"17\";}i:1141;a:2:{s:3:\"key\";s:9:\"hidden_jj\";s:5:\"value\";s:2:\"26\";}i:1139;a:2:{s:3:\"key\";s:9:\"hidden_mm\";s:5:\"value\";s:2:\"08\";}i:1147;a:2:{s:3:\"key\";s:9:\"hidden_mn\";s:5:\"value\";s:2:\"25\";}i:1129;a:2:{s:3:\"key\";s:20:\"hidden_post_password\";s:5:\"value\";s:0:\"\";}i:1127;a:2:{s:3:\"key\";s:18:\"hidden_post_status\";s:5:\"value\";s:7:\"publish\";}i:1130;a:2:{s:3:\"key\";s:22:\"hidden_post_visibility\";s:5:\"value\";s:6:\"public\";}i:1164;a:2:{s:3:\"key\";s:2:\"ID\";s:5:\"value\";s:2:\"98\";}i:1134;a:2:{s:3:\"key\";s:2:\"jj\";s:5:\"value\";s:2:\"26\";}i:1152;a:2:{s:3:\"key\";s:10:\"menu_order\";s:5:\"value\";s:1:\"0\";}i:1121;a:2:{s:3:\"key\";s:20:\"meta-box-order-nonce\";s:5:\"value\";s:10:\"45e0fd5781\";}i:1154;a:2:{s:3:\"key\";s:12:\"metakeyinput\";s:5:\"value\";s:0:\"\";}i:1153;a:2:{s:3:\"key\";s:13:\"metakeyselect\";s:5:\"value\";s:6:\"#NONE#\";}i:1155;a:2:{s:3:\"key\";s:9:\"metavalue\";s:5:\"value\";s:0:\"\";}i:1133;a:2:{s:3:\"key\";s:2:\"mm\";s:5:\"value\";s:2:\"08\";}i:1137;a:2:{s:3:\"key\";s:2:\"mn\";s:5:\"value\";s:2:\"25\";}i:1112;a:2:{s:3:\"key\";s:14:\"originalaction\";s:5:\"value\";s:8:\"editpost\";}i:1115;a:2:{s:3:\"key\";s:20:\"original_post_status\";s:5:\"value\";s:7:\"publish\";}i:1149;a:2:{s:3:\"key\";s:16:\"original_publish\";s:5:\"value\";s:6:\"Update\";}i:1151;a:2:{s:3:\"key\";s:13:\"page_template\";s:5:\"value\";s:7:\"default\";}i:1150;a:2:{s:3:\"key\";s:9:\"parent_id\";s:5:\"value\";s:0:\"\";}i:1159;a:2:{s:3:\"key\";s:11:\"ping_status\";s:5:\"value\";s:4:\"open\";}i:1113;a:2:{s:3:\"key\";s:11:\"post_author\";s:5:\"value\";s:1:\"1\";}i:1161;a:2:{s:3:\"key\";s:20:\"post_author_override\";s:5:\"value\";s:1:\"1\";}i:1166;a:2:{s:3:\"key\";s:12:\"post_content\";s:5:\"value\";s:48:\"[contact-form-7 id=\"100\" title=\"Contact form 1\"]\";}i:1119;a:2:{s:3:\"key\";s:7:\"post_ID\";s:5:\"value\";s:2:\"98\";}i:1165;a:2:{s:3:\"key\";s:14:\"post_mime_type\";s:5:\"value\";s:0:\"\";}i:1160;a:2:{s:3:\"key\";s:9:\"post_name\";s:5:\"value\";s:15:\"submit-a-ticket\";}i:1167;a:2:{s:3:\"key\";s:11:\"post_parent\";s:5:\"value\";s:1:\"0\";}i:1132;a:2:{s:3:\"key\";s:13:\"post_password\";s:5:\"value\";s:0:\"\";}i:1128;a:2:{s:3:\"key\";s:11:\"post_status\";s:5:\"value\";s:7:\"publish\";}i:1123;a:2:{s:3:\"key\";s:10:\"post_title\";s:5:\"value\";s:19:\"Maintenance Request\";}i:1114;a:2:{s:3:\"key\";s:9:\"post_type\";s:5:\"value\";s:4:\"page\";}i:1177;a:2:{s:3:\"key\";s:7:\"publish\";s:5:\"value\";s:7:\"Publish\";}i:1163;a:2:{s:3:\"key\";s:10:\"pyre_email\";s:5:\"value\";s:0:\"\";}i:1162;a:2:{s:3:\"key\";s:8:\"pyre_map\";s:5:\"value\";s:0:\"\";}i:1116;a:2:{s:3:\"key\";s:10:\"referredby\";s:5:\"value\";s:50:\"http://taylorrentalsnashville.com/submit-a-ticket/\";}i:1124;a:2:{s:3:\"key\";s:20:\"samplepermalinknonce\";s:5:\"value\";s:10:\"0e4b326518\";}i:1178;a:2:{s:3:\"key\";s:4:\"save\";s:5:\"value\";s:6:\"Update\";}i:1138;a:2:{s:3:\"key\";s:2:\"ss\";s:5:\"value\";s:2:\"36\";}i:1110;a:2:{s:3:\"key\";s:7:\"user_ID\";s:5:\"value\";s:1:\"1\";}i:1131;a:2:{s:3:\"key\";s:10:\"visibility\";s:5:\"value\";s:6:\"public\";}i:1126;a:2:{s:3:\"key\";s:10:\"wp-preview\";s:5:\"value\";s:0:\"\";}}');
INSERT INTO `tr_postmeta` VALUES (1176,98,'_ajax_nonce','944020ef9c');
INSERT INTO `tr_postmeta` VALUES (1178,98,'save','Update');
INSERT INTO `tr_postmeta` VALUES (1179,98,'add_comment_nonce','935e5094b6');
INSERT INTO `tr_postmeta` VALUES (1180,98,'_ajax_fetch_list_nonce','fbf37a276d');
INSERT INTO `tr_postmeta` VALUES (1181,103,'_menu_item_type','custom');
INSERT INTO `tr_postmeta` VALUES (1182,103,'_menu_item_menu_item_parent','0');
INSERT INTO `tr_postmeta` VALUES (1183,103,'_menu_item_object_id','103');
INSERT INTO `tr_postmeta` VALUES (1184,103,'_menu_item_object','custom');
INSERT INTO `tr_postmeta` VALUES (1185,103,'_menu_item_target','');
INSERT INTO `tr_postmeta` VALUES (1186,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `tr_postmeta` VALUES (1187,103,'_menu_item_xfn','');
INSERT INTO `tr_postmeta` VALUES (1188,103,'_menu_item_url','#');
INSERT INTO `tr_postmeta` VALUES (1190,104,'_menu_item_type','post_type');
INSERT INTO `tr_postmeta` VALUES (1191,104,'_menu_item_menu_item_parent','103');
INSERT INTO `tr_postmeta` VALUES (1192,104,'_menu_item_object_id','98');
INSERT INTO `tr_postmeta` VALUES (1193,104,'_menu_item_object','page');
INSERT INTO `tr_postmeta` VALUES (1194,104,'_menu_item_target','');
INSERT INTO `tr_postmeta` VALUES (1195,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `tr_postmeta` VALUES (1196,104,'_menu_item_xfn','');
INSERT INTO `tr_postmeta` VALUES (1197,104,'_menu_item_url','');
INSERT INTO `tr_postmeta` VALUES (1199,105,'_form','<p>Thank you for your interest in Taylor Rentals Nashville properties. If you have a question or would like to learn more about a property, please send us a message and we\'ll contact you shortly.</p>\n<br />\n<br />\n<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject or Property Address<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>');
INSERT INTO `tr_postmeta` VALUES (1200,105,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:25:\"a TRN INQUIRY [your-name]\";s:4:\"body\";s:196:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from in inquiry form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\";s:9:\"recipient\";s:32:\"taylorrentalsnashville@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `tr_postmeta` VALUES (1201,105,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:63:\"Taylor Rentals Nashville <wordpress@taylorrentalsnashville.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: dan.green@omgmedigroup.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `tr_postmeta` VALUES (1202,105,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}');
INSERT INTO `tr_postmeta` VALUES (1203,105,'_additional_settings','');
INSERT INTO `tr_postmeta` VALUES (1204,105,'_locale','en_US');

--
-- Table structure for table `tr_posts`
--

DROP TABLE IF EXISTS `tr_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=107 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_posts`
--

INSERT INTO `tr_posts` VALUES (2,1,'2013-02-19 13:38:19','2013-02-19 13:38:19','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://taylorrentalsnashville.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','draft','open','closed','','sample-page','','','2013-02-20 05:38:00','2013-02-20 05:38:00','',0,'http://taylorrentalsnashville.com/?page_id=2',0,'page','',0);
INSERT INTO `tr_posts` VALUES (73,1,'2014-04-17 21:19:35','2014-04-17 21:19:35','','00808_fDc8WRpSfeW_600x450','','inherit','open','open','','00808_fdc8wrpsfew_600x450','','','2014-04-17 21:19:35','2014-04-17 21:19:35','',68,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00808_fDc8WRpSfeW_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (5,1,'2013-02-19 13:40:24','0000-00-00 00:00:00','','Currency Image','','draft','closed','closed','','of-currency_image','','','2013-02-19 13:40:24','0000-00-00 00:00:00','',0,'http://taylorrentalsnashville.com/?post_type=optionsframework&p=5',0,'optionsframework','',0);
INSERT INTO `tr_posts` VALUES (6,1,'2013-02-19 13:40:24','0000-00-00 00:00:00','','Map Icon','','draft','closed','closed','','of-map_icon','','','2013-02-19 13:40:24','0000-00-00 00:00:00','',0,'http://taylorrentalsnashville.com/?post_type=optionsframework&p=6',0,'optionsframework','',0);
INSERT INTO `tr_posts` VALUES (7,1,'2013-02-19 13:40:24','0000-00-00 00:00:00','','Logo','','draft','closed','closed','','of-logo','','','2013-02-19 13:40:24','0000-00-00 00:00:00','',0,'http://taylorrentalsnashville.com/?post_type=optionsframework&p=7',0,'optionsframework','',0);
INSERT INTO `tr_posts` VALUES (8,1,'2013-02-19 13:40:24','0000-00-00 00:00:00','','Favicon','','draft','closed','closed','','of-favicon','','','2013-02-19 13:40:24','0000-00-00 00:00:00','',0,'http://taylorrentalsnashville.com/?post_type=optionsframework&p=8',0,'optionsframework','',0);
INSERT INTO `tr_posts` VALUES (9,1,'2013-02-19 14:00:49','2013-02-19 14:00:49','','logo','','inherit','open','open','','logo','','','2013-02-19 14:00:49','2013-02-19 14:00:49','',7,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/logo.png',0,'attachment','image/png',0);
INSERT INTO `tr_posts` VALUES (10,1,'2013-02-19 14:13:06','2013-02-19 14:13:06','','tflogotfss','','inherit','open','open','','tflogotfss','','','2013-02-19 14:13:06','2013-02-19 14:13:06','',7,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/tflogotfss.png',0,'attachment','image/png',0);
INSERT INTO `tr_posts` VALUES (72,1,'2014-04-17 21:19:33','2014-04-17 21:19:33','','00s0s_VG84agNwx2_600x450','','inherit','open','open','','00s0s_vg84agnwx2_600x450','','','2014-04-17 21:19:33','2014-04-17 21:19:33','',68,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00s0s_VG84agNwx2_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (70,1,'2014-04-17 21:19:31','2014-04-17 21:19:31','','00K0K_gXrPmRboLc0_600x450','','inherit','open','open','','00k0k_gxrpmrbolc0_600x450','','','2014-04-17 21:19:31','2014-04-17 21:19:31','',68,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00K0K_gXrPmRboLc0_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (13,1,'2013-02-19 22:03:52','2013-02-19 22:03:52','Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat? Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi qui nunc nobis videntur. Facit eorum claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt. Eu feugiat nulla facilisis at vero, eros et accumsan et! Littera gothica quam nunc putamus parum claram anteposuerit litterarum parum clari fiant sollemnes in. Enim ad minim veniam; quis nostrud exerci tation. Tempor cum soluta nobis eleifend option congue nihil imperdiet doming.\r\n\r\nTe feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming! Odio dignissim qui blandit praesent luptatum zzril delenit. Claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Iusto augue duis dolore id quod mazim placerat. Erat volutpat ut wisi enim ad minim veniam quis.','3030 Ned Shelton Rd #110','','draft','closed','closed','','3030-ned-shelton-rd-110','','','2014-04-17 19:45:13','2014-04-17 19:45:13','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=13',0,'property','',0);
INSERT INTO `tr_posts` VALUES (15,1,'2013-02-20 06:43:50','2013-02-20 06:43:50','Euismod tincidunt ut laoreet dolore magna aliquam erat volutpat? Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi qui nunc nobis videntur. Facit eorum claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt. Eu feugiat nulla facilisis at vero, eros et accumsan et! Littera gothica quam nunc putamus parum claram anteposuerit litterarum parum clari fiant sollemnes in. Enim ad minim veniam; quis nostrud exerci tation. Tempor cum soluta nobis eleifend option congue nihil imperdiet doming.\n\nTe feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming! Odio dignissim qui blandit praesent luptatum zzril delenit. Claritatem Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Iusto augue duis dolore id quod mazim placerat. Erat volutpat ut wisi enim ad minim veniam quis.','3030 Ned Shelton Rd #110','','inherit','open','open','','13-autosave','','','2013-02-20 06:43:50','2013-02-20 06:43:50','',13,'http://taylorrentalsnashville.com/2013/02/20/13-autosave/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (16,1,'2013-02-20 01:45:51','2013-02-20 01:45:51','This comfortable Lake Ridge Village unit includes a living room fireplace and garage.','sheltonrd-front-01','Comfortable, roomy, 2BR, 2Bath','inherit','open','open','','sheltonrd-front-01','','','2013-02-20 01:45:51','2013-02-20 01:45:51','',13,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/sheltonrd-front-01.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (100,1,'2015-08-26 17:20:38','2015-08-26 17:20:38','<p>Please enter your maintenance request below. You will be contacted shortly to arrange a time to address your issue. \r\n<br />\r\n<p>Name* <br />\r\n    [text* your-name] </p>\r\n\r\n<p>Street Address* (city, zip not required)<br />\r\n    [text* your-address] </p>\r\n\r\n<p>Email*<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Phone Number* (XXX) XXX-XXXX<br />\r\n    [tel* your-phone] </p>\r\n\r\n<p>Please describe your maintenance issue.<br />\r\n    [textarea* your-message] </p>\r\n\r\n<style>\r\n.submit{\r\n    color: white;\r\n}\r\n</style>\r\n<p>[submit class:submit \"Submit Request\"]</p>\nISSUE: [your-address]\na TRN-MAINTENANCE noreply@taylorrentalsnashville.com\nFrom: [your-name] <[your-email]>\r\nAddress: [your-address]\r\nPhone: [your-phone]\r\n\r\nProblem Description:\r\n[your-message]\r\n\r\n--\r\nTenant Communication Services from Taylor Rentals Nashville\r\nDo not reply to this email\ntaylorrentalsnashville@gmail.com\nTRN MAINTENANCE TICKET\r\n* * * * * * * * * * * *\n\n\n\n\n[your-subject]\nTaylor Rentals Nashville <wordpress@taylorrentalsnashville.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\n[your-email]\nReply-To: dan.green@omgmedigroup.com\n\n\n\nYour maintenance request has been submitted. We will contact you as soon as possible to address your issue. Thank you for your patience.\nFailed to send your message. Please try later or contact  by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Maintenance Request','','publish','open','open','','contact-form-1','','','2015-08-26 20:57:40','2015-08-26 20:57:40','',0,'http://taylorrentalsnashville.com/?post_type=wpcf7_contact_form&#038;p=100',0,'wpcf7_contact_form','',0);
INSERT INTO `tr_posts` VALUES (71,1,'2014-04-17 21:19:32','2014-04-17 21:19:32','','00R0R_2FPWQLyQw5b_600x450','','inherit','open','open','','00r0r_2fpwqlyqw5b_600x450','','','2014-04-17 21:19:32','2014-04-17 21:19:32','',68,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00R0R_2FPWQLyQw5b_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (19,1,'2013-02-20 02:51:57','2013-02-20 02:51:57','','tfp-logo','','inherit','open','open','','tfp-logo','','','2013-02-20 02:51:57','2013-02-20 02:51:57','',7,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/tfp-logo.png',0,'attachment','image/png',0);
INSERT INTO `tr_posts` VALUES (20,1,'2013-02-20 04:50:54','2013-02-20 04:50:54','&nbsp;\r\n\r\nThis is a beautiful property.  Tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat. Notare quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas.\r\n\r\nAt vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum. Aliquam erat volutpat ut wisi enim ad minim veniam quis nostrud exerci tation ullamcorper suscipit. Dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue?','2134 Nashboro Boulevard','','draft','closed','closed','','2134-nashboro-boulevard','','','2014-04-17 19:45:09','2014-04-17 19:45:09','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=20',0,'property','',0);
INSERT INTO `tr_posts` VALUES (21,1,'2013-02-20 04:48:26','2013-02-20 04:48:26','2-story, light, airy home in Nashboro Village with fireplace. ','Nashboro Village ','Stylish Cape Cod Townhome','inherit','open','open','','nashboro-livingroom01','','','2013-02-20 04:48:26','2013-02-20 04:48:26','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/nashboro-livingroom01.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (22,1,'2013-05-14 20:29:48','2013-05-14 20:29:48','&nbsp;\n\nThis is a beautiful property.  Tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat. Notare quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas.\n\nAt vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum. Aliquam erat volutpat ut wisi enim ad minim veniam quis nostrud exerci tation ullamcorper suscipit. Dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue?','2134 Nashboro Boulevard','','inherit','open','open','','20-autosave','','','2013-05-14 20:29:48','2013-05-14 20:29:48','',20,'http://taylorrentalsnashville.com/2013/02/20/20-autosave/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (23,1,'2013-02-20 05:30:10','2013-02-20 05:30:10','','Featured Properties','','publish','open','open','','home','','','2013-02-20 09:08:45','2013-02-20 09:08:45','',0,'http://taylorrentalsnashville.com/?page_id=23',0,'page','',0);
INSERT INTO `tr_posts` VALUES (24,1,'2013-02-20 05:29:15','2013-02-20 05:29:15','','Homepage w/Listings','','inherit','open','open','','23-revision','','','2013-02-20 05:29:15','2013-02-20 05:29:15','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (25,1,'2013-02-20 05:29:55','2013-02-20 05:29:55','','Homepage w/Listings','','inherit','open','open','','23-revision-2','','','2013-02-20 05:29:55','2013-02-20 05:29:55','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-2/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (30,1,'2013-02-20 05:32:59','2013-02-20 05:32:59','','Home','','publish','open','closed','','30','','','2015-08-26 20:55:10','2015-08-26 20:55:10','',0,'http://taylorrentalsnashville.com/?p=30',1,'nav_menu_item','',0);
INSERT INTO `tr_posts` VALUES (26,1,'2013-02-20 05:30:10','2013-02-20 05:30:10','','Homepage w/Listings','','inherit','open','open','','23-revision-3','','','2013-02-20 05:30:10','2013-02-20 05:30:10','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-3/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (27,1,'2013-02-20 05:30:43','2013-02-20 05:30:43','','Homepage','','inherit','open','open','','23-revision-4','','','2013-02-20 05:30:43','2013-02-20 05:30:43','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-4/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (29,1,'2013-02-20 05:30:53','2013-02-20 05:30:53','','Homepage','','inherit','open','open','','23-revision-5','','','2013-02-20 05:30:53','2013-02-20 05:30:53','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-5/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (68,1,'2014-04-17 21:17:48','2014-04-17 21:17:48','[slider][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][slide img=\"\" caption=\"\"][/slider]','8251 Rossi Rd, Brentwood, TN 37027','','publish','closed','closed','','8251-rossi-rd-brentwood-tn-37027','','','2014-04-17 21:20:13','2014-04-17 21:20:13','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=68',0,'property','',0);
INSERT INTO `tr_posts` VALUES (98,1,'2015-08-26 17:25:36','2015-08-26 17:25:36','[contact-form-7 id=\"100\" title=\"Contact form 1\"]','Maintenance Request','','publish','open','open','','maintenancerquest','','','2015-08-26 20:31:31','2015-08-26 20:31:31','',0,'http://taylorrentalsnashville.com/?page_id=98',0,'page','',0);
INSERT INTO `tr_posts` VALUES (33,1,'2013-02-20 05:35:36','2013-02-20 05:35:36','[contact-form-7 id=\"105\" title=\"Inquiry\"]','Contact','','publish','open','open','','inquiry','','','2015-08-26 20:56:07','2015-08-26 20:56:07','',0,'http://taylorrentalsnashville.com/?page_id=33',0,'page','',0);
INSERT INTO `tr_posts` VALUES (34,1,'2013-02-20 05:35:36','2013-02-20 05:35:36','','','','inherit','open','open','','33-revision-v1','','','2013-02-20 05:35:36','2013-02-20 05:35:36','',33,'http://taylorrentalsnashville.com/2013/02/20/33-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (35,1,'2013-02-20 05:35:49','2013-02-20 05:35:49','','Contact','','inherit','open','open','','33-revision-v1','','','2013-02-20 05:35:49','2013-02-20 05:35:49','',33,'http://taylorrentalsnashville.com/2013/02/20/33-revision-2/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (36,1,'2013-02-20 05:36:30','2013-02-20 05:36:30','','Tenant Portal','','inherit','open','open','','33-revision-v1','','','2013-02-20 05:36:30','2013-02-20 05:36:30','',33,'http://taylorrentalsnashville.com/2013/02/20/33-revision-3/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (37,1,'2013-02-20 05:37:31','2013-02-20 05:37:31','','Tenant Portal','','publish','open','open','','tenant-portal','','','2013-02-20 05:37:31','2013-02-20 05:37:31','',33,'http://taylorrentalsnashville.com/?page_id=37',0,'page','',0);
INSERT INTO `tr_posts` VALUES (38,1,'2013-02-20 05:37:22','2013-02-20 05:37:22','','Tenant Portal','','inherit','open','open','','37-revision','','','2013-02-20 05:37:22','2013-02-20 05:37:22','',37,'http://taylorrentalsnashville.com/2013/02/20/37-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (39,1,'2013-02-19 13:38:19','2013-02-19 13:38:19','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://taylorrentalsnashville.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision','','','2013-02-19 13:38:19','2013-02-19 13:38:19','',2,'http://taylorrentalsnashville.com/2013/02/19/2-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (40,1,'2013-02-20 05:39:15','2013-02-20 05:39:15','','Rental Application','','publish','open','open','','rental-application','','','2013-02-20 05:39:15','2013-02-20 05:39:15','',33,'http://taylorrentalsnashville.com/?page_id=40',0,'page','',0);
INSERT INTO `tr_posts` VALUES (41,1,'2013-02-20 05:39:01','2013-02-20 05:39:01','','Rental Application','','inherit','open','open','','40-revision','','','2013-02-20 05:39:01','2013-02-20 05:39:01','',40,'http://taylorrentalsnashville.com/2013/02/20/40-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (43,1,'2013-02-20 05:39:54','2013-02-20 05:39:54',' ','','','publish','open','closed','','43','','','2015-08-26 20:55:10','2015-08-26 20:55:10','',0,'http://taylorrentalsnashville.com/?p=43',5,'nav_menu_item','',0);
INSERT INTO `tr_posts` VALUES (99,1,'2015-08-26 17:18:45','2015-08-26 17:18:45','','Submit a Ticket','','inherit','open','open','','98-revision-v1','','','2015-08-26 17:18:45','2015-08-26 17:18:45','',98,'http://taylorrentalsnashville.com/2015/08/26/98-revision/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (50,1,'2013-02-20 06:23:09','2013-02-20 06:23:09','Autem vel eum iriure dolor in hendrerit in, vulputate velit esse molestie consequat vel. Augue duis dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option. Ex ea commodo consequat duis illum dolore eu feugiat nulla. Quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas humanitatis per? Claritatem insitam est, usus legentis in iis qui facit. Quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip.\r\n\r\nSit amet consectetuer adipiscing elit sed diam nonummy nibh. Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi. Quam nunc putamus parum claram anteposuerit litterarum qui nunc nobis videntur parum clari fiant sollemnes in.','225 Summit Ridge Road','','draft','closed','closed','','225-summit-ridge-road','','','2014-04-17 19:45:04','2014-04-17 19:45:04','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=50',0,'property','',0);
INSERT INTO `tr_posts` VALUES (96,1,'2013-02-20 05:37:09','2013-02-20 05:37:09','','Contact','','inherit','open','open','','33-revision-v1','','','2013-02-20 05:37:09','2013-02-20 05:37:09','',33,'http://taylorrentalsnashville.com/2013/02/20/33-revision-4/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (69,1,'2014-04-17 21:19:30','2014-04-17 21:19:30','','00F0F_3vpdZuCTidU_600x450','','inherit','open','open','','00f0f_3vpdzuctidu_600x450','','','2014-04-17 21:19:30','2014-04-17 21:19:30','',68,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00F0F_3vpdZuCTidU_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (49,1,'2013-02-20 05:48:03','2013-02-20 05:48:03','','Properties','','publish','open','closed','','properties','','','2015-08-26 20:55:10','2015-08-26 20:55:10','',0,'http://taylorrentalsnashville.com/?p=49',2,'nav_menu_item','',0);
INSERT INTO `tr_posts` VALUES (51,1,'2013-02-20 06:19:57','2013-02-20 06:19:57','Charming comtemporary 1BR, 1Bath in Four Seasons with deck and wooded views.  ','Summit Ridge Studio','Studio with deck and view in Four Seasons.','inherit','open','open','','summitridge-livingroom01','','','2013-02-20 06:19:57','2013-02-20 06:19:57','',50,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/summitridge-livingroom01.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (52,1,'2013-04-05 21:09:17','2013-04-05 21:09:17','Autem vel eum iriure dolor in hendrerit in, vulputate velit esse molestie consequat vel. Augue duis dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option. Ex ea commodo consequat duis illum dolore eu feugiat nulla. Quam littera gothica quam nunc putamus parum claram anteposuerit litterarum formas humanitatis per? Claritatem insitam est, usus legentis in iis qui facit. Quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip.\n\nSit amet consectetuer adipiscing elit sed diam nonummy nibh. Formas humanitatis per seacula quarta decima et quinta decima eodem modo typi. Quam nunc putamus parum claram anteposuerit litterarum qui nunc nobis videntur parum clari fiant sollemnes in.','225 Summit Ridge Road','','inherit','open','open','','50-autosave','','','2013-04-05 21:09:17','2013-04-05 21:09:17','',50,'http://taylorrentalsnashville.com/2013/02/20/50-autosave/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (53,1,'2013-02-20 06:40:39','2013-02-20 06:40:39','','2134nashboro-patio','','inherit','open','open','','2134nashboro-patio','','','2013-02-20 06:40:39','2013-02-20 06:40:39','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/2134nashboro-patio.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (54,1,'2013-02-20 06:40:40','2013-02-20 06:40:40','','2134nashboro-master','','inherit','open','open','','2134nashboro-master','','','2013-02-20 06:40:40','2013-02-20 06:40:40','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/2134nashboro-master.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (55,1,'2013-02-20 06:40:41','2013-02-20 06:40:41','','2134nashboro-kitchen','','inherit','open','open','','2134nashboro-kitchen','','','2013-02-20 06:40:41','2013-02-20 06:40:41','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/2134nashboro-kitchen.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (56,1,'2013-02-20 06:40:42','2013-02-20 06:40:42','','2134nashboro-living1','','inherit','open','open','','2134nashboro-living1','','','2013-02-20 06:40:42','2013-02-20 06:40:42','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/2134nashboro-living1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (57,1,'2013-02-20 06:40:44','2013-02-20 06:40:44','','2134nashboro-ext','','inherit','open','open','','2134nashboro-ext','','','2013-02-20 06:40:44','2013-02-20 06:40:44','',20,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/2134nashboro-ext.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (58,1,'2013-02-20 06:42:37','2013-02-20 06:42:37','','sheltonrd-kitchen','','inherit','open','open','','sheltonrd-kitchen','','','2013-02-20 06:42:37','2013-02-20 06:42:37','',13,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/sheltonrd-kitchen.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (59,1,'2013-02-20 06:42:38','2013-02-20 06:42:38','','sheltonupstairs','','inherit','open','open','','sheltonupstairs','','','2013-02-20 06:42:38','2013-02-20 06:42:38','',13,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/sheltonupstairs.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (60,1,'2013-02-20 07:23:38','2013-02-20 07:23:38','','trlogo-retina','','inherit','open','open','','trlogo-retina','','','2013-02-20 07:23:38','2013-02-20 07:23:38','',7,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/trlogo-retina.png',0,'attachment','image/png',0);
INSERT INTO `tr_posts` VALUES (61,1,'2013-02-20 07:26:47','2013-02-20 07:26:47','','logo-tr','','inherit','open','open','','logo-tr','','','2013-02-20 07:26:47','2013-02-20 07:26:47','',7,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/logo-tr.png',0,'attachment','image/png',0);
INSERT INTO `tr_posts` VALUES (62,1,'2013-02-20 07:32:32','2013-02-20 07:32:32','','favicon','','inherit','open','open','','favicon','','','2013-02-20 07:32:32','2013-02-20 07:32:32','',8,'http://taylorrentalsnashville.com/wp-content/uploads/2013/02/favicon.ico',0,'attachment','image/x-icon',0);
INSERT INTO `tr_posts` VALUES (63,1,'2013-02-20 05:32:28','2013-02-20 05:32:28','','Home','','inherit','open','open','','23-revision-6','','','2013-02-20 05:32:28','2013-02-20 05:32:28','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-6/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (64,1,'2013-02-20 09:08:38','2013-02-20 09:08:38','','Featured Properties','','inherit','open','open','','23-revision-7','','','2013-02-20 09:08:38','2013-02-20 09:08:38','',23,'http://taylorrentalsnashville.com/2013/02/20/23-revision-7/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (74,1,'2014-04-17 21:31:23','2014-04-17 21:31:23','','Townhome Available 5/1','','publish','closed','closed','','townhome-available-51','','','2014-04-17 21:31:38','2014-04-17 21:31:38','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=74',0,'property','',0);
INSERT INTO `tr_posts` VALUES (75,1,'2014-04-17 21:31:09','2014-04-17 21:31:09','','00a0a_5CsMlkVQ0M8_600x450','','inherit','open','open','','00a0a_5csmlkvq0m8_600x450','','','2014-04-17 21:31:09','2014-04-17 21:31:09','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00a0a_5CsMlkVQ0M8_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (76,1,'2014-04-17 21:31:10','2014-04-17 21:31:10','','00a0a_iPgd4vzsPD0_600x450','','inherit','open','open','','00a0a_ipgd4vzspd0_600x450','','','2014-04-17 21:31:10','2014-04-17 21:31:10','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00a0a_iPgd4vzsPD0_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (77,1,'2014-04-17 21:31:11','2014-04-17 21:31:11','','00M0M_cFEiK3LeUId_600x450','','inherit','open','open','','00m0m_cfeik3leuid_600x450','','','2014-04-17 21:31:11','2014-04-17 21:31:11','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00M0M_cFEiK3LeUId_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (78,1,'2014-04-17 21:31:12','2014-04-17 21:31:12','','00M0M_gPnV6GO0NGE_600x450','','inherit','open','open','','00m0m_gpnv6go0nge_600x450','','','2014-04-17 21:31:12','2014-04-17 21:31:12','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00M0M_gPnV6GO0NGE_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (79,1,'2014-04-17 21:31:13','2014-04-17 21:31:13','','00Q0Q_4vrEl4haHc4_600x450','','inherit','open','open','','00q0q_4vrel4hahc4_600x450','','','2014-04-17 21:31:13','2014-04-17 21:31:13','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00Q0Q_4vrEl4haHc4_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (80,1,'2014-04-17 21:31:14','2014-04-17 21:31:14','','00T0T_fw4CNEDOFni_600x450','','inherit','open','open','','00t0t_fw4cnedofni_600x450','','','2014-04-17 21:31:14','2014-04-17 21:31:14','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00T0T_fw4CNEDOFni_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (81,1,'2014-04-17 21:31:15','2014-04-17 21:31:15','','00v0v_4vpaNT47qzx_600x450','','inherit','open','open','','00v0v_4vpant47qzx_600x450','','','2014-04-17 21:31:15','2014-04-17 21:31:15','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00v0v_4vpaNT47qzx_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (82,1,'2014-04-17 21:31:17','2014-04-17 21:31:17','','00909_1JLU7iNwNN2_600x450','','inherit','open','open','','00909_1jlu7inwnn2_600x450','','','2014-04-17 21:31:17','2014-04-17 21:31:17','',74,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00909_1JLU7iNwNN2_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (83,1,'2014-04-17 21:40:55','2014-04-17 21:40:55','','Great Home in Smyrna','','publish','closed','closed','','great-home-in-smyrna','','','2014-04-17 21:41:43','2014-04-17 21:41:43','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=83',0,'property','',0);
INSERT INTO `tr_posts` VALUES (84,1,'2014-04-17 21:40:38','2014-04-17 21:40:38','','00a0a_lNJyfNbP7A4_600x450','','inherit','open','open','','00a0a_lnjyfnbp7a4_600x450','','','2014-04-17 21:40:38','2014-04-17 21:40:38','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00a0a_lNJyfNbP7A4_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (85,1,'2014-04-17 21:40:39','2014-04-17 21:40:39','','00g0g_lDgUK8Rx3km_600x450','','inherit','open','open','','00g0g_ldguk8rx3km_600x450','','','2014-04-17 21:40:39','2014-04-17 21:40:39','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00g0g_lDgUK8Rx3km_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (86,1,'2014-04-17 21:40:40','2014-04-17 21:40:40','','00N0N_eF6E3ZusMlF_600x450','','inherit','open','open','','00n0n_ef6e3zusmlf_600x450','','','2014-04-17 21:40:40','2014-04-17 21:40:40','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00N0N_eF6E3ZusMlF_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (87,1,'2014-04-17 21:40:40','2014-04-17 21:40:40','','00x0x_bMcozYoFcyq_600x450','','inherit','open','open','','00x0x_bmcozyofcyq_600x450','','','2014-04-17 21:40:40','2014-04-17 21:40:40','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00x0x_bMcozYoFcyq_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (88,1,'2014-04-17 21:40:41','2014-04-17 21:40:41','','01515_k3F7LVa5C3K_600x450','','inherit','open','open','','01515_k3f7lva5c3k_600x450','','','2014-04-17 21:40:41','2014-04-17 21:40:41','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/01515_k3F7LVa5C3K_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (89,1,'2014-04-17 21:40:42','2014-04-17 21:40:42','','01616_1zYTELmtTgw_600x450','','inherit','open','open','','01616_1zytelmttgw_600x450','','','2014-04-17 21:40:42','2014-04-17 21:40:42','',83,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/01616_1zYTELmtTgw_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (91,1,'2014-04-17 21:45:28','2014-04-17 21:45:28','','Cute house in Smyrna','','publish','closed','closed','','cute-home-in-smyrna','','','2014-04-17 21:45:40','2014-04-17 21:45:40','',0,'http://taylorrentalsnashville.com/?post_type=property&#038;p=91',0,'property','',0);
INSERT INTO `tr_posts` VALUES (92,1,'2014-04-17 21:45:18','2014-04-17 21:45:18','','00c0c_89yO7zDMCDb_600x450','','inherit','open','open','','00c0c_89yo7zdmcdb_600x450','','','2014-04-17 21:45:18','2014-04-17 21:45:18','',91,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00c0c_89yO7zDMCDb_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (93,1,'2014-04-17 21:45:19','2014-04-17 21:45:19','','00m0m_gmVSj1U8Mmd_600x450','','inherit','open','open','','00m0m_gmvsj1u8mmd_600x450','','','2014-04-17 21:45:19','2014-04-17 21:45:19','',91,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00m0m_gmVSj1U8Mmd_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (94,1,'2014-04-17 21:45:20','2014-04-17 21:45:20','','00909_7youijSgbEl_600x450','','inherit','open','open','','00909_7youijsgbel_600x450','','','2014-04-17 21:45:20','2014-04-17 21:45:20','',91,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00909_7youijSgbEl_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (95,1,'2014-04-17 21:45:21','2014-04-17 21:45:21','','00909_ibK0lRp9MMF_600x450','','inherit','open','open','','00909_ibk0lrp9mmf_600x450','','','2014-04-17 21:45:21','2014-04-17 21:45:21','',91,'http://taylorrentalsnashville.com/wp-content/uploads/2014/04/00909_ibK0lRp9MMF_600x450.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `tr_posts` VALUES (101,1,'2015-08-26 17:25:08','2015-08-26 17:25:08','[contact-form-7 id=\"100\" title=\"Contact form 1\"]','Submit a Ticket','','inherit','closed','closed','','98-revision-v1','','','2015-08-26 17:25:08','2015-08-26 17:25:08','',98,'http://taylorrentalsnashville.com/2015/08/26/98-revision-v1/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (102,1,'2015-08-26 19:41:37','2015-08-26 19:41:37','[contact-form-7 id=\"100\" title=\"Contact form 1\"]','Maintenance Request','','inherit','closed','closed','','98-revision-v1','','','2015-08-26 19:41:37','2015-08-26 19:41:37','',98,'http://taylorrentalsnashville.com/2015/08/26/98-revision-v1/',0,'revision','',0);
INSERT INTO `tr_posts` VALUES (103,1,'2015-08-26 19:42:37','2015-08-26 19:42:37','','Tenants','','publish','closed','closed','','tenants','','','2015-08-26 20:55:10','2015-08-26 20:55:10','',0,'http://taylorrentalsnashville.com/?p=103',3,'nav_menu_item','',0);
INSERT INTO `tr_posts` VALUES (104,1,'2015-08-26 19:42:37','2015-08-26 19:42:37',' ','','','publish','closed','closed','','104','','','2015-08-26 20:55:10','2015-08-26 20:55:10','',0,'http://taylorrentalsnashville.com/?p=104',4,'nav_menu_item','',0);
INSERT INTO `tr_posts` VALUES (105,1,'2015-08-26 20:52:45','2015-08-26 20:52:45','<p>Thank you for your interest in Taylor Rentals Nashville properties. If you have a question or would like to learn more about a property, please send us a message and we\'ll contact you shortly.</p>\r\n<br />\r\n<br />\r\n<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject or Property Address<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\na TRN INQUIRY [your-name]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from in inquiry form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\ntaylorrentalsnashville@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nTaylor Rentals Nashville <wordpress@taylorrentalsnashville.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Taylor Rentals Nashville (http://taylorrentalsnashville.com)\n[your-email]\nReply-To: dan.green@omgmedigroup.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Inquiry','','publish','closed','closed','','inquiry','','','2015-08-26 20:57:14','2015-08-26 20:57:14','',0,'http://taylorrentalsnashville.com/?post_type=wpcf7_contact_form&#038;p=105',0,'wpcf7_contact_form','',0);
INSERT INTO `tr_posts` VALUES (106,1,'2015-08-26 20:53:28','2015-08-26 20:53:28','[contact-form-7 id=\"105\" title=\"Inquiry\"]','Contact','','inherit','closed','closed','','33-revision-v1','','','2015-08-26 20:53:28','2015-08-26 20:53:28','',33,'http://taylorrentalsnashville.com/2015/08/26/33-revision-v1/',0,'revision','',0);

--
-- Table structure for table `tr_term_relationships`
--

DROP TABLE IF EXISTS `tr_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_term_relationships`
--

INSERT INTO `tr_term_relationships` VALUES (68,7,0);
INSERT INTO `tr_term_relationships` VALUES (13,6,0);
INSERT INTO `tr_term_relationships` VALUES (13,3,0);
INSERT INTO `tr_term_relationships` VALUES (13,10,0);
INSERT INTO `tr_term_relationships` VALUES (20,10,0);
INSERT INTO `tr_term_relationships` VALUES (20,6,0);
INSERT INTO `tr_term_relationships` VALUES (20,3,0);
INSERT INTO `tr_term_relationships` VALUES (30,9,0);
INSERT INTO `tr_term_relationships` VALUES (50,11,0);
INSERT INTO `tr_term_relationships` VALUES (43,9,0);
INSERT INTO `tr_term_relationships` VALUES (104,9,0);
INSERT INTO `tr_term_relationships` VALUES (103,9,0);
INSERT INTO `tr_term_relationships` VALUES (49,9,0);
INSERT INTO `tr_term_relationships` VALUES (68,10,0);
INSERT INTO `tr_term_relationships` VALUES (74,7,0);
INSERT INTO `tr_term_relationships` VALUES (91,6,0);
INSERT INTO `tr_term_relationships` VALUES (74,6,0);
INSERT INTO `tr_term_relationships` VALUES (83,3,0);
INSERT INTO `tr_term_relationships` VALUES (83,6,0);
INSERT INTO `tr_term_relationships` VALUES (91,3,0);

--
-- Table structure for table `tr_term_taxonomy`
--

DROP TABLE IF EXISTS `tr_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_term_taxonomy`
--

INSERT INTO `tr_term_taxonomy` VALUES (1,1,'category','',0,0);
INSERT INTO `tr_term_taxonomy` VALUES (6,6,'property_type','',0,3);
INSERT INTO `tr_term_taxonomy` VALUES (3,3,'property_type','',0,2);
INSERT INTO `tr_term_taxonomy` VALUES (7,7,'property_type','',0,2);
INSERT INTO `tr_term_taxonomy` VALUES (8,8,'property_type','',0,0);
INSERT INTO `tr_term_taxonomy` VALUES (9,9,'nav_menu','',0,5);
INSERT INTO `tr_term_taxonomy` VALUES (10,10,'property_type','',0,1);
INSERT INTO `tr_term_taxonomy` VALUES (11,11,'property_type','',0,0);

--
-- Table structure for table `tr_terms`
--

DROP TABLE IF EXISTS `tr_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_terms`
--

INSERT INTO `tr_terms` VALUES (1,'Uncategorized','uncategorized',0);
INSERT INTO `tr_terms` VALUES (6,'Homepage','homepage',0);
INSERT INTO `tr_terms` VALUES (3,'Single Family','singlefamily',0);
INSERT INTO `tr_terms` VALUES (9,'Main Navigation','main-navigation',0);
INSERT INTO `tr_terms` VALUES (7,'Duplex','duplex',0);
INSERT INTO `tr_terms` VALUES (8,'Apartment','apartment',0);
INSERT INTO `tr_terms` VALUES (10,'Featured','featured',0);
INSERT INTO `tr_terms` VALUES (11,'Studio/1BR','studio1br',0);

--
-- Table structure for table `tr_usermeta`
--

DROP TABLE IF EXISTS `tr_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_usermeta`
--

INSERT INTO `tr_usermeta` VALUES (1,1,'first_name','');
INSERT INTO `tr_usermeta` VALUES (2,1,'last_name','');
INSERT INTO `tr_usermeta` VALUES (3,1,'nickname','admin');
INSERT INTO `tr_usermeta` VALUES (4,1,'description','');
INSERT INTO `tr_usermeta` VALUES (5,1,'rich_editing','true');
INSERT INTO `tr_usermeta` VALUES (6,1,'comment_shortcuts','false');
INSERT INTO `tr_usermeta` VALUES (7,1,'admin_color','fresh');
INSERT INTO `tr_usermeta` VALUES (8,1,'use_ssl','0');
INSERT INTO `tr_usermeta` VALUES (9,1,'show_admin_bar_front','true');
INSERT INTO `tr_usermeta` VALUES (10,1,'tr_capabilities','a:1:{s:13:\"administrator\";b:1;}');
INSERT INTO `tr_usermeta` VALUES (11,1,'tr_user_level','10');
INSERT INTO `tr_usermeta` VALUES (12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media');
INSERT INTO `tr_usermeta` VALUES (13,1,'show_welcome_panel','1');
INSERT INTO `tr_usermeta` VALUES (14,1,'tr_dashboard_quick_press_last_post_id','97');
INSERT INTO `tr_usermeta` VALUES (15,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}');
INSERT INTO `tr_usermeta` VALUES (16,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:12:\"add-property\";i:3;s:12:\"add-post_tag\";i:4;s:18:\"add-portfolio_type\";i:5;s:17:\"add-property_type\";}');
INSERT INTO `tr_usermeta` VALUES (17,1,'tr_user-settings','libraryContent=browse&editor=html');
INSERT INTO `tr_usermeta` VALUES (18,1,'tr_user-settings-time','1440609435');
INSERT INTO `tr_usermeta` VALUES (19,1,'nav_menu_recently_edited','9');
INSERT INTO `tr_usermeta` VALUES (20,1,'closedpostboxes_page','a:1:{i:0;s:17:\"pyre_page_options\";}');
INSERT INTO `tr_usermeta` VALUES (21,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}');
INSERT INTO `tr_usermeta` VALUES (22,1,'session_tokens','a:2:{s:64:\"bb859b74fb2fa276aea6bf25f43ca97eb6f29db692b3a5e4c4f01f4d573b34ad\";a:4:{s:10:\"expiration\";i:1440782674;s:2:\"ip\";s:13:\"50.250.216.14\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36\";s:5:\"login\";i:1440609874;}s:64:\"34b2f833931da7419e3570513c9bb0cefc5e7a45535869cf5ca2ee6870c3821f\";a:4:{s:10:\"expiration\";i:1440793199;s:2:\"ip\";s:13:\"50.250.216.14\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12\";s:5:\"login\";i:1440620399;}}');

--
-- Table structure for table `tr_users`
--

DROP TABLE IF EXISTS `tr_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tr_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;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tr_users`
--

INSERT INTO `tr_users` VALUES (1,'admin','$P$B6HGQMU7tRahi/GSdQVCiM4lH.AC9f0','admin','dan.green@omgmedigroup.com','','2013-02-19 13:38:19','',0,'admin');
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-02-20  5:09:37